Skip to content

Commit

Permalink
Fixed: gpu == None is needed by uv.
Browse files Browse the repository at this point in the history
Temporary fix.
  • Loading branch information
robinjhuang committed Sep 15, 2024
1 parent 237e4bf commit cb20165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def install(
skip_manager,
commit=commit,
version=version,
gpu=GPU_OPTION.CPU,
gpu=None,
cuda_version=cuda_version,
plat=platform,
skip_torch_or_directml=skip_torch_or_directml,
Expand Down

0 comments on commit cb20165

Please sign in to comment.