Upload 2 files
Browse files- config.json +72 -6
- ui-config.json +911 -29
config.json
CHANGED
@@ -71,10 +71,10 @@
|
|
71 |
"training_enable_tensorboard": false,
|
72 |
"training_tensorboard_save_images": false,
|
73 |
"training_tensorboard_flush_every": 120,
|
74 |
-
"sd_model_checkpoint": "
|
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,
|
@@ -131,7 +131,8 @@
|
|
131 |
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
132 |
"quicksettings": "sd_model_checkpoint,sd_vae,upscaler_for_img2img,CLIP_stop_at_last_layers",
|
133 |
"hidden_tabs": [
|
134 |
-
"Extensions"
|
|
|
135 |
],
|
136 |
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
137 |
"ui_extra_networks_tab_reorder": "",
|
@@ -152,7 +153,7 @@
|
|
152 |
"eta_ancestral": 1.0,
|
153 |
"ddim_discretize": "uniform",
|
154 |
"s_churn": 0.0,
|
155 |
-
"s_min_uncond":
|
156 |
"s_tmin": 0.0,
|
157 |
"s_noise": 1.0,
|
158 |
"eta_noise_seed_delta": 31337,
|
@@ -296,7 +297,7 @@
|
|
296 |
"img2img_sketch_default_brush_color": "#ffffff",
|
297 |
"img2img_inpaint_mask_brush_color": "#ffffff",
|
298 |
"img2img_inpaint_sketch_default_brush_color": "#ffffff",
|
299 |
-
"cross_attention_optimization": "
|
300 |
"token_merging_ratio": 0,
|
301 |
"token_merging_ratio_img2img": 0,
|
302 |
"token_merging_ratio_hr": 0,
|
@@ -527,5 +528,70 @@
|
|
527 |
"DAT_tile": 192,
|
528 |
"DAT_tile_overlap": 8,
|
529 |
"canvas_hotkey_shrink_brush": "Q",
|
530 |
-
"canvas_hotkey_grow_brush": "W"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
531 |
}
|
|
|
71 |
"training_enable_tensorboard": false,
|
72 |
"training_tensorboard_save_images": false,
|
73 |
"training_tensorboard_flush_every": 120,
|
74 |
+
"sd_model_checkpoint": "NoobXL-Epslion.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,
|
|
|
131 |
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
132 |
"quicksettings": "sd_model_checkpoint,sd_vae,upscaler_for_img2img,CLIP_stop_at_last_layers",
|
133 |
"hidden_tabs": [
|
134 |
+
"Extensions",
|
135 |
+
"Infinite image browsing"
|
136 |
],
|
137 |
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
138 |
"ui_extra_networks_tab_reorder": "",
|
|
|
153 |
"eta_ancestral": 1.0,
|
154 |
"ddim_discretize": "uniform",
|
155 |
"s_churn": 0.0,
|
156 |
+
"s_min_uncond": 0,
|
157 |
"s_tmin": 0.0,
|
158 |
"s_noise": 1.0,
|
159 |
"eta_noise_seed_delta": 31337,
|
|
|
297 |
"img2img_sketch_default_brush_color": "#ffffff",
|
298 |
"img2img_inpaint_mask_brush_color": "#ffffff",
|
299 |
"img2img_inpaint_sketch_default_brush_color": "#ffffff",
|
300 |
+
"cross_attention_optimization": "xformers",
|
301 |
"token_merging_ratio": 0,
|
302 |
"token_merging_ratio_img2img": 0,
|
303 |
"token_merging_ratio_hr": 0,
|
|
|
528 |
"DAT_tile": 192,
|
529 |
"DAT_tile_overlap": 8,
|
530 |
"canvas_hotkey_shrink_brush": "Q",
|
531 |
+
"canvas_hotkey_grow_brush": "W",
|
532 |
+
"tac_forceRefreshEmbeddings": false,
|
533 |
+
"tac_frequencySort": true,
|
534 |
+
"tac_frequencyFunction": "Logarithmic (weak)",
|
535 |
+
"tac_frequencyMinCount": 3,
|
536 |
+
"tac_frequencyMaxAge": 30,
|
537 |
+
"tac_frequencyRecommendCap": 10,
|
538 |
+
"tac_frequencyIncludeAlias": false,
|
539 |
+
"ad_save_images_dir": "",
|
540 |
+
"ad_only_selected_scripts": true,
|
541 |
+
"ad_same_seed_for_each_tab": false,
|
542 |
+
"ad_dynamic_denoise_power": 0,
|
543 |
+
"ad_match_inpaint_bbox_size": "Off",
|
544 |
+
"animatediff_default_frame_extract_method": "ffmpeg",
|
545 |
+
"controlnet_control_type_dropdown": false,
|
546 |
+
"image_browser_info_format": true,
|
547 |
+
"image_browser_info_order": "Prompt,Negative prompt,Model,VAE,Sampler,Schedule,Steps,CFG scale,Seed,Size",
|
548 |
+
"save_write_log_csv": true,
|
549 |
+
"refiner_switch_by_sample_steps": false,
|
550 |
+
"extra_networks_tree_view_style": "Dirs",
|
551 |
+
"extra_networks_tree_view_default_width": 180.0,
|
552 |
+
"lora_bundled_ti_to_infotext": true,
|
553 |
+
"s_min_uncond_all": false,
|
554 |
+
"skip_early_cond": 0,
|
555 |
+
"beta_dist_alpha": 0.6,
|
556 |
+
"beta_dist_beta": 0.6,
|
557 |
+
"sdxl_clip_l_skip": false,
|
558 |
+
"sd3_enable_t5": false,
|
559 |
+
"prevent_screen_sleep_during_generation": true,
|
560 |
+
"enable_reloading_ui_scripts": false,
|
561 |
+
"prioritized_callbacks_app_started": [],
|
562 |
+
"prioritized_callbacks_model_loaded": [],
|
563 |
+
"prioritized_callbacks_ui_tabs": [],
|
564 |
+
"prioritized_callbacks_ui_settings": [],
|
565 |
+
"prioritized_callbacks_before_image_saved": [],
|
566 |
+
"prioritized_callbacks_cfg_denoiser": [],
|
567 |
+
"prioritized_callbacks_after_component": [],
|
568 |
+
"prioritized_callbacks_infotext_pasted": [],
|
569 |
+
"prioritized_callbacks_script_unloaded": [],
|
570 |
+
"prioritized_callbacks_before_ui": [],
|
571 |
+
"prioritized_callbacks_on_reload": [],
|
572 |
+
"prioritized_callbacks_list_optimizers": [],
|
573 |
+
"prioritized_callbacks_before_token_counter": [],
|
574 |
+
"prioritized_callbacks_script_before_process": [],
|
575 |
+
"prioritized_callbacks_script_process": [],
|
576 |
+
"prioritized_callbacks_script_before_process_batch": [],
|
577 |
+
"prioritized_callbacks_script_after_extra_networks_activate": [],
|
578 |
+
"prioritized_callbacks_script_process_batch": [],
|
579 |
+
"prioritized_callbacks_script_postprocess": [],
|
580 |
+
"prioritized_callbacks_script_postprocess_batch": [],
|
581 |
+
"prioritized_callbacks_script_postprocess_batch_list": [],
|
582 |
+
"prioritized_callbacks_script_post_sample": [],
|
583 |
+
"prioritized_callbacks_script_on_mask_blend": [],
|
584 |
+
"prioritized_callbacks_script_postprocess_image": [],
|
585 |
+
"prioritized_callbacks_script_postprocess_maskoverlay": [],
|
586 |
+
"prioritized_callbacks_script_after_component": [],
|
587 |
+
"profiling_enable": false,
|
588 |
+
"profiling_activities": [
|
589 |
+
"CPU"
|
590 |
+
],
|
591 |
+
"profiling_record_shapes": true,
|
592 |
+
"profiling_profile_memory": true,
|
593 |
+
"profiling_with_stack": true,
|
594 |
+
"profiling_filename": "trace.json",
|
595 |
+
"postprocessing_disable_in_extras": [],
|
596 |
+
"set_scale_by_when_changing_upscaler": false
|
597 |
}
|
ui-config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"txt2img/Prompt/visible": true,
|
3 |
-
"txt2img/Prompt/value": "
|
4 |
"txt2img/Negative prompt/visible": true,
|
5 |
-
"txt2img/Negative prompt/value": "
|
6 |
"txt2img/Styles/visible": true,
|
7 |
"txt2img/Styles/value": [
|
8 |
"Default"
|
@@ -15,12 +15,12 @@
|
|
15 |
"txt2img/Sampling steps/maximum": 30,
|
16 |
"txt2img/Sampling steps/step": 1,
|
17 |
"txt2img/Width/visible": true,
|
18 |
-
"txt2img/Width/value":
|
19 |
"txt2img/Width/minimum": 64,
|
20 |
"txt2img/Width/maximum": 1024,
|
21 |
"txt2img/Width/step": 8,
|
22 |
"txt2img/Height/visible": true,
|
23 |
-
"txt2img/Height/value":
|
24 |
"txt2img/Height/minimum": 64,
|
25 |
"txt2img/Height/maximum": 1024,
|
26 |
"txt2img/Height/step": 8,
|
@@ -35,7 +35,7 @@
|
|
35 |
"txt2img/Batch size/maximum": 8,
|
36 |
"txt2img/Batch size/step": 1,
|
37 |
"txt2img/CFG Scale/visible": true,
|
38 |
-
"txt2img/CFG Scale/value":
|
39 |
"txt2img/CFG Scale/minimum": 1.0,
|
40 |
"txt2img/CFG Scale/maximum": 15.0,
|
41 |
"txt2img/CFG Scale/step": 0.1,
|
@@ -304,9 +304,9 @@
|
|
304 |
"customscript/prompt_travel.py/txt2img/Show console debug/visible": true,
|
305 |
"customscript/prompt_travel.py/txt2img/Show console debug/value": true,
|
306 |
"img2img/Prompt/visible": true,
|
307 |
-
"img2img/Prompt/value": "
|
308 |
"img2img/Negative prompt/visible": true,
|
309 |
-
"img2img/Negative prompt/value": "
|
310 |
"img2img/Styles/visible": true,
|
311 |
"img2img/Styles/value": [
|
312 |
"Default"
|
@@ -1408,38 +1408,38 @@
|
|
1408 |
"civitai_interface/Save LoRA to additional-networks/value": true,
|
1409 |
"system_info/Tabs@system_info_tabs/selected": null,
|
1410 |
"system_info//visible": true,
|
1411 |
-
"system_info//value": "
|
1412 |
"system_info/Refresh data/visible": true,
|
1413 |
"system_info/Send interrupt/visible": true,
|
1414 |
"system_info/Server start time/visible": true,
|
1415 |
-
"system_info/Server start time/value": "
|
1416 |
"system_info/Version/visible": true,
|
1417 |
-
"system_info/Version/value": "app: stable-diffusion-webui-v1.6.0.git\nupdated:
|
1418 |
"system_info/State/visible": true,
|
1419 |
-
"system_info/State/value": "started:
|
1420 |
"system_info/Memory/visible": true,
|
1421 |
-
"system_info/Memory/value": "ram:
|
1422 |
"system_info/Platform/visible": true,
|
1423 |
-
"system_info/Platform/value": "arch: x86_64\ncpu: x86_64\nsystem: Linux\nrelease: 5.15.
|
1424 |
"system_info/Backend/visible": true,
|
1425 |
"system_info/Backend/value": "",
|
1426 |
"system_info/Pipeline/visible": true,
|
1427 |
"system_info/Pipeline/value": "",
|
1428 |
"system_info/Torch/visible": true,
|
1429 |
-
"system_info/Torch/value": "2.0
|
1430 |
"system_info/GPU/visible": true,
|
1431 |
-
"system_info/GPU/value": "
|
1432 |
"system_info/Memory optimization/visible": true,
|
1433 |
"system_info/Memory optimization/value": "none",
|
1434 |
"system_info/Cross-attention/visible": true,
|
1435 |
-
"system_info/Cross-attention/value": "
|
1436 |
"system_info/Libs/visible": true,
|
1437 |
-
"system_info/Libs/value": "xformers: 0.0.
|
1438 |
-
"system_info/Repos/value": "Stable Diffusion: [cf1d67a] 2023-03-25\nStable Diffusion XL: [45c443b] 2023-07-26\
|
1439 |
"system_info/Device Info/visible": true,
|
1440 |
-
"system_info/Device Info/value": "active: cuda
|
1441 |
"system_info/Model Info/visible": true,
|
1442 |
-
"system_info/Model Info/value": "configured: base:
|
1443 |
"system_info/Username/visible": true,
|
1444 |
"system_info/Username/value": "root",
|
1445 |
"system_info/Note/visible": true,
|
@@ -1465,7 +1465,7 @@
|
|
1465 |
"deforum_interface/Motion preview mode (dry run)./visible": true,
|
1466 |
"deforum_interface/Motion preview mode (dry run)./value": false,
|
1467 |
"deforum_interface/Sampler/visible": true,
|
1468 |
-
"deforum_interface/Sampler/value": "
|
1469 |
"deforum_interface/Steps/visible": true,
|
1470 |
"deforum_interface/Steps/value": 25,
|
1471 |
"deforum_interface/Steps/minimum": 1,
|
@@ -2347,7 +2347,7 @@
|
|
2347 |
"customscript/extra_options_section.py/txt2img/sigma noise/maximum": 1.1,
|
2348 |
"customscript/extra_options_section.py/txt2img/sigma noise/step": 0.001,
|
2349 |
"customscript/extra_options_section.py/txt2img/Eta noise seed delta/visible": true,
|
2350 |
-
"customscript/extra_options_section.py/txt2img/Eta noise seed delta/value":
|
2351 |
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/visible": true,
|
2352 |
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/value": false,
|
2353 |
"customscript/extra_options_section.py/txt2img/sigma tmin/visible": true,
|
@@ -2564,7 +2564,7 @@
|
|
2564 |
"txt2img/Use separate sampler/visible": true,
|
2565 |
"txt2img/Use separate sampler/value": false,
|
2566 |
"txt2img/ADetailer sampler/visible": true,
|
2567 |
-
"txt2img/ADetailer sampler/value": "DPM++ 2M
|
2568 |
"txt2img/Use separate noise multiplier/visible": true,
|
2569 |
"txt2img/Use separate noise multiplier/value": false,
|
2570 |
"txt2img/Noise multiplier for img2img/visible": true,
|
@@ -2696,7 +2696,7 @@
|
|
2696 |
"txt2img/Use separate sampler 2nd/visible": true,
|
2697 |
"txt2img/Use separate sampler 2nd/value": false,
|
2698 |
"txt2img/ADetailer sampler 2nd/visible": true,
|
2699 |
-
"txt2img/ADetailer sampler 2nd/value": "DPM++ 2M
|
2700 |
"txt2img/Use separate noise multiplier 2nd/visible": true,
|
2701 |
"txt2img/Use separate noise multiplier 2nd/value": false,
|
2702 |
"txt2img/Noise multiplier for img2img 2nd/visible": true,
|
@@ -2933,7 +2933,7 @@
|
|
2933 |
"customscript/dynamic_prompting.py/txt2img/Don't generate images/value": false,
|
2934 |
"txt2img/Write prompts to file/value": false,
|
2935 |
"txt2img/Motion module/visible": true,
|
2936 |
-
"txt2img/Motion module/value":
|
2937 |
"txt2img/Enable AnimateDiff/visible": true,
|
2938 |
"txt2img/Enable AnimateDiff/value": false,
|
2939 |
"txt2img/Number of frames/visible": true,
|
@@ -3091,7 +3091,7 @@
|
|
3091 |
"img2img/Use separate sampler/visible": true,
|
3092 |
"img2img/Use separate sampler/value": false,
|
3093 |
"img2img/ADetailer sampler/visible": true,
|
3094 |
-
"img2img/ADetailer sampler/value": "DPM++ 2M
|
3095 |
"img2img/Use separate noise multiplier/visible": true,
|
3096 |
"img2img/Use separate noise multiplier/value": false,
|
3097 |
"img2img/Noise multiplier for img2img/visible": true,
|
@@ -3223,7 +3223,7 @@
|
|
3223 |
"img2img/Use separate sampler 2nd/visible": true,
|
3224 |
"img2img/Use separate sampler 2nd/value": false,
|
3225 |
"img2img/ADetailer sampler 2nd/visible": true,
|
3226 |
-
"img2img/ADetailer sampler 2nd/value": "DPM++ 2M
|
3227 |
"img2img/Use separate noise multiplier 2nd/visible": true,
|
3228 |
"img2img/Use separate noise multiplier 2nd/value": false,
|
3229 |
"img2img/Noise multiplier for img2img 2nd/visible": true,
|
@@ -3460,7 +3460,7 @@
|
|
3460 |
"customscript/dynamic_prompting.py/img2img/Don't generate images/value": false,
|
3461 |
"img2img/Write prompts to file/value": false,
|
3462 |
"img2img/Motion module/visible": true,
|
3463 |
-
"img2img/Motion module/value":
|
3464 |
"img2img/Enable AnimateDiff/visible": true,
|
3465 |
"img2img/Enable AnimateDiff/value": false,
|
3466 |
"img2img/Number of frames/visible": true,
|
@@ -4087,5 +4087,887 @@
|
|
4087 |
"sddp-wildcard-manager/Wildcards file/value": "",
|
4088 |
"sddp-wildcard-manager/File editor/visible": true,
|
4089 |
"sddp-wildcard-manager/File editor/value": "",
|
4090 |
-
"sddp-wildcard-manager/Save wildcards/visible": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4091 |
}
|
|
|
1 |
{
|
2 |
"txt2img/Prompt/visible": true,
|
3 |
+
"txt2img/Prompt/value": "shiratama_(shiratamaco),1girl,blonde hair, indoors, red eyes, autumn, maple leaf, upper body, loli, best quality,masterpiece,absurdres,",
|
4 |
"txt2img/Negative prompt/visible": true,
|
5 |
+
"txt2img/Negative prompt/value": " lowres,(bad),text,error,fewer,extra,missing,worst quality,jpeg artifacts,low quality,watermark,unfinished,displeasing,oldest,early,chromatic aberration,signature,extra digits,artistic error,username,scan,[abstract]\n\n------------------(生成图片前先删掉下列告示)--------------------------------------------------------\n欢迎使用在线Stable Diffusion WebUI。本服务基于谷歌Kaggle公益GPU搭建,作者:Nyan9\n1.除了文生图和图生图,其它功能别动,谢谢啦。显卡一共15GB显存,最大可画1536x1024\n2.为了减少服务器负担,请勿一次性生成多张图,不然的话别人要排队很久的\n3.服务器不可以生成违禁图片!发现我会ban IP,实在要画你自己去kaggle自建一个在线版SD\n------------------(生成图片前先删掉上列告示)-------------------------------------------------------",
|
6 |
"txt2img/Styles/visible": true,
|
7 |
"txt2img/Styles/value": [
|
8 |
"Default"
|
|
|
15 |
"txt2img/Sampling steps/maximum": 30,
|
16 |
"txt2img/Sampling steps/step": 1,
|
17 |
"txt2img/Width/visible": true,
|
18 |
+
"txt2img/Width/value": 768,
|
19 |
"txt2img/Width/minimum": 64,
|
20 |
"txt2img/Width/maximum": 1024,
|
21 |
"txt2img/Width/step": 8,
|
22 |
"txt2img/Height/visible": true,
|
23 |
+
"txt2img/Height/value": 1024,
|
24 |
"txt2img/Height/minimum": 64,
|
25 |
"txt2img/Height/maximum": 1024,
|
26 |
"txt2img/Height/step": 8,
|
|
|
35 |
"txt2img/Batch size/maximum": 8,
|
36 |
"txt2img/Batch size/step": 1,
|
37 |
"txt2img/CFG Scale/visible": true,
|
38 |
+
"txt2img/CFG Scale/value": 5,
|
39 |
"txt2img/CFG Scale/minimum": 1.0,
|
40 |
"txt2img/CFG Scale/maximum": 15.0,
|
41 |
"txt2img/CFG Scale/step": 0.1,
|
|
|
304 |
"customscript/prompt_travel.py/txt2img/Show console debug/visible": true,
|
305 |
"customscript/prompt_travel.py/txt2img/Show console debug/value": true,
|
306 |
"img2img/Prompt/visible": true,
|
307 |
+
"img2img/Prompt/value": "shiratama_(shiratamaco),1girl,blonde hair, indoors, red eyes, autumn, maple leaf, upper body, loli, best quality,masterpiece,absurdres,",
|
308 |
"img2img/Negative prompt/visible": true,
|
309 |
+
"img2img/Negative prompt/value": " lowres,(bad),text,error,fewer,extra,missing,worst quality,jpeg artifacts,low quality,watermark,unfinished,displeasing,oldest,early,chromatic aberration,signature,extra digits,artistic error,username,scan,[abstract]\n\n------------------(生成图片前先删掉下列告示)--------------------------------------------------------\n欢迎使用在线Stable Diffusion WebUI。本服务基于谷歌Kaggle公益GPU搭建,作者:Nyan9\n1.除了文生图和图生图,其它功能别动,谢谢啦。显卡一共15GB显存,最大可画1536x1024\n2.为了减少服务器负担,请勿一次性生成多张图,不然的话别人要排队很久的\n3.服务器不可以生成违禁图片!发现我会ban IP,实在要画你自己去kaggle自建一个在线版SD\n------------------(生成图片前先删掉上列告示)-------------------------------------------------------",
|
310 |
"img2img/Styles/visible": true,
|
311 |
"img2img/Styles/value": [
|
312 |
"Default"
|
|
|
1408 |
"civitai_interface/Save LoRA to additional-networks/value": true,
|
1409 |
"system_info/Tabs@system_info_tabs/selected": null,
|
1410 |
"system_info//visible": true,
|
1411 |
+
"system_info//value": "03:23:16",
|
1412 |
"system_info/Refresh data/visible": true,
|
1413 |
"system_info/Send interrupt/visible": true,
|
1414 |
"system_info/Server start time/visible": true,
|
1415 |
+
"system_info/Server start time/value": "Fri Oct 25 02:31:13 2024",
|
1416 |
"system_info/Version/visible": true,
|
1417 |
+
"system_info/Version/value": "app: stable-diffusion-webui-v1.6.0.git\nupdated: 2024-09-18\nhash: 8a0507f3\nurl: https://github.com/PNuwa/stable-diffusion-webui-v1.6.0.git/tree/master",
|
1418 |
"system_info/State/visible": true,
|
1419 |
+
"system_info/State/value": "started: Fri Oct 25 03:21:03 2024\nstep: 0 / 28\njobs: 1 / 0\nflags: \njob: \ntext-info: None",
|
1420 |
"system_info/Memory/visible": true,
|
1421 |
+
"system_info/Memory/value": "ram: 可用:26.02 已用:5.34 总:31.36\ngpu: 可用:8.51 已用:6.23 总:14.74\ngpu-active: current:3.77 peak:6.02\ngpu-allocated: current:3.77 peak:6.02\ngpu-reserved: current:3.99 peak:7.95\ngpu-inactive: current:0.22 peak:0.6\nGPU活动: retries:0 oom:0\nGPU 使用率(百分比): 0\nGPU-温度: 74℃\nGPU-温度自动报警: OFF",
|
1422 |
"system_info/Platform/visible": true,
|
1423 |
+
"system_info/Platform/value": "arch: x86_64\ncpu: x86_64\nsystem: Linux\nrelease: 5.15.154+\npython: 3.10.13",
|
1424 |
"system_info/Backend/visible": true,
|
1425 |
"system_info/Backend/value": "",
|
1426 |
"system_info/Pipeline/visible": true,
|
1427 |
"system_info/Pipeline/value": "",
|
1428 |
"system_info/Torch/visible": true,
|
1429 |
+
"system_info/Torch/value": "2.3.0+cu121 autocast half",
|
1430 |
"system_info/GPU/visible": true,
|
1431 |
+
"system_info/GPU/value": "GPU 设备: Tesla T4 (2) (sm_90) (7, 5)\ncuda: 12.1\ncudnn: 8902\ndriver: 550.90.07\n550.90.07",
|
1432 |
"system_info/Memory optimization/visible": true,
|
1433 |
"system_info/Memory optimization/value": "none",
|
1434 |
"system_info/Cross-attention/visible": true,
|
1435 |
+
"system_info/Cross-attention/value": "xformers",
|
1436 |
"system_info/Libs/visible": true,
|
1437 |
+
"system_info/Libs/value": "xformers: 0.0.27.dev792\ndiffusers: 0.27.2\ntransformers: 4.30.2",
|
1438 |
+
"system_info/Repos/value": "Stable Diffusion: [cf1d67a] 2023-03-25\nStable Diffusion XL: [45c443b] 2023-07-26\nBLIP: [48211a1] 2022-06-07\nk_diffusion: [ab527a9] 2023-08-12",
|
1439 |
"system_info/Device Info/visible": true,
|
1440 |
+
"system_info/Device Info/value": "active: cuda\ndtype: torch.float16\nvae: torch.float32\nunet: torch.float16",
|
1441 |
"system_info/Model Info/visible": true,
|
1442 |
+
"system_info/Model Info/value": "configured: base:NoobXL-Epslion.safetensors refiner: vae:None\nloaded: base:/kaggle/working/stable-diffusion-webui/models/Stable-diffusion/NoobXL-Epslion.safetensors refiner: vae:None",
|
1443 |
"system_info/Username/visible": true,
|
1444 |
"system_info/Username/value": "root",
|
1445 |
"system_info/Note/visible": true,
|
|
|
1465 |
"deforum_interface/Motion preview mode (dry run)./visible": true,
|
1466 |
"deforum_interface/Motion preview mode (dry run)./value": false,
|
1467 |
"deforum_interface/Sampler/visible": true,
|
1468 |
+
"deforum_interface/Sampler/value": "Euler a",
|
1469 |
"deforum_interface/Steps/visible": true,
|
1470 |
"deforum_interface/Steps/value": 25,
|
1471 |
"deforum_interface/Steps/minimum": 1,
|
|
|
2347 |
"customscript/extra_options_section.py/txt2img/sigma noise/maximum": 1.1,
|
2348 |
"customscript/extra_options_section.py/txt2img/sigma noise/step": 0.001,
|
2349 |
"customscript/extra_options_section.py/txt2img/Eta noise seed delta/visible": true,
|
2350 |
+
"customscript/extra_options_section.py/txt2img/Eta noise seed delta/value": 31337,
|
2351 |
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/visible": true,
|
2352 |
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/value": false,
|
2353 |
"customscript/extra_options_section.py/txt2img/sigma tmin/visible": true,
|
|
|
2564 |
"txt2img/Use separate sampler/visible": true,
|
2565 |
"txt2img/Use separate sampler/value": false,
|
2566 |
"txt2img/ADetailer sampler/visible": true,
|
2567 |
+
"txt2img/ADetailer sampler/value": "DPM++ 2M",
|
2568 |
"txt2img/Use separate noise multiplier/visible": true,
|
2569 |
"txt2img/Use separate noise multiplier/value": false,
|
2570 |
"txt2img/Noise multiplier for img2img/visible": true,
|
|
|
2696 |
"txt2img/Use separate sampler 2nd/visible": true,
|
2697 |
"txt2img/Use separate sampler 2nd/value": false,
|
2698 |
"txt2img/ADetailer sampler 2nd/visible": true,
|
2699 |
+
"txt2img/ADetailer sampler 2nd/value": "DPM++ 2M",
|
2700 |
"txt2img/Use separate noise multiplier 2nd/visible": true,
|
2701 |
"txt2img/Use separate noise multiplier 2nd/value": false,
|
2702 |
"txt2img/Noise multiplier for img2img 2nd/visible": true,
|
|
|
2933 |
"customscript/dynamic_prompting.py/txt2img/Don't generate images/value": false,
|
2934 |
"txt2img/Write prompts to file/value": false,
|
2935 |
"txt2img/Motion module/visible": true,
|
2936 |
+
"txt2img/Motion module/value": "mm_sd_v15_v2.fp16.safetensors",
|
2937 |
"txt2img/Enable AnimateDiff/visible": true,
|
2938 |
"txt2img/Enable AnimateDiff/value": false,
|
2939 |
"txt2img/Number of frames/visible": true,
|
|
|
3091 |
"img2img/Use separate sampler/visible": true,
|
3092 |
"img2img/Use separate sampler/value": false,
|
3093 |
"img2img/ADetailer sampler/visible": true,
|
3094 |
+
"img2img/ADetailer sampler/value": "DPM++ 2M",
|
3095 |
"img2img/Use separate noise multiplier/visible": true,
|
3096 |
"img2img/Use separate noise multiplier/value": false,
|
3097 |
"img2img/Noise multiplier for img2img/visible": true,
|
|
|
3223 |
"img2img/Use separate sampler 2nd/visible": true,
|
3224 |
"img2img/Use separate sampler 2nd/value": false,
|
3225 |
"img2img/ADetailer sampler 2nd/visible": true,
|
3226 |
+
"img2img/ADetailer sampler 2nd/value": "DPM++ 2M",
|
3227 |
"img2img/Use separate noise multiplier 2nd/visible": true,
|
3228 |
"img2img/Use separate noise multiplier 2nd/value": false,
|
3229 |
"img2img/Noise multiplier for img2img 2nd/visible": true,
|
|
|
3460 |
"customscript/dynamic_prompting.py/img2img/Don't generate images/value": false,
|
3461 |
"img2img/Write prompts to file/value": false,
|
3462 |
"img2img/Motion module/visible": true,
|
3463 |
+
"img2img/Motion module/value": "mm_sd_v15_v2.fp16.safetensors",
|
3464 |
"img2img/Enable AnimateDiff/visible": true,
|
3465 |
"img2img/Enable AnimateDiff/value": false,
|
3466 |
"img2img/Number of frames/visible": true,
|
|
|
4087 |
"sddp-wildcard-manager/Wildcards file/value": "",
|
4088 |
"sddp-wildcard-manager/File editor/visible": true,
|
4089 |
"sddp-wildcard-manager/File editor/value": "",
|
4090 |
+
"sddp-wildcard-manager/Save wildcards/visible": true,
|
4091 |
+
"txt2img/Interrupting.../visible": true,
|
4092 |
+
"customscript/sampler.py/txt2img/Sampling method/visible": true,
|
4093 |
+
"customscript/sampler.py/txt2img/Sampling method/value": "DPM++ 2M",
|
4094 |
+
"customscript/sampler.py/txt2img/Schedule type/visible": true,
|
4095 |
+
"customscript/sampler.py/txt2img/Schedule type/value": "Automatic",
|
4096 |
+
"customscript/sampler.py/txt2img/Sampling steps/visible": true,
|
4097 |
+
"customscript/sampler.py/txt2img/Sampling steps/value": 28,
|
4098 |
+
"customscript/sampler.py/txt2img/Sampling steps/minimum": 1,
|
4099 |
+
"customscript/sampler.py/txt2img/Sampling steps/maximum": 150,
|
4100 |
+
"customscript/sampler.py/txt2img/Sampling steps/step": 1,
|
4101 |
+
"txt2img/Checkpoint/visible": true,
|
4102 |
+
"txt2img/Checkpoint/value": "Use same checkpoint",
|
4103 |
+
"txt2img/Hires schedule type/visible": true,
|
4104 |
+
"txt2img/Hires schedule type/value": "Use same scheduler",
|
4105 |
+
"customscript/refiner.py/txt2img/Refiner/visible": true,
|
4106 |
+
"customscript/postprocessing_upscale.py/txt2img/Upscale/visible": true,
|
4107 |
+
"customscript/postprocessing_upscale.py/txt2img/Upscale/value": false,
|
4108 |
+
"customscript/postprocessing_upscale.py/txt2img/Max side length/visible": true,
|
4109 |
+
"customscript/postprocessing_upscale.py/txt2img/Max side length/value": 0.0,
|
4110 |
+
"customscript/postprocessing_codeformer.py/txt2img/CodeFormer/visible": true,
|
4111 |
+
"customscript/!adetailer.py/txt2img/ADetailer/visible": true,
|
4112 |
+
"customscript/!adetailer.py/txt2img/ADetailer/value": false,
|
4113 |
+
"txt2img/Enable this tab (1st)/visible": true,
|
4114 |
+
"txt2img/Enable this tab (1st)/value": true,
|
4115 |
+
"txt2img/ADetailer detector/visible": true,
|
4116 |
+
"txt2img/ADetailer detector/value": "face_yolov8n.pt",
|
4117 |
+
"txt2img/ADetailer detector classes/value": "",
|
4118 |
+
"txt2img/ADetailer scheduler/visible": true,
|
4119 |
+
"txt2img/ADetailer scheduler/value": "Use same scheduler",
|
4120 |
+
"txt2img/Enable this tab (2nd)/visible": true,
|
4121 |
+
"txt2img/Enable this tab (2nd)/value": true,
|
4122 |
+
"txt2img/ADetailer detector 2nd/visible": true,
|
4123 |
+
"txt2img/ADetailer detector 2nd/value": "None",
|
4124 |
+
"txt2img/ADetailer detector classes 2nd/value": "",
|
4125 |
+
"txt2img/ADetailer scheduler 2nd/visible": true,
|
4126 |
+
"txt2img/ADetailer scheduler 2nd/value": "Use same scheduler",
|
4127 |
+
"customscript/tilediffusion.py/txt2img/Tiled Diffusion/visible": true,
|
4128 |
+
"customscript/tilediffusion.py/txt2img/Tiled Diffusion/value": false,
|
4129 |
+
"customscript/tileglobal.py/txt2img/DemoFusion/visible": true,
|
4130 |
+
"customscript/tileglobal.py/txt2img/DemoFusion/value": false,
|
4131 |
+
"customscript/tileglobal.py/txt2img/Random Jitter/visible": true,
|
4132 |
+
"customscript/tileglobal.py/txt2img/Random Jitter/value": true,
|
4133 |
+
"customscript/tileglobal.py/txt2img/Keep input-image size/value": false,
|
4134 |
+
"customscript/tileglobal.py/txt2img/Mixture mode/visible": true,
|
4135 |
+
"customscript/tileglobal.py/txt2img/Mixture mode/value": false,
|
4136 |
+
"customscript/tileglobal.py/txt2img/Gaussian Filter/value": true,
|
4137 |
+
"customscript/tileglobal.py/txt2img/Method/value": "DemoFusion",
|
4138 |
+
"customscript/tileglobal.py/txt2img/Move ControlNet tensor to CPU (if applicable)/visible": true,
|
4139 |
+
"customscript/tileglobal.py/txt2img/Move ControlNet tensor to CPU (if applicable)/value": false,
|
4140 |
+
"customscript/tileglobal.py/txt2img/Latent window size/visible": true,
|
4141 |
+
"customscript/tileglobal.py/txt2img/Latent window size/value": 128,
|
4142 |
+
"customscript/tileglobal.py/txt2img/Latent window size/minimum": 16,
|
4143 |
+
"customscript/tileglobal.py/txt2img/Latent window size/maximum": 256,
|
4144 |
+
"customscript/tileglobal.py/txt2img/Latent window size/step": 16,
|
4145 |
+
"customscript/tileglobal.py/txt2img/Latent window overlap/visible": true,
|
4146 |
+
"customscript/tileglobal.py/txt2img/Latent window overlap/value": 64,
|
4147 |
+
"customscript/tileglobal.py/txt2img/Latent window overlap/minimum": 0,
|
4148 |
+
"customscript/tileglobal.py/txt2img/Latent window overlap/maximum": 256,
|
4149 |
+
"customscript/tileglobal.py/txt2img/Latent window overlap/step": 4,
|
4150 |
+
"customscript/tileglobal.py/txt2img/Latent window batch size/visible": true,
|
4151 |
+
"customscript/tileglobal.py/txt2img/Latent window batch size/value": 4,
|
4152 |
+
"customscript/tileglobal.py/txt2img/Latent window batch size/minimum": 1,
|
4153 |
+
"customscript/tileglobal.py/txt2img/Latent window batch size/maximum": 8,
|
4154 |
+
"customscript/tileglobal.py/txt2img/Latent window batch size/step": 1,
|
4155 |
+
"customscript/tileglobal.py/txt2img/Global window batch size/visible": true,
|
4156 |
+
"customscript/tileglobal.py/txt2img/Global window batch size/value": 4,
|
4157 |
+
"customscript/tileglobal.py/txt2img/Global window batch size/minimum": 1,
|
4158 |
+
"customscript/tileglobal.py/txt2img/Global window batch size/maximum": 8,
|
4159 |
+
"customscript/tileglobal.py/txt2img/Global window batch size/step": 1,
|
4160 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 1/visible": true,
|
4161 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 1/value": 3,
|
4162 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 1/minimum": 0,
|
4163 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 1/maximum": 5,
|
4164 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 1/step": 0.01,
|
4165 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 2/visible": true,
|
4166 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 2/value": 1,
|
4167 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 2/minimum": 0,
|
4168 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 2/maximum": 5,
|
4169 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 2/step": 0.01,
|
4170 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 3/visible": true,
|
4171 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 3/value": 1,
|
4172 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 3/minimum": 0,
|
4173 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 3/maximum": 5,
|
4174 |
+
"customscript/tileglobal.py/txt2img/Cosine Scale 3/step": 0.01,
|
4175 |
+
"customscript/tileglobal.py/txt2img/Sigma/visible": true,
|
4176 |
+
"customscript/tileglobal.py/txt2img/Sigma/value": 0.6,
|
4177 |
+
"customscript/tileglobal.py/txt2img/Sigma/minimum": 0,
|
4178 |
+
"customscript/tileglobal.py/txt2img/Sigma/maximum": 2,
|
4179 |
+
"customscript/tileglobal.py/txt2img/Sigma/step": 0.01,
|
4180 |
+
"customscript/tileglobal.py/txt2img/Denoising Strength for Substage/visible": true,
|
4181 |
+
"customscript/tileglobal.py/txt2img/Denoising Strength for Substage/value": 0.85,
|
4182 |
+
"customscript/tileglobal.py/txt2img/Denoising Strength for Substage/minimum": 0,
|
4183 |
+
"customscript/tileglobal.py/txt2img/Denoising Strength for Substage/maximum": 1,
|
4184 |
+
"customscript/tileglobal.py/txt2img/Denoising Strength for Substage/step": 0.01,
|
4185 |
+
"customscript/tileglobal.py/txt2img/Scale Factor/visible": true,
|
4186 |
+
"customscript/tileglobal.py/txt2img/Scale Factor/value": 2.0,
|
4187 |
+
"customscript/tileglobal.py/txt2img/Scale Factor/minimum": 1.0,
|
4188 |
+
"customscript/tileglobal.py/txt2img/Scale Factor/maximum": 8.0,
|
4189 |
+
"customscript/tileglobal.py/txt2img/Scale Factor/step": 1,
|
4190 |
+
"customscript/tileglobal.py/txt2img/Enable Noise Inversion/visible": true,
|
4191 |
+
"customscript/tileglobal.py/txt2img/Enable Noise Inversion/value": false,
|
4192 |
+
"customscript/tileglobal.py/txt2img/Inversion steps/visible": true,
|
4193 |
+
"customscript/tileglobal.py/txt2img/Inversion steps/value": 10,
|
4194 |
+
"customscript/tileglobal.py/txt2img/Inversion steps/minimum": 1,
|
4195 |
+
"customscript/tileglobal.py/txt2img/Inversion steps/maximum": 200,
|
4196 |
+
"customscript/tileglobal.py/txt2img/Inversion steps/step": 1,
|
4197 |
+
"customscript/tileglobal.py/txt2img/Retouch/visible": true,
|
4198 |
+
"customscript/tileglobal.py/txt2img/Retouch/value": 1,
|
4199 |
+
"customscript/tileglobal.py/txt2img/Retouch/minimum": 1,
|
4200 |
+
"customscript/tileglobal.py/txt2img/Retouch/maximum": 100,
|
4201 |
+
"customscript/tileglobal.py/txt2img/Retouch/step": 0.1,
|
4202 |
+
"customscript/tileglobal.py/txt2img/Renoise strength/visible": true,
|
4203 |
+
"customscript/tileglobal.py/txt2img/Renoise strength/value": 1,
|
4204 |
+
"customscript/tileglobal.py/txt2img/Renoise strength/minimum": 0,
|
4205 |
+
"customscript/tileglobal.py/txt2img/Renoise strength/maximum": 2,
|
4206 |
+
"customscript/tileglobal.py/txt2img/Renoise strength/step": 0.01,
|
4207 |
+
"customscript/tileglobal.py/txt2img/Renoise kernel size/visible": true,
|
4208 |
+
"customscript/tileglobal.py/txt2img/Renoise kernel size/value": 64,
|
4209 |
+
"customscript/tileglobal.py/txt2img/Renoise kernel size/minimum": 2,
|
4210 |
+
"customscript/tileglobal.py/txt2img/Renoise kernel size/maximum": 512,
|
4211 |
+
"customscript/tileglobal.py/txt2img/Renoise kernel size/step": 1,
|
4212 |
+
"customscript/tilevae.py/txt2img/Tiled VAE/visible": true,
|
4213 |
+
"customscript/tilevae.py/txt2img/Tiled VAE/value": false,
|
4214 |
+
"txt2img/Enable FreeInit/visible": true,
|
4215 |
+
"txt2img/Enable FreeInit/value": false,
|
4216 |
+
"txt2img/Filter Type/visible": true,
|
4217 |
+
"txt2img/Filter Type/value": "butterworth",
|
4218 |
+
"txt2img/d_s/visible": true,
|
4219 |
+
"txt2img/d_s/value": 0.25,
|
4220 |
+
"txt2img/d_s/minimum": 0,
|
4221 |
+
"txt2img/d_s/maximum": 1,
|
4222 |
+
"txt2img/d_s/step": 0.125,
|
4223 |
+
"txt2img/d_t/visible": true,
|
4224 |
+
"txt2img/d_t/value": 0.25,
|
4225 |
+
"txt2img/d_t/minimum": 0,
|
4226 |
+
"txt2img/d_t/maximum": 1,
|
4227 |
+
"txt2img/d_t/step": 0.125,
|
4228 |
+
"txt2img/FreeInit Iterations/visible": true,
|
4229 |
+
"txt2img/FreeInit Iterations/value": 3,
|
4230 |
+
"txt2img/FreeInit Iterations/minimum": 2,
|
4231 |
+
"txt2img/FreeInit Iterations/maximum": 5,
|
4232 |
+
"txt2img/FreeInit Iterations/step": 1,
|
4233 |
+
"txt2img/Mask path/value": "",
|
4234 |
+
"txt2img/Tabs@txt2img_controlnet_tabs/selected": null,
|
4235 |
+
"txt2img/Input Directory/visible": true,
|
4236 |
+
"txt2img/Input Directory/value": "",
|
4237 |
+
"txt2img/Clear Images/visible": true,
|
4238 |
+
"txt2img/New Canvas Width/visible": true,
|
4239 |
+
"txt2img/New Canvas Width/value": 512,
|
4240 |
+
"txt2img/New Canvas Width/minimum": 256,
|
4241 |
+
"txt2img/New Canvas Width/maximum": 1024,
|
4242 |
+
"txt2img/New Canvas Width/step": 64,
|
4243 |
+
"txt2img/New Canvas Height/visible": true,
|
4244 |
+
"txt2img/New Canvas Height/value": 512,
|
4245 |
+
"txt2img/New Canvas Height/minimum": 256,
|
4246 |
+
"txt2img/New Canvas Height/maximum": 1024,
|
4247 |
+
"txt2img/New Canvas Height/step": 64,
|
4248 |
+
"txt2img/Create New Canvas/visible": true,
|
4249 |
+
"txt2img/📷/visible": true,
|
4250 |
+
"txt2img/⇄/visible": true,
|
4251 |
+
"txt2img/⤴/visible": true,
|
4252 |
+
"txt2img/Enable/visible": true,
|
4253 |
+
"txt2img/Enable/value": false,
|
4254 |
+
"txt2img/Low VRAM/visible": true,
|
4255 |
+
"txt2img/Low VRAM/value": false,
|
4256 |
+
"txt2img/Pixel Perfect/visible": true,
|
4257 |
+
"txt2img/Pixel Perfect/value": false,
|
4258 |
+
"txt2img/Allow Preview/visible": true,
|
4259 |
+
"txt2img/Allow Preview/value": false,
|
4260 |
+
"txt2img/Effective Region Mask/visible": true,
|
4261 |
+
"txt2img/Effective Region Mask/value": false,
|
4262 |
+
"txt2img/Preview as Input/value": false,
|
4263 |
+
"txt2img/Crop input image based on A1111 mask/value": false,
|
4264 |
+
"txt2img/Union Control Type/value": "Unknown",
|
4265 |
+
"txt2img/Control Type/visible": true,
|
4266 |
+
"txt2img/Control Type/value": "All",
|
4267 |
+
"txt2img/Preprocessor/visible": true,
|
4268 |
+
"txt2img/Preprocessor/value": "none",
|
4269 |
+
"txt2img/💥/visible": true,
|
4270 |
+
"txt2img/Model/visible": true,
|
4271 |
+
"txt2img/Model/value": "None",
|
4272 |
+
"txt2img/Control Weight/visible": true,
|
4273 |
+
"txt2img/Control Weight/value": 1.0,
|
4274 |
+
"txt2img/Control Weight/minimum": 0.0,
|
4275 |
+
"txt2img/Control Weight/maximum": 2.0,
|
4276 |
+
"txt2img/Control Weight/step": 0.05,
|
4277 |
+
"txt2img/Starting Control Step/visible": true,
|
4278 |
+
"txt2img/Starting Control Step/value": 0.0,
|
4279 |
+
"txt2img/Starting Control Step/minimum": 0.0,
|
4280 |
+
"txt2img/Starting Control Step/maximum": 1.0,
|
4281 |
+
"txt2img/Starting Control Step/step": 0.01,
|
4282 |
+
"txt2img/Ending Control Step/visible": true,
|
4283 |
+
"txt2img/Ending Control Step/value": 1.0,
|
4284 |
+
"txt2img/Ending Control Step/minimum": 0.0,
|
4285 |
+
"txt2img/Ending Control Step/maximum": 1.0,
|
4286 |
+
"txt2img/Ending Control Step/step": 0.01,
|
4287 |
+
"txt2img/Preprocessor resolution/value": -1,
|
4288 |
+
"txt2img/Preprocessor resolution/minimum": 64,
|
4289 |
+
"txt2img/Preprocessor resolution/maximum": 2048,
|
4290 |
+
"txt2img/Preprocessor resolution/step": 10,
|
4291 |
+
"txt2img/Threshold A/value": -1,
|
4292 |
+
"txt2img/Threshold A/minimum": 64,
|
4293 |
+
"txt2img/Threshold A/maximum": 1024,
|
4294 |
+
"txt2img/Threshold A/step": 1,
|
4295 |
+
"txt2img/Threshold B/value": -1,
|
4296 |
+
"txt2img/Threshold B/minimum": 64,
|
4297 |
+
"txt2img/Threshold B/maximum": 1024,
|
4298 |
+
"txt2img/Threshold B/step": 1,
|
4299 |
+
"txt2img/Control Mode/visible": true,
|
4300 |
+
"txt2img/Control Mode/value": "Balanced",
|
4301 |
+
"txt2img/Resize Mode/visible": true,
|
4302 |
+
"txt2img/Resize Mode/value": "Crop and Resize",
|
4303 |
+
"txt2img/Hires-Fix Option/value": "Both",
|
4304 |
+
"txt2img/PuLID Mode/value": "Fidelity",
|
4305 |
+
"txt2img/[Batch Loopback] Automatically send generated images to this ControlNet unit in batch generation/value": false,
|
4306 |
+
"txt2img/Weight Type/visible": true,
|
4307 |
+
"txt2img/Weight Type/value": "normal",
|
4308 |
+
"txt2img/Composition Weight/value": 1.0,
|
4309 |
+
"txt2img/Composition Weight/minimum": 0,
|
4310 |
+
"txt2img/Composition Weight/maximum": 2.0,
|
4311 |
+
"txt2img/Composition Weight/step": 0.01,
|
4312 |
+
"txt2img/Weights/value": "",
|
4313 |
+
"txt2img/Batch Option/visible": true,
|
4314 |
+
"txt2img/Batch Option/value": "All ControlNet units for all images in a batch",
|
4315 |
+
"txt2img/[StyleAlign] Align image style in the batch./visible": true,
|
4316 |
+
"txt2img/[StyleAlign] Align image style in the batch./value": false,
|
4317 |
+
"txt2img/Weights/visible": true,
|
4318 |
+
"txt2img/Add to presets/visible": true,
|
4319 |
+
"txt2img/Add to presets and Save/visible": true,
|
4320 |
+
"txt2img/Identifier/visible": true,
|
4321 |
+
"txt2img/Identifier/value": "",
|
4322 |
+
"txt2img/Weights type/visible": true,
|
4323 |
+
"txt2img/Weights type/value": "17(1.X/2.X)",
|
4324 |
+
"txt2img/Set All 0/visible": true,
|
4325 |
+
"txt2img/Set All 1/visible": true,
|
4326 |
+
"txt2img/Set custom/visible": true,
|
4327 |
+
"txt2img/BASE/visible": true,
|
4328 |
+
"txt2img/BASE/value": 0.0,
|
4329 |
+
"txt2img/BASE/minimum": -1,
|
4330 |
+
"txt2img/BASE/maximum": 1,
|
4331 |
+
"txt2img/BASE/step": 0.1,
|
4332 |
+
"txt2img/IN00/value": 0,
|
4333 |
+
"txt2img/IN00/minimum": -1.0,
|
4334 |
+
"txt2img/IN00/maximum": 1,
|
4335 |
+
"txt2img/IN00/step": 0.1,
|
4336 |
+
"txt2img/IN01/visible": true,
|
4337 |
+
"txt2img/IN01/value": 0,
|
4338 |
+
"txt2img/IN01/minimum": -1.0,
|
4339 |
+
"txt2img/IN01/maximum": 1,
|
4340 |
+
"txt2img/IN01/step": 0.1,
|
4341 |
+
"txt2img/IN02/visible": true,
|
4342 |
+
"txt2img/IN02/value": 0,
|
4343 |
+
"txt2img/IN02/minimum": -1.0,
|
4344 |
+
"txt2img/IN02/maximum": 1,
|
4345 |
+
"txt2img/IN02/step": 0.1,
|
4346 |
+
"txt2img/IN03/value": 0,
|
4347 |
+
"txt2img/IN03/minimum": -1.0,
|
4348 |
+
"txt2img/IN03/maximum": 1,
|
4349 |
+
"txt2img/IN03/step": 0.1,
|
4350 |
+
"txt2img/IN04/visible": true,
|
4351 |
+
"txt2img/IN04/value": 0,
|
4352 |
+
"txt2img/IN04/minimum": -1.0,
|
4353 |
+
"txt2img/IN04/maximum": 1,
|
4354 |
+
"txt2img/IN04/step": 0.1,
|
4355 |
+
"txt2img/IN05/visible": true,
|
4356 |
+
"txt2img/IN05/value": 0,
|
4357 |
+
"txt2img/IN05/minimum": -1.0,
|
4358 |
+
"txt2img/IN05/maximum": 1,
|
4359 |
+
"txt2img/IN05/step": 0.1,
|
4360 |
+
"txt2img/IN06/value": 0,
|
4361 |
+
"txt2img/IN06/minimum": -1.0,
|
4362 |
+
"txt2img/IN06/maximum": 1,
|
4363 |
+
"txt2img/IN06/step": 0.1,
|
4364 |
+
"txt2img/IN07/visible": true,
|
4365 |
+
"txt2img/IN07/value": 0,
|
4366 |
+
"txt2img/IN07/minimum": -1.0,
|
4367 |
+
"txt2img/IN07/maximum": 1,
|
4368 |
+
"txt2img/IN07/step": 0.1,
|
4369 |
+
"txt2img/IN08/visible": true,
|
4370 |
+
"txt2img/IN08/value": 0,
|
4371 |
+
"txt2img/IN08/minimum": -1.0,
|
4372 |
+
"txt2img/IN08/maximum": 1,
|
4373 |
+
"txt2img/IN08/step": 0.1,
|
4374 |
+
"txt2img/IN09/value": 0,
|
4375 |
+
"txt2img/IN09/minimum": -1.0,
|
4376 |
+
"txt2img/IN09/maximum": 1,
|
4377 |
+
"txt2img/IN09/step": 0.1,
|
4378 |
+
"txt2img/IN10/value": 0,
|
4379 |
+
"txt2img/IN10/minimum": -1.0,
|
4380 |
+
"txt2img/IN10/maximum": 1,
|
4381 |
+
"txt2img/IN10/step": 0.1,
|
4382 |
+
"txt2img/IN11/value": 0,
|
4383 |
+
"txt2img/IN11/minimum": -1.0,
|
4384 |
+
"txt2img/IN11/maximum": 1,
|
4385 |
+
"txt2img/IN11/step": 0.1,
|
4386 |
+
"txt2img/OUT11/visible": true,
|
4387 |
+
"txt2img/OUT11/value": 0,
|
4388 |
+
"txt2img/OUT11/minimum": -1.0,
|
4389 |
+
"txt2img/OUT11/maximum": 1,
|
4390 |
+
"txt2img/OUT11/step": 0.1,
|
4391 |
+
"txt2img/OUT10/visible": true,
|
4392 |
+
"txt2img/OUT10/value": 0,
|
4393 |
+
"txt2img/OUT10/minimum": -1.0,
|
4394 |
+
"txt2img/OUT10/maximum": 1,
|
4395 |
+
"txt2img/OUT10/step": 0.1,
|
4396 |
+
"txt2img/OUT09/visible": true,
|
4397 |
+
"txt2img/OUT09/value": 0,
|
4398 |
+
"txt2img/OUT09/minimum": -1.0,
|
4399 |
+
"txt2img/OUT09/maximum": 1,
|
4400 |
+
"txt2img/OUT09/step": 0.1,
|
4401 |
+
"txt2img/OUT08/visible": true,
|
4402 |
+
"txt2img/OUT08/value": 0,
|
4403 |
+
"txt2img/OUT08/minimum": -1.0,
|
4404 |
+
"txt2img/OUT08/maximum": 1,
|
4405 |
+
"txt2img/OUT08/step": 0.1,
|
4406 |
+
"txt2img/OUT07/visible": true,
|
4407 |
+
"txt2img/OUT07/value": 0,
|
4408 |
+
"txt2img/OUT07/minimum": -1.0,
|
4409 |
+
"txt2img/OUT07/maximum": 1,
|
4410 |
+
"txt2img/OUT07/step": 0.1,
|
4411 |
+
"txt2img/OUT06/visible": true,
|
4412 |
+
"txt2img/OUT06/value": 0,
|
4413 |
+
"txt2img/OUT06/minimum": -1.0,
|
4414 |
+
"txt2img/OUT06/maximum": 1,
|
4415 |
+
"txt2img/OUT06/step": 0.1,
|
4416 |
+
"txt2img/OUT05/visible": true,
|
4417 |
+
"txt2img/OUT05/value": 0,
|
4418 |
+
"txt2img/OUT05/minimum": -1.0,
|
4419 |
+
"txt2img/OUT05/maximum": 1,
|
4420 |
+
"txt2img/OUT05/step": 0.1,
|
4421 |
+
"txt2img/OUT04/visible": true,
|
4422 |
+
"txt2img/OUT04/value": 0,
|
4423 |
+
"txt2img/OUT04/minimum": -1.0,
|
4424 |
+
"txt2img/OUT04/maximum": 1,
|
4425 |
+
"txt2img/OUT04/step": 0.1,
|
4426 |
+
"txt2img/OUT03/visible": true,
|
4427 |
+
"txt2img/OUT03/value": 0,
|
4428 |
+
"txt2img/OUT03/minimum": -1.0,
|
4429 |
+
"txt2img/OUT03/maximum": 1,
|
4430 |
+
"txt2img/OUT03/step": 0.1,
|
4431 |
+
"txt2img/OUT02/value": 0,
|
4432 |
+
"txt2img/OUT02/minimum": -1.0,
|
4433 |
+
"txt2img/OUT02/maximum": 1,
|
4434 |
+
"txt2img/OUT02/step": 0.1,
|
4435 |
+
"txt2img/OUT01/value": 0,
|
4436 |
+
"txt2img/OUT01/minimum": -1.0,
|
4437 |
+
"txt2img/OUT01/maximum": 1,
|
4438 |
+
"txt2img/OUT01/step": 0.1,
|
4439 |
+
"txt2img/OUT00/value": 0,
|
4440 |
+
"txt2img/OUT00/minimum": -1.0,
|
4441 |
+
"txt2img/OUT00/maximum": 1,
|
4442 |
+
"txt2img/OUT00/step": 0.1,
|
4443 |
+
"txt2img/M00/visible": true,
|
4444 |
+
"txt2img/M00/value": 0.0,
|
4445 |
+
"txt2img/M00/minimum": -1,
|
4446 |
+
"txt2img/M00/maximum": 1,
|
4447 |
+
"txt2img/M00/step": 0.1,
|
4448 |
+
"customscript/xyz_grid.py/txt2img/Vary seeds for X/visible": true,
|
4449 |
+
"customscript/xyz_grid.py/txt2img/Vary seeds for X/value": false,
|
4450 |
+
"customscript/xyz_grid.py/txt2img/Vary seeds for Y/visible": true,
|
4451 |
+
"customscript/xyz_grid.py/txt2img/Vary seeds for Y/value": false,
|
4452 |
+
"customscript/xyz_grid.py/txt2img/Vary seeds for Z/visible": true,
|
4453 |
+
"customscript/xyz_grid.py/txt2img/Vary seeds for Z/value": false,
|
4454 |
+
"customscript/movie2movie.py/txt2img/Duration/visible": true,
|
4455 |
+
"customscript/movie2movie.py/txt2img/Duration/value": 50.0,
|
4456 |
+
"customscript/movie2movie.py/txt2img/Duration/minimum": 10.0,
|
4457 |
+
"customscript/movie2movie.py/txt2img/Duration/maximum": 200.0,
|
4458 |
+
"customscript/movie2movie.py/txt2img/Duration/step": 10,
|
4459 |
+
"customscript/movie2movie.py/txt2img/Save preprocessed/visible": true,
|
4460 |
+
"customscript/movie2movie.py/txt2img/Save preprocessed/value": false,
|
4461 |
+
"txt2img/✨/visible": true,
|
4462 |
+
"img2img/Interrupting.../visible": true,
|
4463 |
+
"img2img/Tabs@img2img_batch_source/selected": null,
|
4464 |
+
"img2img/Controlnet input directory/visible": true,
|
4465 |
+
"img2img/Controlnet input directory/value": "",
|
4466 |
+
"customscript/soft_inpainting.py/img2img/Soft inpainting/visible": true,
|
4467 |
+
"customscript/soft_inpainting.py/img2img/Soft inpainting/value": false,
|
4468 |
+
"customscript/soft_inpainting.py/img2img/Schedule bias/visible": true,
|
4469 |
+
"customscript/soft_inpainting.py/img2img/Schedule bias/value": 1,
|
4470 |
+
"customscript/soft_inpainting.py/img2img/Schedule bias/minimum": 0,
|
4471 |
+
"customscript/soft_inpainting.py/img2img/Schedule bias/maximum": 8,
|
4472 |
+
"customscript/soft_inpainting.py/img2img/Schedule bias/step": 0.1,
|
4473 |
+
"customscript/soft_inpainting.py/img2img/Preservation strength/visible": true,
|
4474 |
+
"customscript/soft_inpainting.py/img2img/Preservation strength/value": 0.5,
|
4475 |
+
"customscript/soft_inpainting.py/img2img/Preservation strength/minimum": 0,
|
4476 |
+
"customscript/soft_inpainting.py/img2img/Preservation strength/maximum": 8,
|
4477 |
+
"customscript/soft_inpainting.py/img2img/Preservation strength/step": 0.05,
|
4478 |
+
"customscript/soft_inpainting.py/img2img/Transition contrast boost/visible": true,
|
4479 |
+
"customscript/soft_inpainting.py/img2img/Transition contrast boost/value": 4,
|
4480 |
+
"customscript/soft_inpainting.py/img2img/Transition contrast boost/minimum": 1,
|
4481 |
+
"customscript/soft_inpainting.py/img2img/Transition contrast boost/maximum": 32,
|
4482 |
+
"customscript/soft_inpainting.py/img2img/Transition contrast boost/step": 0.5,
|
4483 |
+
"customscript/soft_inpainting.py/img2img/Mask influence/visible": true,
|
4484 |
+
"customscript/soft_inpainting.py/img2img/Mask influence/value": 0,
|
4485 |
+
"customscript/soft_inpainting.py/img2img/Mask influence/minimum": 0,
|
4486 |
+
"customscript/soft_inpainting.py/img2img/Mask influence/maximum": 1,
|
4487 |
+
"customscript/soft_inpainting.py/img2img/Mask influence/step": 0.05,
|
4488 |
+
"customscript/soft_inpainting.py/img2img/Difference threshold/visible": true,
|
4489 |
+
"customscript/soft_inpainting.py/img2img/Difference threshold/value": 0.5,
|
4490 |
+
"customscript/soft_inpainting.py/img2img/Difference threshold/minimum": 0,
|
4491 |
+
"customscript/soft_inpainting.py/img2img/Difference threshold/maximum": 8,
|
4492 |
+
"customscript/soft_inpainting.py/img2img/Difference threshold/step": 0.25,
|
4493 |
+
"customscript/soft_inpainting.py/img2img/Difference contrast/visible": true,
|
4494 |
+
"customscript/soft_inpainting.py/img2img/Difference contrast/value": 2,
|
4495 |
+
"customscript/soft_inpainting.py/img2img/Difference contrast/minimum": 0,
|
4496 |
+
"customscript/soft_inpainting.py/img2img/Difference contrast/maximum": 8,
|
4497 |
+
"customscript/soft_inpainting.py/img2img/Difference contrast/step": 0.25,
|
4498 |
+
"customscript/sampler.py/img2img/Sampling method/visible": true,
|
4499 |
+
"customscript/sampler.py/img2img/Sampling method/value": "DPM++ 2M",
|
4500 |
+
"customscript/sampler.py/img2img/Schedule type/visible": true,
|
4501 |
+
"customscript/sampler.py/img2img/Schedule type/value": "Automatic",
|
4502 |
+
"customscript/sampler.py/img2img/Sampling steps/visible": true,
|
4503 |
+
"customscript/sampler.py/img2img/Sampling steps/value": 20,
|
4504 |
+
"customscript/sampler.py/img2img/Sampling steps/minimum": 1,
|
4505 |
+
"customscript/sampler.py/img2img/Sampling steps/maximum": 150,
|
4506 |
+
"customscript/sampler.py/img2img/Sampling steps/step": 1,
|
4507 |
+
"customscript/refiner.py/img2img/Refiner/visible": true,
|
4508 |
+
"img2img/Tabs@img2img_tabs_resize/selected": null,
|
4509 |
+
"customscript/postprocessing_upscale.py/img2img/Upscale/visible": true,
|
4510 |
+
"customscript/postprocessing_upscale.py/img2img/Upscale/value": true,
|
4511 |
+
"customscript/postprocessing_upscale.py/img2img/Max side length/visible": true,
|
4512 |
+
"customscript/postprocessing_upscale.py/img2img/Max side length/value": 0.0,
|
4513 |
+
"customscript/postprocessing_codeformer.py/img2img/CodeFormer/visible": true,
|
4514 |
+
"customscript/!adetailer.py/img2img/ADetailer/visible": true,
|
4515 |
+
"customscript/!adetailer.py/img2img/ADetailer/value": false,
|
4516 |
+
"img2img/Enable this tab (1st)/visible": true,
|
4517 |
+
"img2img/Enable this tab (1st)/value": true,
|
4518 |
+
"img2img/ADetailer detector/visible": true,
|
4519 |
+
"img2img/ADetailer detector/value": "face_yolov8n.pt",
|
4520 |
+
"img2img/ADetailer detector classes/value": "",
|
4521 |
+
"img2img/ADetailer scheduler/visible": true,
|
4522 |
+
"img2img/ADetailer scheduler/value": "Use same scheduler",
|
4523 |
+
"img2img/Enable this tab (2nd)/visible": true,
|
4524 |
+
"img2img/Enable this tab (2nd)/value": true,
|
4525 |
+
"img2img/ADetailer detector 2nd/visible": true,
|
4526 |
+
"img2img/ADetailer detector 2nd/value": "None",
|
4527 |
+
"img2img/ADetailer detector classes 2nd/value": "",
|
4528 |
+
"img2img/ADetailer scheduler 2nd/visible": true,
|
4529 |
+
"img2img/ADetailer scheduler 2nd/value": "Use same scheduler",
|
4530 |
+
"customscript/tilediffusion.py/img2img/Tiled Diffusion/visible": true,
|
4531 |
+
"customscript/tilediffusion.py/img2img/Tiled Diffusion/value": false,
|
4532 |
+
"customscript/tileglobal.py/img2img/DemoFusion/visible": true,
|
4533 |
+
"customscript/tileglobal.py/img2img/DemoFusion/value": false,
|
4534 |
+
"customscript/tileglobal.py/img2img/Random Jitter/visible": true,
|
4535 |
+
"customscript/tileglobal.py/img2img/Random Jitter/value": true,
|
4536 |
+
"customscript/tileglobal.py/img2img/Keep input-image size/visible": true,
|
4537 |
+
"customscript/tileglobal.py/img2img/Keep input-image size/value": false,
|
4538 |
+
"customscript/tileglobal.py/img2img/Mixture mode/visible": true,
|
4539 |
+
"customscript/tileglobal.py/img2img/Mixture mode/value": false,
|
4540 |
+
"customscript/tileglobal.py/img2img/Gaussian Filter/value": true,
|
4541 |
+
"customscript/tileglobal.py/img2img/Method/value": "DemoFusion",
|
4542 |
+
"customscript/tileglobal.py/img2img/Move ControlNet tensor to CPU (if applicable)/visible": true,
|
4543 |
+
"customscript/tileglobal.py/img2img/Move ControlNet tensor to CPU (if applicable)/value": false,
|
4544 |
+
"customscript/tileglobal.py/img2img/Latent window size/visible": true,
|
4545 |
+
"customscript/tileglobal.py/img2img/Latent window size/value": 128,
|
4546 |
+
"customscript/tileglobal.py/img2img/Latent window size/minimum": 16,
|
4547 |
+
"customscript/tileglobal.py/img2img/Latent window size/maximum": 256,
|
4548 |
+
"customscript/tileglobal.py/img2img/Latent window size/step": 16,
|
4549 |
+
"customscript/tileglobal.py/img2img/Latent window overlap/visible": true,
|
4550 |
+
"customscript/tileglobal.py/img2img/Latent window overlap/value": 64,
|
4551 |
+
"customscript/tileglobal.py/img2img/Latent window overlap/minimum": 0,
|
4552 |
+
"customscript/tileglobal.py/img2img/Latent window overlap/maximum": 256,
|
4553 |
+
"customscript/tileglobal.py/img2img/Latent window overlap/step": 4,
|
4554 |
+
"customscript/tileglobal.py/img2img/Latent window batch size/visible": true,
|
4555 |
+
"customscript/tileglobal.py/img2img/Latent window batch size/value": 4,
|
4556 |
+
"customscript/tileglobal.py/img2img/Latent window batch size/minimum": 1,
|
4557 |
+
"customscript/tileglobal.py/img2img/Latent window batch size/maximum": 8,
|
4558 |
+
"customscript/tileglobal.py/img2img/Latent window batch size/step": 1,
|
4559 |
+
"customscript/tileglobal.py/img2img/Global window batch size/visible": true,
|
4560 |
+
"customscript/tileglobal.py/img2img/Global window batch size/value": 4,
|
4561 |
+
"customscript/tileglobal.py/img2img/Global window batch size/minimum": 1,
|
4562 |
+
"customscript/tileglobal.py/img2img/Global window batch size/maximum": 8,
|
4563 |
+
"customscript/tileglobal.py/img2img/Global window batch size/step": 1,
|
4564 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 1/visible": true,
|
4565 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 1/value": 3,
|
4566 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 1/minimum": 0,
|
4567 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 1/maximum": 5,
|
4568 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 1/step": 0.01,
|
4569 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 2/visible": true,
|
4570 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 2/value": 1,
|
4571 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 2/minimum": 0,
|
4572 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 2/maximum": 5,
|
4573 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 2/step": 0.01,
|
4574 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 3/visible": true,
|
4575 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 3/value": 1,
|
4576 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 3/minimum": 0,
|
4577 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 3/maximum": 5,
|
4578 |
+
"customscript/tileglobal.py/img2img/Cosine Scale 3/step": 0.01,
|
4579 |
+
"customscript/tileglobal.py/img2img/Sigma/visible": true,
|
4580 |
+
"customscript/tileglobal.py/img2img/Sigma/value": 0.6,
|
4581 |
+
"customscript/tileglobal.py/img2img/Sigma/minimum": 0,
|
4582 |
+
"customscript/tileglobal.py/img2img/Sigma/maximum": 2,
|
4583 |
+
"customscript/tileglobal.py/img2img/Sigma/step": 0.01,
|
4584 |
+
"customscript/tileglobal.py/img2img/Denoising Strength for Substage/value": 0.85,
|
4585 |
+
"customscript/tileglobal.py/img2img/Denoising Strength for Substage/minimum": 0,
|
4586 |
+
"customscript/tileglobal.py/img2img/Denoising Strength for Substage/maximum": 1,
|
4587 |
+
"customscript/tileglobal.py/img2img/Denoising Strength for Substage/step": 0.01,
|
4588 |
+
"customscript/tileglobal.py/img2img/Scale Factor/visible": true,
|
4589 |
+
"customscript/tileglobal.py/img2img/Scale Factor/value": 2.0,
|
4590 |
+
"customscript/tileglobal.py/img2img/Scale Factor/minimum": 1.0,
|
4591 |
+
"customscript/tileglobal.py/img2img/Scale Factor/maximum": 8.0,
|
4592 |
+
"customscript/tileglobal.py/img2img/Scale Factor/step": 1,
|
4593 |
+
"customscript/tileglobal.py/img2img/Enable Noise Inversion/visible": true,
|
4594 |
+
"customscript/tileglobal.py/img2img/Enable Noise Inversion/value": false,
|
4595 |
+
"customscript/tileglobal.py/img2img/Inversion steps/visible": true,
|
4596 |
+
"customscript/tileglobal.py/img2img/Inversion steps/value": 10,
|
4597 |
+
"customscript/tileglobal.py/img2img/Inversion steps/minimum": 1,
|
4598 |
+
"customscript/tileglobal.py/img2img/Inversion steps/maximum": 200,
|
4599 |
+
"customscript/tileglobal.py/img2img/Inversion steps/step": 1,
|
4600 |
+
"customscript/tileglobal.py/img2img/Retouch/visible": true,
|
4601 |
+
"customscript/tileglobal.py/img2img/Retouch/value": 1,
|
4602 |
+
"customscript/tileglobal.py/img2img/Retouch/minimum": 1,
|
4603 |
+
"customscript/tileglobal.py/img2img/Retouch/maximum": 100,
|
4604 |
+
"customscript/tileglobal.py/img2img/Retouch/step": 0.1,
|
4605 |
+
"customscript/tileglobal.py/img2img/Renoise strength/visible": true,
|
4606 |
+
"customscript/tileglobal.py/img2img/Renoise strength/value": 1,
|
4607 |
+
"customscript/tileglobal.py/img2img/Renoise strength/minimum": 0,
|
4608 |
+
"customscript/tileglobal.py/img2img/Renoise strength/maximum": 2,
|
4609 |
+
"customscript/tileglobal.py/img2img/Renoise strength/step": 0.01,
|
4610 |
+
"customscript/tileglobal.py/img2img/Renoise kernel size/visible": true,
|
4611 |
+
"customscript/tileglobal.py/img2img/Renoise kernel size/value": 64,
|
4612 |
+
"customscript/tileglobal.py/img2img/Renoise kernel size/minimum": 2,
|
4613 |
+
"customscript/tileglobal.py/img2img/Renoise kernel size/maximum": 512,
|
4614 |
+
"customscript/tileglobal.py/img2img/Renoise kernel size/step": 1,
|
4615 |
+
"customscript/tilevae.py/img2img/Tiled VAE/visible": true,
|
4616 |
+
"customscript/tilevae.py/img2img/Tiled VAE/value": false,
|
4617 |
+
"img2img/Enable FreeInit/visible": true,
|
4618 |
+
"img2img/Enable FreeInit/value": false,
|
4619 |
+
"img2img/Filter Type/visible": true,
|
4620 |
+
"img2img/Filter Type/value": "butterworth",
|
4621 |
+
"img2img/d_s/visible": true,
|
4622 |
+
"img2img/d_s/value": 0.25,
|
4623 |
+
"img2img/d_s/minimum": 0,
|
4624 |
+
"img2img/d_s/maximum": 1,
|
4625 |
+
"img2img/d_s/step": 0.125,
|
4626 |
+
"img2img/d_t/visible": true,
|
4627 |
+
"img2img/d_t/value": 0.25,
|
4628 |
+
"img2img/d_t/minimum": 0,
|
4629 |
+
"img2img/d_t/maximum": 1,
|
4630 |
+
"img2img/d_t/step": 0.125,
|
4631 |
+
"img2img/FreeInit Iterations/visible": true,
|
4632 |
+
"img2img/FreeInit Iterations/value": 3,
|
4633 |
+
"img2img/FreeInit Iterations/minimum": 2,
|
4634 |
+
"img2img/FreeInit Iterations/maximum": 5,
|
4635 |
+
"img2img/FreeInit Iterations/step": 1,
|
4636 |
+
"img2img/Mask path/value": "",
|
4637 |
+
"img2img/Tabs@img2img_controlnet_tabs/selected": null,
|
4638 |
+
"img2img/Input Directory/visible": true,
|
4639 |
+
"img2img/Input Directory/value": "",
|
4640 |
+
"img2img/Clear Images/visible": true,
|
4641 |
+
"img2img/New Canvas Width/visible": true,
|
4642 |
+
"img2img/New Canvas Width/value": 512,
|
4643 |
+
"img2img/New Canvas Width/minimum": 256,
|
4644 |
+
"img2img/New Canvas Width/maximum": 1024,
|
4645 |
+
"img2img/New Canvas Width/step": 64,
|
4646 |
+
"img2img/New Canvas Height/visible": true,
|
4647 |
+
"img2img/New Canvas Height/value": 512,
|
4648 |
+
"img2img/New Canvas Height/minimum": 256,
|
4649 |
+
"img2img/New Canvas Height/maximum": 1024,
|
4650 |
+
"img2img/New Canvas Height/step": 64,
|
4651 |
+
"img2img/Create New Canvas/visible": true,
|
4652 |
+
"img2img/📷/visible": true,
|
4653 |
+
"img2img/⇄/visible": true,
|
4654 |
+
"img2img/⤴/visible": true,
|
4655 |
+
"img2img/Enable/visible": true,
|
4656 |
+
"img2img/Enable/value": false,
|
4657 |
+
"img2img/Low VRAM/visible": true,
|
4658 |
+
"img2img/Low VRAM/value": false,
|
4659 |
+
"img2img/Pixel Perfect/visible": true,
|
4660 |
+
"img2img/Pixel Perfect/value": false,
|
4661 |
+
"img2img/Allow Preview/value": false,
|
4662 |
+
"img2img/Effective Region Mask/visible": true,
|
4663 |
+
"img2img/Effective Region Mask/value": false,
|
4664 |
+
"img2img/Preview as Input/value": false,
|
4665 |
+
"img2img/Upload independent control image/visible": true,
|
4666 |
+
"img2img/Upload independent control image/value": false,
|
4667 |
+
"img2img/Crop input image based on A1111 mask/value": false,
|
4668 |
+
"img2img/Union Control Type/value": "Unknown",
|
4669 |
+
"img2img/Control Type/visible": true,
|
4670 |
+
"img2img/Control Type/value": "All",
|
4671 |
+
"img2img/Preprocessor/visible": true,
|
4672 |
+
"img2img/Preprocessor/value": "none",
|
4673 |
+
"img2img/Model/visible": true,
|
4674 |
+
"img2img/Model/value": "None",
|
4675 |
+
"img2img/Control Weight/visible": true,
|
4676 |
+
"img2img/Control Weight/value": 1.0,
|
4677 |
+
"img2img/Control Weight/minimum": 0.0,
|
4678 |
+
"img2img/Control Weight/maximum": 2.0,
|
4679 |
+
"img2img/Control Weight/step": 0.05,
|
4680 |
+
"img2img/Starting Control Step/visible": true,
|
4681 |
+
"img2img/Starting Control Step/value": 0.0,
|
4682 |
+
"img2img/Starting Control Step/minimum": 0.0,
|
4683 |
+
"img2img/Starting Control Step/maximum": 1.0,
|
4684 |
+
"img2img/Starting Control Step/step": 0.01,
|
4685 |
+
"img2img/Ending Control Step/visible": true,
|
4686 |
+
"img2img/Ending Control Step/value": 1.0,
|
4687 |
+
"img2img/Ending Control Step/minimum": 0.0,
|
4688 |
+
"img2img/Ending Control Step/maximum": 1.0,
|
4689 |
+
"img2img/Ending Control Step/step": 0.01,
|
4690 |
+
"img2img/Preprocessor resolution/value": -1,
|
4691 |
+
"img2img/Preprocessor resolution/minimum": 64,
|
4692 |
+
"img2img/Preprocessor resolution/maximum": 2048,
|
4693 |
+
"img2img/Preprocessor resolution/step": 10,
|
4694 |
+
"img2img/Threshold A/value": -1,
|
4695 |
+
"img2img/Threshold A/minimum": 64,
|
4696 |
+
"img2img/Threshold A/maximum": 1024,
|
4697 |
+
"img2img/Threshold A/step": 1,
|
4698 |
+
"img2img/Threshold B/value": -1,
|
4699 |
+
"img2img/Threshold B/minimum": 64,
|
4700 |
+
"img2img/Threshold B/maximum": 1024,
|
4701 |
+
"img2img/Threshold B/step": 1,
|
4702 |
+
"img2img/Control Mode/visible": true,
|
4703 |
+
"img2img/Control Mode/value": "Balanced",
|
4704 |
+
"img2img/Resize Mode/value": "Crop and Resize",
|
4705 |
+
"img2img/Hires-Fix Option/value": "Both",
|
4706 |
+
"img2img/PuLID Mode/value": "Fidelity",
|
4707 |
+
"img2img/[Batch Loopback] Automatically send generated images to this ControlNet unit in batch generation/value": false,
|
4708 |
+
"img2img/Weight Type/visible": true,
|
4709 |
+
"img2img/Weight Type/value": "normal",
|
4710 |
+
"img2img/Composition Weight/value": 1.0,
|
4711 |
+
"img2img/Composition Weight/minimum": 0,
|
4712 |
+
"img2img/Composition Weight/maximum": 2.0,
|
4713 |
+
"img2img/Composition Weight/step": 0.01,
|
4714 |
+
"img2img/Weights/value": "",
|
4715 |
+
"img2img/Batch Option/visible": true,
|
4716 |
+
"img2img/Batch Option/value": "All ControlNet units for all images in a batch",
|
4717 |
+
"img2img/[StyleAlign] Align image style in the batch./visible": true,
|
4718 |
+
"img2img/[StyleAlign] Align image style in the batch./value": false,
|
4719 |
+
"img2img/Weights/visible": true,
|
4720 |
+
"img2img/Add to presets/visible": true,
|
4721 |
+
"img2img/Add to presets and Save/visible": true,
|
4722 |
+
"img2img/Identifier/visible": true,
|
4723 |
+
"img2img/Identifier/value": "",
|
4724 |
+
"img2img/Weights type/visible": true,
|
4725 |
+
"img2img/Weights type/value": "17(1.X/2.X)",
|
4726 |
+
"img2img/Set All 0/visible": true,
|
4727 |
+
"img2img/Set All 1/visible": true,
|
4728 |
+
"img2img/Set custom/visible": true,
|
4729 |
+
"img2img/BASE/visible": true,
|
4730 |
+
"img2img/BASE/value": 0.0,
|
4731 |
+
"img2img/BASE/minimum": -1,
|
4732 |
+
"img2img/BASE/maximum": 1,
|
4733 |
+
"img2img/BASE/step": 0.1,
|
4734 |
+
"img2img/IN00/value": 0,
|
4735 |
+
"img2img/IN00/minimum": -1.0,
|
4736 |
+
"img2img/IN00/maximum": 1,
|
4737 |
+
"img2img/IN00/step": 0.1,
|
4738 |
+
"img2img/IN01/visible": true,
|
4739 |
+
"img2img/IN01/value": 0,
|
4740 |
+
"img2img/IN01/minimum": -1.0,
|
4741 |
+
"img2img/IN01/maximum": 1,
|
4742 |
+
"img2img/IN01/step": 0.1,
|
4743 |
+
"img2img/IN02/visible": true,
|
4744 |
+
"img2img/IN02/value": 0,
|
4745 |
+
"img2img/IN02/minimum": -1.0,
|
4746 |
+
"img2img/IN02/maximum": 1,
|
4747 |
+
"img2img/IN02/step": 0.1,
|
4748 |
+
"img2img/IN03/value": 0,
|
4749 |
+
"img2img/IN03/minimum": -1.0,
|
4750 |
+
"img2img/IN03/maximum": 1,
|
4751 |
+
"img2img/IN03/step": 0.1,
|
4752 |
+
"img2img/IN04/visible": true,
|
4753 |
+
"img2img/IN04/value": 0,
|
4754 |
+
"img2img/IN04/minimum": -1.0,
|
4755 |
+
"img2img/IN04/maximum": 1,
|
4756 |
+
"img2img/IN04/step": 0.1,
|
4757 |
+
"img2img/IN05/visible": true,
|
4758 |
+
"img2img/IN05/value": 0,
|
4759 |
+
"img2img/IN05/minimum": -1.0,
|
4760 |
+
"img2img/IN05/maximum": 1,
|
4761 |
+
"img2img/IN05/step": 0.1,
|
4762 |
+
"img2img/IN06/value": 0,
|
4763 |
+
"img2img/IN06/minimum": -1.0,
|
4764 |
+
"img2img/IN06/maximum": 1,
|
4765 |
+
"img2img/IN06/step": 0.1,
|
4766 |
+
"img2img/IN07/visible": true,
|
4767 |
+
"img2img/IN07/value": 0,
|
4768 |
+
"img2img/IN07/minimum": -1.0,
|
4769 |
+
"img2img/IN07/maximum": 1,
|
4770 |
+
"img2img/IN07/step": 0.1,
|
4771 |
+
"img2img/IN08/visible": true,
|
4772 |
+
"img2img/IN08/value": 0,
|
4773 |
+
"img2img/IN08/minimum": -1.0,
|
4774 |
+
"img2img/IN08/maximum": 1,
|
4775 |
+
"img2img/IN08/step": 0.1,
|
4776 |
+
"img2img/IN09/value": 0,
|
4777 |
+
"img2img/IN09/minimum": -1.0,
|
4778 |
+
"img2img/IN09/maximum": 1,
|
4779 |
+
"img2img/IN09/step": 0.1,
|
4780 |
+
"img2img/IN10/value": 0,
|
4781 |
+
"img2img/IN10/minimum": -1.0,
|
4782 |
+
"img2img/IN10/maximum": 1,
|
4783 |
+
"img2img/IN10/step": 0.1,
|
4784 |
+
"img2img/IN11/value": 0,
|
4785 |
+
"img2img/IN11/minimum": -1.0,
|
4786 |
+
"img2img/IN11/maximum": 1,
|
4787 |
+
"img2img/IN11/step": 0.1,
|
4788 |
+
"img2img/OUT11/visible": true,
|
4789 |
+
"img2img/OUT11/value": 0,
|
4790 |
+
"img2img/OUT11/minimum": -1.0,
|
4791 |
+
"img2img/OUT11/maximum": 1,
|
4792 |
+
"img2img/OUT11/step": 0.1,
|
4793 |
+
"img2img/OUT10/visible": true,
|
4794 |
+
"img2img/OUT10/value": 0,
|
4795 |
+
"img2img/OUT10/minimum": -1.0,
|
4796 |
+
"img2img/OUT10/maximum": 1,
|
4797 |
+
"img2img/OUT10/step": 0.1,
|
4798 |
+
"img2img/OUT09/visible": true,
|
4799 |
+
"img2img/OUT09/value": 0,
|
4800 |
+
"img2img/OUT09/minimum": -1.0,
|
4801 |
+
"img2img/OUT09/maximum": 1,
|
4802 |
+
"img2img/OUT09/step": 0.1,
|
4803 |
+
"img2img/OUT08/visible": true,
|
4804 |
+
"img2img/OUT08/value": 0,
|
4805 |
+
"img2img/OUT08/minimum": -1.0,
|
4806 |
+
"img2img/OUT08/maximum": 1,
|
4807 |
+
"img2img/OUT08/step": 0.1,
|
4808 |
+
"img2img/OUT07/visible": true,
|
4809 |
+
"img2img/OUT07/value": 0,
|
4810 |
+
"img2img/OUT07/minimum": -1.0,
|
4811 |
+
"img2img/OUT07/maximum": 1,
|
4812 |
+
"img2img/OUT07/step": 0.1,
|
4813 |
+
"img2img/OUT06/visible": true,
|
4814 |
+
"img2img/OUT06/value": 0,
|
4815 |
+
"img2img/OUT06/minimum": -1.0,
|
4816 |
+
"img2img/OUT06/maximum": 1,
|
4817 |
+
"img2img/OUT06/step": 0.1,
|
4818 |
+
"img2img/OUT05/visible": true,
|
4819 |
+
"img2img/OUT05/value": 0,
|
4820 |
+
"img2img/OUT05/minimum": -1.0,
|
4821 |
+
"img2img/OUT05/maximum": 1,
|
4822 |
+
"img2img/OUT05/step": 0.1,
|
4823 |
+
"img2img/OUT04/visible": true,
|
4824 |
+
"img2img/OUT04/value": 0,
|
4825 |
+
"img2img/OUT04/minimum": -1.0,
|
4826 |
+
"img2img/OUT04/maximum": 1,
|
4827 |
+
"img2img/OUT04/step": 0.1,
|
4828 |
+
"img2img/OUT03/visible": true,
|
4829 |
+
"img2img/OUT03/value": 0,
|
4830 |
+
"img2img/OUT03/minimum": -1.0,
|
4831 |
+
"img2img/OUT03/maximum": 1,
|
4832 |
+
"img2img/OUT03/step": 0.1,
|
4833 |
+
"img2img/OUT02/value": 0,
|
4834 |
+
"img2img/OUT02/minimum": -1.0,
|
4835 |
+
"img2img/OUT02/maximum": 1,
|
4836 |
+
"img2img/OUT02/step": 0.1,
|
4837 |
+
"img2img/OUT01/value": 0,
|
4838 |
+
"img2img/OUT01/minimum": -1.0,
|
4839 |
+
"img2img/OUT01/maximum": 1,
|
4840 |
+
"img2img/OUT01/step": 0.1,
|
4841 |
+
"img2img/OUT00/value": 0,
|
4842 |
+
"img2img/OUT00/minimum": -1.0,
|
4843 |
+
"img2img/OUT00/maximum": 1,
|
4844 |
+
"img2img/OUT00/step": 0.1,
|
4845 |
+
"img2img/M00/visible": true,
|
4846 |
+
"img2img/M00/value": 0.0,
|
4847 |
+
"img2img/M00/minimum": -1,
|
4848 |
+
"img2img/M00/maximum": 1,
|
4849 |
+
"img2img/M00/step": 0.1,
|
4850 |
+
"customscript/xyz_grid.py/img2img/Vary seeds for X/visible": true,
|
4851 |
+
"customscript/xyz_grid.py/img2img/Vary seeds for X/value": false,
|
4852 |
+
"customscript/xyz_grid.py/img2img/Vary seeds for Y/visible": true,
|
4853 |
+
"customscript/xyz_grid.py/img2img/Vary seeds for Y/value": false,
|
4854 |
+
"customscript/xyz_grid.py/img2img/Vary seeds for Z/visible": true,
|
4855 |
+
"customscript/xyz_grid.py/img2img/Vary seeds for Z/value": false,
|
4856 |
+
"customscript/movie2movie.py/img2img/Duration/visible": true,
|
4857 |
+
"customscript/movie2movie.py/img2img/Duration/value": 50.0,
|
4858 |
+
"customscript/movie2movie.py/img2img/Duration/minimum": 10.0,
|
4859 |
+
"customscript/movie2movie.py/img2img/Duration/maximum": 200.0,
|
4860 |
+
"customscript/movie2movie.py/img2img/Duration/step": 10,
|
4861 |
+
"customscript/movie2movie.py/img2img/Save preprocessed/visible": true,
|
4862 |
+
"customscript/movie2movie.py/img2img/Save preprocessed/value": false,
|
4863 |
+
"customscript/postprocessing_upscale.py/extras/Upscale/visible": true,
|
4864 |
+
"customscript/postprocessing_upscale.py/extras/Upscale/value": true,
|
4865 |
+
"customscript/postprocessing_upscale.py/extras/Max side length/visible": true,
|
4866 |
+
"customscript/postprocessing_upscale.py/extras/Max side length/value": 0.0,
|
4867 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN/visible": true,
|
4868 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer/visible": true,
|
4869 |
+
"customscript/postprocessing_split_oversized.py/extras/Split oversized images/visible": true,
|
4870 |
+
"customscript/postprocessing_focal_crop.py/extras/Auto focal point crop/visible": true,
|
4871 |
+
"customscript/postprocessing_autosized_crop.py/extras/Auto-sized crop/visible": true,
|
4872 |
+
"customscript/postprocessing_autosized_crop.py/extras/Auto-sized crop/value": false,
|
4873 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/visible": true,
|
4874 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/value": 384,
|
4875 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/minimum": 64,
|
4876 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/maximum": 2048,
|
4877 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/step": 8,
|
4878 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/visible": true,
|
4879 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/value": 768,
|
4880 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/minimum": 64,
|
4881 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/maximum": 2048,
|
4882 |
+
"customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/step": 8,
|
4883 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area lower bound/visible": true,
|
4884 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area lower bound/value": 4096,
|
4885 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area lower bound/minimum": 4096,
|
4886 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area lower bound/maximum": 4194304,
|
4887 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area lower bound/step": 1,
|
4888 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area upper bound/visible": true,
|
4889 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area upper bound/value": 409600,
|
4890 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area upper bound/minimum": 4096,
|
4891 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area upper bound/maximum": 4194304,
|
4892 |
+
"customscript/postprocessing_autosized_crop.py/extras/Area upper bound/step": 1,
|
4893 |
+
"customscript/postprocessing_autosized_crop.py/extras/Resizing objective/visible": true,
|
4894 |
+
"customscript/postprocessing_autosized_crop.py/extras/Resizing objective/value": "Maximize area",
|
4895 |
+
"customscript/postprocessing_autosized_crop.py/extras/Error threshold/visible": true,
|
4896 |
+
"customscript/postprocessing_autosized_crop.py/extras/Error threshold/value": 0.1,
|
4897 |
+
"customscript/postprocessing_autosized_crop.py/extras/Error threshold/minimum": 0,
|
4898 |
+
"customscript/postprocessing_autosized_crop.py/extras/Error threshold/maximum": 1,
|
4899 |
+
"customscript/postprocessing_autosized_crop.py/extras/Error threshold/step": 0.01,
|
4900 |
+
"customscript/postprocessing_create_flipped_copies.py/extras/Create flipped copies/visible": true,
|
4901 |
+
"customscript/postprocessing_caption.py/extras/Caption/visible": true,
|
4902 |
+
"extras/Interrupting.../visible": true,
|
4903 |
+
"deforum_interface/Scheduler/visible": true,
|
4904 |
+
"deforum_interface/Scheduler/value": "Automatic",
|
4905 |
+
"deforum_interface/Enable/visible": true,
|
4906 |
+
"deforum_interface/Enable/value": false,
|
4907 |
+
"deforum_interface/Pixel Perfect/value": false,
|
4908 |
+
"deforum_interface/Low VRAM/value": false,
|
4909 |
+
"deforum_interface/Overwrite input frames/value": true,
|
4910 |
+
"deforum_interface/Preprocessor/visible": true,
|
4911 |
+
"deforum_interface/Preprocessor/value": "none",
|
4912 |
+
"deforum_interface/Model/visible": true,
|
4913 |
+
"deforum_interface/Model/value": "None",
|
4914 |
+
"deforum_interface/Weight schedule/visible": true,
|
4915 |
+
"deforum_interface/Weight schedule/value": "0:(1)",
|
4916 |
+
"deforum_interface/Starting Control Step schedule/visible": true,
|
4917 |
+
"deforum_interface/Starting Control Step schedule/value": "0:(0.0)",
|
4918 |
+
"deforum_interface/Ending Control Step schedule/visible": true,
|
4919 |
+
"deforum_interface/Ending Control Step schedule/value": "0:(1.0)",
|
4920 |
+
"deforum_interface/Annotator resolution/visible": true,
|
4921 |
+
"deforum_interface/Annotator resolution/value": 64,
|
4922 |
+
"deforum_interface/Annotator resolution/minimum": 64,
|
4923 |
+
"deforum_interface/Annotator resolution/maximum": 2048,
|
4924 |
+
"deforum_interface/Annotator resolution/step": 10,
|
4925 |
+
"deforum_interface/Threshold A/visible": true,
|
4926 |
+
"deforum_interface/Threshold A/value": 64,
|
4927 |
+
"deforum_interface/Threshold A/minimum": 64,
|
4928 |
+
"deforum_interface/Threshold A/maximum": 1024,
|
4929 |
+
"deforum_interface/Threshold A/step": 1,
|
4930 |
+
"deforum_interface/Threshold B/visible": true,
|
4931 |
+
"deforum_interface/Threshold B/value": 64,
|
4932 |
+
"deforum_interface/Threshold B/minimum": 64,
|
4933 |
+
"deforum_interface/Threshold B/maximum": 1024,
|
4934 |
+
"deforum_interface/Threshold B/step": 1,
|
4935 |
+
"deforum_interface/ControlNet Input Video/ Image Path/visible": true,
|
4936 |
+
"deforum_interface/ControlNet Input Video/ Image Path/value": "",
|
4937 |
+
"deforum_interface/ControlNet Mask Video/ Image Path (*NOT WORKING, kept in UI for CN's devs testing!*)/visible": true,
|
4938 |
+
"deforum_interface/ControlNet Mask Video/ Image Path (*NOT WORKING, kept in UI for CN's devs testing!*)/value": "",
|
4939 |
+
"deforum_interface/Control Mode/visible": true,
|
4940 |
+
"deforum_interface/Control Mode/value": "Balanced",
|
4941 |
+
"deforum_interface/Resize Mode/visible": true,
|
4942 |
+
"deforum_interface/Resize Mode/value": "Inner Fit (Scale to Fit)",
|
4943 |
+
"deforum_interface/LoopBack mode/visible": true,
|
4944 |
+
"deforum_interface/LoopBack mode/value": false,
|
4945 |
+
"deforum_interface/Interrupting.../visible": true,
|
4946 |
+
"supermerger/✨/visible": true,
|
4947 |
+
"supermerger/Merge to Checkpoint(Model A)/visible": true,
|
4948 |
+
"supermerger/Make LoRA (alpha * Model A - beta * Model B)/visible": true,
|
4949 |
+
"supermerger/Calculate LoRA dimensions/visible": true,
|
4950 |
+
"supermerger/change diffusers version(now:0.27.2)/visible": true,
|
4951 |
+
"batchlinks/Stretch UI/visible": true,
|
4952 |
+
"batchlinks/Stretch UI/value": false,
|
4953 |
+
"batchlinks/Hide Help/visible": true,
|
4954 |
+
"batchlinks/Hide Help/value": false,
|
4955 |
+
"batchlinks/Links/visible": true,
|
4956 |
+
"batchlinks/Links/value": "",
|
4957 |
+
"batchlinks/Log/visible": true,
|
4958 |
+
"batchlinks/Log/value": "",
|
4959 |
+
"batchlinks/Turn On Logging/visible": true,
|
4960 |
+
"batchlinks/Output/visible": true,
|
4961 |
+
"batchlinks/Output/value": "",
|
4962 |
+
"batchlinks/Download method/visible": true,
|
4963 |
+
"batchlinks/Download method/value": "gdown",
|
4964 |
+
"batchlinks/CivitAI Preferred Model Type/visible": true,
|
4965 |
+
"batchlinks/CivitAI Preferred Model Type/value": "safetensors",
|
4966 |
+
"batchlinks/Model Precision/visible": true,
|
4967 |
+
"batchlinks/Model Precision/value": "fp16",
|
4968 |
+
"batchlinks/Also Download VAE/visible": true,
|
4969 |
+
"batchlinks/Also Download VAE/value": true,
|
4970 |
+
"batchlinks/Download All!/visible": true,
|
4971 |
+
"batchlinks/Cancel/visible": true,
|
4972 |
+
"batchlinks/Copy from Pastebin/visible": true
|
4973 |
}
|