Spaces:
Running
Running
dasghost65536
commited on
Commit
•
b3e5518
1
Parent(s):
b4ab94c
list of optional models is not yet complete, but it's a start
Browse files
app.py
CHANGED
@@ -137,6 +137,19 @@ DownLoad(r"https://civitai.com/api/download/models/119057",user_home / r"stable-
|
|
137 |
#MeinaPastelV6
|
138 |
DownLoad(r"https://civitai.com/api/download/models/108289",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"meinapastel_v6Pastel.safetensors")
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
#Lora Model
|
142 |
#Better Light
|
|
|
137 |
#MeinaPastelV6
|
138 |
DownLoad(r"https://civitai.com/api/download/models/108289",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"meinapastel_v6Pastel.safetensors")
|
139 |
|
140 |
+
# ==optional checkpoint models==
|
141 |
+
# by default, none of them are installed (mainly because of storage space reasons),
|
142 |
+
# unless you uncomment one of them just to actually use them.
|
143 |
+
# some of them generate 3d-like images, and may or may not actually generate
|
144 |
+
# 2d images than the least you'd most expect.
|
145 |
+
|
146 |
+
#DreamShaper version 8
|
147 |
+
#DownLoad(r"https://civitai.com/api/download/models/128713",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamshaper_8.safetensors")
|
148 |
+
#XXMix_9realistic (v4.0)
|
149 |
+
#DownLoad(r"https://civitai.com/api/download/models/102222",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"xxmix9realistic_v40.safetensors")
|
150 |
+
#Anime Pastel Dream (soft and hard versions)
|
151 |
+
#DownLoad(r"https://civitai.com/api/download/models/28100",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animePastelDream_softBakedVae.safetensors")
|
152 |
+
#DownLoad(r"https://civitai.com/api/download/models/28089",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animePastelDream_hardBakedVae.safetensors")
|
153 |
|
154 |
#Lora Model
|
155 |
#Better Light
|