Skip to content
New issue

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

Update install-comfyui-venv-linux.sh #1454

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

dsigmabcn
Copy link
Contributor

git clone is now done in 'comfyui-manager'. pip install of the requirements of the manager needs to change the path name accordingly

git clone is now done in 'comfyui-manager'. pip install of the requirements of the manager needs to change the path name accordingly
@@ -6,7 +6,7 @@ python -m venv venv
source venv/bin/activate
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
python -m pip install -r requirements.txt
python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
python -m pip install -r custom_nodes/comfyUI-manager/requirements.txt
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be fully lower case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct, made the change

pip install of requirements.txt done in directory 'comfyui-manager'
@ltdrdata ltdrdata merged commit a935c8b into ltdrdata:main Jan 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants