Update install_comfyui.bat

update to cuda 12.8
This commit is contained in:
deffcolony
2025-05-26 11:42:20 +02:00
parent e93ed7c584
commit 3d6a2282ee

View File

@@ -46,7 +46,7 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Activating Conda env
call conda activate comfyui
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing pytorch...
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu124
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing pip requirements...
pip install -r requirements.txt