From f665ca6b5b1e9d261251f2ebade4c0a616a1507c Mon Sep 17 00:00:00 2001 From: Cornmeister Date: Fri, 5 Apr 2024 17:59:12 +0200 Subject: [PATCH] Fixed typo (#540) --- scripts/install-comfyui-venv-win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-comfyui-venv-win.bat b/scripts/install-comfyui-venv-win.bat index 9811111..2789ef6 100755 --- a/scripts/install-comfyui-venv-win.bat +++ b/scripts/install-comfyui-venv-win.bat @@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager cd .. python -m venv venv call venv/Scripts/activate -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 python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt cd ..