We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e1dd8 commit 1760cadCopy full SHA for 1760cad
comfy_cli/cmdline.py
@@ -629,7 +629,7 @@ def standalone(
629
sty.rehydrate_comfy_deps(packWheels=pack_wheels)
630
else:
631
sty = StandalonePython.FromDistro(platform=platform, proc=proc)
632
- sty.dehydrate_comfy_deps(comfyDir=comfy_path, extraSpecs=[cli_spec], packWheels=pack_wheels)
+ sty.dehydrate_comfy_deps(comfyDir=comfy_path, extraSpecs=[], packWheels=pack_wheels)
633
sty.to_tarball()
634
635
0 commit comments