Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -11,5 +11,11 @@
|
|
| 11 |
"live_preview_refresh_period": 10,
|
| 12 |
"live_previews_image_format": "png",
|
| 13 |
"live_preview_allow_lowvram_full": false,
|
| 14 |
-
"live_preview_fast_interrupt": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|
|
|
|
| 11 |
"live_preview_refresh_period": 10,
|
| 12 |
"live_previews_image_format": "png",
|
| 13 |
"live_preview_allow_lowvram_full": false,
|
| 14 |
+
"live_preview_fast_interrupt": false,
|
| 15 |
+
"sd_vae_checkpoint_cache": 0,
|
| 16 |
+
"sd_vae": "YOZORA.vae.pt",
|
| 17 |
+
"sd_vae_overrides_per_model_preferences": true,
|
| 18 |
+
"auto_vae_precision": true,
|
| 19 |
+
"sd_vae_encode_method": "Full",
|
| 20 |
+
"sd_vae_decode_method": "Full",
|
| 21 |
}
|