mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-20 11:39:11 +00:00
fix
This commit is contained in:
parent
53a2c12faf
commit
6ed8497ad3
@ -75,7 +75,6 @@ def install_sd(lollms_app:LollmsApplication):
|
||||
subprocess.run(["git", "clone", "https://github.com/ParisNeo/SD-CN-Animation.git", str(sd_folder/"extensions/SD-CN-Animation")])
|
||||
if show_yes_no_dialog("warning!","Do you want to install a model from civitai?\nIsuggest dreamshaper xl."):
|
||||
download_file("https://civitai.com/api/download/models/351306", sd_folder/"models/Stable-diffusion","dreamshaperXL_v21TurboDPMSDE.safetensors")
|
||||
create_conda_env("autosd","3.10")
|
||||
|
||||
lollms_app.sd = LollmsSD(lollms_app)
|
||||
ASCIIColors.green("Stable diffusion installed successfully")
|
||||
|
Loading…
Reference in New Issue
Block a user