Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
| 2 |
"samples_save": false,
|
| 3 |
"enable_pnginfo": false,
|
| 4 |
"grid_save": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"control_net_unit_count": 3,
|
| 6 |
-
"control_net_model_cache_size": 10
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 2 |
"samples_save": false,
|
| 3 |
"enable_pnginfo": false,
|
| 4 |
"grid_save": false,
|
| 5 |
+
"sd_model_checkpoint": "wave_absolutreality_70-epicrealism_30.ckpt",
|
| 6 |
+
"sd_checkpoints_limit": 4,
|
| 7 |
+
"sd_checkpoints_keep_in_cpu": false,
|
| 8 |
+
"sd_checkpoint_cache": 0,
|
| 9 |
"control_net_unit_count": 3,
|
| 10 |
+
"control_net_model_cache_size": 10,
|
| 11 |
+
"sd_vae_checkpoint_cache": 0,
|
| 12 |
+
"sd_vae": "None"
|
| 13 |
}
|