update config.json
Browse files- config.json +12 -4
config.json
CHANGED
|
@@ -136,7 +136,7 @@
|
|
| 136 |
"regprp_old_active_check": false,
|
| 137 |
"sd_checkpoint_hash": null,
|
| 138 |
"CLIP_stop_at_last_layers": 2,
|
| 139 |
-
"sd_model_checkpoint": "",
|
| 140 |
"fc_no_presets": false,
|
| 141 |
"fc_do_interrupt": true,
|
| 142 |
"image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, All, Maintenance",
|
|
@@ -686,10 +686,18 @@
|
|
| 686 |
"simple_dimension_preset_config": "# square\n1024 x 1024\n\n\n> Portrait\n640 x 1536\n768 x 1344\n832 x 1216\n896 x 1152\n\n\n> Landscape\n1536 x 640\n1344 x 768\n1216 x 832\n1152 x 896",
|
| 687 |
"disabled_extensions": [
|
| 688 |
"forge_preprocessor_marigold",
|
| 689 |
-
"reForge-advanced_model_sampling",
|
| 690 |
-
"reForge-advanced_model_sampling_backported",
|
| 691 |
"sd_forge_photomaker",
|
| 692 |
"sd_webui_random_resolutions"
|
| 693 |
],
|
| 694 |
-
"disable_all_extensions": "none"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 695 |
}
|
|
|
|
| 136 |
"regprp_old_active_check": false,
|
| 137 |
"sd_checkpoint_hash": null,
|
| 138 |
"CLIP_stop_at_last_layers": 2,
|
| 139 |
+
"sd_model_checkpoint": "waiNSFWIllustrious_v160.safetensors",
|
| 140 |
"fc_no_presets": false,
|
| 141 |
"fc_do_interrupt": true,
|
| 142 |
"image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, All, Maintenance",
|
|
|
|
| 686 |
"simple_dimension_preset_config": "# square\n1024 x 1024\n\n\n> Portrait\n640 x 1536\n768 x 1344\n832 x 1216\n896 x 1152\n\n\n> Landscape\n1536 x 640\n1344 x 768\n1216 x 832\n1152 x 896",
|
| 687 |
"disabled_extensions": [
|
| 688 |
"forge_preprocessor_marigold",
|
|
|
|
|
|
|
| 689 |
"sd_forge_photomaker",
|
| 690 |
"sd_webui_random_resolutions"
|
| 691 |
],
|
| 692 |
+
"disable_all_extensions": "none",
|
| 693 |
+
"resize_preview_cards": true,
|
| 694 |
+
"resize_preview_size": 512,
|
| 695 |
+
"resize_preview_on_save": true,
|
| 696 |
+
"show_nsfw_badge": true,
|
| 697 |
+
"precise_version_check": true,
|
| 698 |
+
"civitai_debug_prints": false,
|
| 699 |
+
"save_img_count": 16,
|
| 700 |
+
"save_html_on_save": false,
|
| 701 |
+
"LORA_default_subfolder": "None",
|
| 702 |
+
"fc_adv_newline": false
|
| 703 |
}
|