Skip to content

Commit

Permalink
Remove comfy-cli as a dependency for standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 9, 2024
1 parent 44e1dd8 commit eae83e6
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 @@ -629,7 +629,7 @@ def standalone(
sty.rehydrate_comfy_deps(packWheels=pack_wheels)
else:
sty = StandalonePython.FromDistro(platform=platform, proc=proc)
sty.dehydrate_comfy_deps(comfyDir=comfy_path, extraSpecs=[cli_spec], packWheels=pack_wheels)
sty.dehydrate_comfy_deps(comfyDir=comfy_path, extraSpecs=[], packWheels=pack_wheels)
sty.to_tarball()


Expand Down

0 comments on commit eae83e6

Please sign in to comment.