Browse Source

Fixed typo (#540)

pull/541/head
Cornmeister 8 months ago committed by GitHub
parent
commit
f665ca6b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/install-comfyui-venv-win.bat

2
scripts/install-comfyui-venv-win.bat

@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager
cd .. cd ..
python -m venv venv python -m venv venv
call venv/Scripts/activate 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 requirements.txt
python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
cd .. cd ..

Loading…
Cancel
Save