We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
comfy-cli: v1.3.1
I want to install specify version of ComfyUI using following command:
COMFYUI_COMMIT=8a5281006f178f9aa0e8cbd4fc29e2f3c119d2e2 comfy install --version nightly --commit ${COMFYUI_COMMIT}
But I still got the latest commit.
To Reproduce Steps to reproduce the behavior
cd /tmp COMFYUI_COMMIT=8a5281006f178f9aa0e8cbd4fc29e2f3c119d2e2 comfy --skip-prompt --here install --cpu --version nightly --commit ${COMFYUI_COMMIT} # view current commit hash cd ./ComfyUI && git rev-parse HEAD
Terminal output:
# ... omit install output ... 41886af138939719b86f30bacbafc76a142d89de
Expected behavior
I need --commit option works.
--commit
Nice to have
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I think this bug comes from the callback function validate_commit_and_version didn't return value.
validate_commit_and_version
comfy-cli/comfy_cli/cmdline.py
Lines 140 to 146 in b2ba7d0
I fixed it and send a PR (#213).
Sorry, something went wrong.
Thank you @sko00o! Merged and will make a new version.
No branches or pull requests
Describe the bug
comfy-cli: v1.3.1
I want to install specify version of ComfyUI using following command:
COMFYUI_COMMIT=8a5281006f178f9aa0e8cbd4fc29e2f3c119d2e2 comfy install --version nightly --commit ${COMFYUI_COMMIT}
But I still got the latest commit.
To Reproduce
Steps to reproduce the behavior
Terminal output:
Expected behavior
I need
--commit
option works.Nice to have
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: