We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42eec commit f665ca6Copy full SHA for f665ca6
scripts/install-comfyui-venv-win.bat
@@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager
4
cd ..
5
python -m venv venv
6
call venv/Scripts/activate
7
-pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
+python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
8
python -m pip install -r requirements.txt
9
python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
10
0 commit comments