mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 12:47:58 +00:00
fix
This commit is contained in:
parent
45d9f98e98
commit
0e85616443
@ -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")])
|
||||
|
Loading…
Reference in New Issue
Block a user