add appConfig
Browse files- appConfig.json +15 -0
appConfig.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"models": {
|
3 |
+
|
4 |
+
"sd-dreambooth-library/solo-levelling-art-style": {
|
5 |
+
"use_safetensors": false
|
6 |
+
},
|
7 |
+
"CompVis/stable-diffusion-v1-4": {
|
8 |
+
"use_safetensors": true
|
9 |
+
}
|
10 |
+
|
11 |
+
},
|
12 |
+
"negative_prompts": [
|
13 |
+
"lowres, cropped, worst quality, low quality"
|
14 |
+
]
|
15 |
+
}
|