vorstcavry commited on
Commit
1bc8732
1 Parent(s): 0f00948

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sd_model_checkpoint": "Cavry_V2.safetensors",
3
+ "sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors",
4
+ "quicksettings_list": [
5
+ "sd_model_checkpoint",
6
+ "sd_vae",
7
+ "CLIP_stop_at_last_layers",
8
+ "ESRGAN_tile",
9
+ "code_former_weight",
10
+ "token_merging_ratio"
11
+ ]
12
+ }