Skip to content

Commit cb20165

Browse files
committed
Fixed: gpu == None is needed by uv.
Temporary fix.
1 parent 237e4bf commit cb20165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy_cli/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def install(
272272
skip_manager,
273273
commit=commit,
274274
version=version,
275-
gpu=GPU_OPTION.CPU,
275+
gpu=None,
276276
cuda_version=cuda_version,
277277
plat=platform,
278278
skip_torch_or_directml=skip_torch_or_directml,

0 commit comments

Comments
 (0)