[Feature Request] Install Specific Comfy Version Based On Commit
LucasMoskun opened this issue · 2 comments
LucasMoskun commented
It would be nice to be able to install a specific version instead of latest based on commit. Something like:
comfy install --commit=<commit hash>
seems like it would be pretty straightforward to add the the arg and then add a line here to checkout the commit before installing dependencies:
comfy-cli/comfy_cli/command/install.py
Line 49 in 6acc6bf
ltdrdata commented
This is added.
LucasMoskun commented
This is added.
⚡️