From b57fd1fde5efded910de574fe022a5ef2389598d Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 5 Jun 2025 00:26:50 +0300 Subject: [PATCH] Update patchzluda-n.bat --- patchzluda-n.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchzluda-n.bat b/patchzluda-n.bat index 5ea3b4be8..cd7c9580d 100644 --- a/patchzluda-n.bat +++ b/patchzluda-n.bat @@ -10,7 +10,7 @@ echo :: (3) Change the zluda.py inside comfy\ folder with the one under comfy\cu echo :: * Don't forget if you want to update comfy,and if there is a change in the zluda.py, just delete the file for update to work, and after it completes copy it back from the comfy\customzluda\ folder. echo. echo :: Activating virtual environment -venv\Scripts\activate +Call "venv\Scripts\activate.bat" echo :: Uninstalling previous torch packages pip uninstall torch torchvision torchaudio -y --quiet rmdir /S /Q "venv\Lib\site-packages\torch" 2>nul