Upload 2 files
Browse files- config.json +99 -44
- ui-config.json +0 -0
config.json
CHANGED
@@ -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,
|
@@ -133,7 +133,7 @@
|
|
133 |
"hidden_tabs": [],
|
134 |
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
135 |
"ui_extra_networks_tab_reorder": "",
|
136 |
-
"localization": "
|
137 |
"gradio_theme": "NoCrypt/miku",
|
138 |
"show_progressbar": true,
|
139 |
"live_previews_enable": false,
|
@@ -144,7 +144,35 @@
|
|
144 |
"live_preview_refresh_period": 10,
|
145 |
"hide_samplers": [
|
146 |
"LMS",
|
147 |
-
"Heun"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
],
|
149 |
"eta_ddim": 0.0,
|
150 |
"eta_ancestral": 1.0,
|
@@ -189,7 +217,7 @@
|
|
189 |
"tac_activeIn.modelList": "",
|
190 |
"tac_activeIn.modelListMode": "Blacklist",
|
191 |
"tac_slidingPopup": true,
|
192 |
-
"tac_maxResults":
|
193 |
"tac_showAllResults": false,
|
194 |
"tac_resultStepLength": 100.0,
|
195 |
"tac_delayTime": 100.0,
|
@@ -204,7 +232,7 @@
|
|
204 |
"tac_appendComma": true,
|
205 |
"tac_alias.searchByAlias": true,
|
206 |
"tac_alias.onlyShowAlias": false,
|
207 |
-
"tac_translation.translationFile": "
|
208 |
"tac_translation.oldFormat": false,
|
209 |
"tac_translation.searchByTranslation": true,
|
210 |
"tac_extra.extraFile": "extra-quality-tags.csv",
|
@@ -261,6 +289,7 @@
|
|
261 |
"quicksettings_list": [
|
262 |
"sd_model_checkpoint",
|
263 |
"sd_vae",
|
|
|
264 |
"CLIP_stop_at_last_layers"
|
265 |
],
|
266 |
"ui_reorder_list": [
|
@@ -290,7 +319,7 @@
|
|
290 |
"api_enable_requests": true,
|
291 |
"api_forbid_local_requests": true,
|
292 |
"api_useragent": "",
|
293 |
-
"sd_checkpoints_limit":
|
294 |
"sd_checkpoints_keep_in_cpu": true,
|
295 |
"sd_unet": "Automatic",
|
296 |
"tiling": false,
|
@@ -307,10 +336,10 @@
|
|
307 |
"img2img_sketch_default_brush_color": "#ffffff",
|
308 |
"img2img_inpaint_mask_brush_color": "#ffffff",
|
309 |
"img2img_inpaint_sketch_default_brush_color": "#ffffff",
|
310 |
-
"cross_attention_optimization": "
|
311 |
"token_merging_ratio": 0,
|
312 |
"token_merging_ratio_img2img": 0,
|
313 |
-
"token_merging_ratio_hr": 0
|
314 |
"pad_cond_uncond": false,
|
315 |
"persistent_cond_cache": true,
|
316 |
"batch_cond_uncond": true,
|
@@ -398,40 +427,6 @@
|
|
398 |
"deforum_preview_interval_frames": 100,
|
399 |
"image_browser_height_auto": false,
|
400 |
"image_browser_info_add": false,
|
401 |
-
"ch_max_size_preview": true,
|
402 |
-
"ch_skip_nsfw_preview": false,
|
403 |
-
"ch_open_url_with_js": true,
|
404 |
-
"ch_proxy": "",
|
405 |
-
"tac_includeEmbeddingsInNormalResults": false,
|
406 |
-
"tac_modelSortOrder": "Name",
|
407 |
-
"tac_modelKeywordLocation": "Start of prompt",
|
408 |
-
"animatediff_model_path": "/kaggle/working/stable-diffusion-webui/extensions/sd-webui-animatediff/model",
|
409 |
-
"animatediff_optimize_gif_palette": false,
|
410 |
-
"animatediff_optimize_gif_gifsicle": false,
|
411 |
-
"animatediff_webp_quality": 80,
|
412 |
-
"animatediff_webp_lossless": false,
|
413 |
-
"animatediff_save_to_custom": false,
|
414 |
-
"animatediff_xformers": "Optimize attention layers with xformers",
|
415 |
-
"control_net_unit_count": 3,
|
416 |
-
"control_net_inpaint_blur_sigma": 7,
|
417 |
-
"control_net_no_high_res_fix": false,
|
418 |
-
"controlnet_disable_control_type": false,
|
419 |
-
"controlnet_disable_openpose_edit": false,
|
420 |
-
"controlnet_ignore_noninpaint_mask": false,
|
421 |
-
"dp_ignore_whitespace": false,
|
422 |
-
"dp_write_raw_template": false,
|
423 |
-
"dp_write_prompts_to_file": false,
|
424 |
-
"dp_parser_variant_start": "{",
|
425 |
-
"dp_parser_variant_end": "}",
|
426 |
-
"dp_parser_wildcard_wrap": "__",
|
427 |
-
"dp_limit_jinja_prompts": false,
|
428 |
-
"dp_auto_purge_cache": false,
|
429 |
-
"dp_wildcard_manager_no_dedupe": false,
|
430 |
-
"dp_wildcard_manager_no_sort": false,
|
431 |
-
"dp_wildcard_manager_shuffle": false,
|
432 |
-
"dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
|
433 |
-
"dp_magicprompt_batch_size": 1,
|
434 |
-
"sam_use_local_groundingdino": false,
|
435 |
"hypertile_enable_unet": false,
|
436 |
"hypertile_enable_unet_secondpass": false,
|
437 |
"hypertile_max_depth_unet": 3,
|
@@ -443,18 +438,78 @@
|
|
443 |
"hypertile_swap_size_vae": 3,
|
444 |
"tac_wildcardExclusionList": "",
|
445 |
"tac_skipWildcardRefresh": false,
|
|
|
446 |
"tac_useLoraPrefixForLycos": true,
|
|
|
447 |
"tac_useStyleVars": false,
|
|
|
448 |
"ad_max_models": 2,
|
449 |
"ad_extra_models_dir": "",
|
450 |
"ad_save_previews": false,
|
451 |
"ad_save_images_before": false,
|
452 |
"ad_only_seleted_scripts": true,
|
453 |
-
"ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
|
454 |
"ad_bbox_sortby": "None",
|
455 |
"ad_same_seed_for_each_tap": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
456 |
"image_browser_thumbnail_crop": false,
|
457 |
"image_browser_video_pos": "Above",
|
458 |
"image_browser_video_x": 640,
|
459 |
-
"image_browser_video_y": 640
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
}
|
|
|
74 |
"sd_model_checkpoint": "AnimagineXLV3.safetensors",
|
75 |
"sd_checkpoint_cache": 0,
|
76 |
"sd_vae_checkpoint_cache": 0,
|
77 |
+
"sd_vae": "None",
|
78 |
"sd_vae_as_default": true,
|
79 |
"inpainting_mask_weight": 1.0,
|
80 |
"initial_noise_multiplier": 1.0,
|
|
|
133 |
"hidden_tabs": [],
|
134 |
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
135 |
"ui_extra_networks_tab_reorder": "",
|
136 |
+
"localization": "zh_CN",
|
137 |
"gradio_theme": "NoCrypt/miku",
|
138 |
"show_progressbar": true,
|
139 |
"live_previews_enable": false,
|
|
|
144 |
"live_preview_refresh_period": 10,
|
145 |
"hide_samplers": [
|
146 |
"LMS",
|
147 |
+
"Heun",
|
148 |
+
"DPM++ 2M Karras",
|
149 |
+
"DPM++ 2S a Karras",
|
150 |
+
"DPM++ 3M SDE",
|
151 |
+
"DPM++ 2S a",
|
152 |
+
"DPM++ 2M",
|
153 |
+
"DPM++ SDE Karras",
|
154 |
+
"DPM++ SDE",
|
155 |
+
"Restart",
|
156 |
+
"DPM++ 3M SDE Karras",
|
157 |
+
"DPM++ 3M SDE Exponential",
|
158 |
+
"PLMS",
|
159 |
+
"UniPC",
|
160 |
+
"LCM",
|
161 |
+
"DPM++ 2M SDE Karras",
|
162 |
+
"DPM++ 2M SDE",
|
163 |
+
"Euler",
|
164 |
+
"DPM++ 2M SDE Heun Karras",
|
165 |
+
"DPM++ 2M SDE Heun Exponential",
|
166 |
+
"DPM2 a Karras",
|
167 |
+
"DPM2 Karras",
|
168 |
+
"LMS Karras",
|
169 |
+
"DPM fast",
|
170 |
+
"DPM++ 2M SDE Heun",
|
171 |
+
"DPM++ 2M SDE Exponential",
|
172 |
+
"DDIM",
|
173 |
+
"DPM2",
|
174 |
+
"DPM2 a",
|
175 |
+
"DPM adaptive"
|
176 |
],
|
177 |
"eta_ddim": 0.0,
|
178 |
"eta_ancestral": 1.0,
|
|
|
217 |
"tac_activeIn.modelList": "",
|
218 |
"tac_activeIn.modelListMode": "Blacklist",
|
219 |
"tac_slidingPopup": true,
|
220 |
+
"tac_maxResults": 100.0,
|
221 |
"tac_showAllResults": false,
|
222 |
"tac_resultStepLength": 100.0,
|
223 |
"tac_delayTime": 100.0,
|
|
|
232 |
"tac_appendComma": true,
|
233 |
"tac_alias.searchByAlias": true,
|
234 |
"tac_alias.onlyShowAlias": false,
|
235 |
+
"tac_translation.translationFile": "None",
|
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 |
+
"upscaler_for_img2img",
|
293 |
"CLIP_stop_at_last_layers"
|
294 |
],
|
295 |
"ui_reorder_list": [
|
|
|
319 |
"api_enable_requests": true,
|
320 |
"api_forbid_local_requests": true,
|
321 |
"api_useragent": "",
|
322 |
+
"sd_checkpoints_limit": 1,
|
323 |
"sd_checkpoints_keep_in_cpu": true,
|
324 |
"sd_unet": "Automatic",
|
325 |
"tiling": false,
|
|
|
336 |
"img2img_sketch_default_brush_color": "#ffffff",
|
337 |
"img2img_inpaint_mask_brush_color": "#ffffff",
|
338 |
"img2img_inpaint_sketch_default_brush_color": "#ffffff",
|
339 |
+
"cross_attention_optimization": "xformers",
|
340 |
"token_merging_ratio": 0,
|
341 |
"token_merging_ratio_img2img": 0,
|
342 |
+
"token_merging_ratio_hr": 0,
|
343 |
"pad_cond_uncond": false,
|
344 |
"persistent_cond_cache": true,
|
345 |
"batch_cond_uncond": true,
|
|
|
427 |
"deforum_preview_interval_frames": 100,
|
428 |
"image_browser_height_auto": false,
|
429 |
"image_browser_info_add": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
"hypertile_enable_unet": false,
|
431 |
"hypertile_enable_unet_secondpass": false,
|
432 |
"hypertile_max_depth_unet": 3,
|
|
|
438 |
"hypertile_swap_size_vae": 3,
|
439 |
"tac_wildcardExclusionList": "",
|
440 |
"tac_skipWildcardRefresh": false,
|
441 |
+
"tac_includeEmbeddingsInNormalResults": false,
|
442 |
"tac_useLoraPrefixForLycos": true,
|
443 |
+
"tac_modelSortOrder": "Name",
|
444 |
"tac_useStyleVars": false,
|
445 |
+
"tac_modelKeywordLocation": "Start of prompt",
|
446 |
"ad_max_models": 2,
|
447 |
"ad_extra_models_dir": "",
|
448 |
"ad_save_previews": false,
|
449 |
"ad_save_images_before": false,
|
450 |
"ad_only_seleted_scripts": true,
|
451 |
+
"ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip,soft_inpainting",
|
452 |
"ad_bbox_sortby": "None",
|
453 |
"ad_same_seed_for_each_tap": false,
|
454 |
+
"animatediff_model_path": "",
|
455 |
+
"animatediff_default_save_formats": [
|
456 |
+
"GIF",
|
457 |
+
"PNG"
|
458 |
+
],
|
459 |
+
"animatediff_optimize_gif_palette": false,
|
460 |
+
"animatediff_optimize_gif_gifsicle": false,
|
461 |
+
"animatediff_mp4_crf": 23,
|
462 |
+
"animatediff_mp4_preset": "",
|
463 |
+
"animatediff_mp4_tune": "",
|
464 |
+
"animatediff_webp_quality": 80,
|
465 |
+
"animatediff_webp_lossless": false,
|
466 |
+
"animatediff_save_to_custom": false,
|
467 |
+
"animatediff_xformers": "Optimize attention layers with xformers",
|
468 |
+
"animatediff_disable_lcm": false,
|
469 |
+
"animatediff_s3_enable": false,
|
470 |
+
"animatediff_s3_host": "",
|
471 |
+
"animatediff_s3_port": "",
|
472 |
+
"animatediff_s3_access_key": "",
|
473 |
+
"animatediff_s3_secret_key": "",
|
474 |
+
"animatediff_s3_storge_bucket": "",
|
475 |
"image_browser_thumbnail_crop": false,
|
476 |
"image_browser_video_pos": "Above",
|
477 |
"image_browser_video_x": 640,
|
478 |
+
"image_browser_video_y": 640,
|
479 |
+
"dp_ignore_whitespace": false,
|
480 |
+
"dp_write_raw_template": false,
|
481 |
+
"dp_write_prompts_to_file": false,
|
482 |
+
"dp_parser_variant_start": "{",
|
483 |
+
"dp_parser_variant_end": "}",
|
484 |
+
"dp_parser_wildcard_wrap": "__",
|
485 |
+
"dp_limit_jinja_prompts": false,
|
486 |
+
"dp_auto_purge_cache": false,
|
487 |
+
"dp_wildcard_manager_no_dedupe": false,
|
488 |
+
"dp_wildcard_manager_no_sort": false,
|
489 |
+
"dp_wildcard_manager_shuffle": false,
|
490 |
+
"dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
|
491 |
+
"dp_magicprompt_batch_size": 1,
|
492 |
+
"save_images_replace_action": "Replace",
|
493 |
+
"notification_audio": true,
|
494 |
+
"notification_volume": 100,
|
495 |
+
"extra_networks_dir_button_function": false,
|
496 |
+
"extra_networks_card_order_field": "Path",
|
497 |
+
"extra_networks_card_order": "Ascending",
|
498 |
+
"img2img_batch_show_results_limit": 32,
|
499 |
+
"add_vae_name_to_info": true,
|
500 |
+
"add_vae_hash_to_info": true,
|
501 |
+
"infotext_skip_pasting": [],
|
502 |
+
"js_live_preview_in_modal_lightbox": false,
|
503 |
+
"keyedit_delimiters_whitespace": [
|
504 |
+
"Tab",
|
505 |
+
"Carriage Return",
|
506 |
+
"Line Feed"
|
507 |
+
],
|
508 |
+
"compact_prompt_box": false,
|
509 |
+
"sd_checkpoint_dropdown_use_short": false,
|
510 |
+
"txt2img_settings_accordion": false,
|
511 |
+
"img2img_settings_accordion": false,
|
512 |
+
"enable_console_prompts": true,
|
513 |
+
"dump_stacks_on_signal": false,
|
514 |
+
"postprocessing_existing_caption_action": "Ignore"
|
515 |
}
|
ui-config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|