|
|
@ -4,9 +4,9 @@ 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 -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 |
|
|
|
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformers |
|
|
|
|
|
|
|
cd .. |
|
|
|
cd .. |
|
|
|
echo "cd ComfyUI" >> run_gpu.bat |
|
|
|
echo "cd ComfyUI" >> run_gpu.bat |
|
|
|
echo "call venv/Scripts/activate" >> run_gpu.bat |
|
|
|
echo "call venv/Scripts/activate" >> run_gpu.bat |
|
|
|