n42 commited on
Commit
d096445
·
1 Parent(s): ff26fbc

add appConfig

Browse files
Files changed (1) hide show
  1. 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
+ }