Skip to content

Commit f665ca6

Browse files
authored
Fixed typo (Comfy-Org#540)
1 parent 6b42eec commit f665ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-comfyui-venv-win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager
44
cd ..
55
python -m venv venv
66
call venv/Scripts/activate
7-
pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
7+
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
88
python -m pip install -r requirements.txt
99
python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
1010
cd ..

0 commit comments

Comments
 (0)