From 0e85616443cecefc5e3b56440e0110cd4ae11701 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 21 Mar 2024 22:32:36 +0100 Subject: [PATCH] fix --- lollms/services/sd/lollms_sd.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lollms/services/sd/lollms_sd.py b/lollms/services/sd/lollms_sd.py index d31ab2b..21d85fd 100644 --- a/lollms/services/sd/lollms_sd.py +++ b/lollms/services/sd/lollms_sd.py @@ -90,9 +90,6 @@ def upgrade_sd(lollms_app:LollmsApplication): elif not show_yes_no_dialog("warning!","Continue installation?"): return - ASCIIColors.cyan("Installing autosd conda environment with python 3.10") - create_conda_env("autosd","3.10") - ASCIIColors.cyan("Done") subprocess.run(["git", "clone", "https://github.com/ParisNeo/stable-diffusion-webui.git", str(sd_folder)]) subprocess.run(["git", "clone", "https://github.com/ParisNeo/SD-CN-Animation.git", str(sd_folder/"extensions/SD-CN-Animation")])