Upload config.json
Browse files- config.json +14 -6
config.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
"R-ESRGAN 4x+",
|
49 |
"R-ESRGAN 4x+ Anime6B"
|
50 |
],
|
51 |
-
"upscaler_for_img2img": "
|
52 |
"SCUNET_tile": 256,
|
53 |
"SCUNET_tile_overlap": 8,
|
54 |
"face_restoration_model": "CodeFormer",
|
@@ -74,7 +74,7 @@
|
|
74 |
"sd_model_checkpoint": "AnimagineXLV3.safetensors",
|
75 |
"sd_checkpoint_cache": 0,
|
76 |
"sd_vae_checkpoint_cache": 0,
|
77 |
-
"sd_vae": "
|
78 |
"sd_vae_as_default": true,
|
79 |
"inpainting_mask_weight": 1.0,
|
80 |
"initial_noise_multiplier": 1.0,
|
@@ -129,7 +129,7 @@
|
|
129 |
"keyedit_precision_attention": 0.1,
|
130 |
"keyedit_precision_extra": 0.05,
|
131 |
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
132 |
-
"quicksettings": "sd_model_checkpoint,sd_vae,
|
133 |
"hidden_tabs": [],
|
134 |
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
135 |
"ui_extra_networks_tab_reorder": "",
|
@@ -232,7 +232,7 @@
|
|
232 |
"tac_appendComma": true,
|
233 |
"tac_alias.searchByAlias": true,
|
234 |
"tac_alias.onlyShowAlias": false,
|
235 |
-
"tac_translation.translationFile": "
|
236 |
"tac_translation.oldFormat": false,
|
237 |
"tac_translation.searchByTranslation": true,
|
238 |
"tac_extra.extraFile": "extra-quality-tags.csv",
|
@@ -289,7 +289,6 @@
|
|
289 |
"quicksettings_list": [
|
290 |
"sd_model_checkpoint",
|
291 |
"sd_vae",
|
292 |
-
"upscaler_for_img2img",
|
293 |
"CLIP_stop_at_last_layers"
|
294 |
],
|
295 |
"ui_reorder_list": [
|
@@ -511,5 +510,14 @@
|
|
511 |
"img2img_settings_accordion": false,
|
512 |
"enable_console_prompts": true,
|
513 |
"dump_stacks_on_signal": false,
|
514 |
-
"postprocessing_existing_caption_action": "Ignore"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
}
|
|
|
48 |
"R-ESRGAN 4x+",
|
49 |
"R-ESRGAN 4x+ Anime6B"
|
50 |
],
|
51 |
+
"upscaler_for_img2img": "None",
|
52 |
"SCUNET_tile": 256,
|
53 |
"SCUNET_tile_overlap": 8,
|
54 |
"face_restoration_model": "CodeFormer",
|
|
|
74 |
"sd_model_checkpoint": "AnimagineXLV3.safetensors",
|
75 |
"sd_checkpoint_cache": 0,
|
76 |
"sd_vae_checkpoint_cache": 0,
|
77 |
+
"sd_vae": "sdxl_vae_fp16_fix.safetensors",
|
78 |
"sd_vae_as_default": true,
|
79 |
"inpainting_mask_weight": 1.0,
|
80 |
"initial_noise_multiplier": 1.0,
|
|
|
129 |
"keyedit_precision_attention": 0.1,
|
130 |
"keyedit_precision_extra": 0.05,
|
131 |
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
132 |
+
"quicksettings": "sd_model_checkpoint,sd_vae,CLIP_stop_at_last_layers",
|
133 |
"hidden_tabs": [],
|
134 |
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
135 |
"ui_extra_networks_tab_reorder": "",
|
|
|
232 |
"tac_appendComma": true,
|
233 |
"tac_alias.searchByAlias": true,
|
234 |
"tac_alias.onlyShowAlias": false,
|
235 |
+
"tac_translation.translationFile": "danbooru.zh_CN.csv",
|
236 |
"tac_translation.oldFormat": false,
|
237 |
"tac_translation.searchByTranslation": true,
|
238 |
"tac_extra.extraFile": "extra-quality-tags.csv",
|
|
|
289 |
"quicksettings_list": [
|
290 |
"sd_model_checkpoint",
|
291 |
"sd_vae",
|
|
|
292 |
"CLIP_stop_at_last_layers"
|
293 |
],
|
294 |
"ui_reorder_list": [
|
|
|
510 |
"img2img_settings_accordion": false,
|
511 |
"enable_console_prompts": true,
|
512 |
"dump_stacks_on_signal": false,
|
513 |
+
"postprocessing_existing_caption_action": "Ignore",
|
514 |
+
"control_net_unit_count": 3,
|
515 |
+
"control_net_inpaint_blur_sigma": 7,
|
516 |
+
"controlnet_disable_openpose_edit": false,
|
517 |
+
"controlnet_disable_photopea_edit": false,
|
518 |
+
"controlnet_photopea_warning": true,
|
519 |
+
"controlnet_ignore_noninpaint_mask": false,
|
520 |
+
"controlnet_clip_detector_on_cpu": false,
|
521 |
+
"regprp_debug": false,
|
522 |
+
"regprp_hidepmask": false
|
523 |
}
|