Skip to content

Commit a935c8b

Browse files
authored
Update install-comfyui-venv-linux.sh (#1454)
* Update install-comfyui-venv-linux.sh git clone is now done in 'comfyui-manager'. pip install of the requirements of the manager needs to change the path name accordingly * Update install-comfyui-venv-linux.sh pip install of requirements.txt done in directory 'comfyui-manager'
1 parent 03eea8c commit a935c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-comfyui-venv-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python -m venv venv
66
source venv/bin/activate
77
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
88
python -m pip install -r requirements.txt
9-
python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
9+
python -m pip install -r custom_nodes/comfyui-manager/requirements.txt
1010
cd ..
1111
echo "#!/bin/bash" > run_gpu.sh
1212
echo "cd ComfyUI" >> run_gpu.sh

0 commit comments

Comments
 (0)