-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
The install command gives me an error if I specify an older ComfyUI version (eg. 0.3.40) with --version flag:
comfy --workspace /comfyui install --version 0.3.40 --cuda-version 12.6 --nvidia
# Result error
Error: No release found for version '0.3.40'
I've also tried with the specific --commit flag but gives me another error (version should be nightly):
comfy --workspace /comfyui install --version nightly --commit <commit> --cuda-version 12.6 --nvidia
# Result error
--pr cannot be used with --version or --commit
Could it be related to the release fetching from GitHub?
Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working