Skip to content

Commit 1760cad

Browse files
authored
Remove comfy-cli as a dependency for standalone. (#195)
1 parent 44e1dd8 commit 1760cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_cli/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def standalone(
629629
sty.rehydrate_comfy_deps(packWheels=pack_wheels)
630630
else:
631631
sty = StandalonePython.FromDistro(platform=platform, proc=proc)
632-
sty.dehydrate_comfy_deps(comfyDir=comfy_path, extraSpecs=[cli_spec], packWheels=pack_wheels)
632+
sty.dehydrate_comfy_deps(comfyDir=comfy_path, extraSpecs=[], packWheels=pack_wheels)
633633
sty.to_tarball()
634634

635635

0 commit comments

Comments
 (0)