From fc0de8dab63ce6abfa224907bbfb274ef940e664 Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:25:27 +0200 Subject: [PATCH] Update install_comfyui.bat +changed install order for comfyui --- .../App_Installer/Image_Generation/install_comfyui.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/functions/Toolbox/App_Installer/Image_Generation/install_comfyui.bat b/bin/functions/Toolbox/App_Installer/Image_Generation/install_comfyui.bat index 519152e..2e405cc 100644 --- a/bin/functions/Toolbox/App_Installer/Image_Generation/install_comfyui.bat +++ b/bin/functions/Toolbox/App_Installer/Image_Generation/install_comfyui.bat @@ -45,9 +45,11 @@ REM Activate the comfyui environment echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Activating Conda environment %cyan_fg_strong%comfyui%reset% 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/cu121 + echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing pip requirements... pip install -r requirements.txt -pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 REM Clone extensions for ComfyUI echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Cloning extensions for ComfyUI...