adding more models and configs
Browse files- appConfig.json +37 -2
appConfig.json
CHANGED
@@ -3,10 +3,45 @@
|
|
3 |
|
4 |
"sd-dreambooth-library/solo-levelling-art-style": {
|
5 |
"use_safetensors": false,
|
6 |
-
"description": "
|
7 |
-
"scheduler": "
|
8 |
},
|
9 |
"CompVis/stable-diffusion-v1-4": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"use_safetensors": true,
|
11 |
"description": "Another wonderful model",
|
12 |
"scheduler": "DDPMScheduler"
|
|
|
3 |
|
4 |
"sd-dreambooth-library/solo-levelling-art-style": {
|
5 |
"use_safetensors": false,
|
6 |
+
"description": "see https://huggingface.co/sd-dreambooth-library/solo-levelling-art-style",
|
7 |
+
"scheduler": "DDIMScheduler"
|
8 |
},
|
9 |
"CompVis/stable-diffusion-v1-4": {
|
10 |
+
"use_safetensors": true,
|
11 |
+
"description": "see https://huggingface.co/CompVis/stable-diffusion-v1-4",
|
12 |
+
"scheduler": "EulerDiscreteScheduler"
|
13 |
+
},
|
14 |
+
"runwayml/stable-diffusion-v1-5": {
|
15 |
+
"use_safetensors": true,
|
16 |
+
"description": "see https://huggingface.co/runwayml/stable-diffusion-v1-5",
|
17 |
+
"scheduler": "DDPMScheduler"
|
18 |
+
},
|
19 |
+
"stabilityai/stable-diffusion-2-1": {
|
20 |
+
"use_safetensors": true,
|
21 |
+
"description": "see https://huggingface.co/stabilityai/stable-diffusion-2-1",
|
22 |
+
"scheduler": "DPMSolverMultistepScheduler"
|
23 |
+
},
|
24 |
+
"stabilityai/stable-diffusion-xl-base-1.0": {
|
25 |
+
"use_safetensors": true,
|
26 |
+
"description": "see https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0",
|
27 |
+
"scheduler": "DDPMScheduler"
|
28 |
+
},
|
29 |
+
"sd-dreambooth-library/house-emblem": {
|
30 |
+
"use_safetensors": true,
|
31 |
+
"description": "Another wonderful model",
|
32 |
+
"scheduler": "DDPMScheduler"
|
33 |
+
},
|
34 |
+
"Envvi/Inkpunk-Diffusion": {
|
35 |
+
"use_safetensors": true,
|
36 |
+
"description": "Another wonderful model",
|
37 |
+
"scheduler": "DDPMScheduler"
|
38 |
+
},
|
39 |
+
"Stelath/textual_inversion_comic_strip_fp16": {
|
40 |
+
"use_safetensors": true,
|
41 |
+
"description": "Another wonderful model",
|
42 |
+
"scheduler": "DDPMScheduler"
|
43 |
+
},
|
44 |
+
"sd-dreambooth-library/herge-style": {
|
45 |
"use_safetensors": true,
|
46 |
"description": "Another wonderful model",
|
47 |
"scheduler": "DDPMScheduler"
|