update DB

fix typo:
https://github.com/ltdrdata/ComfyUI-Manager/issues/490
This commit is contained in:
Dr.Lt.Data
2024-03-17 11:47:40 +09:00
parent 794516c49d
commit 8f2d950224
3 changed files with 21 additions and 11 deletions

View File

@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager
cd ..
python -m venv venv
source venv/bin/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 ..