diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c16f743cec78d2f52c054011dd80962aaead25b8 --- /dev/null +++ b/config.json @@ -0,0 +1,482 @@ +{ + "samples_save": true, + "samples_format": "png", + "samples_filename_pattern": "sdf-by-generalgost-[date]", + "grid_save": false, + "grid_format": "png", + "grid_extended_filename": false, + "grid_only_if_multiple": true, + "n_rows": -1, + "enable_pnginfo": true, + "save_txt": false, + "save_images_before_face_restoration": false, + "jpeg_quality": 99, + "export_for_4chan": false, + "use_original_name_batch": false, + "save_selected_only": true, + "do_not_add_watermark": false, + "outdir_samples": "", + "outdir_txt2img_samples": "/content/gdrive/MyDrive/WebUI/outputs/txt2img-images", + "outdir_img2img_samples": "/content/gdrive/MyDrive/WebUI/outputs/img2img-images", + "outdir_extras_samples": "/content/gdrive/MyDrive/WebUI/outputs/extras-images", + "outdir_grids": "", + "outdir_txt2img_grids": "/content/gdrive/MyDrive/WebUI/outputs/txt2img-grids", + "outdir_img2img_grids": "/content/gdrive/MyDrive/WebUI/outputs/img2img-grids", + "outdir_save": "/content/sdf-webui/log/images", + "save_to_dirs": true, + "grid_save_to_dirs": false, + "use_save_to_dirs_for_ui": false, + "directories_filename_pattern": "img-generated- [date]", + "directories_max_prompt_words": 8, + "ESRGAN_tile": 192, + "ESRGAN_tile_overlap": 8, + "realesrgan_enabled_models": [ + "R-ESRGAN x4+", + "R-ESRGAN x4+ Anime6B", + "R-ESRGAN 4x+ Anime6B" + ], + "SWIN_tile": 192, + "SWIN_tile_overlap": 8, + "ldsr_steps": 100, + "upscaler_for_img2img": "R-ESRGAN 4x+ Anime6B", + "face_restoration_model": null, + "code_former_weight": 0.5, + "face_restoration_unload": false, + "memmon_poll_rate": 1, + "samples_log_stdout": false, + "multiple_tqdm": true, + "unload_models_when_training": false, + "sd_hypernetwork": "None", + "img2img_color_correction": false, + "save_images_before_color_correction": false, + "img2img_fix_steps": false, + "enable_quantization": false, + "enable_emphasis": true, + "use_old_emphasis_implementation": false, + "enable_batch_seeds": true, + "comma_padding_backtrack": 20, + "filter_nsfw": false, + "CLIP_stop_at_last_layers": 2, + "random_artist_categories": [ + "anime" + ], + "interrogate_keep_models_in_memory": false, + "interrogate_use_builtin_artists": true, + "interrogate_clip_num_beams": 1, + "interrogate_clip_min_length": 24, + "interrogate_clip_max_length": 48, + "interrogate_clip_dict_limit": 1500.0, + "interrogate_deepbooru_score_threshold": 0.5, + "show_progressbar": true, + "show_progress_every_n_steps": 2, + "return_grid": true, + "do_not_show_images": false, + "add_model_hash_to_info": true, + "add_model_name_to_info": true, + "font": "JetBrainsMono-Regular.woff2", + "js_modal_lightbox": true, + "js_modal_lightbox_initially_zoomed": true, + "show_progress_in_title": true, + "hide_samplers": [], + "eta_ddim": 0, + "eta_ancestral": 1, + "ddim_discretize": "uniform", + "s_churn": 0, + "s_tmin": 0, + "s_noise": 1, + "eta_noise_seed_delta": 31337, + "grid_prevent_empty_spots": true, + "dataset_filename_word_regex": "", + "dataset_filename_join_string": " ", + "training_image_repeats_per_epoch": 1, + "training_write_csv_every": 500.0, + "sd_hypernetwork_strength": 1.0, + "quicksettings": "sd_model_checkpoint,sd_vae,sd_hypernetwork,sd_lora,extra_networks_default_multiplier,show_progress_every_n_steps,live_previews_enable,always_discard_next_to_last_sigma,CLIP_stop_at_last_layers,stealth_pnginfo", + "interrogate_return_ranks": false, + "deepbooru_sort_alpha": true, + "deepbooru_use_spaces": true, + "deepbooru_escape": true, + "save_images_add_number": true, + "use_scale_latent_for_hires_fix": true, + "sd_checkpoint_cache": 0, + "show_progress_grid": true, + "disable_weights_auto_swap": true, + "localization": "None", + "save_images_before_highres_fix": false, + "training_xattention_optimizations": false, + "inpainting_mask_weight": 1, + "send_seed": true, + "temp_dir": "", + "clean_temp_dir_at_start": false, + "pin_memory": false, + "save_optimizer_state": false, + "sd_vae_as_default": false, + "ldsr_cached": false, + "initial_noise_multiplier": 1, + "send_size": true, + "tac_tagFile": "danbooru.csv", + "tac_active": true, + "tac_activeIn.txt2img": true, + "tac_activeIn.img2img": true, + "tac_activeIn.negativePrompts": true, + "tac_activeIn.thirdParty": true, + "tac_maxResults": 10.0, + "tac_showAllResults": false, + "tac_resultStepLength": 50.0, + "tac_delayTime": 100.0, + "tac_useWildcards": true, + "tac_useEmbeddings": true, + "tac_replaceUnderscores": true, + "tac_escapeParentheses": true, + "tac_appendComma": true, + "tac_alias.searchByAlias": true, + "tac_alias.onlyShowAlias": false, + "tac_translation.translationFile": "None", + "tac_translation.oldFormat": false, + "tac_translation.searchByTranslation": true, + "tac_extra.extraFile": "danbooru.csv", + "tac_extra.onlyAliasExtraFile": false, + "images_record_paths": true, + "use_upscaler_name_as_suffix": false, + "img2img_background_color": "#ffffff", + "deepbooru_filter_tags": "", + "show_progress_type": "Approx NN", + "disabled_extensions": [], + "sd_vae_checkpoint_cache": 0, + "use_old_karras_scheduler_sigmas": false, + "samplers_in_dropdown": false, + "dimensions_and_batch_together": true, + "ui_reorder": "sampler, dimensions, cfg, seed, checkboxes, hires_fix, batch, scripts", + "save_training_settings_to_txt": true, + "use_old_hires_fix_width_height": false, + "always_discard_next_to_last_sigma": false, + "additional_networks_extra_lora_path": "/content/sdf-webui/models/Lora/", + "print_hypernet_extra": false, + "training_enable_tensorboard": false, + "training_tensorboard_save_images": false, + "training_tensorboard_flush_every": 120.0, + "live_previews_enable": true, + "live_preview_content": "Prompt", + "tac_activeIn.modelList": "", + "tac_activeIn.modelListMode": "Blacklist", + "tac_showWikiLinks": true, + "additional_networks_sort_models_by": "name", + "additional_networks_model_name_filter": "", + "additional_networks_xy_grid_model_metadata": "", + "sd_model_checkpoint": "bb95FurryMix_v90.safetensors", + "sd_checkpoint_hash": null, + "sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors", + "show_warnings": false, + "disable_ema": false, + "live_preview_refresh_period": 100.0, + "extra_networks_default_multiplier": 1, + "keyedit_precision_attention": 0.1, + "keyedit_precision_extra": 0.05, + "ui_extra_networks_tab_reorder": "", + "postprocessing_scipts_order": "upscale, gfpgan, codeformer", + "upscaling_max_images_in_cache": 5, + "upcast_attn": false, + "interrogate_clip_skip_categories": [], + "extra_networks_default_view": "cards", + "sd_lora": "None", + "lora_apply_to_outputs": false, + "postprocessing_enable_in_main_ui": [ + "Color Enhance" + ], + "postprocessing_operation_order": [], + "tac_useHypernetworks": true, + "tac_useLoras": true, + "additional_networks_hash_thread_count": 1.0, + "model_toolkit_fix_clip": false, + "additional_networks_reverse_sort_order": false, + "additional_networks_back_up_model_when_saving": true, + "additional_networks_show_only_safetensors": false, + "additional_networks_show_only_models_with_metadata": "disabled", + "additional_networks_max_top_tags": 20.0, + "tac_extra.addMode": "Insert before", + "additional_networks_max_dataset_folders": 20.0, + "control_net_model_config": "/content/sdf-webui/extensions/sd-webui-controlnet/models/cldm_v15.yaml", + "control_net_models_path": "/content/sdf-webui/extensions/controlnet/models", + "control_net_no_detectmap": false, + "img_downscale_threshold": 4.0, + "target_side_length": 4000.0, + "no_dpmpp_sde_batch_determinism": false, + "control_net_model_adapter_config": "/content/sdf-webui/extensions/sd-webui-controlnet/models/sketch_adapter_v14.yaml", + "control_net_detectedmap_dir": "/content/sdf-webui/extensions/sd-webui-controlnet/detected_maps", + "control_net_max_models_num": 4, + "control_net_model_cache_size": 2, + "control_net_control_transfer": false, + "control_net_detectmap_autosaving": false, + "control_net_only_midctrl_hires": true, + "control_net_allow_script_control": true, + "control_net_skip_img2img_processing": false, + "control_net_monocular_depth_optim": false, + "control_net_only_mid_control": false, + "control_net_cfg_based_guidance": false, + "model_toolkit_autoprune": false, + "tac_slidingPopup": true, + "webp_lossless": false, + "img_max_size_mp": 200.0, + "extra_networks_add_text_separator": " ", + "hidden_tabs": [ + "Checkpoint Merger", + "Train" + ], + "uni_pc_variant": "bh1", + "uni_pc_skip_type": "time_uniform", + "uni_pc_order": 3, + "uni_pc_lower_order_final": true, + "dp_ignore_whitespace": false, + "dp_write_raw_template": false, + "dp_write_prompts_to_file": false, + "dp_parser_variant_start": "{", + "dp_parser_variant_end": "}", + "dp_parser_wildcard_wrap": "__", + "dp_limit_jinja_prompts": false, + "image_browser_preload": false, + "image_browser_copy_image": false, + "image_browser_delete_message": true, + "image_browser_page_columns": 6.0, + "image_browser_page_rows": 6.0, + "image_browser_pages_perload": 1.0, + "openpose3d_use_online_version": false, + "control_net_sync_field_args": false, + "stealth_pnginfo": true, + "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others", + "image_browser_hidden_components": [], + "image_browser_with_subdirs": true, + "image_browser_txt_files": true, + "image_browser_logger_warning": false, + "image_browser_logger_debug": false, + "image_browser_delete_recycle": false, + "image_browser_scan_exif": true, + "image_browser_mod_shift": false, + "image_browser_mod_ctrl_shift": false, + "image_browser_enable_maint": true, + "image_browser_ranking_pnginfo": false, + "image_browser_use_thumbnail": false, + "image_browser_thumbnail_size": 200.0, + "state": [ + "tabs" + ], + "state_txt2img": [ + "prompt", + "negative_prompt", + "styles", + "sampling", + "sampling_steps", + "width", + "height", + "batch_count", + "batch_size", + "cfg_scale", + "restore_faces", + "tiling", + "hires_fix", + "hires_upscaler", + "hires_steps", + "hires_scale", + "hires_resize_x", + "hires_resize_y", + "hires_denoising_strength" + ], + "state_img2img": [ + "prompt", + "negative_prompt", + "styles", + "sampling", + "resize_mode", + "sampling_steps", + "restore_faces", + "tiling", + "width", + "height", + "batch_count", + "batch_size", + "cfg_scale", + "denoising_strength" + ], + "state_extensions": [ + "control-net" + ], + "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion", + "dp_magicprompt_batch_size": 1, + "quicksettings_list": [ + "sd_model_checkpoint", + "sd_vae", + "sd_lora", + "CLIP_stop_at_last_layers", + "show_progress_every_n_steps" + ], + "restore_config_state_file": "", + "disable_all_extensions": "none", + "save_mask": false, + "save_mask_composite": false, + "save_init_img": false, + "outdir_init_images": "outputs/init-images", + "SCUNET_tile": 256, + "SCUNET_tile_overlap": 8, + "randn_source": "GPU", + "dont_fix_second_order_samplers_schedule": false, + "lora_functional": false, + "extra_networks_card_width": 0.0, + "extra_networks_card_height": 0.0, + "sd_lyco": "None", + "lora_preferred_name": "Alias from file", + "return_mask": false, + "return_mask_composite": false, + "js_modal_lightbox_gamepad": true, + "js_modal_lightbox_gamepad_repeat": 250.0, + "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()", + "gradio_theme": "Default", + "add_version_to_infotext": true, + "s_min_uncond": 0, + "tac_useLycos": true, + "tac_chantFile": "demo-chants.json", + "tac_keymap": "{\n \"MoveUp\": \"ArrowUp\",\n \"MoveDown\": \"ArrowDown\",\n \"JumpUp\": \"PageUp\",\n \"JumpDown\": \"PageDown\",\n \"JumpToStart\": \"Home\",\n \"JumpToEnd\": \"End\",\n \"ChooseSelected\": \"Enter\",\n \"ChooseFirstOrSelected\": \"Tab\",\n \"Close\": \"Escape\"\n}", + "tac_colormap": "{\n \"danbooru\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"indianred\", \"firebrick\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"orange\", \"darkorange\"]\n },\n \"e621\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"gold\", \"goldenrod\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"tomato\", \"darksalmon\"],\n \"6\": [\"red\", \"maroon\"],\n \"7\": [\"whitesmoke\", \"black\"],\n \"8\": [\"seagreen\", \"darkseagreen\"]\n }\n}", + "ad_max_models": 2, + "ad_save_previews": false, + "ad_save_images_before": false, + "ad_only_seleted_scripts": true, + "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcards,wildcard_recursive", + "control_net_modules_path": "", + "controlnet_show_batch_images_in_ui": false, + "controlnet_increment_seed_during_batch": false, + "dp_auto_purge_cache": false, + "ctp_flavor": "mocha", + "accent_color": "peach", + "tac_translation.liveTranslation": false, + "ad_bbox_sortby": "None", + "stealth_pnginfo_mode": "rgb", + "stealth_pnginfo_compression": false, + "list_hidden_files": true, + "cross_attention_optimization": "Automatic", + "token_merging_ratio": 0, + "token_merging_ratio_img2img": 0, + "token_merging_ratio_hr": 0, + "extra_networks_show_hidden_directories": true, + "extra_networks_hidden_models": "When searched", + "lora_add_hashes_to_infotext": true, + "img2img_editor_height": 720, + "ui_tab_order": [ + "txt2img", + "img2img", + "Extras", + "Fast PNG Info", + "PNG Info", + "CivitAi", + "Batchlinks Downloader", + "Infinite image browsing", + "OpenPose Editor", + "Inpaint Anything", + "Agent Scheduler", + "Additional Networks", + "Settings", + "Extensions" + ], + "hires_fix_show_sampler": false, + "hires_fix_show_prompts": false, + "live_previews_image_format": "webp", + "tac_refreshTempFiles": "Refresh TAC temp files", + "controlnet_disable_control_type": false, + "regprp_debug": false, + "regprp_hidepmask": false, + "arh_javascript_aspect_ratio_show": true, + "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9", + "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown", + "arh_hide_accordion_by_default": true, + "arh_expand_by_default": false, + "arh_ui_component_order_key": "MaxDimensionScaler, MinDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons", + "arh_show_max_width_or_height": false, + "arh_max_width_or_height": 1024, + "arh_show_min_width_or_height": false, + "arh_min_width_or_height": 1024, + "arh_show_predefined_aspect_ratios": false, + "arh_predefined_aspect_ratio_use_max_dim": false, + "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9", + "arh_show_predefined_percentages": false, + "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200", + "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)", + "hide_auto_sd_paint_ext_tab": true, + "controlnet_disable_openpose_edit": false, + "ui_reorder_list": [ + "sampler", + "dimensions", + "cfg", + "seed", + "checkboxes", + "hires_fix", + "batch", + "scripts" + ], + "grid_zip_filename_pattern": "", + "sd_unet": "Automatic", + "pad_cond_uncond": false, + "experimental_persistent_cond_cache": false, + "hires_fix_use_firstpass_conds": false, + "disable_token_counters": false, + "extra_options": [], + "extra_options_accordion": false, + "infotext_styles": "Apply if any", + "k_sched_type": "Automatic", + "sigma_min": 0.0, + "sigma_max": 0.0, + "rho": 0.0, + "canvas_hotkey_move": "F", + "canvas_hotkey_fullscreen": "S", + "canvas_hotkey_reset": "R", + "canvas_hotkey_overlap": "O", + "canvas_show_tooltip": true, + "canvas_swap_controls": false, + "neutral_prompt_enabled": true, + "tac_wildcardCompletionMode": "To next folder level", + "canvas_hotkey_zoom": "Alt", + "canvas_hotkey_adjust": "Ctrl", + "canvas_disabled_functions": [ + "Overlap" + ], + "canvas_zoom_hotkey_open_colorpanel": "Q", + "canvas_zoom_hotkey_pin_colorpanel": "T", + "canvas_zoom_hotkey_dropper": "A", + "canvas_zoom_hotkey_fill": "H", + "canvas_zoom_hotkey_transparency": "C", + "canvas_zoom_mask_clear": true, + "canvas_zoom_inpaint_warning": true, + "canvas_zoom_inpaint_label": true, + "canvas_zoom_inpaint_change_btn_color": false, + "canvas_zoom_inpaint_btn_color": "#C33227", + "canvas_zoom_brush_outline": false, + "canvas_zoom_enable_integration": false, + "canvas_zoom_add_buttons": false, + "canvas_blur_prompt": false, + "canvas_zoom_draw_staight_lines": false, + "canvas_zoom_inpaint_brushcolor": "#000000", + "canvas_zoom_transparency_level": 60, + "canvas_zoom_disabled_functions": [ + "Overlap" + ], + "tac_appendSpace": true, + "tac_alwaysSpaceAtEnd": true, + "queue_paused": false, + "queue_button_placement": "Under Generate button", + "queue_button_hide_checkpoint": true, + "queue_history_retention_days": "30 days", + "queue_keyboard_shortcut": "Ctrl+KeyE", + "queue_ui_placement": "As a tab", + "inpaint_anything_save_folder": "inpaint-anything", + "inpaint_anything_offline_inpainting": false, + "inpaint_anything_padding_fill": 127, + "sam_use_local_groundingdino": false, + "em_show_embedded_version": false, + "em_save_masks": false, + "em_outdir_masks": "extensions/eyemask/outputs/masks", + "em_wildcards_in_original": true, + "em_save_prompts": false, + "em_save_neg_prompts": false, + "em_save_em_prompts": false, + "em_save_em_neg_prompts": false, + "em_save_last_script": false, + "em_save_settings": false, + "em_dev_mode": false +} \ No newline at end of file diff --git a/sdf_web.tar.lz4 b/sdf_web.tar.lz4 new file mode 100644 index 0000000000000000000000000000000000000000..edb3b2a1a993a56e3c26c56212d43d6dbd3f361f --- /dev/null +++ b/sdf_web.tar.lz4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32b779951bed87d28490ceb60172453df30f1c33c021df12fba8418bbfe05fd +size 1685538378 diff --git a/style.css b/style.css new file mode 100644 index 0000000000000000000000000000000000000000..a39e974bedb7ea83809a20c8138ef18f395fa3f8 --- /dev/null +++ b/style.css @@ -0,0 +1,959 @@ +/* temporary fix to load default gradio font in frontend instead of backend */ + +@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap'); + +/* general gradio fixes */ + +:root, .dark{ + --checkbox-label-gap: 0.25em 0.1em; + --section-header-text-size: 12pt; + --block-background-fill: transparent; +} + +.block.padded:not(.gradio-accordion) { + padding: 0 !important; +} + +div.gradio-container{ + max-width: unset !important; +} + +.hidden{ + display: none; +} + +.compact{ + background: transparent !important; + padding: 0 !important; +} + +div.form{ + border-width: 0; + box-shadow: none; + background: transparent; + overflow: visible; + gap: 0.5em; +} + +.block.gradio-dropdown, +.block.gradio-slider, +.block.gradio-checkbox, +.block.gradio-textbox, +.block.gradio-radio, +.block.gradio-checkboxgroup, +.block.gradio-number, +.block.gradio-colorpicker +{ + border-width: 0 !important; + box-shadow: none !important; +} + +.gap.compact{ + padding: 0; + gap: 0.2em 0; +} + +div.compact{ + gap: 1em; +} + +.gradio-dropdown label span:not(.has-info), +.gradio-textbox label span:not(.has-info), +.gradio-number label span:not(.has-info) +{ + margin-bottom: 0; +} + +.gradio-dropdown ul.options{ + z-index: 3000; + min-width: fit-content; + max-width: inherit; + white-space: nowrap; +} + +.gradio-dropdown ul.options li.item { + padding: 0.05em 0; +} + +.gradio-dropdown ul.options li.item.selected { + background-color: var(--neutral-100); +} + +.dark .gradio-dropdown ul.options li.item.selected { + background-color: var(--neutral-900); +} + +.gradio-dropdown div.wrap.wrap.wrap.wrap{ + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.gradio-dropdown:not(.multiselect) .wrap-inner.wrap-inner.wrap-inner{ + flex-wrap: unset; +} + +.gradio-dropdown .single-select{ + white-space: nowrap; + overflow: hidden; +} + +.gradio-dropdown .token-remove.remove-all.remove-all{ + display: none; +} + +.gradio-dropdown.multiselect .token-remove.remove-all.remove-all{ + display: flex; +} + +.gradio-slider input[type="number"]{ + width: 6em; +} + +.block.gradio-checkbox { + margin: 0.75em 1.5em 0 0; +} + +.gradio-html div.wrap{ + height: 100%; +} +div.gradio-html.min{ + min-height: 0; +} + +.block.gradio-gallery{ + background: var(--input-background-fill); +} + +.gradio-container .prose a, .gradio-container .prose a:visited{ + color: unset; + text-decoration: none; +} + +a{ + font-weight: bold; + cursor: pointer; +} + + +/* general styled components */ + +.gradio-button.tool{ + max-width: 2.2em; + min-width: 2.2em !important; + height: 2.4em; + align-self: end; + line-height: 1em; + border-radius: 0.5em; +} + +.gradio-button.secondary-down{ + background: var(--button-secondary-background-fill); + color: var(--button-secondary-text-color); +} +.gradio-button.secondary-down, .gradio-button.secondary-down:hover{ + box-shadow: 1px 1px 1px rgba(0,0,0,0.25) inset, 0px 0px 3px rgba(0,0,0,0.15) inset; +} +.gradio-button.secondary-down:hover{ + background: var(--button-secondary-background-fill-hover); + color: var(--button-secondary-text-color-hover); +} + +.checkboxes-row{ + margin-bottom: 0.5em; + margin-left: 0em; +} +.checkboxes-row > div{ + flex: 0; + white-space: nowrap; + min-width: auto; +} + +button.custom-button{ + border-radius: var(--button-large-radius); + padding: var(--button-large-padding); + font-weight: var(--button-large-text-weight); + border: var(--button-border-width) solid var(--button-secondary-border-color); + background: var(--button-secondary-background-fill); + color: var(--button-secondary-text-color); + font-size: var(--button-large-text-size); + display: inline-flex; + justify-content: center; + align-items: center; + transition: var(--button-transition); + box-shadow: var(--button-shadow); + text-align: center; +} + + +/* txt2img/img2img specific */ + +.block.token-counter{ + position: absolute; + display: inline-block; + right: 1em; + min-width: 0 !important; + width: auto; + z-index: 100; + top: -0.75em; +} + +.block.token-counter span{ + background: var(--input-background-fill) !important; + box-shadow: 0 0 0.0 0.3em rgba(192,192,192,0.15), inset 0 0 0.6em rgba(192,192,192,0.075); + border: 2px solid rgba(192,192,192,0.4) !important; + border-radius: 0.4em; +} + +.block.token-counter.error span{ + box-shadow: 0 0 0.0 0.3em rgba(255,0,0,0.15), inset 0 0 0.6em rgba(255,0,0,0.075); + border: 2px solid rgba(255,0,0,0.4) !important; +} + +.block.token-counter div{ + display: inline; +} + +.block.token-counter span{ + padding: 0.1em 0.75em; +} + +[id$=_subseed_show]{ + min-width: auto !important; + flex-grow: 0 !important; + display: flex; +} + +[id$=_subseed_show] label{ + margin-bottom: 0.5em; + align-self: end; +} + +.performance { + font-size: 0.85em; + color: #444; +} + +.performance p{ + display: inline-block; +} + +.performance .time { + margin-right: 0; +} + +.performance .vram { +} + +#txt2img_generate, #img2img_generate { + min-height: 4.5em; +} + +@media screen and (min-width: 2500px) { + #txt2img_gallery, #img2img_gallery { + min-height: 768px; + } +} + +#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{ + object-fit: scale-down; +} +#txt2img_actions_column, #img2img_actions_column { + gap: 0.5em; +} +#txt2img_tools, #img2img_tools{ + gap: 0.4em; +} + +.interrogate-col{ + min-width: 0 !important; + max-width: fit-content; + gap: 0.5em; +} +.interrogate-col > button{ + flex: 1; +} + +.generate-box{ + position: relative; +} +.gradio-button.generate-box-skip, .gradio-button.generate-box-interrupt{ + position: absolute; + width: 50%; + height: 100%; + display: none; + background: #b4c0cc; +} +.gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover{ + background: #c2cfdb; +} +.gradio-button.generate-box-interrupt{ + left: 0; + border-radius: 0.5rem 0 0 0.5rem; +} +.gradio-button.generate-box-skip{ + right: 0; + border-radius: 0 0.5rem 0.5rem 0; +} + +#txtimg_hr_finalres{ + min-height: 0 !important; + padding: .625rem .75rem; + margin-left: -0.75em +} + +#img2img_scale_resolution_preview.block{ + display: flex; + align-items: end; +} + +#txtimg_hr_finalres .resolution, #img2img_scale_resolution_preview .resolution{ + font-weight: bold; +} + +#txtimg_hr_finalres div.pending, #img2img_scale_resolution_preview div.pending { + opacity: 1; + transition: opacity 0s; +} + +.inactive{ + opacity: 0.5; +} + +[id$=_column_batch]{ + min-width: min(13.5em, 100%) !important; +} + +div.dimensions-tools{ + min-width: 0 !important; + max-width: fit-content; + flex-direction: column; + place-content: center; +} + +div#extras_scale_to_tab div.form{ + flex-direction: row; +} + +#img2img_sketch, #img2maskimg, #inpaint_sketch { + overflow: overlay !important; + resize: auto; + background: var(--panel-background-fill); + z-index: 5; +} + +.image-buttons button{ + min-width: auto; +} + +.infotext { + overflow-wrap: break-word; +} + +#img2img_column_batch{ + align-self: end; + margin-bottom: 0.9em; +} + +#img2img_unused_scale_by_slider{ + visibility: hidden; + width: 0.5em; + max-width: 0.5em; + min-width: 0.5em; +} + +/* settings */ +#quicksettings { + width: fit-content; + align-items: end; +} + +#quicksettings > div, #quicksettings > fieldset{ + max-width: 24em; + min-width: 24em; + padding: 0; + border: none; + box-shadow: none; + background: none; +} + +#settings{ + display: block; +} + +#settings > div{ + border: none; + margin-left: 10em; +} + +#settings > div.tab-nav{ + float: left; + display: block; + margin-left: 0; + width: 10em; +} + +#settings > div.tab-nav button{ + display: block; + border: none; + text-align: left; + white-space: initial; +} + +#settings_result{ + height: 1.4em; + margin: 0 1.2em; +} + +table.popup-table{ + background: white; + border-collapse: collapse; + margin: 1em; + border: 4px solid white; +} + +table.popup-table td{ + padding: 0.4em; + border: 1px solid #ccc; + max-width: 36em; +} + +table.popup-table .muted{ + color: #aaa; +} + +table.popup-table .link{ + text-decoration: underline; + cursor: pointer; + font-weight: bold; +} + +.ui-defaults-none{ + color: #aaa !important; +} + +#settings span{ + color: var(--body-text-color); +} + +#settings .gradio-textbox, #settings .gradio-slider, #settings .gradio-number, #settings .gradio-dropdown, #settings .gradio-checkboxgroup, #settings .gradio-radio{ + margin-top: 0.75em; +} + +#settings span .settings-comment { + display: inline +} + +.settings-comment a{ + text-decoration: underline; +} + +.settings-comment .info{ + opacity: 0.75; +} + +#sysinfo_download a.sysinfo_big_link{ + font-size: 24pt; +} + +#sysinfo_download a{ + text-decoration: underline; +} + +#sysinfo_validity{ + font-size: 18pt; +} + + +/* live preview */ +.progressDiv{ + position: relative; + height: 20px; + background: #b4c0cc; + border-radius: 3px !important; + margin-bottom: -3px; +} + +.dark .progressDiv{ + background: #424c5b; +} + +.progressDiv .progress{ + width: 0%; + height: 20px; + background: #0060df; + color: white; + font-weight: bold; + line-height: 20px; + padding: 0 8px 0 0; + text-align: right; + border-radius: 3px; + overflow: visible; + white-space: nowrap; + padding: 0 0.5em; +} + +.livePreview{ + position: absolute; + z-index: 300; + background-color: white; + margin: -4px; +} + +.dark .livePreview{ + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + +.livePreview img{ + position: absolute; + object-fit: contain; + width: 100%; + height: 100%; +} + +/* fullscreen popup (ie in Lora's (i) button) */ + +.popup-metadata{ + color: black; + background: white; + display: inline-block; + padding: 1em; + white-space: pre-wrap; +} + +.global-popup{ + display: flex; + position: fixed; + z-index: 1001; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + background-color: rgba(20, 20, 20, 0.95); +} + + +.global-popup-close:before { + content: "×"; +} + +.global-popup-close{ + position: fixed; + right: 0.25em; + top: 0; + cursor: pointer; + color: white; + font-size: 32pt; +} + +.global-popup-inner{ + display: inline-block; + margin: auto; + padding: 2em; +} + +/* fullpage image viewer */ + +#lightboxModal{ + display: none; + position: fixed; + z-index: 1001; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + background-color: rgba(20, 20, 20, 0.95); + user-select: none; + -webkit-user-select: none; + flex-direction: column; +} + +.modalControls { + display: flex; + gap: 1em; + padding: 1em; + background-color: rgba(0,0,0,0.2); +} +.modalClose { + margin-left: auto; +} +.modalControls span{ + color: white; + font-size: 35px; + font-weight: bold; + cursor: pointer; + width: 1em; +} + +.modalControls span:hover, .modalControls span:focus{ + color: #999; + text-decoration: none; +} + +#lightboxModal > img { + display: block; + margin: auto; + width: auto; +} + +#lightboxModal > img.modalImageFullscreen{ + object-fit: contain; + height: 100%; + width: 100%; + min-height: 0; +} + +.modalPrev, +.modalNext { + cursor: pointer; + position: absolute; + top: 50%; + width: auto; + padding: 16px; + margin-top: -50px; + color: white; + font-weight: bold; + font-size: 20px; + transition: 0.6s ease; + border-radius: 0 3px 3px 0; + user-select: none; + -webkit-user-select: none; +} + +.modalNext { + right: 0; + border-radius: 3px 0 0 3px; +} + +.modalPrev:hover, +.modalNext:hover { + background-color: rgba(0, 0, 0, 0.8); +} + +#imageARPreview { + position: absolute; + top: 0px; + left: 0px; + border: 2px solid red; + background: rgba(255, 0, 0, 0.3); + z-index: 900; + pointer-events: none; + display: none; +} + +/* context menu (ie for the generate button) */ + +#context-menu{ + z-index:9999; + position:absolute; + display:block; + padding:0px 0; + border:2px solid #a55000; + border-radius:8px; + box-shadow:1px 1px 2px #CE6400; + width: 200px; +} + +.context-menu-items{ + list-style: none; + margin: 0; + padding: 0; +} + +.context-menu-items a{ + display:block; + padding:5px; + cursor:pointer; +} + +.context-menu-items a:hover{ + background: #a55000; +} + + +/* extensions */ + +#tab_extensions table{ + border-collapse: collapse; +} + +#tab_extensions table td, #tab_extensions table th{ + border: 1px solid #ccc; + padding: 0.25em 0.5em; +} + +#tab_extensions table input[type="checkbox"]{ + margin-right: 0.5em; + appearance: checkbox; +} + +#tab_extensions button{ + max-width: 16em; +} + +#tab_extensions input[disabled="disabled"]{ + opacity: 0.5; +} + +.extension-tag{ + font-weight: bold; + font-size: 95%; +} + +#available_extensions .info{ + margin: 0; +} + +#available_extensions .date_added{ + opacity: 0.85; + font-size: 90%; +} + +/* replace original footer with ours */ + +footer { + display: none !important; +} + +#footer{ + text-align: center; +} + +#footer div{ + display: inline-block; +} + +#footer .versions{ + font-size: 85%; + opacity: 0.85; +} + +/* extra networks UI */ + +.extra-network-cards{ + height: 725px; + overflow: scroll; + resize: vertical; +} + +.extra-networks > div > [id *= '_extra_']{ + margin: 0.3em; +} + +.extra-network-subdirs{ + padding: 0.2em 0.35em; +} + +.extra-network-subdirs button{ + margin: 0 0.15em; +} +.extra-networks .tab-nav .search, +.extra-networks .tab-nav .sort, +.extra-networks .tab-nav .sortorder{ + display: inline-block; + margin: 0.3em; + align-self: center; +} + +.extra-networks .tab-nav .search { + width: 16em; + max-width: 16em; +} + +.extra-networks .tab-nav .sort { + width: 12em; + max-width: 12em; +} + +#txt2img_extra_view, #img2img_extra_view { + width: auto; +} + +.extra-network-cards .nocards, .extra-network-thumbs .nocards{ + margin: 1.25em 0.5em 0.5em 0.5em; +} + +.extra-network-cards .nocards h1, .extra-network-thumbs .nocards h1{ + font-size: 1.5em; + margin-bottom: 1em; +} + +.extra-network-cards .nocards li, .extra-network-thumbs .nocards li{ + margin-left: 0.5em; +} + + +.extra-network-cards .card .metadata-button:before, .extra-network-thumbs .card .metadata-button:before{ + content: "🛈"; +} +.extra-network-cards .card .metadata-button, .extra-network-thumbs .card .metadata-button{ + display: none; + position: absolute; + color: white; + right: 0; +} +.extra-network-cards .card .metadata-button { + text-shadow: 2px 2px 3px black; + padding: 0.25em; + font-size: 22pt; + width: 1.5em; +} +.extra-network-thumbs .card .metadata-button { + text-shadow: 1px 1px 2px black; + padding: 0; + font-size: 16pt; + width: 1em; + top: -0.25em; +} +.extra-network-cards .card:hover .metadata-button, .extra-network-thumbs .card:hover .metadata-button{ + display: inline-block; +} +.extra-network-cards .card .metadata-button:hover, .extra-network-thumbs .card .metadata-button:hover{ + color: red; +} + + +.extra-network-thumbs { + display: flex; + flex-flow: row wrap; + gap: 10px; +} + +.extra-network-thumbs .card { + height: 6em; + width: 6em; + cursor: pointer; + background-image: url('./file=html/card-no-preview.png'); + background-size: cover; + background-position: center center; + position: relative; +} + +.extra-network-thumbs .card .preview{ + position: absolute; + object-fit: cover; + width: 100%; + height:100%; +} + +.extra-network-thumbs .card:hover .additional a { + display: inline-block; +} + +.extra-network-thumbs .actions .additional a { + background-image: url('./file=html/image-update.svg'); + background-repeat: no-repeat; + background-size: cover; + background-position: center center; + position: absolute; + top: 0; + left: 0; + width: 24px; + height: 24px; + display: none; + font-size: 0; + text-align: -9999; +} + +.extra-network-thumbs .actions .name { + position: absolute; + bottom: 0; + font-size: 10px; + padding: 3px; + width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + background: rgba(0,0,0,.5); + color: white; +} + +.extra-network-thumbs .card:hover .actions .name { + white-space: normal; + word-break: break-all; +} + +.extra-network-cards .card{ + display: inline-block; + margin: 0.5em; + width: 16em; + height: 24em; + box-shadow: 0 0 5px rgba(128, 128, 128, 0.5); + border-radius: 0.2em; + position: relative; + + background-size: auto 100%; + background-position: center; + overflow: hidden; + cursor: pointer; + + background-image: url('./file=html/card-no-preview.png') +} + +.extra-network-cards .card:hover{ + box-shadow: 0 0 2px 0.3em rgba(0, 128, 255, 0.35); +} + +.extra-network-cards .card .actions .additional{ + display: none; +} + +.extra-network-cards .card .actions{ + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 0.5em; + background: rgba(0,0,0,0.5); + box-shadow: 0 0 0.25em 0.25em rgba(0,0,0,0.5); + text-shadow: 0 0 0.2em black; +} + +.extra-network-cards .card .actions *{ + color: white; +} + +.extra-network-cards .card .actions:hover{ + box-shadow: 0 0 0.75em 0.75em rgba(0,0,0,0.5) !important; +} + +.extra-network-cards .card .actions .name{ + font-size: 1.7em; + font-weight: bold; + line-break: anywhere; +} + +.extra-network-cards .card .actions .description { + display: block; + max-height: 3em; + white-space: pre-wrap; + line-height: 1.1; +} + +.extra-network-cards .card .actions .description:hover { + max-height: none; +} + +.extra-network-cards .card .actions:hover .additional{ + display: block; +} + +.extra-network-cards .card ul{ + margin: 0.25em 0 0.75em 0.25em; + cursor: unset; +} + +.extra-network-cards .card ul a{ + cursor: pointer; +} + +.extra-network-cards .card ul a:hover{ + color: red; +} + +.extra-network-cards .card .preview{ + position: absolute; + object-fit: cover; + width: 100%; + height:100%; +} diff --git a/ui-config.json b/ui-config.json new file mode 100644 index 0000000000000000000000000000000000000000..74805c396e737ca1dc3f721c5f195b4acbba395b --- /dev/null +++ b/ui-config.json @@ -0,0 +1,7135 @@ +{ + "txt2img/Prompt/visible": true, + "txt2img/Prompt/value": "masterpiece, best quality, highly detailed background, perfect lightingbest quality", + "txt2img/Negative prompt/visible": true, + "txt2img/Negative prompt/value": "(low quality, worst quality:1.4), (bad anatomy), (inaccurate limb:1.2), bad composition, inaccurate eyes, extra digit, fewer digits, (extra arms:1.2)", + "txt2img/Style 1/value": "None", + "txt2img/Style 1/visible": true, + "txt2img/Style 2/value": "None", + "txt2img/Style 2/visible": true, + "txt2img/Stackable/visible": true, + "txt2img/Stackable/value": true, + "txt2img/Quick Save/visible": true, + "txt2img/Quick Save/value": "", + "txt2img/Detailed Save As/visible": true, + "txt2img/Detailed Save As/value": "", + "txt2img/Sampling Steps/visible": true, + "txt2img/Sampling Steps/value": 20, + "txt2img/Sampling Steps/minimum": 1, + "txt2img/Sampling Steps/maximum": 150, + "txt2img/Sampling Steps/step": 1, + "txt2img/Sampling method/visible": true, + "txt2img/Sampling method/value": "DPM++ 2M Karras", + "txt2img/Width/visible": true, + "txt2img/Width/value": 512, + "txt2img/Width/minimum": 64, + "txt2img/Width/maximum": 4096, + "txt2img/Width/step": 8, + "txt2img/Height/visible": true, + "txt2img/Height/value": 512, + "txt2img/Height/minimum": 64, + "txt2img/Height/maximum": 4096, + "txt2img/Height/step": 8, + "txt2img/Batch count/visible": true, + "txt2img/Batch count/value": 1, + "txt2img/Batch count/minimum": 1, + "txt2img/Batch count/maximum": 100, + "txt2img/Batch count/step": 1, + "txt2img/Batch size/visible": true, + "txt2img/Batch size/value": 1, + "txt2img/Batch size/minimum": 1, + "txt2img/Batch size/maximum": 100, + "txt2img/Batch size/step": 1, + "txt2img/CFG Scale/visible": true, + "txt2img/CFG Scale/value": 7.0, + "txt2img/CFG Scale/minimum": 1.0, + "txt2img/CFG Scale/maximum": 30.0, + "txt2img/CFG Scale/step": 0.5, + "txt2img/Seed/visible": true, + "txt2img/Seed/value": -1.0, + "txt2img/Extra/visible": true, + "txt2img/Extra/value": false, + "txt2img/Variation seed/visible": true, + "txt2img/Variation seed/value": -1.0, + "txt2img/Variation strength/visible": true, + "txt2img/Variation strength/value": 0.0, + "txt2img/Variation strength/minimum": 0, + "txt2img/Variation strength/maximum": 1, + "txt2img/Variation strength/step": 0.01, + "txt2img/Resize seed from width/visible": true, + "txt2img/Resize seed from width/value": 0, + "txt2img/Resize seed from width/minimum": 0, + "txt2img/Resize seed from width/maximum": 2048, + "txt2img/Resize seed from width/step": 8, + "txt2img/Resize seed from height/visible": true, + "txt2img/Resize seed from height/value": 0, + "txt2img/Resize seed from height/minimum": 0, + "txt2img/Resize seed from height/maximum": 2048, + "txt2img/Resize seed from height/step": 8, + "txt2img/Restore faces/visible": true, + "txt2img/Restore faces/value": false, + "txt2img/Tiling/visible": true, + "txt2img/Tiling/value": false, + "txt2img/Hires. fix/visible": true, + "txt2img/Hires. fix/value": false, + "txt2img/Upscale by/visible": true, + "txt2img/Upscale by/value": 2.0, + "txt2img/Upscale by/minimum": 1.0, + "txt2img/Upscale by/maximum": 4.0, + "txt2img/Upscale by/step": 0.05, + "txt2img/Denoising strength/visible": true, + "txt2img/Denoising strength/value": 0.7, + "txt2img/Denoising strength/minimum": 0.0, + "txt2img/Denoising strength/maximum": 1.0, + "txt2img/Denoising strength/step": 0.01, + "customscript/wildcard_recursive.py/txt2img/UmiAI enabled/visible": true, + "customscript/wildcard_recursive.py/txt2img/UmiAI enabled/value": false, + "customscript/wildcard_recursive.py/txt2img/Verbose logging/visible": true, + "customscript/wildcard_recursive.py/txt2img/Verbose logging/value": true, + "customscript/wildcard_recursive.py/txt2img/Cache files/visible": true, + "customscript/wildcard_recursive.py/txt2img/Cache files/value": true, + "customscript/wildcard_recursive.py/txt2img/Same prompt in batch/visible": true, + "customscript/wildcard_recursive.py/txt2img/Same prompt in batch/value": false, + "customscript/wildcard_recursive.py/txt2img/**negative keywords**/visible": true, + "customscript/wildcard_recursive.py/txt2img/**negative keywords**/value": true, + "customscript/wildcard_recursive.py/txt2img/Static wildcards/visible": true, + "customscript/wildcard_recursive.py/txt2img/Static wildcards/value": false, + "txt2img/Script/value": "None", + "txt2img/Script/visible": true, + "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true, + "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false, + "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true, + "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false, + "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true, + "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false, + "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true, + "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false, + "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true, + "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "", + "customscript/xy_grid.py/txt2img/X values/visible": true, + "customscript/xy_grid.py/txt2img/X values/value": "", + "customscript/xy_grid.py/txt2img/Y values/visible": true, + "customscript/xy_grid.py/txt2img/Y values/value": "", + "customscript/xy_grid.py/txt2img/Draw legend/visible": true, + "customscript/xy_grid.py/txt2img/Draw legend/value": true, + "customscript/xy_grid.py/txt2img/Include Separate Images/visible": true, + "customscript/xy_grid.py/txt2img/Include Separate Images/value": false, + "customscript/xy_grid.py/txt2img/Keep -1 for seeds/visible": true, + "customscript/xy_grid.py/txt2img/Keep -1 for seeds/value": false, + "img2img/Prompt/visible": true, + "img2img/Prompt/value": "", + "img2img/Negative prompt/visible": true, + "img2img/Negative prompt/value": "", + "img2img/Style 1/value": "None", + "img2img/Style 1/visible": true, + "img2img/Style 2/value": "None", + "img2img/Style 2/visible": true, + "img2img/Mask blur/visible": true, + "img2img/Mask blur/value": 4, + "img2img/Mask blur/minimum": 0, + "img2img/Mask blur/maximum": 64, + "img2img/Mask blur/step": 1, + "img2img/Mask transparency/value": 0, + "img2img/Mask transparency/minimum": 0, + "img2img/Mask transparency/maximum": 100, + "img2img/Mask transparency/step": 1, + "img2img/Mask source/visible": true, + "img2img/Mask source/value": "Draw mask", + "img2img/Mask mode/visible": true, + "img2img/Mask mode/value": "Inpaint masked", + "img2img/Masked content/visible": true, + "img2img/Masked content/value": "original", + "img2img/Inpaint area/visible": true, + "img2img/Inpaint area/value": "Whole picture", + "img2img/Only masked padding, pixels/visible": true, + "img2img/Only masked padding, pixels/value": 32, + "img2img/Only masked padding, pixels/minimum": 0, + "img2img/Only masked padding, pixels/maximum": 256, + "img2img/Only masked padding, pixels/step": 4, + "img2img/Input directory/visible": true, + "img2img/Input directory/value": "", + "img2img/Output directory/visible": true, + "img2img/Output directory/value": "", + "img2img/Resize mode/visible": true, + "img2img/Resize mode/value": "Just resize", + "img2img/Stackable/visible": true, + "img2img/Stackable/value": true, + "img2img/Quick Save/visible": true, + "img2img/Quick Save/value": "", + "img2img/Detailed Save As/visible": true, + "img2img/Detailed Save As/value": "", + "img2img/Sampling Steps/visible": true, + "img2img/Sampling Steps/value": 20, + "img2img/Sampling Steps/minimum": 1, + "img2img/Sampling Steps/maximum": 150, + "img2img/Sampling Steps/step": 1, + "img2img/Width/visible": true, + "img2img/Width/value": 512, + "img2img/Width/minimum": 64, + "img2img/Width/maximum": 2048, + "img2img/Width/step": 8, + "img2img/Height/visible": true, + "img2img/Height/value": 512, + "img2img/Height/minimum": 64, + "img2img/Height/maximum": 2048, + "img2img/Height/step": 8, + "img2img/Batch count/visible": true, + "img2img/Batch count/value": 1, + "img2img/Batch count/minimum": 1, + "img2img/Batch count/maximum": 100, + "img2img/Batch count/step": 1, + "img2img/Batch size/visible": true, + "img2img/Batch size/value": 1, + "img2img/Batch size/minimum": 1, + "img2img/Batch size/maximum": 8, + "img2img/Batch size/step": 1, + "img2img/CFG Scale/visible": true, + "img2img/CFG Scale/value": 7.0, + "img2img/CFG Scale/minimum": 1.0, + "img2img/CFG Scale/maximum": 30.0, + "img2img/CFG Scale/step": 0.5, + "img2img/Denoising strength/visible": true, + "img2img/Denoising strength/value": 0.75, + "img2img/Denoising strength/minimum": 0.0, + "img2img/Denoising strength/maximum": 1.0, + "img2img/Denoising strength/step": 0.01, + "img2img/Seed/visible": true, + "img2img/Seed/value": -1.0, + "img2img/Extra/visible": true, + "img2img/Extra/value": false, + "img2img/Variation seed/visible": true, + "img2img/Variation seed/value": -1.0, + "img2img/Variation strength/visible": true, + "img2img/Variation strength/value": 0.0, + "img2img/Variation strength/minimum": 0, + "img2img/Variation strength/maximum": 1, + "img2img/Variation strength/step": 0.01, + "img2img/Resize seed from width/visible": true, + "img2img/Resize seed from width/value": 0, + "img2img/Resize seed from width/minimum": 0, + "img2img/Resize seed from width/maximum": 2048, + "img2img/Resize seed from width/step": 8, + "img2img/Resize seed from height/visible": true, + "img2img/Resize seed from height/value": 0, + "img2img/Resize seed from height/minimum": 0, + "img2img/Resize seed from height/maximum": 2048, + "img2img/Resize seed from height/step": 8, + "img2img/Restore faces/visible": true, + "img2img/Restore faces/value": false, + "img2img/Tiling/visible": true, + "img2img/Tiling/value": false, + "customscript/wildcard_recursive.py/img2img/UmiAI enabled/visible": true, + "customscript/wildcard_recursive.py/img2img/UmiAI enabled/value": true, + "customscript/wildcard_recursive.py/img2img/Verbose logging/visible": true, + "customscript/wildcard_recursive.py/img2img/Verbose logging/value": true, + "customscript/wildcard_recursive.py/img2img/Cache files/visible": true, + "customscript/wildcard_recursive.py/img2img/Cache files/value": true, + "customscript/wildcard_recursive.py/img2img/Same prompt in batch/visible": true, + "customscript/wildcard_recursive.py/img2img/Same prompt in batch/value": false, + "customscript/wildcard_recursive.py/img2img/**negative keywords**/visible": true, + "customscript/wildcard_recursive.py/img2img/**negative keywords**/value": true, + "customscript/wildcard_recursive.py/img2img/Static wildcards/visible": true, + "customscript/wildcard_recursive.py/img2img/Static wildcards/value": false, + "img2img/Script/value": "None", + "img2img/Script/visible": true, + "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true, + "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true, + "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true, + "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true, + "customscript/img2imgalt.py/img2img/Original prompt/visible": true, + "customscript/img2imgalt.py/img2img/Original prompt/value": "", + "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true, + "customscript/img2imgalt.py/img2img/Original negative prompt/value": "", + "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true, + "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true, + "customscript/img2imgalt.py/img2img/Decode steps/visible": true, + "customscript/img2imgalt.py/img2img/Decode steps/value": 50, + "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1, + "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150, + "customscript/img2imgalt.py/img2img/Decode steps/step": 1, + "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true, + "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true, + "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true, + "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0, + "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0, + "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0, + "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1, + "customscript/img2imgalt.py/img2img/Randomness/visible": true, + "customscript/img2imgalt.py/img2img/Randomness/value": 0.0, + "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0, + "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0, + "customscript/img2imgalt.py/img2img/Randomness/step": 0.01, + "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true, + "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false, + "customscript/loopback.py/img2img/Loops/visible": true, + "customscript/loopback.py/img2img/Loops/value": 4, + "customscript/loopback.py/img2img/Loops/minimum": 1, + "customscript/loopback.py/img2img/Loops/maximum": 32, + "customscript/loopback.py/img2img/Loops/step": 1, + "customscript/loopback.py/img2img/Denoising strength change factor/visible": true, + "customscript/loopback.py/img2img/Denoising strength change factor/value": 1, + "customscript/loopback.py/img2img/Denoising strength change factor/minimum": 0.9, + "customscript/loopback.py/img2img/Denoising strength change factor/maximum": 1.1, + "customscript/loopback.py/img2img/Denoising strength change factor/step": 0.01, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8, + "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true, + "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8, + "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0, + "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64, + "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01, + "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true, + "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05, + "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0, + "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0, + "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1, + "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true, + "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill", + "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true, + "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false, + "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true, + "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false, + "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true, + "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false, + "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true, + "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false, + "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true, + "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "", + "customscript/sd_upscale.py/img2img/Tile overlap/visible": true, + "customscript/sd_upscale.py/img2img/Tile overlap/value": 64, + "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0, + "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256, + "customscript/sd_upscale.py/img2img/Tile overlap/step": 16, + "customscript/sd_upscale.py/img2img/Scale Factor/visible": true, + "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0, + "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0, + "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0, + "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05, + "customscript/sd_upscale.py/img2img/Upscaler/visible": true, + "customscript/sd_upscale.py/img2img/Upscaler/value": "None", + "customscript/xy_grid.py/img2img/X values/visible": true, + "customscript/xy_grid.py/img2img/X values/value": "", + "customscript/xy_grid.py/img2img/Y values/visible": true, + "customscript/xy_grid.py/img2img/Y values/value": "", + "customscript/xy_grid.py/img2img/Draw legend/visible": true, + "customscript/xy_grid.py/img2img/Draw legend/value": true, + "customscript/xy_grid.py/img2img/Include Separate Images/visible": true, + "customscript/xy_grid.py/img2img/Include Separate Images/value": false, + "customscript/xy_grid.py/img2img/Keep -1 for seeds/visible": true, + "customscript/xy_grid.py/img2img/Keep -1 for seeds/value": false, + "extras/Input directory/visible": true, + "extras/Input directory/value": "", + "extras/Output directory/visible": true, + "extras/Output directory/value": "", + "extras/Show result images/visible": true, + "extras/Show result images/value": true, + "extras/Resize/visible": true, + "extras/Resize/value": 4, + "extras/Resize/minimum": 1.0, + "extras/Resize/maximum": 8.0, + "extras/Resize/step": 0.05, + "extras/Width/visible": true, + "extras/Width/value": 512, + "extras/Height/visible": true, + "extras/Height/value": 512, + "extras/Crop to fit/visible": true, + "extras/Crop to fit/value": true, + "extras/Upscaler 1/visible": true, + "extras/Upscaler 1/value": "None", + "extras/Upscaler 2/visible": true, + "extras/Upscaler 2/value": "None", + "extras/Upscaler 2 visibility/visible": true, + "extras/Upscaler 2 visibility/value": 1, + "extras/Upscaler 2 visibility/minimum": 0.0, + "extras/Upscaler 2 visibility/maximum": 1.0, + "extras/Upscaler 2 visibility/step": 0.001, + "extras/GFPGAN visibility/visible": true, + "extras/GFPGAN visibility/value": 0, + "extras/GFPGAN visibility/minimum": 0.0, + "extras/GFPGAN visibility/maximum": 1.0, + "extras/GFPGAN visibility/step": 0.001, + "extras/CodeFormer visibility/visible": true, + "extras/CodeFormer visibility/value": 0, + "extras/CodeFormer visibility/minimum": 0.0, + "extras/CodeFormer visibility/maximum": 1.0, + "extras/CodeFormer visibility/step": 0.001, + "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true, + "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0, + "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0, + "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0, + "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001, + "extras/Upscale Before Restoring Faces/visible": true, + "extras/Upscale Before Restoring Faces/value": false, + "modelmerger/Custom Name (Optional)/visible": true, + "modelmerger/Custom Name (Optional)/value": "", + "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true, + "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3, + "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0, + "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0, + "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05, + "modelmerger/Interpolation Method/visible": true, + "modelmerger/Interpolation Method/value": "Weighted sum", + "modelmerger/Checkpoint format/visible": true, + "modelmerger/Checkpoint format/value": "ckpt", + "modelmerger/Save as float16/visible": true, + "modelmerger/Save as float16/value": false, + "img2img/Sampling method/visible": true, + "img2img/Sampling method/value": "Euler a", + "txt2img/Sampling steps/visible": true, + "txt2img/Sampling steps/value": 20, + "txt2img/Sampling steps/minimum": 1, + "txt2img/Sampling steps/maximum": 150, + "txt2img/Sampling steps/step": 1, + "txt2img/Hires steps/visible": true, + "txt2img/Hires steps/value": 0, + "txt2img/Hires steps/minimum": 0, + "txt2img/Hires steps/maximum": 150, + "txt2img/Hires steps/step": 1, + "txt2img/Resize width to/visible": true, + "txt2img/Resize width to/value": 0, + "txt2img/Resize width to/minimum": 0, + "txt2img/Resize width to/maximum": 2048, + "txt2img/Resize width to/step": 8, + "txt2img/Resize height to/visible": true, + "txt2img/Resize height to/value": 0, + "txt2img/Resize height to/minimum": 0, + "txt2img/Resize height to/maximum": 2048, + "txt2img/Resize height to/step": 8, + "img2img/Sampling steps/visible": true, + "img2img/Sampling steps/value": 20, + "img2img/Sampling steps/minimum": 1, + "img2img/Sampling steps/maximum": 150, + "img2img/Sampling steps/step": 1, + "train/Name/visible": true, + "train/Name/value": "", + "train/Initialization text/visible": true, + "train/Initialization text/value": "*", + "train/Number of vectors per token/visible": true, + "train/Number of vectors per token/value": 1, + "train/Number of vectors per token/minimum": 1, + "train/Number of vectors per token/maximum": 75, + "train/Number of vectors per token/step": 1, + "train/Overwrite Old Embedding/visible": true, + "train/Overwrite Old Embedding/value": false, + "train/Enter hypernetwork layer structure/visible": true, + "train/Enter hypernetwork layer structure/value": "1, 2, 1", + "train/Add layer normalization/visible": true, + "train/Add layer normalization/value": false, + "train/Use dropout/visible": true, + "train/Use dropout/value": false, + "train/Overwrite Old Hypernetwork/visible": true, + "train/Overwrite Old Hypernetwork/value": false, + "train/Source directory/visible": true, + "train/Source directory/value": "", + "train/Destination directory/visible": true, + "train/Destination directory/value": "", + "train/Width/visible": true, + "train/Width/value": 512, + "train/Width/minimum": 64, + "train/Width/maximum": 2048, + "train/Width/step": 8, + "train/Height/visible": true, + "train/Height/value": 512, + "train/Height/minimum": 64, + "train/Height/maximum": 2048, + "train/Height/step": 8, + "train/Create flipped copies/visible": true, + "train/Create flipped copies/value": false, + "train/Split oversized images/visible": true, + "train/Split oversized images/value": false, + "train/Auto focal point crop/visible": true, + "train/Auto focal point crop/value": false, + "train/Use BLIP for caption/visible": true, + "train/Use BLIP for caption/value": false, + "train/Use deepbooru for caption/visible": true, + "train/Use deepbooru for caption/value": false, + "train/Split image threshold/visible": true, + "train/Split image threshold/value": 0.5, + "train/Split image threshold/minimum": 0.0, + "train/Split image threshold/maximum": 1.0, + "train/Split image threshold/step": 0.05, + "train/Split image overlap ratio/visible": true, + "train/Split image overlap ratio/value": 0.2, + "train/Split image overlap ratio/minimum": 0.0, + "train/Split image overlap ratio/maximum": 0.9, + "train/Split image overlap ratio/step": 0.05, + "train/Focal point face weight/visible": true, + "train/Focal point face weight/value": 0.9, + "train/Focal point face weight/minimum": 0.0, + "train/Focal point face weight/maximum": 1.0, + "train/Focal point face weight/step": 0.05, + "train/Focal point entropy weight/visible": true, + "train/Focal point entropy weight/value": 0.15, + "train/Focal point entropy weight/minimum": 0.0, + "train/Focal point entropy weight/maximum": 1.0, + "train/Focal point entropy weight/step": 0.05, + "train/Focal point edges weight/visible": true, + "train/Focal point edges weight/value": 0.5, + "train/Focal point edges weight/minimum": 0.0, + "train/Focal point edges weight/maximum": 1.0, + "train/Focal point edges weight/step": 0.05, + "train/Create debug image/visible": true, + "train/Create debug image/value": false, + "train/Embedding Learning rate/visible": true, + "train/Embedding Learning rate/value": "0.005", + "train/Hypernetwork Learning rate/visible": true, + "train/Hypernetwork Learning rate/value": "0.00001", + "train/Batch size/visible": true, + "train/Batch size/value": 1, + "train/Gradient accumulation steps/visible": true, + "train/Gradient accumulation steps/value": 1, + "train/Dataset directory/visible": true, + "train/Dataset directory/value": "", + "train/Log directory/visible": true, + "train/Log directory/value": "textual_inversion", + "train/Prompt template file/visible": true, + "train/Prompt template file/value": "/content/sdw/textual_inversion_templates/style_filewords.txt", + "train/Max steps/visible": true, + "train/Max steps/value": 100000, + "train/Save an image to log directory every N steps, 0 to disable/visible": true, + "train/Save an image to log directory every N steps, 0 to disable/value": 500, + "train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true, + "train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 500, + "train/Save images with embedding in PNG chunks/visible": true, + "train/Save images with embedding in PNG chunks/value": true, + "train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true, + "train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false, + "train/Shuffle tags by ',' when creating prompts./visible": true, + "train/Shuffle tags by ',' when creating prompts./value": false, + "train/Drop out tags when creating prompts./visible": true, + "train/Drop out tags when creating prompts./value": 0, + "train/Drop out tags when creating prompts./minimum": 0, + "train/Drop out tags when creating prompts./maximum": 1, + "train/Drop out tags when creating prompts./step": 0.1, + "train/Choose latent sampling method/visible": true, + "train/Choose latent sampling method/value": "once", + "txt2img/Upscaler/visible": true, + "txt2img/Upscaler/value": "Latent", + "customscript/xy_grid.py/txt2img/X type/visible": true, + "customscript/xy_grid.py/txt2img/X type/value": "Seed", + "customscript/xy_grid.py/txt2img/Y type/visible": true, + "customscript/xy_grid.py/txt2img/Y type/value": "Nothing", + "customscript/xy_grid.py/img2img/X type/visible": true, + "customscript/xy_grid.py/img2img/X type/value": "Seed", + "customscript/xy_grid.py/img2img/Y type/visible": true, + "customscript/xy_grid.py/img2img/Y type/value": "Nothing", + "modelmerger/Primary model (A)/visible": true, + "modelmerger/Primary model (A)/value": null, + "modelmerger/Secondary model (B)/visible": true, + "modelmerger/Secondary model (B)/value": null, + "modelmerger/Tertiary model (C)/visible": true, + "modelmerger/Tertiary model (C)/value": null, + "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true, + "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear", + "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true, + "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal", + "train/Existing Caption txt Action/visible": true, + "train/Existing Caption txt Action/value": "ignore", + "train/Embedding/visible": true, + "train/Embedding/value": null, + "train/Hypernetwork/visible": true, + "train/Hypernetwork/value": null, + "train/Gradient Clipping/visible": true, + "train/Gradient Clipping/value": "disabled", + "modelmerger/Copy config from/visible": true, + "modelmerger/Copy config from/value": "A, B or C", + "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true, + "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0", + "train/Prompt template/visible": true, + "train/Prompt template/value": "style_filewords.txt", + "train/Do not resize images/visible": true, + "train/Do not resize images/value": false, + "customscript/additional_networks.py/txt2img/Enable/visible": true, + "customscript/additional_networks.py/txt2img/Enable/value": false, + "customscript/additional_networks.py/txt2img/Network module 1/visible": true, + "customscript/additional_networks.py/txt2img/Network module 1/value": "LoRA", + "customscript/additional_networks.py/txt2img/Model 1/visible": true, + "customscript/additional_networks.py/txt2img/Model 1/value": "None", + "customscript/additional_networks.py/txt2img/Weight 1/visible": true, + "customscript/additional_networks.py/txt2img/Weight 1/value": 1.0, + "customscript/additional_networks.py/txt2img/Weight 1/minimum": -1.0, + "customscript/additional_networks.py/txt2img/Weight 1/maximum": 2.0, + "customscript/additional_networks.py/txt2img/Weight 1/step": 0.05, + "customscript/additional_networks.py/txt2img/Network module 2/visible": true, + "customscript/additional_networks.py/txt2img/Network module 2/value": "LoRA", + "customscript/additional_networks.py/txt2img/Model 2/visible": true, + "customscript/additional_networks.py/txt2img/Model 2/value": "None", + "customscript/additional_networks.py/txt2img/Weight 2/visible": true, + "customscript/additional_networks.py/txt2img/Weight 2/value": 1.0, + "customscript/additional_networks.py/txt2img/Weight 2/minimum": -1.0, + "customscript/additional_networks.py/txt2img/Weight 2/maximum": 2.0, + "customscript/additional_networks.py/txt2img/Weight 2/step": 0.05, + "customscript/additional_networks.py/txt2img/Network module 3/visible": true, + "customscript/additional_networks.py/txt2img/Network module 3/value": "LoRA", + "customscript/additional_networks.py/txt2img/Model 3/visible": true, + "customscript/additional_networks.py/txt2img/Model 3/value": "None", + "customscript/additional_networks.py/txt2img/Weight 3/visible": true, + "customscript/additional_networks.py/txt2img/Weight 3/value": 1.0, + "customscript/additional_networks.py/txt2img/Weight 3/minimum": -1.0, + "customscript/additional_networks.py/txt2img/Weight 3/maximum": 2.0, + "customscript/additional_networks.py/txt2img/Weight 3/step": 0.05, + "customscript/additional_networks.py/txt2img/Network module 4/visible": true, + "customscript/additional_networks.py/txt2img/Network module 4/value": "LoRA", + "customscript/additional_networks.py/txt2img/Model 4/visible": true, + "customscript/additional_networks.py/txt2img/Model 4/value": "None", + "customscript/additional_networks.py/txt2img/Weight 4/visible": true, + "customscript/additional_networks.py/txt2img/Weight 4/value": 1.0, + "customscript/additional_networks.py/txt2img/Weight 4/minimum": -1.0, + "customscript/additional_networks.py/txt2img/Weight 4/maximum": 2.0, + "customscript/additional_networks.py/txt2img/Weight 4/step": 0.05, + "customscript/additional_networks.py/txt2img/Network module 5/visible": true, + "customscript/additional_networks.py/txt2img/Network module 5/value": "LoRA", + "customscript/additional_networks.py/txt2img/Model 5/visible": true, + "customscript/additional_networks.py/txt2img/Model 5/value": "None", + "customscript/additional_networks.py/txt2img/Weight 5/visible": true, + "customscript/additional_networks.py/txt2img/Weight 5/value": 1.0, + "customscript/additional_networks.py/txt2img/Weight 5/minimum": -1.0, + "customscript/additional_networks.py/txt2img/Weight 5/maximum": 2.0, + "customscript/additional_networks.py/txt2img/Weight 5/step": 0.05, + "customscript/additional_networks.py/img2img/Enable/visible": true, + "customscript/additional_networks.py/img2img/Enable/value": false, + "customscript/additional_networks.py/img2img/Network module 1/visible": true, + "customscript/additional_networks.py/img2img/Network module 1/value": "LoRA", + "customscript/additional_networks.py/img2img/Model 1/visible": true, + "customscript/additional_networks.py/img2img/Model 1/value": "None", + "customscript/additional_networks.py/img2img/Weight 1/visible": true, + "customscript/additional_networks.py/img2img/Weight 1/value": 1.0, + "customscript/additional_networks.py/img2img/Weight 1/minimum": -1.0, + "customscript/additional_networks.py/img2img/Weight 1/maximum": 2.0, + "customscript/additional_networks.py/img2img/Weight 1/step": 0.05, + "customscript/additional_networks.py/img2img/Network module 2/visible": true, + "customscript/additional_networks.py/img2img/Network module 2/value": "LoRA", + "customscript/additional_networks.py/img2img/Model 2/visible": true, + "customscript/additional_networks.py/img2img/Model 2/value": "None", + "customscript/additional_networks.py/img2img/Weight 2/visible": true, + "customscript/additional_networks.py/img2img/Weight 2/value": 1.0, + "customscript/additional_networks.py/img2img/Weight 2/minimum": -1.0, + "customscript/additional_networks.py/img2img/Weight 2/maximum": 2.0, + "customscript/additional_networks.py/img2img/Weight 2/step": 0.05, + "customscript/additional_networks.py/img2img/Network module 3/visible": true, + "customscript/additional_networks.py/img2img/Network module 3/value": "LoRA", + "customscript/additional_networks.py/img2img/Model 3/visible": true, + "customscript/additional_networks.py/img2img/Model 3/value": "None", + "customscript/additional_networks.py/img2img/Weight 3/visible": true, + "customscript/additional_networks.py/img2img/Weight 3/value": 1.0, + "customscript/additional_networks.py/img2img/Weight 3/minimum": -1.0, + "customscript/additional_networks.py/img2img/Weight 3/maximum": 2.0, + "customscript/additional_networks.py/img2img/Weight 3/step": 0.05, + "customscript/additional_networks.py/img2img/Network module 4/visible": true, + "customscript/additional_networks.py/img2img/Network module 4/value": "LoRA", + "customscript/additional_networks.py/img2img/Model 4/visible": true, + "customscript/additional_networks.py/img2img/Model 4/value": "None", + "customscript/additional_networks.py/img2img/Weight 4/visible": true, + "customscript/additional_networks.py/img2img/Weight 4/value": 1.0, + "customscript/additional_networks.py/img2img/Weight 4/minimum": -1.0, + "customscript/additional_networks.py/img2img/Weight 4/maximum": 2.0, + "customscript/additional_networks.py/img2img/Weight 4/step": 0.05, + "customscript/additional_networks.py/img2img/Network module 5/visible": true, + "customscript/additional_networks.py/img2img/Network module 5/value": "LoRA", + "customscript/additional_networks.py/img2img/Model 5/visible": true, + "customscript/additional_networks.py/img2img/Model 5/value": "None", + "customscript/additional_networks.py/img2img/Weight 5/visible": true, + "customscript/additional_networks.py/img2img/Weight 5/value": 1.0, + "customscript/additional_networks.py/img2img/Weight 5/minimum": -1.0, + "customscript/additional_networks.py/img2img/Weight 5/maximum": 2.0, + "customscript/additional_networks.py/img2img/Weight 5/step": 0.05, + "customscript/additional_networks.py/txt2img/UmiAI enabled/visible": true, + "customscript/additional_networks.py/txt2img/UmiAI enabled/value": true, + "customscript/additional_networks.py/txt2img/Verbose logging/visible": true, + "customscript/additional_networks.py/txt2img/Verbose logging/value": false, + "customscript/additional_networks.py/txt2img/Cache files/visible": true, + "customscript/additional_networks.py/txt2img/Cache files/value": true, + "customscript/additional_networks.py/txt2img/Same prompt in batch/visible": true, + "customscript/additional_networks.py/txt2img/Same prompt in batch/value": false, + "customscript/additional_networks.py/txt2img/**negative keywords**/visible": true, + "customscript/additional_networks.py/txt2img/**negative keywords**/value": true, + "customscript/additional_networks.py/txt2img/Static wildcards/visible": true, + "customscript/additional_networks.py/txt2img/Static wildcards/value": false, + "customscript/additional_networks.py/img2img/UmiAI enabled/visible": true, + "customscript/additional_networks.py/img2img/UmiAI enabled/value": true, + "customscript/additional_networks.py/img2img/Verbose logging/visible": true, + "customscript/additional_networks.py/img2img/Verbose logging/value": false, + "customscript/additional_networks.py/img2img/Cache files/visible": true, + "customscript/additional_networks.py/img2img/Cache files/value": true, + "customscript/additional_networks.py/img2img/Same prompt in batch/visible": true, + "customscript/additional_networks.py/img2img/Same prompt in batch/value": false, + "customscript/additional_networks.py/img2img/**negative keywords**/visible": true, + "customscript/additional_networks.py/img2img/**negative keywords**/value": true, + "customscript/additional_networks.py/img2img/Static wildcards/visible": true, + "customscript/additional_networks.py/img2img/Static wildcards/value": false, + "customscript/multiple_hypernetworks.py/txt2img/Hypernetworks/visible": true, + "customscript/multiple_hypernetworks.py/txt2img/Hypernetworks/value": "", + "customscript/multiple_hypernetworks.py/txt2img/Hypernetwork strengths/visible": true, + "customscript/multiple_hypernetworks.py/txt2img/Hypernetwork strengths/value": "", + "customscript/multiple_hypernetworks.py/img2img/Hypernetworks/visible": true, + "customscript/multiple_hypernetworks.py/img2img/Hypernetworks/value": "", + "customscript/multiple_hypernetworks.py/img2img/Hypernetwork strengths/visible": true, + "customscript/multiple_hypernetworks.py/img2img/Hypernetwork strengths/value": "", + "customscript/ultimate-upscale.py/img2img/Target size type/visible": true, + "customscript/ultimate-upscale.py/img2img/Target size type/value": "From img2img2 settings", + "customscript/ultimate-upscale.py/img2img/Custom width/value": 2048, + "customscript/ultimate-upscale.py/img2img/Custom width/minimum": 64, + "customscript/ultimate-upscale.py/img2img/Custom width/maximum": 8192, + "customscript/ultimate-upscale.py/img2img/Custom width/step": 64, + "customscript/ultimate-upscale.py/img2img/Custom height/value": 2048, + "customscript/ultimate-upscale.py/img2img/Custom height/minimum": 64, + "customscript/ultimate-upscale.py/img2img/Custom height/maximum": 8192, + "customscript/ultimate-upscale.py/img2img/Custom height/step": 64, + "customscript/ultimate-upscale.py/img2img/Scale/value": 2, + "customscript/ultimate-upscale.py/img2img/Scale/minimum": 1, + "customscript/ultimate-upscale.py/img2img/Scale/maximum": 16, + "customscript/ultimate-upscale.py/img2img/Scale/step": 0.01, + "customscript/ultimate-upscale.py/img2img/Upscaler/visible": true, + "customscript/ultimate-upscale.py/img2img/Upscaler/value": "None", + "customscript/ultimate-upscale.py/img2img/Type/visible": true, + "customscript/ultimate-upscale.py/img2img/Tile size/visible": true, + "customscript/ultimate-upscale.py/img2img/Tile size/value": 512, + "customscript/ultimate-upscale.py/img2img/Tile size/minimum": 256, + "customscript/ultimate-upscale.py/img2img/Tile size/maximum": 2048, + "customscript/ultimate-upscale.py/img2img/Tile size/step": 64, + "customscript/ultimate-upscale.py/img2img/Mask blur/visible": true, + "customscript/ultimate-upscale.py/img2img/Mask blur/value": 8, + "customscript/ultimate-upscale.py/img2img/Mask blur/minimum": 0, + "customscript/ultimate-upscale.py/img2img/Mask blur/maximum": 64, + "customscript/ultimate-upscale.py/img2img/Mask blur/step": 1, + "customscript/ultimate-upscale.py/img2img/Padding/visible": true, + "customscript/ultimate-upscale.py/img2img/Padding/value": 32, + "customscript/ultimate-upscale.py/img2img/Padding/minimum": 0, + "customscript/ultimate-upscale.py/img2img/Padding/maximum": 128, + "customscript/ultimate-upscale.py/img2img/Padding/step": 1, + "customscript/ultimate-upscale.py/img2img/Denoise/value": 0.35, + "customscript/ultimate-upscale.py/img2img/Denoise/minimum": 0, + "customscript/ultimate-upscale.py/img2img/Denoise/maximum": 1, + "customscript/ultimate-upscale.py/img2img/Denoise/step": 0.01, + "customscript/ultimate-upscale.py/img2img/Width/value": 64, + "customscript/ultimate-upscale.py/img2img/Width/minimum": 0, + "customscript/ultimate-upscale.py/img2img/Width/maximum": 128, + "customscript/ultimate-upscale.py/img2img/Width/step": 1, + "customscript/ultimate-upscale.py/img2img/Upscaled/visible": true, + "customscript/ultimate-upscale.py/img2img/Upscaled/value": true, + "customscript/ultimate-upscale.py/img2img/Seams fix/visible": true, + "customscript/ultimate-upscale.py/img2img/Seams fix/value": false, + "customscript/ultimate-upscale.py/img2img/Type/value": "None", + "customscript/additional_networks.py/txt2img/X type/visible": true, + "customscript/additional_networks.py/txt2img/X type/value": "Seed", + "customscript/additional_networks.py/txt2img/X values/visible": true, + "customscript/additional_networks.py/txt2img/X values/value": "", + "customscript/additional_networks.py/txt2img/Y type/visible": true, + "customscript/additional_networks.py/txt2img/Y type/value": "Nothing", + "customscript/additional_networks.py/txt2img/Y values/visible": true, + "customscript/additional_networks.py/txt2img/Y values/value": "", + "customscript/additional_networks.py/txt2img/Draw legend/visible": true, + "customscript/additional_networks.py/txt2img/Draw legend/value": true, + "customscript/additional_networks.py/txt2img/Include Separate Images/visible": true, + "customscript/additional_networks.py/txt2img/Include Separate Images/value": false, + "customscript/additional_networks.py/txt2img/Keep -1 for seeds/visible": true, + "customscript/additional_networks.py/txt2img/Keep -1 for seeds/value": false, + "customscript/additional_networks.py/img2img/X type/visible": true, + "customscript/additional_networks.py/img2img/X type/value": "Seed", + "customscript/additional_networks.py/img2img/X values/visible": true, + "customscript/additional_networks.py/img2img/X values/value": "", + "customscript/additional_networks.py/img2img/Y type/visible": true, + "customscript/additional_networks.py/img2img/Y type/value": "Nothing", + "customscript/additional_networks.py/img2img/Y values/visible": true, + "customscript/additional_networks.py/img2img/Y values/value": "", + "customscript/additional_networks.py/img2img/Draw legend/visible": true, + "customscript/additional_networks.py/img2img/Draw legend/value": true, + "customscript/additional_networks.py/img2img/Include Separate Images/visible": true, + "customscript/additional_networks.py/img2img/Include Separate Images/value": false, + "customscript/additional_networks.py/img2img/Keep -1 for seeds/visible": true, + "customscript/additional_networks.py/img2img/Keep -1 for seeds/value": false, + "txt2img/Styles/visible": true, + "txt2img/Styles/value": [], + "img2img/Styles/visible": true, + "img2img/Styles/value": [], + "modelmerger/Bake in VAE/visible": true, + "modelmerger/Bake in VAE/value": "None", + "train/Auto-sized crop/visible": true, + "train/Auto-sized crop/value": false, + "train/Dimension lower bound/visible": true, + "train/Dimension lower bound/value": 384, + "train/Dimension lower bound/minimum": 64, + "train/Dimension lower bound/maximum": 2048, + "train/Dimension lower bound/step": 8, + "train/Dimension upper bound/visible": true, + "train/Dimension upper bound/value": 768, + "train/Dimension upper bound/minimum": 64, + "train/Dimension upper bound/maximum": 2048, + "train/Dimension upper bound/step": 8, + "train/Area lower bound/visible": true, + "train/Area lower bound/value": 4096, + "train/Area lower bound/minimum": 4096, + "train/Area lower bound/maximum": 4194304, + "train/Area lower bound/step": 1, + "train/Area upper bound/visible": true, + "train/Area upper bound/value": 409600, + "train/Area upper bound/minimum": 4096, + "train/Area upper bound/maximum": 4194304, + "train/Area upper bound/step": 1, + "train/Resizing objective/visible": true, + "train/Resizing objective/value": "Maximize area", + "train/Error threshold/visible": true, + "train/Error threshold/value": 0.1, + "train/Error threshold/minimum": 0, + "train/Error threshold/maximum": 1, + "train/Error threshold/step": 0.01, + "train/Show advanced options/visible": true, + "train/Show advanced options/value": false, + "train/Weight initialization seed, set -1 for default/visible": true, + "train/Weight initialization seed, set -1 for default/value": -1, + "train/Standard Deviation for Normal weight initialization/visible": true, + "train/Standard Deviation for Normal weight initialization/value": "0.01", + "train/Use dropout. Might improve training when dataset is small / limited./visible": true, + "train/Use dropout. Might improve training when dataset is small / limited./value": false, + "train/Use skip-connection. Won't work without extension!/visible": true, + "train/Use skip-connection. Won't work without extension!/value": false, + "train/Optional information about Hypernetwork/visible": true, + "train/Optional information about Hypernetwork/value": "", + "train/Setting file name/visible": true, + "train/Setting file name/value": "", + "train/Show advanced learn rate scheduler options/visible": true, + "train/Show advanced learn rate scheduler options/value": false, + "train/Show advanced adamW parameter options)/visible": true, + "train/Show advanced adamW parameter options)/value": false, + "train/Show Gradient Clipping Options(for both)/visible": true, + "train/Show Gradient Clipping Options(for both)/value": false, + "train/AdamW weight decay parameter/visible": true, + "train/AdamW weight decay parameter/value": "0.01", + "train/AdamW beta1 parameter/visible": true, + "train/AdamW beta1 parameter/value": "0.9", + "train/AdamW beta2 parameter/visible": true, + "train/AdamW beta2 parameter/value": "0.99", + "train/AdamW epsilon parameter/visible": true, + "train/AdamW epsilon parameter/value": "1e-8", + "train/Use CosineAnnealingWarmupRestarts Scheduler/visible": true, + "train/Use CosineAnnealingWarmupRestarts Scheduler/value": false, + "train/Steps for cycle/visible": true, + "train/Steps for cycle/value": "64", + "train/Step multiplier per cycle/visible": true, + "train/Step multiplier per cycle/value": "1", + "train/Warmup step per cycle/visible": true, + "train/Warmup step per cycle/value": "5", + "train/Minimum learning rate/visible": true, + "train/Minimum learning rate/value": "6e-7", + "train/Decays learning rate every cycle/visible": true, + "train/Decays learning rate every cycle/value": "1", + "train/Saves when every cycle finishes/visible": true, + "train/Saves when every cycle finishes/value": false, + "train/Generates image when every cycle finishes/visible": true, + "train/Generates image when every cycle finishes/value": false, + "train/Gradient Clipping Options/visible": true, + "train/Gradient Clipping Options/value": null, + "train/Limiting value/visible": true, + "train/Limiting value/value": "1e-1", + "train/Norm type/visible": true, + "train/Norm type/value": "2", + "train/Unload Optimizer when generating preview(hypernetwork)/visible": true, + "train/Unload Optimizer when generating preview(hypernetwork)/value": true, + "train/Standard deviation for sampling/visible": true, + "train/Standard deviation for sampling/value": -1.0, + "train/File name to save setting as/visible": true, + "train/File name to save setting as/value": "", + "train/Load training option from saved json file. This will override settings above/visible": true, + "train/Load training option from saved json file. This will override settings above/value": "", + "train/Hypernetwork name to create, leave it empty to use selected/visible": true, + "train/Hypernetwork name to create, leave it empty to use selected/value": "", + "train/Load Hypernetwork creation option from saved json file/visible": true, + "train/Load Hypernetwork creation option from saved json file/value": "", + "train/Load training option(s) from saved json file/visible": true, + "train/Load training option(s) from saved json file/value": "", + "train/Save a copy of model to log directory every N steps, 0 to disable/visible": true, + "train/Save a copy of model to log directory every N steps, 0 to disable/value": 500, + "train/Manual dataset seed/visible": true, + "train/Manual dataset seed/value": -1, + "customscript/xy_grid_plus.py/txt2img/Start from Axis/visible": true, + "customscript/xy_grid_plus.py/txt2img/Start from Axis/value": "X", + "customscript/xy_grid_plus.py/txt2img/X type/visible": true, + "customscript/xy_grid_plus.py/txt2img/X type/value": "Seed", + "customscript/xy_grid_plus.py/txt2img/X values/visible": true, + "customscript/xy_grid_plus.py/txt2img/X values/value": "", + "customscript/xy_grid_plus.py/txt2img/Y type/visible": true, + "customscript/xy_grid_plus.py/txt2img/Y type/value": "Nothing", + "customscript/xy_grid_plus.py/txt2img/Y values/visible": true, + "customscript/xy_grid_plus.py/txt2img/Y values/value": "", + "txt2img/ckpt_01/value": null, + "txt2img/ckpt_02/value": null, + "txt2img/ckpt_03/value": null, + "txt2img/ckpt_04/value": null, + "txt2img/ckpt_05/value": null, + "txt2img/ckpt_06/value": null, + "txt2img/ckpt_07/value": null, + "txt2img/ckpt_08/value": null, + "txt2img/ckpt_09/value": null, + "txt2img/ckpt_10/value": null, + "customscript/xy_grid_plus.py/txt2img/Include Separate Images/visible": true, + "customscript/xy_grid_plus.py/txt2img/Include Separate Images/value": true, + "customscript/xy_grid_plus.py/txt2img/Keep -1 for seeds/visible": true, + "customscript/xy_grid_plus.py/txt2img/Keep -1 for seeds/value": false, + "customscript/xy_grid_plus.py/txt2img/Draw Legends/visible": true, + "customscript/xy_grid_plus.py/txt2img/Draw Legends/value": "Both", + "customscript/xy_grid_plus.py/txt2img/Restore Checkpoint after process/visible": true, + "customscript/xy_grid_plus.py/txt2img/Restore Checkpoint after process/value": true, + "customscript/xy_grid_plus.py/txt2img/Show only favorite Axis Option/visible": true, + "customscript/xy_grid_plus.py/txt2img/Show only favorite Axis Option/value": false, + "customscript/xy_grid_plus.py/txt2img/Save PNGinfo to grid/visible": true, + "customscript/xy_grid_plus.py/txt2img/Save PNGinfo to grid/value": true, + "customscript/xy_grid_plus.py/img2img/Start from Axis/visible": true, + "customscript/xy_grid_plus.py/img2img/Start from Axis/value": "X", + "customscript/xy_grid_plus.py/img2img/X type/visible": true, + "customscript/xy_grid_plus.py/img2img/X type/value": "Seed", + "customscript/xy_grid_plus.py/img2img/X values/visible": true, + "customscript/xy_grid_plus.py/img2img/X values/value": "", + "customscript/xy_grid_plus.py/img2img/Y type/visible": true, + "customscript/xy_grid_plus.py/img2img/Y type/value": "Nothing", + "customscript/xy_grid_plus.py/img2img/Y values/visible": true, + "customscript/xy_grid_plus.py/img2img/Y values/value": "", + "img2img/ckpt_01/value": null, + "img2img/ckpt_02/value": null, + "img2img/ckpt_03/value": null, + "img2img/ckpt_04/value": null, + "img2img/ckpt_05/value": null, + "img2img/ckpt_06/value": null, + "img2img/ckpt_07/value": null, + "img2img/ckpt_08/value": null, + "img2img/ckpt_09/value": null, + "img2img/ckpt_10/value": null, + "customscript/xy_grid_plus.py/img2img/Include Separate Images/visible": true, + "customscript/xy_grid_plus.py/img2img/Include Separate Images/value": true, + "customscript/xy_grid_plus.py/img2img/Keep -1 for seeds/visible": true, + "customscript/xy_grid_plus.py/img2img/Keep -1 for seeds/value": false, + "customscript/xy_grid_plus.py/img2img/Draw Legends/visible": true, + "customscript/xy_grid_plus.py/img2img/Draw Legends/value": "Both", + "customscript/xy_grid_plus.py/img2img/Restore Checkpoint after process/visible": true, + "customscript/xy_grid_plus.py/img2img/Restore Checkpoint after process/value": true, + "customscript/xy_grid_plus.py/img2img/Show only favorite Axis Option/visible": true, + "customscript/xy_grid_plus.py/img2img/Show only favorite Axis Option/value": false, + "customscript/xy_grid_plus.py/img2img/Save PNGinfo to grid/visible": true, + "customscript/xy_grid_plus.py/img2img/Save PNGinfo to grid/value": true, + "modelmerger/Discard weights with matching name/visible": true, + "modelmerger/Discard weights with matching name/value": "", + "customscript/postprocessing_upscale.py/extras/Resize/visible": true, + "customscript/postprocessing_upscale.py/extras/Resize/value": 4, + "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0, + "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0, + "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05, + "customscript/postprocessing_upscale.py/extras/Width/visible": true, + "customscript/postprocessing_upscale.py/extras/Width/value": 512, + "customscript/postprocessing_upscale.py/extras/Height/visible": true, + "customscript/postprocessing_upscale.py/extras/Height/value": 512, + "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true, + "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true, + "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true, + "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None", + "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true, + "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None", + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001, + "customscript/xyz_grid.py/txt2img/X type/visible": true, + "customscript/xyz_grid.py/txt2img/X type/value": "Seed", + "customscript/xyz_grid.py/txt2img/X values/visible": true, + "customscript/xyz_grid.py/txt2img/X values/value": "", + "customscript/xyz_grid.py/txt2img/Y type/visible": true, + "customscript/xyz_grid.py/txt2img/Y type/value": "Nothing", + "customscript/xyz_grid.py/txt2img/Y values/visible": true, + "customscript/xyz_grid.py/txt2img/Y values/value": "", + "customscript/xyz_grid.py/txt2img/Z type/visible": true, + "customscript/xyz_grid.py/txt2img/Z type/value": "Nothing", + "customscript/xyz_grid.py/txt2img/Z values/visible": true, + "customscript/xyz_grid.py/txt2img/Z values/value": "", + "customscript/xyz_grid.py/txt2img/Draw legend/visible": true, + "customscript/xyz_grid.py/txt2img/Draw legend/value": true, + "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true, + "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false, + "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true, + "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false, + "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true, + "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false, + "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true, + "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "", + "customscript/xyz_grid.py/img2img/X type/visible": true, + "customscript/xyz_grid.py/img2img/X type/value": "Seed", + "customscript/xyz_grid.py/img2img/X values/visible": true, + "customscript/xyz_grid.py/img2img/X values/value": "", + "customscript/xyz_grid.py/img2img/Y type/visible": true, + "customscript/xyz_grid.py/img2img/Y type/value": "Nothing", + "customscript/xyz_grid.py/img2img/Y values/visible": true, + "customscript/xyz_grid.py/img2img/Y values/value": "", + "customscript/xyz_grid.py/img2img/Z type/visible": true, + "customscript/xyz_grid.py/img2img/Z type/value": "Nothing", + "customscript/xyz_grid.py/img2img/Z values/visible": true, + "customscript/xyz_grid.py/img2img/Z values/value": "", + "customscript/xyz_grid.py/img2img/Draw legend/visible": true, + "customscript/xyz_grid.py/img2img/Draw legend/value": true, + "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true, + "customscript/xyz_grid.py/img2img/Include Sub Images/value": false, + "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true, + "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false, + "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true, + "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false, + "customscript/dynamic_thresholding.py/txt2img/Enable Dynamic Thresholding (CFG Scale Fix)/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/value": 7.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/minimum": 1.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/maximum": 30.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/step": 0.5, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/value": 100.0, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/minimum": 90.0, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/maximum": 100.0, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/step": 0.05, + "customscript/dynamic_thresholding.py/txt2img/Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Mimic Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/txt2img/CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/CFG Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/img2img/Enable Dynamic Thresholding (CFG Scale Fix)/visible": true, + "customscript/dynamic_thresholding.py/img2img/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/visible": true, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/value": 7.0, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/minimum": 1.0, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/maximum": 30.0, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/visible": true, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/value": 100.0, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/minimum": 90.0, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/maximum": 100.0, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/step": 0.05, + "customscript/dynamic_thresholding.py/img2img/Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/Mimic Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/img2img/CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/CFG Scale Scheduler/value": "Constant", + "txt2img/Override settings/value": null, + "img2img/Override settings/value": null, + "customscript/prompt_matrix.py/txt2img/Select prompt/visible": true, + "customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive", + "customscript/prompt_matrix.py/txt2img/Select joining char/visible": true, + "customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma", + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 100, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 100, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2, + "img2img/Image CFG Scale/value": 1.5, + "img2img/Image CFG Scale/minimum": 0, + "img2img/Image CFG Scale/maximum": 3.0, + "img2img/Image CFG Scale/step": 0.05, + "customscript/prompt_matrix.py/img2img/Select prompt/visible": true, + "customscript/prompt_matrix.py/img2img/Select prompt/value": "positive", + "customscript/prompt_matrix.py/img2img/Select joining char/visible": true, + "customscript/prompt_matrix.py/img2img/Select joining char/value": "comma", + "customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 100, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2, + "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true, + "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0, + "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0, + "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 100, + "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2, + "customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/visible": true, + "customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/value": false, + "txt2img/Weight 1/visible": true, + "txt2img/Weight 1/value": 1.0, + "txt2img/Weight 1/minimum": -1.0, + "txt2img/Weight 1/maximum": 2.0, + "txt2img/Weight 1/step": 0.05, + "customscript/additional_networks.py/txt2img/UNet Weight 1/value": 1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 1/minimum": -1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 1/maximum": 2.0, + "customscript/additional_networks.py/txt2img/UNet Weight 1/step": 0.05, + "customscript/additional_networks.py/txt2img/TEnc Weight 1/value": 1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 1/minimum": -1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 1/maximum": 2.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 1/step": 0.05, + "txt2img/Weight 2/visible": true, + "txt2img/Weight 2/value": 1.0, + "txt2img/Weight 2/minimum": -1.0, + "txt2img/Weight 2/maximum": 2.0, + "txt2img/Weight 2/step": 0.05, + "customscript/additional_networks.py/txt2img/UNet Weight 2/value": 1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 2/minimum": -1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 2/maximum": 2.0, + "customscript/additional_networks.py/txt2img/UNet Weight 2/step": 0.05, + "customscript/additional_networks.py/txt2img/TEnc Weight 2/value": 1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 2/minimum": -1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 2/maximum": 2.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 2/step": 0.05, + "txt2img/Weight 3/visible": true, + "txt2img/Weight 3/value": 1.0, + "txt2img/Weight 3/minimum": -1.0, + "txt2img/Weight 3/maximum": 2.0, + "txt2img/Weight 3/step": 0.05, + "customscript/additional_networks.py/txt2img/UNet Weight 3/value": 1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 3/minimum": -1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 3/maximum": 2.0, + "customscript/additional_networks.py/txt2img/UNet Weight 3/step": 0.05, + "customscript/additional_networks.py/txt2img/TEnc Weight 3/value": 1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 3/minimum": -1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 3/maximum": 2.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 3/step": 0.05, + "txt2img/Weight 4/visible": true, + "txt2img/Weight 4/value": 1.0, + "txt2img/Weight 4/minimum": -1.0, + "txt2img/Weight 4/maximum": 2.0, + "txt2img/Weight 4/step": 0.05, + "customscript/additional_networks.py/txt2img/UNet Weight 4/value": 1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 4/minimum": -1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 4/maximum": 2.0, + "customscript/additional_networks.py/txt2img/UNet Weight 4/step": 0.05, + "customscript/additional_networks.py/txt2img/TEnc Weight 4/value": 1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 4/minimum": -1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 4/maximum": 2.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 4/step": 0.05, + "txt2img/Weight 5/visible": true, + "txt2img/Weight 5/value": 1.0, + "txt2img/Weight 5/minimum": -1.0, + "txt2img/Weight 5/maximum": 2.0, + "txt2img/Weight 5/step": 0.05, + "customscript/additional_networks.py/txt2img/UNet Weight 5/value": 1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 5/minimum": -1.0, + "customscript/additional_networks.py/txt2img/UNet Weight 5/maximum": 2.0, + "customscript/additional_networks.py/txt2img/UNet Weight 5/step": 0.05, + "customscript/additional_networks.py/txt2img/TEnc Weight 5/value": 1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 5/minimum": -1.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 5/maximum": 2.0, + "customscript/additional_networks.py/txt2img/TEnc Weight 5/step": 0.05, + "customscript/additional_networks.py/img2img/Separate UNet/Text Encoder weights/visible": true, + "customscript/additional_networks.py/img2img/Separate UNet/Text Encoder weights/value": false, + "img2img/Weight 1/visible": true, + "img2img/Weight 1/value": 1.0, + "img2img/Weight 1/minimum": -1.0, + "img2img/Weight 1/maximum": 2.0, + "img2img/Weight 1/step": 0.05, + "customscript/additional_networks.py/img2img/UNet Weight 1/value": 1.0, + "customscript/additional_networks.py/img2img/UNet Weight 1/minimum": -1.0, + "customscript/additional_networks.py/img2img/UNet Weight 1/maximum": 2.0, + "customscript/additional_networks.py/img2img/UNet Weight 1/step": 0.05, + "customscript/additional_networks.py/img2img/TEnc Weight 1/value": 1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 1/minimum": -1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 1/maximum": 2.0, + "customscript/additional_networks.py/img2img/TEnc Weight 1/step": 0.05, + "img2img/Weight 2/visible": true, + "img2img/Weight 2/value": 1.0, + "img2img/Weight 2/minimum": -1.0, + "img2img/Weight 2/maximum": 2.0, + "img2img/Weight 2/step": 0.05, + "customscript/additional_networks.py/img2img/UNet Weight 2/value": 1.0, + "customscript/additional_networks.py/img2img/UNet Weight 2/minimum": -1.0, + "customscript/additional_networks.py/img2img/UNet Weight 2/maximum": 2.0, + "customscript/additional_networks.py/img2img/UNet Weight 2/step": 0.05, + "customscript/additional_networks.py/img2img/TEnc Weight 2/value": 1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 2/minimum": -1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 2/maximum": 2.0, + "customscript/additional_networks.py/img2img/TEnc Weight 2/step": 0.05, + "img2img/Weight 3/visible": true, + "img2img/Weight 3/value": 1.0, + "img2img/Weight 3/minimum": -1.0, + "img2img/Weight 3/maximum": 2.0, + "img2img/Weight 3/step": 0.05, + "customscript/additional_networks.py/img2img/UNet Weight 3/value": 1.0, + "customscript/additional_networks.py/img2img/UNet Weight 3/minimum": -1.0, + "customscript/additional_networks.py/img2img/UNet Weight 3/maximum": 2.0, + "customscript/additional_networks.py/img2img/UNet Weight 3/step": 0.05, + "customscript/additional_networks.py/img2img/TEnc Weight 3/value": 1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 3/minimum": -1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 3/maximum": 2.0, + "customscript/additional_networks.py/img2img/TEnc Weight 3/step": 0.05, + "img2img/Weight 4/visible": true, + "img2img/Weight 4/value": 1.0, + "img2img/Weight 4/minimum": -1.0, + "img2img/Weight 4/maximum": 2.0, + "img2img/Weight 4/step": 0.05, + "customscript/additional_networks.py/img2img/UNet Weight 4/value": 1.0, + "customscript/additional_networks.py/img2img/UNet Weight 4/minimum": -1.0, + "customscript/additional_networks.py/img2img/UNet Weight 4/maximum": 2.0, + "customscript/additional_networks.py/img2img/UNet Weight 4/step": 0.05, + "customscript/additional_networks.py/img2img/TEnc Weight 4/value": 1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 4/minimum": -1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 4/maximum": 2.0, + "customscript/additional_networks.py/img2img/TEnc Weight 4/step": 0.05, + "img2img/Weight 5/visible": true, + "img2img/Weight 5/value": 1.0, + "img2img/Weight 5/minimum": -1.0, + "img2img/Weight 5/maximum": 2.0, + "img2img/Weight 5/step": 0.05, + "customscript/additional_networks.py/img2img/UNet Weight 5/value": 1.0, + "customscript/additional_networks.py/img2img/UNet Weight 5/minimum": -1.0, + "customscript/additional_networks.py/img2img/UNet Weight 5/maximum": 2.0, + "customscript/additional_networks.py/img2img/UNet Weight 5/step": 0.05, + "customscript/additional_networks.py/img2img/TEnc Weight 5/value": 1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 5/minimum": -1.0, + "customscript/additional_networks.py/img2img/TEnc Weight 5/maximum": 2.0, + "customscript/additional_networks.py/img2img/TEnc Weight 5/step": 0.05, + "customscript/ultimate-upscale.py/img2img/Tile width/visible": true, + "customscript/ultimate-upscale.py/img2img/Tile width/value": 512, + "customscript/ultimate-upscale.py/img2img/Tile width/minimum": 0, + "customscript/ultimate-upscale.py/img2img/Tile width/maximum": 2048, + "customscript/ultimate-upscale.py/img2img/Tile width/step": 64, + "customscript/ultimate-upscale.py/img2img/Tile height/visible": true, + "customscript/ultimate-upscale.py/img2img/Tile height/value": 0, + "customscript/ultimate-upscale.py/img2img/Tile height/minimum": 0, + "customscript/ultimate-upscale.py/img2img/Tile height/maximum": 2048, + "customscript/ultimate-upscale.py/img2img/Tile height/step": 64, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/maximum": 15.0, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/visible": true, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/maximum": 15.0, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/step": 0.5, + "customscript/controlnet.py/txt2img/Enable/visible": true, + "customscript/controlnet.py/txt2img/Enable/value": false, + "customscript/controlnet.py/txt2img/Scribble Mode (Reverse color)/visible": true, + "customscript/controlnet.py/txt2img/Scribble Mode (Reverse color)/value": false, + "customscript/controlnet.py/txt2img/Low VRAM (8GB or below)/visible": true, + "customscript/controlnet.py/txt2img/Low VRAM (8GB or below)/value": false, + "customscript/controlnet.py/txt2img/Preprocessor/visible": true, + "customscript/controlnet.py/txt2img/Preprocessor/value": "none", + "customscript/controlnet.py/txt2img/Model/visible": true, + "customscript/controlnet.py/txt2img/Model/value": "None", + "customscript/controlnet.py/txt2img/Weight/visible": true, + "customscript/controlnet.py/txt2img/Weight/value": 1.0, + "customscript/controlnet.py/txt2img/Weight/minimum": 0.0, + "customscript/controlnet.py/txt2img/Weight/maximum": 2.0, + "customscript/controlnet.py/txt2img/Weight/step": 0.05, + "customscript/controlnet.py/txt2img/Resize Mode/visible": true, + "customscript/controlnet.py/txt2img/Resize Mode/value": "Scale to Fit (Inner Fit)", + "txt2img/Canvas Width/visible": true, + "txt2img/Canvas Width/value": 512, + "txt2img/Canvas Width/minimum": 256, + "txt2img/Canvas Width/maximum": 1024, + "txt2img/Canvas Width/step": 64, + "txt2img/Canvas Height/visible": true, + "txt2img/Canvas Height/value": 512, + "txt2img/Canvas Height/minimum": 256, + "txt2img/Canvas Height/maximum": 1024, + "txt2img/Canvas Height/step": 64, + "customscript/controlnet.py/img2img/Enable/visible": true, + "customscript/controlnet.py/img2img/Enable/value": false, + "customscript/controlnet.py/img2img/Scribble Mode (Reverse color)/visible": true, + "customscript/controlnet.py/img2img/Scribble Mode (Reverse color)/value": false, + "customscript/controlnet.py/img2img/Low VRAM (8GB or below)/visible": true, + "customscript/controlnet.py/img2img/Low VRAM (8GB or below)/value": false, + "customscript/controlnet.py/img2img/Preprocessor/visible": true, + "customscript/controlnet.py/img2img/Preprocessor/value": "none", + "customscript/controlnet.py/img2img/Model/visible": true, + "customscript/controlnet.py/img2img/Model/value": "None", + "customscript/controlnet.py/img2img/Weight/visible": true, + "customscript/controlnet.py/img2img/Weight/value": 1.0, + "customscript/controlnet.py/img2img/Weight/minimum": 0.0, + "customscript/controlnet.py/img2img/Weight/maximum": 2.0, + "customscript/controlnet.py/img2img/Weight/step": 0.05, + "customscript/controlnet.py/img2img/Resize Mode/visible": true, + "customscript/controlnet.py/img2img/Resize Mode/value": "Scale to Fit (Inner Fit)", + "img2img/Canvas Width/visible": true, + "img2img/Canvas Width/value": 512, + "img2img/Canvas Width/minimum": 256, + "img2img/Canvas Width/maximum": 1024, + "img2img/Canvas Width/step": 64, + "img2img/Canvas Height/visible": true, + "img2img/Canvas Height/value": 512, + "img2img/Canvas Height/minimum": 256, + "img2img/Canvas Height/maximum": 1024, + "img2img/Canvas Height/step": 64, + "customscript/controlnet.py/txt2img/Scribble Mode/visible": true, + "customscript/controlnet.py/txt2img/Scribble Mode/value": false, + "customscript/controlnet.py/txt2img/RGB to BGR/visible": true, + "customscript/controlnet.py/txt2img/RGB to BGR/value": false, + "customscript/controlnet.py/txt2img/Low VRAM/visible": true, + "customscript/controlnet.py/txt2img/Low VRAM/value": false, + "customscript/controlnet.py/txt2img/Guess Mode/visible": true, + "customscript/controlnet.py/txt2img/Guess Mode/value": false, + "customscript/controlnet.py/txt2img/Guidance strength (T)/visible": true, + "customscript/controlnet.py/txt2img/Guidance strength (T)/value": 1.0, + "customscript/controlnet.py/txt2img/Guidance strength (T)/minimum": 0.0, + "customscript/controlnet.py/txt2img/Guidance strength (T)/maximum": 1.0, + "customscript/controlnet.py/txt2img/Guidance strength (T)/step": 0.01, + "customscript/controlnet.py/txt2img/Annotator resolution/visible": true, + "customscript/controlnet.py/txt2img/Annotator resolution/value": 64, + "customscript/controlnet.py/txt2img/Annotator resolution/minimum": 64, + "customscript/controlnet.py/txt2img/Annotator resolution/maximum": 2048, + "customscript/controlnet.py/txt2img/Annotator resolution/step": 10, + "customscript/controlnet.py/txt2img/Threshold A/visible": true, + "customscript/controlnet.py/txt2img/Threshold A/value": 64, + "customscript/controlnet.py/txt2img/Threshold A/minimum": 64, + "customscript/controlnet.py/txt2img/Threshold A/maximum": 1024, + "customscript/controlnet.py/txt2img/Threshold A/step": 1, + "customscript/controlnet.py/txt2img/Threshold B/visible": true, + "customscript/controlnet.py/txt2img/Threshold B/value": 64, + "customscript/controlnet.py/txt2img/Threshold B/minimum": 64, + "customscript/controlnet.py/txt2img/Threshold B/maximum": 1024, + "customscript/controlnet.py/txt2img/Threshold B/step": 1, + "customscript/controlnet.py/img2img/Scribble Mode/visible": true, + "customscript/controlnet.py/img2img/Scribble Mode/value": false, + "customscript/controlnet.py/img2img/RGB to BGR/visible": true, + "customscript/controlnet.py/img2img/RGB to BGR/value": false, + "customscript/controlnet.py/img2img/Low VRAM/visible": true, + "customscript/controlnet.py/img2img/Low VRAM/value": false, + "customscript/controlnet.py/img2img/Guess Mode/visible": true, + "customscript/controlnet.py/img2img/Guess Mode/value": false, + "customscript/controlnet.py/img2img/Guidance strength (T)/visible": true, + "customscript/controlnet.py/img2img/Guidance strength (T)/value": 1.0, + "customscript/controlnet.py/img2img/Guidance strength (T)/minimum": 0.0, + "customscript/controlnet.py/img2img/Guidance strength (T)/maximum": 1.0, + "customscript/controlnet.py/img2img/Guidance strength (T)/step": 0.01, + "customscript/controlnet.py/img2img/Annotator resolution/visible": true, + "customscript/controlnet.py/img2img/Annotator resolution/value": 64, + "customscript/controlnet.py/img2img/Annotator resolution/minimum": 64, + "customscript/controlnet.py/img2img/Annotator resolution/maximum": 2048, + "customscript/controlnet.py/img2img/Annotator resolution/step": 10, + "customscript/controlnet.py/img2img/Threshold A/visible": true, + "customscript/controlnet.py/img2img/Threshold A/value": 64, + "customscript/controlnet.py/img2img/Threshold A/minimum": 64, + "customscript/controlnet.py/img2img/Threshold A/maximum": 1024, + "customscript/controlnet.py/img2img/Threshold A/step": 1, + "customscript/controlnet.py/img2img/Threshold B/visible": true, + "customscript/controlnet.py/img2img/Threshold B/value": 64, + "customscript/controlnet.py/img2img/Threshold B/minimum": 64, + "customscript/controlnet.py/img2img/Threshold B/maximum": 1024, + "customscript/controlnet.py/img2img/Threshold B/step": 1, + "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true, + "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None", + "train/Use PNG alpha channel as loss weight/visible": true, + "train/Use PNG alpha channel as loss weight/value": false, + "customscript/controlnet.py/txt2img/Invert Input Color/visible": true, + "customscript/controlnet.py/txt2img/Invert Input Color/value": false, + "customscript/controlnet.py/txt2img/Guidance Start (T)/visible": true, + "customscript/controlnet.py/txt2img/Guidance Start (T)/value": 0.0, + "customscript/controlnet.py/txt2img/Guidance Start (T)/minimum": 0.0, + "customscript/controlnet.py/txt2img/Guidance Start (T)/maximum": 1.0, + "customscript/controlnet.py/txt2img/Guidance Start (T)/step": 0.01, + "customscript/controlnet.py/txt2img/Guidance End (T)/visible": true, + "customscript/controlnet.py/txt2img/Guidance End (T)/value": 1.0, + "customscript/controlnet.py/txt2img/Guidance End (T)/minimum": 0.0, + "customscript/controlnet.py/txt2img/Guidance End (T)/maximum": 1.0, + "customscript/controlnet.py/txt2img/Guidance End (T)/step": 0.01, + "customscript/movie2movie.py/txt2img/Duration/visible": true, + "customscript/movie2movie.py/txt2img/Duration/value": 50.0, + "customscript/movie2movie.py/txt2img/Duration/minimum": 10.0, + "customscript/movie2movie.py/txt2img/Duration/maximum": 200.0, + "customscript/movie2movie.py/txt2img/Duration/step": 10, + "customscript/controlnet.py/img2img/Invert Input Color/visible": true, + "customscript/controlnet.py/img2img/Invert Input Color/value": false, + "customscript/controlnet.py/img2img/Guidance Start (T)/visible": true, + "customscript/controlnet.py/img2img/Guidance Start (T)/value": 0.0, + "customscript/controlnet.py/img2img/Guidance Start (T)/minimum": 0.0, + "customscript/controlnet.py/img2img/Guidance Start (T)/maximum": 1.0, + "customscript/controlnet.py/img2img/Guidance Start (T)/step": 0.01, + "customscript/controlnet.py/img2img/Guidance End (T)/visible": true, + "customscript/controlnet.py/img2img/Guidance End (T)/value": 1.0, + "customscript/controlnet.py/img2img/Guidance End (T)/minimum": 0.0, + "customscript/controlnet.py/img2img/Guidance End (T)/maximum": 1.0, + "customscript/controlnet.py/img2img/Guidance End (T)/step": 0.01, + "customscript/movie2movie.py/img2img/Duration/visible": true, + "customscript/movie2movie.py/img2img/Duration/value": 50.0, + "customscript/movie2movie.py/img2img/Duration/minimum": 10.0, + "customscript/movie2movie.py/img2img/Duration/maximum": 200.0, + "customscript/movie2movie.py/img2img/Duration/step": 10, + "customscript/two_shot.py/txt2img/Enabled/visible": true, + "customscript/two_shot.py/txt2img/Enabled/value": false, + "customscript/two_shot.py/txt2img/Divisions/visible": true, + "customscript/two_shot.py/txt2img/Divisions/value": "1:1,1:2,1:2", + "customscript/two_shot.py/txt2img/Positions/visible": true, + "customscript/two_shot.py/txt2img/Positions/value": "0:0,0:0,0:1", + "customscript/two_shot.py/txt2img/Weights/visible": true, + "customscript/two_shot.py/txt2img/Weights/value": "0.2,0.8,0.8", + "customscript/two_shot.py/txt2img/end at this step/visible": true, + "customscript/two_shot.py/txt2img/end at this step/value": 20, + "customscript/two_shot.py/txt2img/end at this step/minimum": 0, + "customscript/two_shot.py/txt2img/end at this step/maximum": 150, + "customscript/two_shot.py/txt2img/end at this step/step": 1, + "txt2img/Extra generation params/visible": true, + "txt2img/Extra generation params/value": "", + "customscript/two_shot.py/img2img/Enabled/visible": true, + "customscript/two_shot.py/img2img/Enabled/value": false, + "customscript/two_shot.py/img2img/Divisions/visible": true, + "customscript/two_shot.py/img2img/Divisions/value": "1:1,1:2,1:2", + "customscript/two_shot.py/img2img/Positions/visible": true, + "customscript/two_shot.py/img2img/Positions/value": "0:0,0:0,0:1", + "customscript/two_shot.py/img2img/Weights/visible": true, + "customscript/two_shot.py/img2img/Weights/value": "0.2,0.8,0.8", + "customscript/two_shot.py/img2img/end at this step/visible": true, + "customscript/two_shot.py/img2img/end at this step/value": 20, + "customscript/two_shot.py/img2img/end at this step/minimum": 0, + "customscript/two_shot.py/img2img/end at this step/maximum": 150, + "customscript/two_shot.py/img2img/end at this step/step": 1, + "img2img/Extra generation params/visible": true, + "img2img/Extra generation params/value": "", + "customscript/posex.py/txt2img/Send this image to ControlNet./visible": true, + "customscript/posex.py/txt2img/Send this image to ControlNet./value": false, + "customscript/posex.py/img2img/Send this image to ControlNet./visible": true, + "customscript/posex.py/img2img/Send this image to ControlNet./value": false, + "customscript/composable_lora_script.py/txt2img/Enabled/visible": true, + "customscript/composable_lora_script.py/txt2img/Enabled/value": false, + "customscript/composable_lora_script.py/txt2img/Use Lora in uc text model encoder/visible": true, + "customscript/composable_lora_script.py/txt2img/Use Lora in uc text model encoder/value": false, + "customscript/composable_lora_script.py/txt2img/Use Lora in uc diffusion model/visible": true, + "customscript/composable_lora_script.py/txt2img/Use Lora in uc diffusion model/value": false, + "customscript/composable_lora_script.py/img2img/Enabled/visible": true, + "customscript/composable_lora_script.py/img2img/Enabled/value": false, + "customscript/composable_lora_script.py/img2img/Use Lora in uc text model encoder/visible": true, + "customscript/composable_lora_script.py/img2img/Use Lora in uc text model encoder/value": false, + "customscript/composable_lora_script.py/img2img/Use Lora in uc diffusion model/visible": true, + "customscript/composable_lora_script.py/img2img/Use Lora in uc diffusion model/value": false, + "customscript/posex.py/txt2img/Target ControlNet number/visible": true, + "customscript/posex.py/txt2img/Target ControlNet number/value": 0, + "customscript/posex.py/img2img/Target ControlNet number/visible": true, + "customscript/posex.py/img2img/Target ControlNet number/value": 0, + "customscript/ncpt_vae_fixer.py/img2img/Angle/visible": true, + "customscript/ncpt_vae_fixer.py/img2img/Angle/value": 0, + "customscript/ncpt_vae_fixer.py/img2img/Angle/minimum": 0.0, + "customscript/ncpt_vae_fixer.py/img2img/Angle/maximum": 360.0, + "customscript/ncpt_vae_fixer.py/img2img/Angle/step": 1, + "customscript/ncpt_vae_fixer.py/img2img/Horizontal flip/visible": true, + "customscript/ncpt_vae_fixer.py/img2img/Horizontal flip/value": false, + "customscript/ncpt_vae_fixer.py/img2img/Vertical flip/visible": true, + "customscript/ncpt_vae_fixer.py/img2img/Vertical flip/value": false, + "customscript/ncpt_vae_fixer.py/img2img/Overwrite existing files/visible": true, + "customscript/ncpt_vae_fixer.py/img2img/Overwrite existing files/value": false, + "customscript/ncpt_vae_fixer.py/txt2img/Angle/visible": true, + "customscript/ncpt_vae_fixer.py/txt2img/Angle/value": 0, + "customscript/ncpt_vae_fixer.py/txt2img/Angle/minimum": 0.0, + "customscript/ncpt_vae_fixer.py/txt2img/Angle/maximum": 360.0, + "customscript/ncpt_vae_fixer.py/txt2img/Angle/step": 1, + "customscript/ncpt_vae_fixer.py/txt2img/Horizontal flip/visible": true, + "customscript/ncpt_vae_fixer.py/txt2img/Horizontal flip/value": false, + "customscript/ncpt_vae_fixer.py/txt2img/Vertical flip/visible": true, + "customscript/ncpt_vae_fixer.py/txt2img/Vertical flip/value": false, + "customscript/ncpt_vae_fixer.py/txt2img/Overwrite existing files/visible": true, + "customscript/ncpt_vae_fixer.py/txt2img/Overwrite existing files/value": false, + "customscript/ncpt_vae_fixer.py/txt2img/Any/Nai VAE Fix/visible": true, + "customscript/ncpt_vae_fixer.py/txt2img/Any/Nai VAE Fix/value": false, + "customscript/vae_enhancer.py/txt2img/Any/Nai VAE Enhancer (experimental)/visible": true, + "customscript/vae_enhancer.py/txt2img/Any/Nai VAE Enhancer (experimental)/value": false, + "customscript/llul.py/txt2img/Enabled/visible": true, + "customscript/llul.py/txt2img/Enabled/value": false, + "customscript/llul.py/txt2img/Multiplication (2^N)/visible": true, + "customscript/llul.py/txt2img/Multiplication (2^N)/value": 1, + "customscript/llul.py/txt2img/Multiplication (2^N)/minimum": 1, + "customscript/llul.py/txt2img/Multiplication (2^N)/maximum": 5, + "customscript/llul.py/txt2img/Multiplication (2^N)/step": 1, + "customscript/llul.py/txt2img/Weight/visible": true, + "customscript/llul.py/txt2img/Weight/value": 0.15, + "customscript/llul.py/txt2img/Weight/minimum": -1, + "customscript/llul.py/txt2img/Weight/maximum": 2, + "customscript/llul.py/txt2img/Weight/step": 0.01, + "customscript/llul.py/txt2img/Force convert half to float on interpolation (for some platforms)/visible": true, + "customscript/llul.py/txt2img/Force convert half to float on interpolation (for some platforms)/value": false, + "customscript/llul.py/txt2img/I know what I am doing./visible": true, + "customscript/llul.py/txt2img/I know what I am doing./value": false, + "customscript/llul.py/txt2img/Layers/visible": true, + "customscript/llul.py/txt2img/Layers/value": "OUT", + "customscript/llul.py/txt2img/Start steps/visible": true, + "customscript/llul.py/txt2img/Start steps/value": 5, + "customscript/llul.py/txt2img/Start steps/minimum": 1, + "customscript/llul.py/txt2img/Start steps/maximum": 300, + "customscript/llul.py/txt2img/Start steps/step": 1, + "customscript/llul.py/txt2img/Max steps/visible": true, + "customscript/llul.py/txt2img/Max steps/value": 0, + "customscript/llul.py/txt2img/Max steps/minimum": 0, + "customscript/llul.py/txt2img/Max steps/maximum": 300, + "customscript/llul.py/txt2img/Max steps/step": 1, + "customscript/llul.py/txt2img/Upscaling/visible": true, + "customscript/llul.py/txt2img/Upscaling/value": "Bilinear", + "customscript/llul.py/txt2img/Enable AA for Upscaling./visible": true, + "customscript/llul.py/txt2img/Enable AA for Upscaling./value": false, + "customscript/llul.py/txt2img/Downscaling/visible": true, + "customscript/llul.py/txt2img/Downscaling/value": "Pooling Max", + "customscript/llul.py/txt2img/Enable AA for Downscaling./visible": true, + "customscript/llul.py/txt2img/Enable AA for Downscaling./value": false, + "customscript/llul.py/txt2img/interpolation method/visible": true, + "customscript/llul.py/txt2img/interpolation method/value": "Lerp", + "customscript/llul.py/img2img/Enabled/visible": true, + "customscript/llul.py/img2img/Enabled/value": false, + "customscript/llul.py/img2img/Multiplication (2^N)/visible": true, + "customscript/llul.py/img2img/Multiplication (2^N)/value": 1, + "customscript/llul.py/img2img/Multiplication (2^N)/minimum": 1, + "customscript/llul.py/img2img/Multiplication (2^N)/maximum": 5, + "customscript/llul.py/img2img/Multiplication (2^N)/step": 1, + "customscript/llul.py/img2img/Weight/visible": true, + "customscript/llul.py/img2img/Weight/value": 0.15, + "customscript/llul.py/img2img/Weight/minimum": -1, + "customscript/llul.py/img2img/Weight/maximum": 2, + "customscript/llul.py/img2img/Weight/step": 0.01, + "customscript/llul.py/img2img/Force convert half to float on interpolation (for some platforms)/visible": true, + "customscript/llul.py/img2img/Force convert half to float on interpolation (for some platforms)/value": false, + "customscript/llul.py/img2img/I know what I am doing./visible": true, + "customscript/llul.py/img2img/I know what I am doing./value": false, + "customscript/llul.py/img2img/Layers/visible": true, + "customscript/llul.py/img2img/Layers/value": "OUT", + "customscript/llul.py/img2img/Start steps/visible": true, + "customscript/llul.py/img2img/Start steps/value": 5, + "customscript/llul.py/img2img/Start steps/minimum": 1, + "customscript/llul.py/img2img/Start steps/maximum": 300, + "customscript/llul.py/img2img/Start steps/step": 1, + "customscript/llul.py/img2img/Max steps/visible": true, + "customscript/llul.py/img2img/Max steps/value": 0, + "customscript/llul.py/img2img/Max steps/minimum": 0, + "customscript/llul.py/img2img/Max steps/maximum": 300, + "customscript/llul.py/img2img/Max steps/step": 1, + "customscript/llul.py/img2img/Upscaling/visible": true, + "customscript/llul.py/img2img/Upscaling/value": "Bilinear", + "customscript/llul.py/img2img/Enable AA for Upscaling./visible": true, + "customscript/llul.py/img2img/Enable AA for Upscaling./value": false, + "customscript/llul.py/img2img/Downscaling/visible": true, + "customscript/llul.py/img2img/Downscaling/value": "Pooling Max", + "customscript/llul.py/img2img/Enable AA for Downscaling./visible": true, + "customscript/llul.py/img2img/Enable AA for Downscaling./value": false, + "customscript/llul.py/img2img/interpolation method/visible": true, + "customscript/llul.py/img2img/interpolation method/value": "Lerp", + "customscript/multidiffusion.py/txt2img/Enable MultiDiffusion/visible": true, + "customscript/multidiffusion.py/txt2img/Enable MultiDiffusion/value": false, + "customscript/multidiffusion.py/txt2img/Overwrite image size/visible": true, + "customscript/multidiffusion.py/txt2img/Overwrite image size/value": false, + "customscript/multidiffusion.py/txt2img/Keep input image size/value": true, + "customscript/multidiffusion.py/txt2img/Image width/value": 1024, + "customscript/multidiffusion.py/txt2img/Image width/minimum": 256, + "customscript/multidiffusion.py/txt2img/Image width/maximum": 16384, + "customscript/multidiffusion.py/txt2img/Image width/step": 16, + "customscript/multidiffusion.py/txt2img/Image height/value": 1024, + "customscript/multidiffusion.py/txt2img/Image height/minimum": 256, + "customscript/multidiffusion.py/txt2img/Image height/maximum": 16384, + "customscript/multidiffusion.py/txt2img/Image height/step": 16, + "customscript/multidiffusion.py/txt2img/Latent tile width/visible": true, + "customscript/multidiffusion.py/txt2img/Latent tile width/value": 64, + "customscript/multidiffusion.py/txt2img/Latent tile width/minimum": 16, + "customscript/multidiffusion.py/txt2img/Latent tile width/maximum": 256, + "customscript/multidiffusion.py/txt2img/Latent tile width/step": 16, + "customscript/multidiffusion.py/txt2img/Latent tile height/visible": true, + "customscript/multidiffusion.py/txt2img/Latent tile height/value": 64, + "customscript/multidiffusion.py/txt2img/Latent tile height/minimum": 16, + "customscript/multidiffusion.py/txt2img/Latent tile height/maximum": 256, + "customscript/multidiffusion.py/txt2img/Latent tile height/step": 16, + "customscript/multidiffusion.py/txt2img/Latent tile overlap/visible": true, + "customscript/multidiffusion.py/txt2img/Latent tile overlap/value": 32, + "customscript/multidiffusion.py/txt2img/Latent tile overlap/minimum": 0, + "customscript/multidiffusion.py/txt2img/Latent tile overlap/maximum": 256, + "customscript/multidiffusion.py/txt2img/Latent tile overlap/step": 4, + "customscript/multidiffusion.py/txt2img/Latent tile batch size/visible": true, + "customscript/multidiffusion.py/txt2img/Latent tile batch size/value": 1, + "customscript/multidiffusion.py/txt2img/Latent tile batch size/minimum": 1, + "customscript/multidiffusion.py/txt2img/Latent tile batch size/maximum": 8, + "customscript/multidiffusion.py/txt2img/Latent tile batch size/step": 1, + "customscript/multidiffusion.py/txt2img/Upscaler/value": "None", + "customscript/multidiffusion.py/txt2img/Scale Factor/value": 2.0, + "customscript/multidiffusion.py/txt2img/Scale Factor/minimum": 1.0, + "customscript/multidiffusion.py/txt2img/Scale Factor/maximum": 8.0, + "customscript/multidiffusion.py/txt2img/Scale Factor/step": 0.05, + "customscript/multidiffusion.py/txt2img/Move ControlNet images to CPU (if applicable)/visible": true, + "customscript/multidiffusion.py/txt2img/Move ControlNet images to CPU (if applicable)/value": false, + "customscript/vae_optimize.py/txt2img/Enable/visible": true, + "customscript/vae_optimize.py/txt2img/Enable/value": false, + "customscript/vae_optimize.py/txt2img/Move VAE to GPU/visible": true, + "customscript/vae_optimize.py/txt2img/Move VAE to GPU/value": false, + "customscript/vae_optimize.py/txt2img/Encoder Tile Size/visible": true, + "customscript/vae_optimize.py/txt2img/Encoder Tile Size/value": 2048, + "customscript/vae_optimize.py/txt2img/Encoder Tile Size/minimum": 256, + "customscript/vae_optimize.py/txt2img/Encoder Tile Size/maximum": 4096, + "customscript/vae_optimize.py/txt2img/Encoder Tile Size/step": 16, + "customscript/vae_optimize.py/txt2img/Decoder Tile Size/visible": true, + "customscript/vae_optimize.py/txt2img/Decoder Tile Size/value": 128, + "customscript/vae_optimize.py/txt2img/Decoder Tile Size/minimum": 48, + "customscript/vae_optimize.py/txt2img/Decoder Tile Size/maximum": 512, + "customscript/vae_optimize.py/txt2img/Decoder Tile Size/step": 16, + "customscript/vae_optimize.py/txt2img/Fast Encoder/visible": true, + "customscript/vae_optimize.py/txt2img/Fast Encoder/value": true, + "customscript/vae_optimize.py/txt2img/Fast Decoder/visible": true, + "customscript/vae_optimize.py/txt2img/Fast Decoder/value": true, + "customscript/vae_optimize.py/txt2img/Encoder Color Fix/visible": true, + "customscript/vae_optimize.py/txt2img/Encoder Color Fix/value": 0, + "txt2img/Runtime Block Merge Title/value": "Runtime Block Merge", + "customscript/runtime_block_merge.py/txt2img/Enable/visible": true, + "customscript/runtime_block_merge.py/txt2img/Enable/value": false, + "txt2img/Enable Experimental Range/visible": true, + "txt2img/Enable Experimental Range/value": false, + "txt2img/Force CPU (Max Precision)/visible": true, + "txt2img/Force CPU (Max Precision)/value": true, + "txt2img/Preset Weights/visible": true, + "txt2img/Preset Weights/value": null, + "txt2img/Weight Command/visible": true, + "txt2img/Weight Command/value": "", + "customscript/runtime_block_merge.py/txt2img/Model B/visible": true, + "customscript/runtime_block_merge.py/txt2img/Model B/value": null, + "customscript/runtime_block_merge.py/txt2img/TIME_EMBED/visible": true, + "customscript/runtime_block_merge.py/txt2img/TIME_EMBED/value": 0, + "customscript/runtime_block_merge.py/txt2img/TIME_EMBED/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/TIME_EMBED/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/TIME_EMBED/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT/value": 0, + "customscript/runtime_block_merge.py/txt2img/OUT/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN00/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN00/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN00/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN00/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN00/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN01/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN01/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN01/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN01/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN01/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN02/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN02/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN02/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN02/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN02/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN03/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN03/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN03/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN03/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN03/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN04/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN04/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN04/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN04/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN04/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN05/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN05/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN05/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN05/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN05/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN06/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN06/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN06/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN06/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN06/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN07/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN07/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN07/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN07/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN07/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN08/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN08/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN08/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN08/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN08/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN09/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN09/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN09/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN09/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN09/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN10/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN10/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN10/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN10/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN10/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/IN11/visible": true, + "customscript/runtime_block_merge.py/txt2img/IN11/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/IN11/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/IN11/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/IN11/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/M00/visible": true, + "customscript/runtime_block_merge.py/txt2img/M00/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/M00/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/M00/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/M00/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT11/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT11/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT11/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT11/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT11/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT10/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT10/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT10/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT10/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT10/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT09/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT09/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT09/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT09/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT09/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT08/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT08/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT08/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT08/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT08/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT07/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT07/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT07/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT07/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT07/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT06/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT06/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT06/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT06/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT06/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT05/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT05/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT05/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT05/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT05/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT04/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT04/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT04/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT04/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT04/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT03/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT03/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT03/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT03/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT03/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT02/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT02/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT02/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT02/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT02/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT01/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT01/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT01/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT01/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT01/step": 0.01, + "customscript/runtime_block_merge.py/txt2img/OUT00/visible": true, + "customscript/runtime_block_merge.py/txt2img/OUT00/value": 0.5, + "customscript/runtime_block_merge.py/txt2img/OUT00/minimum": 0, + "customscript/runtime_block_merge.py/txt2img/OUT00/maximum": 1, + "customscript/runtime_block_merge.py/txt2img/OUT00/step": 0.01, + "txt2img/Output Mode/visible": true, + "txt2img/Output Mode/value": "Max Precision", + "txt2img/Skip/Reset CLIP position_ids/visible": true, + "txt2img/Skip/Reset CLIP position_ids/value": "Keep Original", + "txt2img/Output Format/visible": true, + "txt2img/Output Format/value": ".ckpt", + "txt2img/Output Recipe/visible": true, + "txt2img/Output Recipe/value": true, + "txt2img/New Checkpoint Name/visible": true, + "txt2img/New Checkpoint Name/value": "", + "txt2img/Denoise Mask/visible": true, + "txt2img/Denoise Mask/value": false, + "txt2img/General Prompt/visible": true, + "txt2img/General Prompt/value": "", + "customscript/two_shot.py/txt2img/Alpha Blend/visible": true, + "customscript/two_shot.py/txt2img/Alpha Blend/value": 0.2, + "customscript/two_shot.py/txt2img/Alpha Blend/minimum": 0.0, + "customscript/two_shot.py/txt2img/Alpha Blend/maximum": 1.0, + "customscript/two_shot.py/txt2img/Alpha Blend/step": 0.01, + "txt2img/Prompt for this mask/visible": true, + "txt2img/Prompt for this mask/value": "", + "customscript/two_shot.py/txt2img/Area 1 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 1 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 1 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 1 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 1 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 2 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 2 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 2 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 2 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 2 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 3 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 3 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 3 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 3 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 3 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 4 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 4 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 4 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 4 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 4 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 5 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 5 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 5 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 5 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 5 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 6 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 6 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 6 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 6 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 6 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 7 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 7 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 7 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 7 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 7 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 8 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 8 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 8 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 8 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 8 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 9 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 9 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 9 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 9 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 9 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 10 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 10 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 10 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 10 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 10 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 11 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 11 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 11 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 11 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 11 Weight/step": 0.01, + "customscript/two_shot.py/txt2img/Area 12 Weight/visible": true, + "customscript/two_shot.py/txt2img/Area 12 Weight/value": 1.0, + "customscript/two_shot.py/txt2img/Area 12 Weight/minimum": 0.0, + "customscript/two_shot.py/txt2img/Area 12 Weight/maximum": 1.0, + "customscript/two_shot.py/txt2img/Area 12 Weight/step": 0.01, + "txt2img/Final Prompt/visible": true, + "txt2img/Final Prompt/value": "", + "customscript/multidiffusion.py/img2img/Enable MultiDiffusion/visible": true, + "customscript/multidiffusion.py/img2img/Enable MultiDiffusion/value": false, + "customscript/multidiffusion.py/img2img/Overwrite image size/value": false, + "customscript/multidiffusion.py/img2img/Keep input image size/visible": true, + "customscript/multidiffusion.py/img2img/Keep input image size/value": true, + "customscript/multidiffusion.py/img2img/Image width/value": 1024, + "customscript/multidiffusion.py/img2img/Image width/minimum": 256, + "customscript/multidiffusion.py/img2img/Image width/maximum": 16384, + "customscript/multidiffusion.py/img2img/Image width/step": 16, + "customscript/multidiffusion.py/img2img/Image height/value": 1024, + "customscript/multidiffusion.py/img2img/Image height/minimum": 256, + "customscript/multidiffusion.py/img2img/Image height/maximum": 16384, + "customscript/multidiffusion.py/img2img/Image height/step": 16, + "customscript/multidiffusion.py/img2img/Latent tile width/visible": true, + "customscript/multidiffusion.py/img2img/Latent tile width/value": 64, + "customscript/multidiffusion.py/img2img/Latent tile width/minimum": 16, + "customscript/multidiffusion.py/img2img/Latent tile width/maximum": 256, + "customscript/multidiffusion.py/img2img/Latent tile width/step": 16, + "customscript/multidiffusion.py/img2img/Latent tile height/visible": true, + "customscript/multidiffusion.py/img2img/Latent tile height/value": 64, + "customscript/multidiffusion.py/img2img/Latent tile height/minimum": 16, + "customscript/multidiffusion.py/img2img/Latent tile height/maximum": 256, + "customscript/multidiffusion.py/img2img/Latent tile height/step": 16, + "customscript/multidiffusion.py/img2img/Latent tile overlap/visible": true, + "customscript/multidiffusion.py/img2img/Latent tile overlap/value": 32, + "customscript/multidiffusion.py/img2img/Latent tile overlap/minimum": 0, + "customscript/multidiffusion.py/img2img/Latent tile overlap/maximum": 256, + "customscript/multidiffusion.py/img2img/Latent tile overlap/step": 4, + "customscript/multidiffusion.py/img2img/Latent tile batch size/visible": true, + "customscript/multidiffusion.py/img2img/Latent tile batch size/value": 1, + "customscript/multidiffusion.py/img2img/Latent tile batch size/minimum": 1, + "customscript/multidiffusion.py/img2img/Latent tile batch size/maximum": 8, + "customscript/multidiffusion.py/img2img/Latent tile batch size/step": 1, + "customscript/multidiffusion.py/img2img/Upscaler/visible": true, + "customscript/multidiffusion.py/img2img/Upscaler/value": "None", + "customscript/multidiffusion.py/img2img/Scale Factor/visible": true, + "customscript/multidiffusion.py/img2img/Scale Factor/value": 2.0, + "customscript/multidiffusion.py/img2img/Scale Factor/minimum": 1.0, + "customscript/multidiffusion.py/img2img/Scale Factor/maximum": 8.0, + "customscript/multidiffusion.py/img2img/Scale Factor/step": 0.05, + "customscript/multidiffusion.py/img2img/Move ControlNet images to CPU (if applicable)/visible": true, + "customscript/multidiffusion.py/img2img/Move ControlNet images to CPU (if applicable)/value": false, + "customscript/vae_optimize.py/img2img/Enable/visible": true, + "customscript/vae_optimize.py/img2img/Enable/value": false, + "customscript/vae_optimize.py/img2img/Move VAE to GPU/visible": true, + "customscript/vae_optimize.py/img2img/Move VAE to GPU/value": false, + "customscript/vae_optimize.py/img2img/Encoder Tile Size/visible": true, + "customscript/vae_optimize.py/img2img/Encoder Tile Size/value": 2048, + "customscript/vae_optimize.py/img2img/Encoder Tile Size/minimum": 256, + "customscript/vae_optimize.py/img2img/Encoder Tile Size/maximum": 4096, + "customscript/vae_optimize.py/img2img/Encoder Tile Size/step": 16, + "customscript/vae_optimize.py/img2img/Decoder Tile Size/visible": true, + "customscript/vae_optimize.py/img2img/Decoder Tile Size/value": 128, + "customscript/vae_optimize.py/img2img/Decoder Tile Size/minimum": 48, + "customscript/vae_optimize.py/img2img/Decoder Tile Size/maximum": 512, + "customscript/vae_optimize.py/img2img/Decoder Tile Size/step": 16, + "customscript/vae_optimize.py/img2img/Fast Encoder/visible": true, + "customscript/vae_optimize.py/img2img/Fast Encoder/value": true, + "customscript/vae_optimize.py/img2img/Fast Decoder/visible": true, + "customscript/vae_optimize.py/img2img/Fast Decoder/value": true, + "customscript/vae_optimize.py/img2img/Encoder Color Fix/visible": true, + "customscript/vae_optimize.py/img2img/Encoder Color Fix/value": 0, + "img2img/Runtime Block Merge Title/value": "Runtime Block Merge", + "customscript/runtime_block_merge.py/img2img/Enable/visible": true, + "customscript/runtime_block_merge.py/img2img/Enable/value": false, + "img2img/Enable Experimental Range/visible": true, + "img2img/Enable Experimental Range/value": false, + "img2img/Force CPU (Max Precision)/visible": true, + "img2img/Force CPU (Max Precision)/value": true, + "img2img/Preset Weights/visible": true, + "img2img/Preset Weights/value": null, + "img2img/Weight Command/visible": true, + "img2img/Weight Command/value": "", + "customscript/runtime_block_merge.py/img2img/Model B/visible": true, + "customscript/runtime_block_merge.py/img2img/Model B/value": null, + "customscript/runtime_block_merge.py/img2img/TIME_EMBED/visible": true, + "customscript/runtime_block_merge.py/img2img/TIME_EMBED/value": 0, + "customscript/runtime_block_merge.py/img2img/TIME_EMBED/minimum": 0, + "customscript/runtime_block_merge.py/img2img/TIME_EMBED/maximum": 1, + "customscript/runtime_block_merge.py/img2img/TIME_EMBED/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT/value": 0, + "customscript/runtime_block_merge.py/img2img/OUT/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN00/visible": true, + "customscript/runtime_block_merge.py/img2img/IN00/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN00/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN00/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN00/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN01/visible": true, + "customscript/runtime_block_merge.py/img2img/IN01/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN01/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN01/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN01/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN02/visible": true, + "customscript/runtime_block_merge.py/img2img/IN02/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN02/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN02/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN02/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN03/visible": true, + "customscript/runtime_block_merge.py/img2img/IN03/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN03/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN03/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN03/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN04/visible": true, + "customscript/runtime_block_merge.py/img2img/IN04/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN04/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN04/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN04/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN05/visible": true, + "customscript/runtime_block_merge.py/img2img/IN05/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN05/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN05/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN05/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN06/visible": true, + "customscript/runtime_block_merge.py/img2img/IN06/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN06/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN06/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN06/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN07/visible": true, + "customscript/runtime_block_merge.py/img2img/IN07/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN07/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN07/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN07/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN08/visible": true, + "customscript/runtime_block_merge.py/img2img/IN08/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN08/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN08/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN08/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN09/visible": true, + "customscript/runtime_block_merge.py/img2img/IN09/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN09/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN09/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN09/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN10/visible": true, + "customscript/runtime_block_merge.py/img2img/IN10/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN10/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN10/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN10/step": 0.01, + "customscript/runtime_block_merge.py/img2img/IN11/visible": true, + "customscript/runtime_block_merge.py/img2img/IN11/value": 0.5, + "customscript/runtime_block_merge.py/img2img/IN11/minimum": 0, + "customscript/runtime_block_merge.py/img2img/IN11/maximum": 1, + "customscript/runtime_block_merge.py/img2img/IN11/step": 0.01, + "customscript/runtime_block_merge.py/img2img/M00/visible": true, + "customscript/runtime_block_merge.py/img2img/M00/value": 0.5, + "customscript/runtime_block_merge.py/img2img/M00/minimum": 0, + "customscript/runtime_block_merge.py/img2img/M00/maximum": 1, + "customscript/runtime_block_merge.py/img2img/M00/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT11/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT11/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT11/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT11/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT11/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT10/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT10/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT10/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT10/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT10/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT09/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT09/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT09/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT09/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT09/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT08/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT08/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT08/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT08/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT08/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT07/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT07/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT07/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT07/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT07/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT06/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT06/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT06/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT06/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT06/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT05/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT05/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT05/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT05/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT05/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT04/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT04/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT04/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT04/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT04/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT03/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT03/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT03/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT03/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT03/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT02/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT02/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT02/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT02/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT02/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT01/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT01/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT01/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT01/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT01/step": 0.01, + "customscript/runtime_block_merge.py/img2img/OUT00/visible": true, + "customscript/runtime_block_merge.py/img2img/OUT00/value": 0.5, + "customscript/runtime_block_merge.py/img2img/OUT00/minimum": 0, + "customscript/runtime_block_merge.py/img2img/OUT00/maximum": 1, + "customscript/runtime_block_merge.py/img2img/OUT00/step": 0.01, + "img2img/Output Mode/visible": true, + "img2img/Output Mode/value": "Max Precision", + "img2img/Skip/Reset CLIP position_ids/visible": true, + "img2img/Skip/Reset CLIP position_ids/value": "Keep Original", + "img2img/Output Format/visible": true, + "img2img/Output Format/value": ".ckpt", + "img2img/Output Recipe/visible": true, + "img2img/Output Recipe/value": true, + "img2img/New Checkpoint Name/visible": true, + "img2img/New Checkpoint Name/value": "", + "img2img/Denoise Mask/visible": true, + "img2img/Denoise Mask/value": false, + "img2img/General Prompt/visible": true, + "img2img/General Prompt/value": "", + "customscript/two_shot.py/img2img/Alpha Blend/visible": true, + "customscript/two_shot.py/img2img/Alpha Blend/value": 0.2, + "customscript/two_shot.py/img2img/Alpha Blend/minimum": 0.0, + "customscript/two_shot.py/img2img/Alpha Blend/maximum": 1.0, + "customscript/two_shot.py/img2img/Alpha Blend/step": 0.01, + "img2img/Prompt for this mask/visible": true, + "img2img/Prompt for this mask/value": "", + "customscript/two_shot.py/img2img/Area 1 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 1 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 1 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 1 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 1 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 2 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 2 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 2 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 2 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 2 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 3 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 3 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 3 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 3 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 3 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 4 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 4 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 4 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 4 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 4 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 5 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 5 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 5 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 5 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 5 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 6 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 6 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 6 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 6 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 6 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 7 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 7 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 7 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 7 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 7 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 8 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 8 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 8 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 8 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 8 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 9 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 9 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 9 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 9 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 9 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 10 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 10 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 10 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 10 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 10 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 11 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 11 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 11 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 11 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 11 Weight/step": 0.01, + "customscript/two_shot.py/img2img/Area 12 Weight/visible": true, + "customscript/two_shot.py/img2img/Area 12 Weight/value": 1.0, + "customscript/two_shot.py/img2img/Area 12 Weight/minimum": 0.0, + "customscript/two_shot.py/img2img/Area 12 Weight/maximum": 1.0, + "customscript/two_shot.py/img2img/Area 12 Weight/step": 0.01, + "img2img/Final Prompt/visible": true, + "img2img/Final Prompt/value": "", + "customscript/dynamic_prompting.py/txt2img/Dynamic Prompts enabled/visible": true, + "customscript/dynamic_prompting.py/txt2img/Dynamic Prompts enabled/value": true, + "customscript/dynamic_prompting.py/txt2img/Combinatorial generation/visible": true, + "customscript/dynamic_prompting.py/txt2img/Combinatorial generation/value": false, + "customscript/dynamic_prompting.py/txt2img/Max generations (0 = all combinations - the batch count value is ignored)/visible": true, + "customscript/dynamic_prompting.py/txt2img/Max generations (0 = all combinations - the batch count value is ignored)/value": 0, + "customscript/dynamic_prompting.py/txt2img/Max generations (0 = all combinations - the batch count value is ignored)/minimum": 0, + "customscript/dynamic_prompting.py/txt2img/Max generations (0 = all combinations - the batch count value is ignored)/maximum": 1000, + "customscript/dynamic_prompting.py/txt2img/Max generations (0 = all combinations - the batch count value is ignored)/step": 1, + "customscript/dynamic_prompting.py/txt2img/Combinatorial batches/visible": true, + "customscript/dynamic_prompting.py/txt2img/Combinatorial batches/value": 1, + "customscript/dynamic_prompting.py/txt2img/Combinatorial batches/minimum": 1, + "customscript/dynamic_prompting.py/txt2img/Combinatorial batches/maximum": 10, + "customscript/dynamic_prompting.py/txt2img/Combinatorial batches/step": 1, + "customscript/dynamic_prompting.py/txt2img/Magic prompt/visible": true, + "customscript/dynamic_prompting.py/txt2img/Magic prompt/value": false, + "customscript/dynamic_prompting.py/txt2img/Max magic prompt length/visible": true, + "customscript/dynamic_prompting.py/txt2img/Max magic prompt length/value": 100, + "customscript/dynamic_prompting.py/txt2img/Max magic prompt length/minimum": 30, + "customscript/dynamic_prompting.py/txt2img/Max magic prompt length/maximum": 300, + "customscript/dynamic_prompting.py/txt2img/Max magic prompt length/step": 10, + "customscript/dynamic_prompting.py/txt2img/Magic prompt creativity/visible": true, + "customscript/dynamic_prompting.py/txt2img/Magic prompt creativity/value": 0.7, + "customscript/dynamic_prompting.py/txt2img/Magic prompt creativity/minimum": 0.1, + "customscript/dynamic_prompting.py/txt2img/Magic prompt creativity/maximum": 3.0, + "customscript/dynamic_prompting.py/txt2img/Magic prompt creativity/step": 0.1, + "customscript/dynamic_prompting.py/txt2img/Magic prompt model/visible": true, + "customscript/dynamic_prompting.py/txt2img/Magic prompt model/value": "Gustavosta/MagicPrompt-Stable-Diffusion", + "customscript/dynamic_prompting.py/txt2img/Magic prompt blocklist regex/visible": true, + "customscript/dynamic_prompting.py/txt2img/Magic prompt blocklist regex/value": "", + "customscript/dynamic_prompting.py/txt2img/I'm feeling lucky/visible": true, + "customscript/dynamic_prompting.py/txt2img/I'm feeling lucky/value": false, + "customscript/dynamic_prompting.py/txt2img/Attention grabber/visible": true, + "customscript/dynamic_prompting.py/txt2img/Attention grabber/value": false, + "customscript/dynamic_prompting.py/txt2img/Minimum attention/visible": true, + "customscript/dynamic_prompting.py/txt2img/Minimum attention/value": 1.1, + "customscript/dynamic_prompting.py/txt2img/Minimum attention/minimum": -1, + "customscript/dynamic_prompting.py/txt2img/Minimum attention/maximum": 2, + "customscript/dynamic_prompting.py/txt2img/Minimum attention/step": 0.1, + "customscript/dynamic_prompting.py/txt2img/Maximum attention/visible": true, + "customscript/dynamic_prompting.py/txt2img/Maximum attention/value": 1.5, + "customscript/dynamic_prompting.py/txt2img/Maximum attention/minimum": -1, + "customscript/dynamic_prompting.py/txt2img/Maximum attention/maximum": 2, + "customscript/dynamic_prompting.py/txt2img/Maximum attention/step": 0.1, + "customscript/dynamic_prompting.py/txt2img/Don't apply to negative prompts/visible": true, + "customscript/dynamic_prompting.py/txt2img/Don't apply to negative prompts/value": true, + "customscript/dynamic_prompting.py/txt2img/Enable Jinja2 templates/visible": true, + "customscript/dynamic_prompting.py/txt2img/Enable Jinja2 templates/value": false, + "customscript/dynamic_prompting.py/txt2img/Unlink seed from prompt/visible": true, + "customscript/dynamic_prompting.py/txt2img/Unlink seed from prompt/value": false, + "customscript/dynamic_prompting.py/txt2img/Fixed seed/visible": true, + "customscript/dynamic_prompting.py/txt2img/Fixed seed/value": false, + "txt2img/Write raw prompt to image/value": false, + "customscript/dynamic_prompting.py/txt2img/Don't generate images/visible": true, + "customscript/dynamic_prompting.py/txt2img/Don't generate images/value": false, + "txt2img/Write prompts to file/value": false, + "customscript/dynamic_prompting.py/img2img/Dynamic Prompts enabled/visible": true, + "customscript/dynamic_prompting.py/img2img/Dynamic Prompts enabled/value": true, + "customscript/dynamic_prompting.py/img2img/Combinatorial generation/visible": true, + "customscript/dynamic_prompting.py/img2img/Combinatorial generation/value": false, + "customscript/dynamic_prompting.py/img2img/Max generations (0 = all combinations - the batch count value is ignored)/visible": true, + "customscript/dynamic_prompting.py/img2img/Max generations (0 = all combinations - the batch count value is ignored)/value": 0, + "customscript/dynamic_prompting.py/img2img/Max generations (0 = all combinations - the batch count value is ignored)/minimum": 0, + "customscript/dynamic_prompting.py/img2img/Max generations (0 = all combinations - the batch count value is ignored)/maximum": 1000, + "customscript/dynamic_prompting.py/img2img/Max generations (0 = all combinations - the batch count value is ignored)/step": 1, + "customscript/dynamic_prompting.py/img2img/Combinatorial batches/visible": true, + "customscript/dynamic_prompting.py/img2img/Combinatorial batches/value": 1, + "customscript/dynamic_prompting.py/img2img/Combinatorial batches/minimum": 1, + "customscript/dynamic_prompting.py/img2img/Combinatorial batches/maximum": 10, + "customscript/dynamic_prompting.py/img2img/Combinatorial batches/step": 1, + "customscript/dynamic_prompting.py/img2img/Magic prompt/visible": true, + "customscript/dynamic_prompting.py/img2img/Magic prompt/value": false, + "customscript/dynamic_prompting.py/img2img/Max magic prompt length/visible": true, + "customscript/dynamic_prompting.py/img2img/Max magic prompt length/value": 100, + "customscript/dynamic_prompting.py/img2img/Max magic prompt length/minimum": 30, + "customscript/dynamic_prompting.py/img2img/Max magic prompt length/maximum": 300, + "customscript/dynamic_prompting.py/img2img/Max magic prompt length/step": 10, + "customscript/dynamic_prompting.py/img2img/Magic prompt creativity/visible": true, + "customscript/dynamic_prompting.py/img2img/Magic prompt creativity/value": 0.7, + "customscript/dynamic_prompting.py/img2img/Magic prompt creativity/minimum": 0.1, + "customscript/dynamic_prompting.py/img2img/Magic prompt creativity/maximum": 3.0, + "customscript/dynamic_prompting.py/img2img/Magic prompt creativity/step": 0.1, + "customscript/dynamic_prompting.py/img2img/Magic prompt model/visible": true, + "customscript/dynamic_prompting.py/img2img/Magic prompt model/value": "Gustavosta/MagicPrompt-Stable-Diffusion", + "customscript/dynamic_prompting.py/img2img/Magic prompt blocklist regex/visible": true, + "customscript/dynamic_prompting.py/img2img/Magic prompt blocklist regex/value": "", + "customscript/dynamic_prompting.py/img2img/I'm feeling lucky/visible": true, + "customscript/dynamic_prompting.py/img2img/I'm feeling lucky/value": false, + "customscript/dynamic_prompting.py/img2img/Attention grabber/visible": true, + "customscript/dynamic_prompting.py/img2img/Attention grabber/value": false, + "customscript/dynamic_prompting.py/img2img/Minimum attention/visible": true, + "customscript/dynamic_prompting.py/img2img/Minimum attention/value": 1.1, + "customscript/dynamic_prompting.py/img2img/Minimum attention/minimum": -1, + "customscript/dynamic_prompting.py/img2img/Minimum attention/maximum": 2, + "customscript/dynamic_prompting.py/img2img/Minimum attention/step": 0.1, + "customscript/dynamic_prompting.py/img2img/Maximum attention/visible": true, + "customscript/dynamic_prompting.py/img2img/Maximum attention/value": 1.5, + "customscript/dynamic_prompting.py/img2img/Maximum attention/minimum": -1, + "customscript/dynamic_prompting.py/img2img/Maximum attention/maximum": 2, + "customscript/dynamic_prompting.py/img2img/Maximum attention/step": 0.1, + "customscript/dynamic_prompting.py/img2img/Don't apply to negative prompts/visible": true, + "customscript/dynamic_prompting.py/img2img/Don't apply to negative prompts/value": true, + "customscript/dynamic_prompting.py/img2img/Enable Jinja2 templates/visible": true, + "customscript/dynamic_prompting.py/img2img/Enable Jinja2 templates/value": false, + "customscript/dynamic_prompting.py/img2img/Unlink seed from prompt/visible": true, + "customscript/dynamic_prompting.py/img2img/Unlink seed from prompt/value": false, + "customscript/dynamic_prompting.py/img2img/Fixed seed/visible": true, + "customscript/dynamic_prompting.py/img2img/Fixed seed/value": false, + "img2img/Write raw prompt to image/value": false, + "customscript/dynamic_prompting.py/img2img/Don't generate images/visible": true, + "customscript/dynamic_prompting.py/img2img/Don't generate images/value": false, + "img2img/Write prompts to file/value": false, + "txt2img/Enable/visible": true, + "txt2img/Enable/value": false, + "txt2img/Invert Input Color/visible": true, + "txt2img/Invert Input Color/value": false, + "txt2img/RGB to BGR/visible": true, + "txt2img/RGB to BGR/value": false, + "txt2img/Low VRAM/visible": true, + "txt2img/Low VRAM/value": false, + "txt2img/Guess Mode/visible": true, + "txt2img/Guess Mode/value": false, + "txt2img/Preprocessor/visible": true, + "txt2img/Preprocessor/value": "none", + "txt2img/Model/visible": true, + "txt2img/Model/value": "None", + "txt2img/Weight/visible": true, + "txt2img/Weight/value": 1.0, + "txt2img/Weight/minimum": 0.0, + "txt2img/Weight/maximum": 2.0, + "txt2img/Weight/step": 0.05, + "txt2img/Guidance Start (T)/visible": true, + "txt2img/Guidance Start (T)/value": 0.0, + "txt2img/Guidance Start (T)/minimum": 0.0, + "txt2img/Guidance Start (T)/maximum": 1.0, + "txt2img/Guidance Start (T)/step": 0.01, + "txt2img/Guidance End (T)/visible": true, + "txt2img/Guidance End (T)/value": 1.0, + "txt2img/Guidance End (T)/minimum": 0.0, + "txt2img/Guidance End (T)/maximum": 1.0, + "txt2img/Guidance End (T)/step": 0.01, + "txt2img/Annotator resolution/visible": true, + "txt2img/Annotator resolution/value": 64, + "txt2img/Annotator resolution/minimum": 64, + "txt2img/Annotator resolution/maximum": 2048, + "txt2img/Annotator resolution/step": 10, + "txt2img/Threshold A/visible": true, + "txt2img/Threshold A/value": 64, + "txt2img/Threshold A/minimum": 64, + "txt2img/Threshold A/maximum": 1024, + "txt2img/Threshold A/step": 1, + "txt2img/Threshold B/visible": true, + "txt2img/Threshold B/value": 64, + "txt2img/Threshold B/minimum": 64, + "txt2img/Threshold B/maximum": 1024, + "txt2img/Threshold B/step": 1, + "txt2img/Resize Mode/visible": true, + "txt2img/Resize Mode/value": "Crop and Resize", + "customscript/image_filters.py/txt2img/Enable/visible": true, + "customscript/image_filters.py/txt2img/Enable/value": false, + "customscript/image_filters.py/txt2img/Effects/visible": true, + "customscript/image_filters.py/txt2img/Effects/value": null, + "customscript/image_filters.py/txt2img/Filters/visible": true, + "customscript/image_filters.py/txt2img/Filters/value": null, + "customscript/image_filters.py/txt2img/Operations/visible": true, + "customscript/image_filters.py/txt2img/Operations/value": null, + "customscript/image_filters.py/txt2img/Auto Contrast Low/visible": true, + "customscript/image_filters.py/txt2img/Auto Contrast Low/value": 0, + "customscript/image_filters.py/txt2img/Auto Contrast Low/minimum": 0, + "customscript/image_filters.py/txt2img/Auto Contrast Low/maximum": 50, + "customscript/image_filters.py/txt2img/Auto Contrast Low/step": 1, + "customscript/image_filters.py/txt2img/Auto Contrast High/visible": true, + "customscript/image_filters.py/txt2img/Auto Contrast High/value": 0, + "customscript/image_filters.py/txt2img/Auto Contrast High/minimum": 0, + "customscript/image_filters.py/txt2img/Auto Contrast High/maximum": 50, + "customscript/image_filters.py/txt2img/Auto Contrast High/step": 1, + "customscript/image_filters.py/txt2img/Box Blur/visible": true, + "customscript/image_filters.py/txt2img/Box Blur/value": 0, + "customscript/image_filters.py/txt2img/Box Blur/minimum": 0, + "customscript/image_filters.py/txt2img/Box Blur/maximum": 10, + "customscript/image_filters.py/txt2img/Box Blur/step": 1, + "customscript/image_filters.py/txt2img/Gaussian Blur/visible": true, + "customscript/image_filters.py/txt2img/Gaussian Blur/value": 0, + "customscript/image_filters.py/txt2img/Gaussian Blur/minimum": 0, + "customscript/image_filters.py/txt2img/Gaussian Blur/maximum": 10, + "customscript/image_filters.py/txt2img/Gaussian Blur/step": 1, + "customscript/image_filters.py/txt2img/Min Filter/visible": true, + "customscript/image_filters.py/txt2img/Min Filter/value": 0, + "customscript/image_filters.py/txt2img/Min Filter/minimum": 0, + "customscript/image_filters.py/txt2img/Min Filter/maximum": 10, + "customscript/image_filters.py/txt2img/Min Filter/step": 1, + "customscript/image_filters.py/txt2img/Median Filter/visible": true, + "customscript/image_filters.py/txt2img/Median Filter/value": 0, + "customscript/image_filters.py/txt2img/Median Filter/minimum": 0, + "customscript/image_filters.py/txt2img/Median Filter/maximum": 10, + "customscript/image_filters.py/txt2img/Median Filter/step": 1, + "customscript/image_filters.py/txt2img/Max Filter/visible": true, + "customscript/image_filters.py/txt2img/Max Filter/value": 0, + "customscript/image_filters.py/txt2img/Max Filter/minimum": 0, + "customscript/image_filters.py/txt2img/Max Filter/maximum": 10, + "customscript/image_filters.py/txt2img/Max Filter/step": 1, + "customscript/image_filters.py/txt2img/Mode Filter/visible": true, + "customscript/image_filters.py/txt2img/Mode Filter/value": 0, + "customscript/image_filters.py/txt2img/Mode Filter/minimum": 0, + "customscript/image_filters.py/txt2img/Mode Filter/maximum": 10, + "customscript/image_filters.py/txt2img/Mode Filter/step": 1, + "customscript/image_filters.py/txt2img/Brightness/visible": true, + "customscript/image_filters.py/txt2img/Brightness/value": 0, + "customscript/image_filters.py/txt2img/Brightness/minimum": -10, + "customscript/image_filters.py/txt2img/Brightness/maximum": 10, + "customscript/image_filters.py/txt2img/Brightness/step": 1, + "customscript/image_filters.py/txt2img/Color/visible": true, + "customscript/image_filters.py/txt2img/Color/value": 0, + "customscript/image_filters.py/txt2img/Color/minimum": -10, + "customscript/image_filters.py/txt2img/Color/maximum": 10, + "customscript/image_filters.py/txt2img/Color/step": 1, + "customscript/image_filters.py/txt2img/Contrast/visible": true, + "customscript/image_filters.py/txt2img/Contrast/value": 0, + "customscript/image_filters.py/txt2img/Contrast/minimum": -10, + "customscript/image_filters.py/txt2img/Contrast/maximum": 10, + "customscript/image_filters.py/txt2img/Contrast/step": 1, + "customscript/image_filters.py/txt2img/Sharpness/visible": true, + "customscript/image_filters.py/txt2img/Sharpness/value": 0, + "customscript/image_filters.py/txt2img/Sharpness/minimum": -10, + "customscript/image_filters.py/txt2img/Sharpness/maximum": 10, + "customscript/image_filters.py/txt2img/Sharpness/step": 1, + "img2img/Enable/visible": true, + "img2img/Enable/value": false, + "img2img/Invert Input Color/visible": true, + "img2img/Invert Input Color/value": false, + "img2img/RGB to BGR/visible": true, + "img2img/RGB to BGR/value": false, + "img2img/Low VRAM/visible": true, + "img2img/Low VRAM/value": false, + "img2img/Guess Mode/visible": true, + "img2img/Guess Mode/value": false, + "img2img/Preprocessor/visible": true, + "img2img/Preprocessor/value": "none", + "img2img/Model/visible": true, + "img2img/Model/value": "None", + "img2img/Weight/visible": true, + "img2img/Weight/value": 1.0, + "img2img/Weight/minimum": 0.0, + "img2img/Weight/maximum": 2.0, + "img2img/Weight/step": 0.05, + "img2img/Guidance Start (T)/visible": true, + "img2img/Guidance Start (T)/value": 0.0, + "img2img/Guidance Start (T)/minimum": 0.0, + "img2img/Guidance Start (T)/maximum": 1.0, + "img2img/Guidance Start (T)/step": 0.01, + "img2img/Guidance End (T)/visible": true, + "img2img/Guidance End (T)/value": 1.0, + "img2img/Guidance End (T)/minimum": 0.0, + "img2img/Guidance End (T)/maximum": 1.0, + "img2img/Guidance End (T)/step": 0.01, + "img2img/Annotator resolution/visible": true, + "img2img/Annotator resolution/value": 64, + "img2img/Annotator resolution/minimum": 64, + "img2img/Annotator resolution/maximum": 2048, + "img2img/Annotator resolution/step": 10, + "img2img/Threshold A/visible": true, + "img2img/Threshold A/value": 64, + "img2img/Threshold A/minimum": 64, + "img2img/Threshold A/maximum": 1024, + "img2img/Threshold A/step": 1, + "img2img/Threshold B/visible": true, + "img2img/Threshold B/value": 64, + "img2img/Threshold B/minimum": 64, + "img2img/Threshold B/maximum": 1024, + "img2img/Threshold B/step": 1, + "img2img/Resize Mode/visible": true, + "img2img/Resize Mode/value": "Crop and Resize", + "customscript/image_filters.py/img2img/Enable/visible": true, + "customscript/image_filters.py/img2img/Enable/value": false, + "customscript/image_filters.py/img2img/Effects/visible": true, + "customscript/image_filters.py/img2img/Effects/value": null, + "customscript/image_filters.py/img2img/Filters/visible": true, + "customscript/image_filters.py/img2img/Filters/value": null, + "customscript/image_filters.py/img2img/Operations/visible": true, + "customscript/image_filters.py/img2img/Operations/value": null, + "customscript/image_filters.py/img2img/Auto Contrast Low/visible": true, + "customscript/image_filters.py/img2img/Auto Contrast Low/value": 0, + "customscript/image_filters.py/img2img/Auto Contrast Low/minimum": 0, + "customscript/image_filters.py/img2img/Auto Contrast Low/maximum": 50, + "customscript/image_filters.py/img2img/Auto Contrast Low/step": 1, + "customscript/image_filters.py/img2img/Auto Contrast High/visible": true, + "customscript/image_filters.py/img2img/Auto Contrast High/value": 0, + "customscript/image_filters.py/img2img/Auto Contrast High/minimum": 0, + "customscript/image_filters.py/img2img/Auto Contrast High/maximum": 50, + "customscript/image_filters.py/img2img/Auto Contrast High/step": 1, + "customscript/image_filters.py/img2img/Box Blur/visible": true, + "customscript/image_filters.py/img2img/Box Blur/value": 0, + "customscript/image_filters.py/img2img/Box Blur/minimum": 0, + "customscript/image_filters.py/img2img/Box Blur/maximum": 10, + "customscript/image_filters.py/img2img/Box Blur/step": 1, + "customscript/image_filters.py/img2img/Gaussian Blur/visible": true, + "customscript/image_filters.py/img2img/Gaussian Blur/value": 0, + "customscript/image_filters.py/img2img/Gaussian Blur/minimum": 0, + "customscript/image_filters.py/img2img/Gaussian Blur/maximum": 10, + "customscript/image_filters.py/img2img/Gaussian Blur/step": 1, + "customscript/image_filters.py/img2img/Min Filter/visible": true, + "customscript/image_filters.py/img2img/Min Filter/value": 0, + "customscript/image_filters.py/img2img/Min Filter/minimum": 0, + "customscript/image_filters.py/img2img/Min Filter/maximum": 10, + "customscript/image_filters.py/img2img/Min Filter/step": 1, + "customscript/image_filters.py/img2img/Median Filter/visible": true, + "customscript/image_filters.py/img2img/Median Filter/value": 0, + "customscript/image_filters.py/img2img/Median Filter/minimum": 0, + "customscript/image_filters.py/img2img/Median Filter/maximum": 10, + "customscript/image_filters.py/img2img/Median Filter/step": 1, + "customscript/image_filters.py/img2img/Max Filter/visible": true, + "customscript/image_filters.py/img2img/Max Filter/value": 0, + "customscript/image_filters.py/img2img/Max Filter/minimum": 0, + "customscript/image_filters.py/img2img/Max Filter/maximum": 10, + "customscript/image_filters.py/img2img/Max Filter/step": 1, + "customscript/image_filters.py/img2img/Mode Filter/visible": true, + "customscript/image_filters.py/img2img/Mode Filter/value": 0, + "customscript/image_filters.py/img2img/Mode Filter/minimum": 0, + "customscript/image_filters.py/img2img/Mode Filter/maximum": 10, + "customscript/image_filters.py/img2img/Mode Filter/step": 1, + "customscript/image_filters.py/img2img/Brightness/visible": true, + "customscript/image_filters.py/img2img/Brightness/value": 0, + "customscript/image_filters.py/img2img/Brightness/minimum": -10, + "customscript/image_filters.py/img2img/Brightness/maximum": 10, + "customscript/image_filters.py/img2img/Brightness/step": 1, + "customscript/image_filters.py/img2img/Color/visible": true, + "customscript/image_filters.py/img2img/Color/value": 0, + "customscript/image_filters.py/img2img/Color/minimum": -10, + "customscript/image_filters.py/img2img/Color/maximum": 10, + "customscript/image_filters.py/img2img/Color/step": 1, + "customscript/image_filters.py/img2img/Contrast/visible": true, + "customscript/image_filters.py/img2img/Contrast/value": 0, + "customscript/image_filters.py/img2img/Contrast/minimum": -10, + "customscript/image_filters.py/img2img/Contrast/maximum": 10, + "customscript/image_filters.py/img2img/Contrast/step": 1, + "customscript/image_filters.py/img2img/Sharpness/visible": true, + "customscript/image_filters.py/img2img/Sharpness/value": 0, + "customscript/image_filters.py/img2img/Sharpness/minimum": -10, + "customscript/image_filters.py/img2img/Sharpness/maximum": 10, + "customscript/image_filters.py/img2img/Sharpness/step": 1, + "customscript/image_filters.py/extras/Enable/visible": true, + "customscript/image_filters.py/extras/Enable/value": false, + "customscript/image_filters.py/extras/Effects/visible": true, + "customscript/image_filters.py/extras/Effects/value": null, + "customscript/image_filters.py/extras/Filters/visible": true, + "customscript/image_filters.py/extras/Filters/value": null, + "customscript/image_filters.py/extras/Operations/visible": true, + "customscript/image_filters.py/extras/Operations/value": null, + "customscript/image_filters.py/extras/Auto Contrast Low/visible": true, + "customscript/image_filters.py/extras/Auto Contrast Low/value": 0, + "customscript/image_filters.py/extras/Auto Contrast Low/minimum": 0, + "customscript/image_filters.py/extras/Auto Contrast Low/maximum": 50, + "customscript/image_filters.py/extras/Auto Contrast Low/step": 1, + "customscript/image_filters.py/extras/Auto Contrast High/visible": true, + "customscript/image_filters.py/extras/Auto Contrast High/value": 0, + "customscript/image_filters.py/extras/Auto Contrast High/minimum": 0, + "customscript/image_filters.py/extras/Auto Contrast High/maximum": 50, + "customscript/image_filters.py/extras/Auto Contrast High/step": 1, + "customscript/image_filters.py/extras/Box Blur/visible": true, + "customscript/image_filters.py/extras/Box Blur/value": 0, + "customscript/image_filters.py/extras/Box Blur/minimum": 0, + "customscript/image_filters.py/extras/Box Blur/maximum": 10, + "customscript/image_filters.py/extras/Box Blur/step": 1, + "customscript/image_filters.py/extras/Gaussian Blur/visible": true, + "customscript/image_filters.py/extras/Gaussian Blur/value": 0, + "customscript/image_filters.py/extras/Gaussian Blur/minimum": 0, + "customscript/image_filters.py/extras/Gaussian Blur/maximum": 10, + "customscript/image_filters.py/extras/Gaussian Blur/step": 1, + "customscript/image_filters.py/extras/Min Filter/visible": true, + "customscript/image_filters.py/extras/Min Filter/value": 0, + "customscript/image_filters.py/extras/Min Filter/minimum": 0, + "customscript/image_filters.py/extras/Min Filter/maximum": 10, + "customscript/image_filters.py/extras/Min Filter/step": 1, + "customscript/image_filters.py/extras/Median Filter/visible": true, + "customscript/image_filters.py/extras/Median Filter/value": 0, + "customscript/image_filters.py/extras/Median Filter/minimum": 0, + "customscript/image_filters.py/extras/Median Filter/maximum": 10, + "customscript/image_filters.py/extras/Median Filter/step": 1, + "customscript/image_filters.py/extras/Max Filter/visible": true, + "customscript/image_filters.py/extras/Max Filter/value": 0, + "customscript/image_filters.py/extras/Max Filter/minimum": 0, + "customscript/image_filters.py/extras/Max Filter/maximum": 10, + "customscript/image_filters.py/extras/Max Filter/step": 1, + "customscript/image_filters.py/extras/Mode Filter/visible": true, + "customscript/image_filters.py/extras/Mode Filter/value": 0, + "customscript/image_filters.py/extras/Mode Filter/minimum": 0, + "customscript/image_filters.py/extras/Mode Filter/maximum": 10, + "customscript/image_filters.py/extras/Mode Filter/step": 1, + "customscript/image_filters.py/extras/Brightness/visible": true, + "customscript/image_filters.py/extras/Brightness/value": 0, + "customscript/image_filters.py/extras/Brightness/minimum": -10, + "customscript/image_filters.py/extras/Brightness/maximum": 10, + "customscript/image_filters.py/extras/Brightness/step": 1, + "customscript/image_filters.py/extras/Color/visible": true, + "customscript/image_filters.py/extras/Color/value": 0, + "customscript/image_filters.py/extras/Color/minimum": -10, + "customscript/image_filters.py/extras/Color/maximum": 10, + "customscript/image_filters.py/extras/Color/step": 1, + "customscript/image_filters.py/extras/Contrast/visible": true, + "customscript/image_filters.py/extras/Contrast/value": 0, + "customscript/image_filters.py/extras/Contrast/minimum": -10, + "customscript/image_filters.py/extras/Contrast/maximum": 10, + "customscript/image_filters.py/extras/Contrast/step": 1, + "customscript/image_filters.py/extras/Sharpness/visible": true, + "customscript/image_filters.py/extras/Sharpness/value": 0, + "customscript/image_filters.py/extras/Sharpness/minimum": -10, + "customscript/image_filters.py/extras/Sharpness/maximum": 10, + "customscript/image_filters.py/extras/Sharpness/step": 1, + "customscript/movie2movie.py/txt2img/Save preprocessed/visible": true, + "customscript/movie2movie.py/txt2img/Save preprocessed/value": false, + "customscript/movie2movie.py/img2img/Save preprocessed/visible": true, + "customscript/movie2movie.py/img2img/Save preprocessed/value": false, + "customscript/sd-troll.py/txt2img/Enable/visible": true, + "customscript/sd-troll.py/txt2img/Enable/value": true, + "customscript/sd-troll.py/extras/Enable/visible": true, + "customscript/sd-troll.py/extras/Enable/value": true, + "customscript/sd-troll.py/img2img/Enable/visible": true, + "customscript/sd-troll.py/img2img/Enable/value": true, + "customscript/sd-troll.py/img2img/Enable2/visible": true, + "customscript/sd-troll.py/img2img/Enable2/value": false, + "customscript/tilediffusion.py/txt2img/Enable/visible": true, + "customscript/tilediffusion.py/txt2img/Enable/value": false, + "customscript/tilediffusion.py/txt2img/Overwrite image size/visible": true, + "customscript/tilediffusion.py/txt2img/Overwrite image size/value": false, + "customscript/tilediffusion.py/txt2img/Keep input image size/value": true, + "customscript/tilediffusion.py/txt2img/Image width/visible": true, + "customscript/tilediffusion.py/txt2img/Image width/value": 1024, + "customscript/tilediffusion.py/txt2img/Image width/minimum": 256, + "customscript/tilediffusion.py/txt2img/Image width/maximum": 16384, + "customscript/tilediffusion.py/txt2img/Image width/step": 16, + "customscript/tilediffusion.py/txt2img/Image height/visible": true, + "customscript/tilediffusion.py/txt2img/Image height/value": 1024, + "customscript/tilediffusion.py/txt2img/Image height/minimum": 256, + "customscript/tilediffusion.py/txt2img/Image height/maximum": 16384, + "customscript/tilediffusion.py/txt2img/Image height/step": 16, + "customscript/tilediffusion.py/txt2img/Method/visible": true, + "customscript/tilediffusion.py/txt2img/Method/value": "MultiDiffusion", + "customscript/tilediffusion.py/txt2img/Move ControlNet images to CPU (if applicable)/visible": true, + "customscript/tilediffusion.py/txt2img/Move ControlNet images to CPU (if applicable)/value": false, + "customscript/tilediffusion.py/txt2img/Latent tile width/visible": true, + "customscript/tilediffusion.py/txt2img/Latent tile width/value": 96, + "customscript/tilediffusion.py/txt2img/Latent tile width/minimum": 16, + "customscript/tilediffusion.py/txt2img/Latent tile width/maximum": 256, + "customscript/tilediffusion.py/txt2img/Latent tile width/step": 16, + "customscript/tilediffusion.py/txt2img/Latent tile height/visible": true, + "customscript/tilediffusion.py/txt2img/Latent tile height/value": 96, + "customscript/tilediffusion.py/txt2img/Latent tile height/minimum": 16, + "customscript/tilediffusion.py/txt2img/Latent tile height/maximum": 256, + "customscript/tilediffusion.py/txt2img/Latent tile height/step": 16, + "customscript/tilediffusion.py/txt2img/Latent tile overlap/visible": true, + "customscript/tilediffusion.py/txt2img/Latent tile overlap/value": 48, + "customscript/tilediffusion.py/txt2img/Latent tile overlap/minimum": 0, + "customscript/tilediffusion.py/txt2img/Latent tile overlap/maximum": 256, + "customscript/tilediffusion.py/txt2img/Latent tile overlap/step": 4, + "customscript/tilediffusion.py/txt2img/Latent tile batch size/visible": true, + "customscript/tilediffusion.py/txt2img/Latent tile batch size/value": 1, + "customscript/tilediffusion.py/txt2img/Latent tile batch size/minimum": 1, + "customscript/tilediffusion.py/txt2img/Latent tile batch size/maximum": 8, + "customscript/tilediffusion.py/txt2img/Latent tile batch size/step": 1, + "customscript/tilediffusion.py/txt2img/Upscaler/visible": true, + "customscript/tilediffusion.py/txt2img/Upscaler/value": "None", + "customscript/tilediffusion.py/txt2img/Scale Factor/visible": true, + "customscript/tilediffusion.py/txt2img/Scale Factor/value": 2.0, + "customscript/tilediffusion.py/txt2img/Scale Factor/minimum": 1.0, + "customscript/tilediffusion.py/txt2img/Scale Factor/maximum": 8.0, + "customscript/tilediffusion.py/txt2img/Scale Factor/step": 0.05, + "customscript/tilediffusion.py/txt2img/Enable Noise Inversion/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Noise Inversion/value": false, + "customscript/tilediffusion.py/txt2img/Inversion steps/visible": true, + "customscript/tilediffusion.py/txt2img/Inversion steps/value": 10, + "customscript/tilediffusion.py/txt2img/Inversion steps/minimum": 1, + "customscript/tilediffusion.py/txt2img/Inversion steps/maximum": 100, + "customscript/tilediffusion.py/txt2img/Inversion steps/step": 1, + "customscript/tilediffusion.py/txt2img/Retouch/visible": true, + "customscript/tilediffusion.py/txt2img/Retouch/value": 1, + "customscript/tilediffusion.py/txt2img/Retouch/minimum": 1, + "customscript/tilediffusion.py/txt2img/Retouch/maximum": 100, + "customscript/tilediffusion.py/txt2img/Retouch/step": 0.1, + "customscript/tilediffusion.py/txt2img/Renoise strength/visible": true, + "customscript/tilediffusion.py/txt2img/Renoise strength/value": 1, + "customscript/tilediffusion.py/txt2img/Renoise strength/minimum": 0, + "customscript/tilediffusion.py/txt2img/Renoise strength/maximum": 2, + "customscript/tilediffusion.py/txt2img/Renoise strength/step": 0.01, + "customscript/tilediffusion.py/txt2img/Renoise kernel size/visible": true, + "customscript/tilediffusion.py/txt2img/Renoise kernel size/value": 64, + "customscript/tilediffusion.py/txt2img/Renoise kernel size/minimum": 2, + "customscript/tilediffusion.py/txt2img/Renoise kernel size/maximum": 512, + "customscript/tilediffusion.py/txt2img/Renoise kernel size/step": 1, + "customscript/tilediffusion.py/txt2img/Enable Control/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Control/value": false, + "customscript/tilediffusion.py/txt2img/Draw full canvas background/visible": true, + "customscript/tilediffusion.py/txt2img/Draw full canvas background/value": false, + "customscript/tilediffusion.py/txt2img/Causalize layers/value": false, + "txt2img/Custom Config File/visible": true, + "txt2img/Custom Config File/value": "config.json", + "customscript/tilediffusion.py/txt2img/Enable Region 1/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 1/value": false, + "customscript/tilediffusion.py/txt2img/Type/visible": true, + "customscript/tilediffusion.py/txt2img/Type/value": "Background", + "customscript/tilediffusion.py/txt2img/Feather/value": 0.2, + "customscript/tilediffusion.py/txt2img/Feather/minimum": 0, + "customscript/tilediffusion.py/txt2img/Feather/maximum": 1, + "customscript/tilediffusion.py/txt2img/Feather/step": 0.05, + "customscript/tilediffusion.py/txt2img/x/visible": true, + "customscript/tilediffusion.py/txt2img/x/value": 0.4, + "customscript/tilediffusion.py/txt2img/x/minimum": 0.0, + "customscript/tilediffusion.py/txt2img/x/maximum": 1.0, + "customscript/tilediffusion.py/txt2img/x/step": 0.01, + "customscript/tilediffusion.py/txt2img/y/visible": true, + "customscript/tilediffusion.py/txt2img/y/value": 0.4, + "customscript/tilediffusion.py/txt2img/y/minimum": 0.0, + "customscript/tilediffusion.py/txt2img/y/maximum": 1.0, + "customscript/tilediffusion.py/txt2img/y/step": 0.01, + "customscript/tilediffusion.py/txt2img/w/visible": true, + "customscript/tilediffusion.py/txt2img/w/value": 0.2, + "customscript/tilediffusion.py/txt2img/w/minimum": 0.0, + "customscript/tilediffusion.py/txt2img/w/maximum": 1.0, + "customscript/tilediffusion.py/txt2img/w/step": 0.01, + "customscript/tilediffusion.py/txt2img/h/visible": true, + "customscript/tilediffusion.py/txt2img/h/value": 0.2, + "customscript/tilediffusion.py/txt2img/h/minimum": 0.0, + "customscript/tilediffusion.py/txt2img/h/maximum": 1.0, + "customscript/tilediffusion.py/txt2img/h/step": 0.01, + "customscript/tilediffusion.py/txt2img/Seed/visible": true, + "customscript/tilediffusion.py/txt2img/Seed/value": -1.0, + "customscript/tilediffusion.py/txt2img/Enable Region 2/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 2/value": false, + "customscript/tilediffusion.py/txt2img/Enable Region 3/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 3/value": false, + "customscript/tilediffusion.py/txt2img/Enable Region 4/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 4/value": false, + "customscript/tilediffusion.py/txt2img/Enable Region 5/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 5/value": false, + "customscript/tilediffusion.py/txt2img/Enable Region 6/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 6/value": false, + "customscript/tilediffusion.py/txt2img/Enable Region 7/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 7/value": false, + "customscript/tilediffusion.py/txt2img/Enable Region 8/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Region 8/value": false, + "customscript/tilediffusion.py/img2img/Enable/visible": true, + "customscript/tilediffusion.py/img2img/Enable/value": false, + "customscript/tilediffusion.py/img2img/Overwrite image size/value": false, + "customscript/tilediffusion.py/img2img/Keep input image size/visible": true, + "customscript/tilediffusion.py/img2img/Keep input image size/value": true, + "customscript/tilediffusion.py/img2img/Image width/visible": true, + "customscript/tilediffusion.py/img2img/Image width/value": 1024, + "customscript/tilediffusion.py/img2img/Image width/minimum": 256, + "customscript/tilediffusion.py/img2img/Image width/maximum": 16384, + "customscript/tilediffusion.py/img2img/Image width/step": 16, + "customscript/tilediffusion.py/img2img/Image height/visible": true, + "customscript/tilediffusion.py/img2img/Image height/value": 1024, + "customscript/tilediffusion.py/img2img/Image height/minimum": 256, + "customscript/tilediffusion.py/img2img/Image height/maximum": 16384, + "customscript/tilediffusion.py/img2img/Image height/step": 16, + "customscript/tilediffusion.py/img2img/Method/visible": true, + "customscript/tilediffusion.py/img2img/Method/value": "MultiDiffusion", + "customscript/tilediffusion.py/img2img/Move ControlNet images to CPU (if applicable)/visible": true, + "customscript/tilediffusion.py/img2img/Move ControlNet images to CPU (if applicable)/value": false, + "customscript/tilediffusion.py/img2img/Latent tile width/visible": true, + "customscript/tilediffusion.py/img2img/Latent tile width/value": 96, + "customscript/tilediffusion.py/img2img/Latent tile width/minimum": 16, + "customscript/tilediffusion.py/img2img/Latent tile width/maximum": 256, + "customscript/tilediffusion.py/img2img/Latent tile width/step": 16, + "customscript/tilediffusion.py/img2img/Latent tile height/visible": true, + "customscript/tilediffusion.py/img2img/Latent tile height/value": 96, + "customscript/tilediffusion.py/img2img/Latent tile height/minimum": 16, + "customscript/tilediffusion.py/img2img/Latent tile height/maximum": 256, + "customscript/tilediffusion.py/img2img/Latent tile height/step": 16, + "customscript/tilediffusion.py/img2img/Latent tile overlap/visible": true, + "customscript/tilediffusion.py/img2img/Latent tile overlap/value": 48, + "customscript/tilediffusion.py/img2img/Latent tile overlap/minimum": 0, + "customscript/tilediffusion.py/img2img/Latent tile overlap/maximum": 256, + "customscript/tilediffusion.py/img2img/Latent tile overlap/step": 4, + "customscript/tilediffusion.py/img2img/Latent tile batch size/visible": true, + "customscript/tilediffusion.py/img2img/Latent tile batch size/value": 1, + "customscript/tilediffusion.py/img2img/Latent tile batch size/minimum": 1, + "customscript/tilediffusion.py/img2img/Latent tile batch size/maximum": 8, + "customscript/tilediffusion.py/img2img/Latent tile batch size/step": 1, + "customscript/tilediffusion.py/img2img/Upscaler/visible": true, + "customscript/tilediffusion.py/img2img/Upscaler/value": "None", + "customscript/tilediffusion.py/img2img/Scale Factor/visible": true, + "customscript/tilediffusion.py/img2img/Scale Factor/value": 2.0, + "customscript/tilediffusion.py/img2img/Scale Factor/minimum": 1.0, + "customscript/tilediffusion.py/img2img/Scale Factor/maximum": 8.0, + "customscript/tilediffusion.py/img2img/Scale Factor/step": 0.05, + "customscript/tilediffusion.py/img2img/Enable Noise Inversion/visible": true, + "customscript/tilediffusion.py/img2img/Enable Noise Inversion/value": false, + "customscript/tilediffusion.py/img2img/Inversion steps/visible": true, + "customscript/tilediffusion.py/img2img/Inversion steps/value": 10, + "customscript/tilediffusion.py/img2img/Inversion steps/minimum": 1, + "customscript/tilediffusion.py/img2img/Inversion steps/maximum": 100, + "customscript/tilediffusion.py/img2img/Inversion steps/step": 1, + "customscript/tilediffusion.py/img2img/Retouch/visible": true, + "customscript/tilediffusion.py/img2img/Retouch/value": 1, + "customscript/tilediffusion.py/img2img/Retouch/minimum": 1, + "customscript/tilediffusion.py/img2img/Retouch/maximum": 100, + "customscript/tilediffusion.py/img2img/Retouch/step": 0.1, + "customscript/tilediffusion.py/img2img/Renoise strength/visible": true, + "customscript/tilediffusion.py/img2img/Renoise strength/value": 1, + "customscript/tilediffusion.py/img2img/Renoise strength/minimum": 0, + "customscript/tilediffusion.py/img2img/Renoise strength/maximum": 2, + "customscript/tilediffusion.py/img2img/Renoise strength/step": 0.01, + "customscript/tilediffusion.py/img2img/Renoise kernel size/visible": true, + "customscript/tilediffusion.py/img2img/Renoise kernel size/value": 64, + "customscript/tilediffusion.py/img2img/Renoise kernel size/minimum": 2, + "customscript/tilediffusion.py/img2img/Renoise kernel size/maximum": 512, + "customscript/tilediffusion.py/img2img/Renoise kernel size/step": 1, + "customscript/tilediffusion.py/img2img/Enable Control/visible": true, + "customscript/tilediffusion.py/img2img/Enable Control/value": false, + "customscript/tilediffusion.py/img2img/Draw full canvas background/visible": true, + "customscript/tilediffusion.py/img2img/Draw full canvas background/value": false, + "customscript/tilediffusion.py/img2img/Causalize layers/value": false, + "img2img/Custom Config File/visible": true, + "img2img/Custom Config File/value": "config.json", + "customscript/tilediffusion.py/img2img/Enable Region 1/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 1/value": false, + "customscript/tilediffusion.py/img2img/Type/visible": true, + "customscript/tilediffusion.py/img2img/Type/value": "Background", + "customscript/tilediffusion.py/img2img/Feather/value": 0.2, + "customscript/tilediffusion.py/img2img/Feather/minimum": 0, + "customscript/tilediffusion.py/img2img/Feather/maximum": 1, + "customscript/tilediffusion.py/img2img/Feather/step": 0.05, + "customscript/tilediffusion.py/img2img/x/visible": true, + "customscript/tilediffusion.py/img2img/x/value": 0.4, + "customscript/tilediffusion.py/img2img/x/minimum": 0.0, + "customscript/tilediffusion.py/img2img/x/maximum": 1.0, + "customscript/tilediffusion.py/img2img/x/step": 0.01, + "customscript/tilediffusion.py/img2img/y/visible": true, + "customscript/tilediffusion.py/img2img/y/value": 0.4, + "customscript/tilediffusion.py/img2img/y/minimum": 0.0, + "customscript/tilediffusion.py/img2img/y/maximum": 1.0, + "customscript/tilediffusion.py/img2img/y/step": 0.01, + "customscript/tilediffusion.py/img2img/w/visible": true, + "customscript/tilediffusion.py/img2img/w/value": 0.2, + "customscript/tilediffusion.py/img2img/w/minimum": 0.0, + "customscript/tilediffusion.py/img2img/w/maximum": 1.0, + "customscript/tilediffusion.py/img2img/w/step": 0.01, + "customscript/tilediffusion.py/img2img/h/visible": true, + "customscript/tilediffusion.py/img2img/h/value": 0.2, + "customscript/tilediffusion.py/img2img/h/minimum": 0.0, + "customscript/tilediffusion.py/img2img/h/maximum": 1.0, + "customscript/tilediffusion.py/img2img/h/step": 0.01, + "customscript/tilediffusion.py/img2img/Seed/visible": true, + "customscript/tilediffusion.py/img2img/Seed/value": -1.0, + "customscript/tilediffusion.py/img2img/Enable Region 2/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 2/value": false, + "customscript/tilediffusion.py/img2img/Enable Region 3/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 3/value": false, + "customscript/tilediffusion.py/img2img/Enable Region 4/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 4/value": false, + "customscript/tilediffusion.py/img2img/Enable Region 5/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 5/value": false, + "customscript/tilediffusion.py/img2img/Enable Region 6/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 6/value": false, + "customscript/tilediffusion.py/img2img/Enable Region 7/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 7/value": false, + "customscript/tilediffusion.py/img2img/Enable Region 8/visible": true, + "customscript/tilediffusion.py/img2img/Enable Region 8/value": false, + "customscript/rp.py/txt2img/Active/visible": true, + "customscript/rp.py/txt2img/Active/value": false, + "customscript/rp.py/txt2img/Divide mode/visible": true, + "customscript/rp.py/txt2img/Divide mode/value": "Horizontal", + "customscript/rp.py/txt2img/Generation mode/visible": true, + "customscript/rp.py/txt2img/Generation mode/value": "Attention", + "customscript/rp.py/txt2img/Divide Ratio/visible": true, + "customscript/rp.py/txt2img/Divide Ratio/value": "1,1", + "customscript/rp.py/txt2img/Base Ratio/visible": true, + "customscript/rp.py/txt2img/Base Ratio/value": "0.2", + "customscript/rp.py/txt2img/Use base prompt/visible": true, + "customscript/rp.py/txt2img/Use base prompt/value": false, + "customscript/rp.py/txt2img/Use common prompt/visible": true, + "customscript/rp.py/txt2img/Use common prompt/value": false, + "customscript/rp.py/txt2img/Use common negative prompt/visible": true, + "customscript/rp.py/txt2img/Use common negative prompt/value": false, + "customscript/rp.py/txt2img/disable LoRA in negative textencoder/visible": true, + "customscript/rp.py/txt2img/disable LoRA in negative textencoder/value": false, + "customscript/rp.py/txt2img/disable LoRA in negative U-net/visible": true, + "customscript/rp.py/txt2img/disable LoRA in negative U-net/value": false, + "txt2img/template/visible": true, + "txt2img/template/value": "", + "txt2img/Presets/visible": true, + "txt2img/Presets/value": null, + "txt2img/Preset Name/visible": true, + "txt2img/Preset Name/value": "", + "customscript/rp.py/txt2img/disable convert 'AND' to 'BREAK'/visible": true, + "customscript/rp.py/txt2img/disable convert 'AND' to 'BREAK'/value": false, + "customscript/rp.py/txt2img/debug/visible": true, + "customscript/rp.py/txt2img/debug/value": false, + "customscript/rp.py/img2img/Active/visible": true, + "customscript/rp.py/img2img/Active/value": false, + "customscript/rp.py/img2img/Divide mode/visible": true, + "customscript/rp.py/img2img/Divide mode/value": "Horizontal", + "customscript/rp.py/img2img/Generation mode/visible": true, + "customscript/rp.py/img2img/Generation mode/value": "Attention", + "customscript/rp.py/img2img/Divide Ratio/visible": true, + "customscript/rp.py/img2img/Divide Ratio/value": "1,1", + "customscript/rp.py/img2img/Base Ratio/visible": true, + "customscript/rp.py/img2img/Base Ratio/value": "0.2", + "customscript/rp.py/img2img/Use base prompt/visible": true, + "customscript/rp.py/img2img/Use base prompt/value": false, + "customscript/rp.py/img2img/Use common prompt/visible": true, + "customscript/rp.py/img2img/Use common prompt/value": false, + "customscript/rp.py/img2img/Use common negative prompt/visible": true, + "customscript/rp.py/img2img/Use common negative prompt/value": false, + "customscript/rp.py/img2img/disable LoRA in negative textencoder/visible": true, + "customscript/rp.py/img2img/disable LoRA in negative textencoder/value": false, + "customscript/rp.py/img2img/disable LoRA in negative U-net/visible": true, + "customscript/rp.py/img2img/disable LoRA in negative U-net/value": false, + "img2img/template/visible": true, + "img2img/template/value": "", + "img2img/Presets/visible": true, + "img2img/Presets/value": null, + "img2img/Preset Name/visible": true, + "img2img/Preset Name/value": "", + "customscript/rp.py/img2img/disable convert 'AND' to 'BREAK'/visible": true, + "customscript/rp.py/img2img/disable convert 'AND' to 'BREAK'/value": false, + "customscript/rp.py/img2img/debug/visible": true, + "customscript/rp.py/img2img/debug/value": false, + "txt2img/Tabs@txt2img_extra_tabs/selected": null, + "txt2img/Switch dims/visible": true, + "txt2img/Random seed/visible": true, + "txt2img/Reuse seed/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Tiled Diffusion/visible": true, + "customscript/tilediffusion.py/txt2img/Enable Tiled Diffusion/value": false, + "customscript/tilediffusion.py/txt2img/Move ControlNet tensor to CPU (if applicable)/visible": true, + "customscript/tilediffusion.py/txt2img/Move ControlNet tensor to CPU (if applicable)/value": false, + "customscript/vae_optimize.py/txt2img/Enable Tiled VAE/visible": true, + "customscript/vae_optimize.py/txt2img/Enable Tiled VAE/value": false, + "customscript/vae_optimize.py/txt2img/Move VAE to GPU (if possible)/visible": true, + "customscript/vae_optimize.py/txt2img/Move VAE to GPU (if possible)/value": true, + "customscript/vae_optimize.py/txt2img/Fast Encoder Color Fix/visible": true, + "customscript/vae_optimize.py/txt2img/Fast Encoder Color Fix/value": false, + "txt2img/Tabs@txt2img_controlnet_tabs/selected": null, + "txt2img/Input Directory/visible": true, + "txt2img/Input Directory/value": "", + "txt2img/New Canvas Width/visible": true, + "txt2img/New Canvas Width/value": 512, + "txt2img/New Canvas Width/minimum": 256, + "txt2img/New Canvas Width/maximum": 1024, + "txt2img/New Canvas Width/step": 64, + "txt2img/New Canvas Height/visible": true, + "txt2img/New Canvas Height/value": 512, + "txt2img/New Canvas Height/minimum": 256, + "txt2img/New Canvas Height/maximum": 1024, + "txt2img/New Canvas Height/step": 64, + "txt2img/Pixel Perfect/visible": true, + "txt2img/Pixel Perfect/value": false, + "txt2img/Allow Preview/visible": true, + "txt2img/Allow Preview/value": false, + "txt2img/Control Weight/visible": true, + "txt2img/Control Weight/value": 1.0, + "txt2img/Control Weight/minimum": 0.0, + "txt2img/Control Weight/maximum": 2.0, + "txt2img/Control Weight/step": 0.05, + "txt2img/Starting Control Step/visible": true, + "txt2img/Starting Control Step/value": 0.0, + "txt2img/Starting Control Step/minimum": 0.0, + "txt2img/Starting Control Step/maximum": 1.0, + "txt2img/Starting Control Step/step": 0.01, + "txt2img/Ending Control Step/visible": true, + "txt2img/Ending Control Step/value": 1.0, + "txt2img/Ending Control Step/minimum": 0.0, + "txt2img/Ending Control Step/maximum": 1.0, + "txt2img/Ending Control Step/step": 0.01, + "txt2img/Preprocessor resolution/value": 512, + "txt2img/Preprocessor resolution/minimum": 64, + "txt2img/Preprocessor resolution/maximum": 2048, + "txt2img/Preprocessor resolution/step": 10, + "txt2img/Control Mode/visible": true, + "txt2img/Control Mode/value": "Balanced", + "txt2img/[Loopback] Automatically send generated images to this ControlNet unit/visible": true, + "txt2img/[Loopback] Automatically send generated images to this ControlNet unit/value": false, + "customscript/llul.py/txt2img/Add the effective area to output images./visible": true, + "customscript/llul.py/txt2img/Add the effective area to output images./value": true, + "customscript/llul.py/txt2img/Enable mask which scales the weight (black = 0.0, white = 1.0)/visible": true, + "customscript/llul.py/txt2img/Enable mask which scales the weight (black = 0.0, white = 1.0)/value": false, + "customscript/rp.py/txt2img/threshold/visible": true, + "customscript/rp.py/txt2img/threshold/value": "0.4", + "txt2img/Region/visible": true, + "txt2img/Region/value": 1, + "txt2img/Region/minimum": -1, + "txt2img/Region/maximum": 359, + "txt2img/Region/step": 1, + "customscript/rp.py/txt2img/LoRA in negative textencoder/visible": true, + "customscript/rp.py/txt2img/LoRA in negative textencoder/value": "0", + "customscript/rp.py/txt2img/LoRA in negative U-net/visible": true, + "customscript/rp.py/txt2img/LoRA in negative U-net/value": "0", + "img2img/Tabs@img2img_extra_tabs/selected": null, + "img2img/Tabs@mode_img2img/selected": null, + "img2img/Controlnet input directory/visible": true, + "img2img/Controlnet input directory/value": "", + "img2img/Scale/visible": true, + "img2img/Scale/value": 1.0, + "img2img/Scale/minimum": 0.05, + "img2img/Scale/maximum": 4.0, + "img2img/Scale/step": 0.05, + "img2img/Unused/visible": true, + "img2img/Unused/value": 0, + "img2img/Unused/minimum": 0, + "img2img/Unused/maximum": 100, + "img2img/Unused/step": 1, + "img2img/Random seed/visible": true, + "img2img/Reuse seed/visible": true, + "customscript/tilediffusion.py/img2img/Enable Tiled Diffusion/visible": true, + "customscript/tilediffusion.py/img2img/Enable Tiled Diffusion/value": false, + "customscript/tilediffusion.py/img2img/Move ControlNet tensor to CPU (if applicable)/visible": true, + "customscript/tilediffusion.py/img2img/Move ControlNet tensor to CPU (if applicable)/value": false, + "customscript/vae_optimize.py/img2img/Enable Tiled VAE/visible": true, + "customscript/vae_optimize.py/img2img/Enable Tiled VAE/value": false, + "customscript/vae_optimize.py/img2img/Move VAE to GPU (if possible)/visible": true, + "customscript/vae_optimize.py/img2img/Move VAE to GPU (if possible)/value": true, + "customscript/vae_optimize.py/img2img/Fast Encoder Color Fix/visible": true, + "customscript/vae_optimize.py/img2img/Fast Encoder Color Fix/value": false, + "img2img/Tabs@img2img_controlnet_tabs/selected": null, + "img2img/Input Directory/visible": true, + "img2img/Input Directory/value": "", + "img2img/New Canvas Width/visible": true, + "img2img/New Canvas Width/value": 512, + "img2img/New Canvas Width/minimum": 256, + "img2img/New Canvas Width/maximum": 1024, + "img2img/New Canvas Width/step": 64, + "img2img/New Canvas Height/visible": true, + "img2img/New Canvas Height/value": 512, + "img2img/New Canvas Height/minimum": 256, + "img2img/New Canvas Height/maximum": 1024, + "img2img/New Canvas Height/step": 64, + "img2img/Pixel Perfect/visible": true, + "img2img/Pixel Perfect/value": false, + "img2img/Allow Preview/visible": true, + "img2img/Allow Preview/value": false, + "img2img/Control Weight/visible": true, + "img2img/Control Weight/value": 1.0, + "img2img/Control Weight/minimum": 0.0, + "img2img/Control Weight/maximum": 2.0, + "img2img/Control Weight/step": 0.05, + "img2img/Starting Control Step/visible": true, + "img2img/Starting Control Step/value": 0.0, + "img2img/Starting Control Step/minimum": 0.0, + "img2img/Starting Control Step/maximum": 1.0, + "img2img/Starting Control Step/step": 0.01, + "img2img/Ending Control Step/visible": true, + "img2img/Ending Control Step/value": 1.0, + "img2img/Ending Control Step/minimum": 0.0, + "img2img/Ending Control Step/maximum": 1.0, + "img2img/Ending Control Step/step": 0.01, + "img2img/Preprocessor resolution/value": 512, + "img2img/Preprocessor resolution/minimum": 64, + "img2img/Preprocessor resolution/maximum": 2048, + "img2img/Preprocessor resolution/step": 10, + "img2img/Control Mode/visible": true, + "img2img/Control Mode/value": "Balanced", + "img2img/[Loopback] Automatically send generated images to this ControlNet unit/visible": true, + "img2img/[Loopback] Automatically send generated images to this ControlNet unit/value": false, + "customscript/llul.py/img2img/Add the effective area to output images./visible": true, + "customscript/llul.py/img2img/Add the effective area to output images./value": true, + "customscript/llul.py/img2img/Enable mask which scales the weight (black = 0.0, white = 1.0)/visible": true, + "customscript/llul.py/img2img/Enable mask which scales the weight (black = 0.0, white = 1.0)/value": false, + "customscript/rp.py/img2img/threshold/visible": true, + "customscript/rp.py/img2img/threshold/value": "0.4", + "img2img/Region/visible": true, + "img2img/Region/value": 1, + "img2img/Region/minimum": -1, + "img2img/Region/maximum": 359, + "img2img/Region/step": 1, + "customscript/rp.py/img2img/LoRA in negative textencoder/visible": true, + "customscript/rp.py/img2img/LoRA in negative textencoder/value": "0", + "customscript/rp.py/img2img/LoRA in negative U-net/visible": true, + "customscript/rp.py/img2img/LoRA in negative U-net/value": "0", + "customscript/loopback.py/img2img/Final denoising strength/visible": true, + "customscript/loopback.py/img2img/Final denoising strength/value": 0.5, + "customscript/loopback.py/img2img/Final denoising strength/minimum": 0, + "customscript/loopback.py/img2img/Final denoising strength/maximum": 1, + "customscript/loopback.py/img2img/Final denoising strength/step": 0.01, + "customscript/loopback.py/img2img/Denoising strength curve/visible": true, + "customscript/loopback.py/img2img/Denoising strength curve/value": "Linear", + "extras/Tabs@mode_extras/selected": null, + "extras/Tabs@extras_resize_mode/selected": null, + "customscript/postprocessing_upscale.py/extras/Width/minimum": 64, + "customscript/postprocessing_upscale.py/extras/Width/maximum": 2048, + "customscript/postprocessing_upscale.py/extras/Width/step": 8, + "customscript/postprocessing_upscale.py/extras/Height/minimum": 64, + "customscript/postprocessing_upscale.py/extras/Height/maximum": 2048, + "customscript/postprocessing_upscale.py/extras/Height/step": 8, + "modelmerger/Save metadata (.safetensors only)/visible": true, + "modelmerger/Save metadata (.safetensors only)/value": true, + "train/Tabs@train_tabs/selected": null, + "train/Keep original size/visible": true, + "train/Keep original size/value": false, + "webui/Tabs@tabs/selected": null, + "customscript/!adetailer.py/txt2img/Enable ADetailer/visible": true, + "customscript/!adetailer.py/txt2img/Enable ADetailer/value": false, + "txt2img/ADetailer model/visible": true, + "txt2img/ADetailer model/value": "face_yolov8n.pt", + "txt2img/ad_prompt/visible": true, + "txt2img/ad_prompt/value": "", + "txt2img/ad_negative_prompt/visible": true, + "txt2img/ad_negative_prompt/value": "", + "txt2img/Detection model confidence threshold %/visible": true, + "txt2img/Detection model confidence threshold %/value": 30, + "txt2img/Detection model confidence threshold %/minimum": 0, + "txt2img/Detection model confidence threshold %/maximum": 100, + "txt2img/Detection model confidence threshold %/step": 1, + "txt2img/Mask erosion (-) / dilation (+)/visible": true, + "txt2img/Mask erosion (-) / dilation (+)/value": 32, + "txt2img/Mask erosion (-) / dilation (+)/minimum": -128, + "txt2img/Mask erosion (-) / dilation (+)/maximum": 128, + "txt2img/Mask erosion (-) / dilation (+)/step": 4, + "txt2img/Mask x(\u2192) offset/visible": true, + "txt2img/Mask x(\u2192) offset/value": 0, + "txt2img/Mask x(\u2192) offset/minimum": -200, + "txt2img/Mask x(\u2192) offset/maximum": 200, + "txt2img/Mask x(\u2192) offset/step": 1, + "txt2img/Mask y(\u2191) offset/visible": true, + "txt2img/Mask y(\u2191) offset/value": 0, + "txt2img/Mask y(\u2191) offset/minimum": -200, + "txt2img/Mask y(\u2191) offset/maximum": 200, + "txt2img/Mask y(\u2191) offset/step": 1, + "txt2img/Inpaint mask blur/visible": true, + "txt2img/Inpaint mask blur/value": 4, + "txt2img/Inpaint mask blur/minimum": 0, + "txt2img/Inpaint mask blur/maximum": 64, + "txt2img/Inpaint mask blur/step": 1, + "txt2img/Inpaint denoising strength/visible": true, + "txt2img/Inpaint denoising strength/value": 0.4, + "txt2img/Inpaint denoising strength/minimum": 0.0, + "txt2img/Inpaint denoising strength/maximum": 1.0, + "txt2img/Inpaint denoising strength/step": 0.01, + "txt2img/Inpaint at full resolution /visible": true, + "txt2img/Inpaint at full resolution /value": true, + "txt2img/Inpaint at full resolution padding, pixels /visible": true, + "txt2img/Inpaint at full resolution padding, pixels /value": 0, + "txt2img/Inpaint at full resolution padding, pixels /minimum": 0, + "txt2img/Inpaint at full resolution padding, pixels /maximum": 256, + "txt2img/Inpaint at full resolution padding, pixels /step": 4, + "txt2img/Use separate width/height/visible": true, + "txt2img/Use separate width/height/value": false, + "txt2img/inpaint width/visible": true, + "txt2img/inpaint width/value": 512, + "txt2img/inpaint width/minimum": 64, + "txt2img/inpaint width/maximum": 2048, + "txt2img/inpaint width/step": 4, + "txt2img/inpaint height/visible": true, + "txt2img/inpaint height/value": 512, + "txt2img/inpaint height/minimum": 64, + "txt2img/inpaint height/maximum": 2048, + "txt2img/inpaint height/step": 4, + "txt2img/Use separate steps/visible": true, + "txt2img/Use separate steps/value": false, + "txt2img/ADetailer steps/visible": true, + "txt2img/ADetailer steps/value": 28, + "txt2img/ADetailer steps/minimum": 1, + "txt2img/ADetailer steps/maximum": 150, + "txt2img/ADetailer steps/step": 1, + "txt2img/Use separate CFG scale/visible": true, + "txt2img/Use separate CFG scale/value": false, + "txt2img/ADetailer CFG scale/visible": true, + "txt2img/ADetailer CFG scale/value": 7.0, + "txt2img/ADetailer CFG scale/minimum": 0.0, + "txt2img/ADetailer CFG scale/maximum": 30.0, + "txt2img/ADetailer CFG scale/step": 0.5, + "txt2img/ControlNet model/visible": true, + "txt2img/ControlNet model/value": "None", + "txt2img/ControlNet weight/visible": true, + "txt2img/ControlNet weight/value": 1.0, + "txt2img/ControlNet weight/minimum": 0.0, + "txt2img/ControlNet weight/maximum": 1.0, + "txt2img/ControlNet weight/step": 0.05, + "txt2img/ADetailer model 2nd/visible": true, + "txt2img/ADetailer model 2nd/value": "None", + "txt2img/ad_prompt 2nd/visible": true, + "txt2img/ad_prompt 2nd/value": "", + "txt2img/ad_negative_prompt 2nd/visible": true, + "txt2img/ad_negative_prompt 2nd/value": "", + "txt2img/Detection model confidence threshold % 2nd/visible": true, + "txt2img/Detection model confidence threshold % 2nd/value": 30, + "txt2img/Detection model confidence threshold % 2nd/minimum": 0, + "txt2img/Detection model confidence threshold % 2nd/maximum": 100, + "txt2img/Detection model confidence threshold % 2nd/step": 1, + "txt2img/Mask erosion (-) / dilation (+) 2nd/visible": true, + "txt2img/Mask erosion (-) / dilation (+) 2nd/value": 32, + "txt2img/Mask erosion (-) / dilation (+) 2nd/minimum": -128, + "txt2img/Mask erosion (-) / dilation (+) 2nd/maximum": 128, + "txt2img/Mask erosion (-) / dilation (+) 2nd/step": 4, + "txt2img/Mask x(\u2192) offset 2nd/visible": true, + "txt2img/Mask x(\u2192) offset 2nd/value": 0, + "txt2img/Mask x(\u2192) offset 2nd/minimum": -200, + "txt2img/Mask x(\u2192) offset 2nd/maximum": 200, + "txt2img/Mask x(\u2192) offset 2nd/step": 1, + "txt2img/Mask y(\u2191) offset 2nd/visible": true, + "txt2img/Mask y(\u2191) offset 2nd/value": 0, + "txt2img/Mask y(\u2191) offset 2nd/minimum": -200, + "txt2img/Mask y(\u2191) offset 2nd/maximum": 200, + "txt2img/Mask y(\u2191) offset 2nd/step": 1, + "txt2img/Inpaint mask blur 2nd/visible": true, + "txt2img/Inpaint mask blur 2nd/value": 4, + "txt2img/Inpaint mask blur 2nd/minimum": 0, + "txt2img/Inpaint mask blur 2nd/maximum": 64, + "txt2img/Inpaint mask blur 2nd/step": 1, + "txt2img/Inpaint denoising strength 2nd/visible": true, + "txt2img/Inpaint denoising strength 2nd/value": 0.4, + "txt2img/Inpaint denoising strength 2nd/minimum": 0.0, + "txt2img/Inpaint denoising strength 2nd/maximum": 1.0, + "txt2img/Inpaint denoising strength 2nd/step": 0.01, + "txt2img/Inpaint at full resolution 2nd/visible": true, + "txt2img/Inpaint at full resolution 2nd/value": true, + "txt2img/Inpaint at full resolution padding, pixels 2nd/visible": true, + "txt2img/Inpaint at full resolution padding, pixels 2nd/value": 0, + "txt2img/Inpaint at full resolution padding, pixels 2nd/minimum": 0, + "txt2img/Inpaint at full resolution padding, pixels 2nd/maximum": 256, + "txt2img/Inpaint at full resolution padding, pixels 2nd/step": 4, + "txt2img/Use separate width/height 2nd/visible": true, + "txt2img/Use separate width/height 2nd/value": false, + "txt2img/inpaint width 2nd/visible": true, + "txt2img/inpaint width 2nd/value": 512, + "txt2img/inpaint width 2nd/minimum": 64, + "txt2img/inpaint width 2nd/maximum": 2048, + "txt2img/inpaint width 2nd/step": 4, + "txt2img/inpaint height 2nd/visible": true, + "txt2img/inpaint height 2nd/value": 512, + "txt2img/inpaint height 2nd/minimum": 64, + "txt2img/inpaint height 2nd/maximum": 2048, + "txt2img/inpaint height 2nd/step": 4, + "txt2img/Use separate steps 2nd/visible": true, + "txt2img/Use separate steps 2nd/value": false, + "txt2img/ADetailer steps 2nd/visible": true, + "txt2img/ADetailer steps 2nd/value": 28, + "txt2img/ADetailer steps 2nd/minimum": 1, + "txt2img/ADetailer steps 2nd/maximum": 150, + "txt2img/ADetailer steps 2nd/step": 1, + "txt2img/Use separate CFG scale 2nd/visible": true, + "txt2img/Use separate CFG scale 2nd/value": false, + "txt2img/ADetailer CFG scale 2nd/visible": true, + "txt2img/ADetailer CFG scale 2nd/value": 7.0, + "txt2img/ADetailer CFG scale 2nd/minimum": 0.0, + "txt2img/ADetailer CFG scale 2nd/maximum": 30.0, + "txt2img/ADetailer CFG scale 2nd/step": 0.5, + "txt2img/ControlNet model 2nd/visible": true, + "txt2img/ControlNet model 2nd/value": "None", + "txt2img/ControlNet weight 2nd/visible": true, + "txt2img/ControlNet weight 2nd/value": 1.0, + "txt2img/ControlNet weight 2nd/minimum": 0.0, + "txt2img/ControlNet weight 2nd/maximum": 1.0, + "txt2img/ControlNet weight 2nd/step": 0.05, + "customscript/!adetailer.py/img2img/Enable ADetailer/visible": true, + "customscript/!adetailer.py/img2img/Enable ADetailer/value": false, + "img2img/ADetailer model/visible": true, + "img2img/ADetailer model/value": "face_yolov8n.pt", + "img2img/ad_prompt/visible": true, + "img2img/ad_prompt/value": "", + "img2img/ad_negative_prompt/visible": true, + "img2img/ad_negative_prompt/value": "", + "img2img/Detection model confidence threshold %/visible": true, + "img2img/Detection model confidence threshold %/value": 30, + "img2img/Detection model confidence threshold %/minimum": 0, + "img2img/Detection model confidence threshold %/maximum": 100, + "img2img/Detection model confidence threshold %/step": 1, + "img2img/Mask erosion (-) / dilation (+)/visible": true, + "img2img/Mask erosion (-) / dilation (+)/value": 32, + "img2img/Mask erosion (-) / dilation (+)/minimum": -128, + "img2img/Mask erosion (-) / dilation (+)/maximum": 128, + "img2img/Mask erosion (-) / dilation (+)/step": 4, + "img2img/Mask x(\u2192) offset/visible": true, + "img2img/Mask x(\u2192) offset/value": 0, + "img2img/Mask x(\u2192) offset/minimum": -200, + "img2img/Mask x(\u2192) offset/maximum": 200, + "img2img/Mask x(\u2192) offset/step": 1, + "img2img/Mask y(\u2191) offset/visible": true, + "img2img/Mask y(\u2191) offset/value": 0, + "img2img/Mask y(\u2191) offset/minimum": -200, + "img2img/Mask y(\u2191) offset/maximum": 200, + "img2img/Mask y(\u2191) offset/step": 1, + "img2img/Inpaint mask blur/visible": true, + "img2img/Inpaint mask blur/value": 4, + "img2img/Inpaint mask blur/minimum": 0, + "img2img/Inpaint mask blur/maximum": 64, + "img2img/Inpaint mask blur/step": 1, + "img2img/Inpaint denoising strength/visible": true, + "img2img/Inpaint denoising strength/value": 0.4, + "img2img/Inpaint denoising strength/minimum": 0.0, + "img2img/Inpaint denoising strength/maximum": 1.0, + "img2img/Inpaint denoising strength/step": 0.01, + "img2img/Inpaint at full resolution /visible": true, + "img2img/Inpaint at full resolution /value": true, + "img2img/Inpaint at full resolution padding, pixels /visible": true, + "img2img/Inpaint at full resolution padding, pixels /value": 0, + "img2img/Inpaint at full resolution padding, pixels /minimum": 0, + "img2img/Inpaint at full resolution padding, pixels /maximum": 256, + "img2img/Inpaint at full resolution padding, pixels /step": 4, + "img2img/Use separate width/height/visible": true, + "img2img/Use separate width/height/value": false, + "img2img/inpaint width/visible": true, + "img2img/inpaint width/value": 512, + "img2img/inpaint width/minimum": 64, + "img2img/inpaint width/maximum": 2048, + "img2img/inpaint width/step": 4, + "img2img/inpaint height/visible": true, + "img2img/inpaint height/value": 512, + "img2img/inpaint height/minimum": 64, + "img2img/inpaint height/maximum": 2048, + "img2img/inpaint height/step": 4, + "img2img/Use separate steps/visible": true, + "img2img/Use separate steps/value": false, + "img2img/ADetailer steps/visible": true, + "img2img/ADetailer steps/value": 28, + "img2img/ADetailer steps/minimum": 1, + "img2img/ADetailer steps/maximum": 150, + "img2img/ADetailer steps/step": 1, + "img2img/Use separate CFG scale/visible": true, + "img2img/Use separate CFG scale/value": false, + "img2img/ADetailer CFG scale/visible": true, + "img2img/ADetailer CFG scale/value": 7.0, + "img2img/ADetailer CFG scale/minimum": 0.0, + "img2img/ADetailer CFG scale/maximum": 30.0, + "img2img/ADetailer CFG scale/step": 0.5, + "img2img/ControlNet model/visible": true, + "img2img/ControlNet model/value": "None", + "img2img/ControlNet weight/visible": true, + "img2img/ControlNet weight/value": 1.0, + "img2img/ControlNet weight/minimum": 0.0, + "img2img/ControlNet weight/maximum": 1.0, + "img2img/ControlNet weight/step": 0.05, + "img2img/ADetailer model 2nd/visible": true, + "img2img/ADetailer model 2nd/value": "None", + "img2img/ad_prompt 2nd/visible": true, + "img2img/ad_prompt 2nd/value": "", + "img2img/ad_negative_prompt 2nd/visible": true, + "img2img/ad_negative_prompt 2nd/value": "", + "img2img/Detection model confidence threshold % 2nd/visible": true, + "img2img/Detection model confidence threshold % 2nd/value": 30, + "img2img/Detection model confidence threshold % 2nd/minimum": 0, + "img2img/Detection model confidence threshold % 2nd/maximum": 100, + "img2img/Detection model confidence threshold % 2nd/step": 1, + "img2img/Mask erosion (-) / dilation (+) 2nd/visible": true, + "img2img/Mask erosion (-) / dilation (+) 2nd/value": 32, + "img2img/Mask erosion (-) / dilation (+) 2nd/minimum": -128, + "img2img/Mask erosion (-) / dilation (+) 2nd/maximum": 128, + "img2img/Mask erosion (-) / dilation (+) 2nd/step": 4, + "img2img/Mask x(\u2192) offset 2nd/visible": true, + "img2img/Mask x(\u2192) offset 2nd/value": 0, + "img2img/Mask x(\u2192) offset 2nd/minimum": -200, + "img2img/Mask x(\u2192) offset 2nd/maximum": 200, + "img2img/Mask x(\u2192) offset 2nd/step": 1, + "img2img/Mask y(\u2191) offset 2nd/visible": true, + "img2img/Mask y(\u2191) offset 2nd/value": 0, + "img2img/Mask y(\u2191) offset 2nd/minimum": -200, + "img2img/Mask y(\u2191) offset 2nd/maximum": 200, + "img2img/Mask y(\u2191) offset 2nd/step": 1, + "img2img/Inpaint mask blur 2nd/visible": true, + "img2img/Inpaint mask blur 2nd/value": 4, + "img2img/Inpaint mask blur 2nd/minimum": 0, + "img2img/Inpaint mask blur 2nd/maximum": 64, + "img2img/Inpaint mask blur 2nd/step": 1, + "img2img/Inpaint denoising strength 2nd/visible": true, + "img2img/Inpaint denoising strength 2nd/value": 0.4, + "img2img/Inpaint denoising strength 2nd/minimum": 0.0, + "img2img/Inpaint denoising strength 2nd/maximum": 1.0, + "img2img/Inpaint denoising strength 2nd/step": 0.01, + "img2img/Inpaint at full resolution 2nd/visible": true, + "img2img/Inpaint at full resolution 2nd/value": true, + "img2img/Inpaint at full resolution padding, pixels 2nd/visible": true, + "img2img/Inpaint at full resolution padding, pixels 2nd/value": 0, + "img2img/Inpaint at full resolution padding, pixels 2nd/minimum": 0, + "img2img/Inpaint at full resolution padding, pixels 2nd/maximum": 256, + "img2img/Inpaint at full resolution padding, pixels 2nd/step": 4, + "img2img/Use separate width/height 2nd/visible": true, + "img2img/Use separate width/height 2nd/value": false, + "img2img/inpaint width 2nd/visible": true, + "img2img/inpaint width 2nd/value": 512, + "img2img/inpaint width 2nd/minimum": 64, + "img2img/inpaint width 2nd/maximum": 2048, + "img2img/inpaint width 2nd/step": 4, + "img2img/inpaint height 2nd/visible": true, + "img2img/inpaint height 2nd/value": 512, + "img2img/inpaint height 2nd/minimum": 64, + "img2img/inpaint height 2nd/maximum": 2048, + "img2img/inpaint height 2nd/step": 4, + "img2img/Use separate steps 2nd/visible": true, + "img2img/Use separate steps 2nd/value": false, + "img2img/ADetailer steps 2nd/visible": true, + "img2img/ADetailer steps 2nd/value": 28, + "img2img/ADetailer steps 2nd/minimum": 1, + "img2img/ADetailer steps 2nd/maximum": 150, + "img2img/ADetailer steps 2nd/step": 1, + "img2img/Use separate CFG scale 2nd/visible": true, + "img2img/Use separate CFG scale 2nd/value": false, + "img2img/ADetailer CFG scale 2nd/visible": true, + "img2img/ADetailer CFG scale 2nd/value": 7.0, + "img2img/ADetailer CFG scale 2nd/minimum": 0.0, + "img2img/ADetailer CFG scale 2nd/maximum": 30.0, + "img2img/ADetailer CFG scale 2nd/step": 0.5, + "img2img/ControlNet model 2nd/visible": true, + "img2img/ControlNet model 2nd/value": "None", + "img2img/ControlNet weight 2nd/visible": true, + "img2img/ControlNet weight 2nd/value": 1.0, + "img2img/ControlNet weight 2nd/minimum": 0.0, + "img2img/ControlNet weight 2nd/maximum": 1.0, + "img2img/ControlNet weight 2nd/step": 0.05, + "txt2img/Interrupt/visible": true, + "txt2img/Skip/visible": true, + "txt2img/Generate/visible": true, + "txt2img/\u2199\ufe0f/visible": true, + "txt2img/\ud83d\uddd1\ufe0f/visible": true, + "txt2img/\ud83c\udfb4/visible": true, + "txt2img/\ud83d\udccb/visible": true, + "txt2img/\ud83d\udcbe/visible": true, + "txt2img/\ud83d\udd04/visible": true, + "txt2img/Refresh/visible": true, + "txt2img/\ud83c\udfb2\ufe0f/visible": true, + "txt2img/\u267b\ufe0f/visible": true, + "txt2img/Hires sampling method/visible": true, + "txt2img/Hires sampling method/value": "Use same sampler", + "txt2img/Hires prompt/visible": true, + "txt2img/Hires prompt/value": "", + "txt2img/Hires negative prompt/visible": true, + "txt2img/Hires negative prompt/value": "", + "txt2img/Detection model confidence threshold/visible": true, + "txt2img/Detection model confidence threshold/value": 0.3, + "txt2img/Detection model confidence threshold/minimum": 0.0, + "txt2img/Detection model confidence threshold/maximum": 1.0, + "txt2img/Detection model confidence threshold/step": 0.01, + "txt2img/Mask min area ratio/visible": true, + "txt2img/Mask min area ratio/value": 0.0, + "txt2img/Mask min area ratio/minimum": 0.0, + "txt2img/Mask min area ratio/maximum": 1.0, + "txt2img/Mask min area ratio/step": 0.001, + "txt2img/Mask max area ratio/visible": true, + "txt2img/Mask max area ratio/value": 1.0, + "txt2img/Mask max area ratio/minimum": 0.0, + "txt2img/Mask max area ratio/maximum": 1.0, + "txt2img/Mask max area ratio/step": 0.001, + "txt2img/Mask merge mode/visible": true, + "txt2img/Mask merge mode/value": "None", + "txt2img/Inpaint only masked/visible": true, + "txt2img/Inpaint only masked/value": true, + "txt2img/Inpaint only masked padding, pixels/visible": true, + "txt2img/Inpaint only masked padding, pixels/value": 32, + "txt2img/Inpaint only masked padding, pixels/minimum": 0, + "txt2img/Inpaint only masked padding, pixels/maximum": 256, + "txt2img/Inpaint only masked padding, pixels/step": 4, + "txt2img/Restore faces after ADetailer/visible": true, + "txt2img/Restore faces after ADetailer/value": false, + "txt2img/ControlNet guidance start/visible": true, + "txt2img/ControlNet guidance start/value": 0.0, + "txt2img/ControlNet guidance start/minimum": 0.0, + "txt2img/ControlNet guidance start/maximum": 1.0, + "txt2img/ControlNet guidance start/step": 0.01, + "txt2img/ControlNet guidance end/visible": true, + "txt2img/ControlNet guidance end/value": 1.0, + "txt2img/ControlNet guidance end/minimum": 0.0, + "txt2img/ControlNet guidance end/maximum": 1.0, + "txt2img/ControlNet guidance end/step": 0.01, + "txt2img/Detection model confidence threshold 2nd/visible": true, + "txt2img/Detection model confidence threshold 2nd/value": 0.3, + "txt2img/Detection model confidence threshold 2nd/minimum": 0.0, + "txt2img/Detection model confidence threshold 2nd/maximum": 1.0, + "txt2img/Detection model confidence threshold 2nd/step": 0.01, + "txt2img/Mask min area ratio 2nd/visible": true, + "txt2img/Mask min area ratio 2nd/value": 0.0, + "txt2img/Mask min area ratio 2nd/minimum": 0.0, + "txt2img/Mask min area ratio 2nd/maximum": 1.0, + "txt2img/Mask min area ratio 2nd/step": 0.001, + "txt2img/Mask max area ratio 2nd/visible": true, + "txt2img/Mask max area ratio 2nd/value": 1.0, + "txt2img/Mask max area ratio 2nd/minimum": 0.0, + "txt2img/Mask max area ratio 2nd/maximum": 1.0, + "txt2img/Mask max area ratio 2nd/step": 0.001, + "txt2img/Mask merge mode 2nd/visible": true, + "txt2img/Mask merge mode 2nd/value": "None", + "txt2img/Inpaint only masked 2nd/visible": true, + "txt2img/Inpaint only masked 2nd/value": true, + "txt2img/Inpaint only masked padding, pixels 2nd/visible": true, + "txt2img/Inpaint only masked padding, pixels 2nd/value": 32, + "txt2img/Inpaint only masked padding, pixels 2nd/minimum": 0, + "txt2img/Inpaint only masked padding, pixels 2nd/maximum": 256, + "txt2img/Inpaint only masked padding, pixels 2nd/step": 4, + "txt2img/Restore faces after ADetailer 2nd/visible": true, + "txt2img/Restore faces after ADetailer 2nd/value": false, + "txt2img/ControlNet guidance start 2nd/visible": true, + "txt2img/ControlNet guidance start 2nd/value": 0.0, + "txt2img/ControlNet guidance start 2nd/minimum": 0.0, + "txt2img/ControlNet guidance start 2nd/maximum": 1.0, + "txt2img/ControlNet guidance start 2nd/step": 0.01, + "txt2img/ControlNet guidance end 2nd/visible": true, + "txt2img/ControlNet guidance end 2nd/value": 1.0, + "txt2img/ControlNet guidance end 2nd/minimum": 0.0, + "txt2img/ControlNet guidance end 2nd/maximum": 1.0, + "txt2img/ControlNet guidance end 2nd/step": 0.01, + "txt2img/Free GPU/visible": true, + "txt2img/Create txt2img canvas/visible": true, + "txt2img/\ud83d\udcbe Save/visible": true, + "txt2img/\u2699\ufe0f Load/visible": true, + "txt2img/\ud83c\udfb2/visible": true, + "txt2img/\u21bb Reset/visible": true, + "txt2img/Run/visible": true, + "txt2img/\ud83d\udcdd/visible": true, + "customscript/additional_networks.py/txt2img/Refresh models/visible": true, + "txt2img/Create New Canvas/visible": true, + "txt2img/Cancel/visible": true, + "txt2img/Control Type/visible": true, + "txt2img/Control Type/value": "All", + "txt2img/Tabs@RP_mode/selected": null, + "customscript/rp.py/txt2img/Split mode/visible": true, + "customscript/rp.py/txt2img/Split mode/value": "Horizontal", + "txt2img/visualize and make template/visible": true, + "customscript/rp.py/txt2img/Mask mode/visible": true, + "customscript/rp.py/txt2img/Mask mode/value": "Mask", + "txt2img/Draw region + show mask/visible": true, + "txt2img/Create mask area/visible": true, + "customscript/rp.py/txt2img/Prompt mode/visible": true, + "customscript/rp.py/txt2img/Prompt mode/value": "Prompt", + "txt2img/Apply Presets/visible": true, + "txt2img/Save to Presets/visible": true, + "txt2img/Generate Merge Block Weighted Config\u2199\ufe0f/visible": true, + "txt2img/Reset/visible": true, + "txt2img/Visualize/visible": true, + "txt2img/Apply/visible": true, + "txt2img/Swap X/Y axes/visible": true, + "txt2img/Swap Y/Z axes/visible": true, + "txt2img/Swap X/Z axes/visible": true, + "txt2img/\ud83d\udcc2/visible": true, + "txt2img/Save/visible": true, + "txt2img/Zip/visible": true, + "txt2img/Send to img2img/visible": true, + "txt2img/Send to inpaint/visible": true, + "txt2img/Send to extras/visible": true, + "txt2img/\u274c/visible": true, + "img2img/Interrogate\nCLIP/visible": true, + "img2img/Interrogate\nDeepBooru/visible": true, + "img2img/Interrupt/visible": true, + "img2img/Skip/visible": true, + "img2img/Generate/visible": true, + "img2img/\u2199\ufe0f/visible": true, + "img2img/\ud83d\uddd1\ufe0f/visible": true, + "img2img/\ud83c\udfb4/visible": true, + "img2img/\ud83d\udccb/visible": true, + "img2img/\ud83d\udcbe/visible": true, + "img2img/\ud83d\udd04/visible": true, + "img2img/Refresh/visible": true, + "img2img/img2img/visible": true, + "img2img/sketch/visible": true, + "img2img/inpaint/visible": true, + "img2img/inpaint sketch/visible": true, + "img2img/\u21c5/visible": true, + "img2img/\ud83d\udcd0/visible": true, + "img2img/\ud83c\udfb2\ufe0f/visible": true, + "img2img/\u267b\ufe0f/visible": true, + "img2img/Detection model confidence threshold/visible": true, + "img2img/Detection model confidence threshold/value": 0.3, + "img2img/Detection model confidence threshold/minimum": 0.0, + "img2img/Detection model confidence threshold/maximum": 1.0, + "img2img/Detection model confidence threshold/step": 0.01, + "img2img/Mask min area ratio/visible": true, + "img2img/Mask min area ratio/value": 0.0, + "img2img/Mask min area ratio/minimum": 0.0, + "img2img/Mask min area ratio/maximum": 1.0, + "img2img/Mask min area ratio/step": 0.001, + "img2img/Mask max area ratio/visible": true, + "img2img/Mask max area ratio/value": 1.0, + "img2img/Mask max area ratio/minimum": 0.0, + "img2img/Mask max area ratio/maximum": 1.0, + "img2img/Mask max area ratio/step": 0.001, + "img2img/Mask merge mode/visible": true, + "img2img/Mask merge mode/value": "None", + "img2img/Inpaint only masked/visible": true, + "img2img/Inpaint only masked/value": true, + "img2img/Inpaint only masked padding, pixels/visible": true, + "img2img/Inpaint only masked padding, pixels/value": 32, + "img2img/Inpaint only masked padding, pixels/minimum": 0, + "img2img/Inpaint only masked padding, pixels/maximum": 256, + "img2img/Inpaint only masked padding, pixels/step": 4, + "img2img/Restore faces after ADetailer/visible": true, + "img2img/Restore faces after ADetailer/value": false, + "img2img/ControlNet guidance start/visible": true, + "img2img/ControlNet guidance start/value": 0.0, + "img2img/ControlNet guidance start/minimum": 0.0, + "img2img/ControlNet guidance start/maximum": 1.0, + "img2img/ControlNet guidance start/step": 0.01, + "img2img/ControlNet guidance end/visible": true, + "img2img/ControlNet guidance end/value": 1.0, + "img2img/ControlNet guidance end/minimum": 0.0, + "img2img/ControlNet guidance end/maximum": 1.0, + "img2img/ControlNet guidance end/step": 0.01, + "img2img/Detection model confidence threshold 2nd/visible": true, + "img2img/Detection model confidence threshold 2nd/value": 0.3, + "img2img/Detection model confidence threshold 2nd/minimum": 0.0, + "img2img/Detection model confidence threshold 2nd/maximum": 1.0, + "img2img/Detection model confidence threshold 2nd/step": 0.01, + "img2img/Mask min area ratio 2nd/visible": true, + "img2img/Mask min area ratio 2nd/value": 0.0, + "img2img/Mask min area ratio 2nd/minimum": 0.0, + "img2img/Mask min area ratio 2nd/maximum": 1.0, + "img2img/Mask min area ratio 2nd/step": 0.001, + "img2img/Mask max area ratio 2nd/visible": true, + "img2img/Mask max area ratio 2nd/value": 1.0, + "img2img/Mask max area ratio 2nd/minimum": 0.0, + "img2img/Mask max area ratio 2nd/maximum": 1.0, + "img2img/Mask max area ratio 2nd/step": 0.001, + "img2img/Mask merge mode 2nd/visible": true, + "img2img/Mask merge mode 2nd/value": "None", + "img2img/Inpaint only masked 2nd/visible": true, + "img2img/Inpaint only masked 2nd/value": true, + "img2img/Inpaint only masked padding, pixels 2nd/visible": true, + "img2img/Inpaint only masked padding, pixels 2nd/value": 32, + "img2img/Inpaint only masked padding, pixels 2nd/minimum": 0, + "img2img/Inpaint only masked padding, pixels 2nd/maximum": 256, + "img2img/Inpaint only masked padding, pixels 2nd/step": 4, + "img2img/Restore faces after ADetailer 2nd/visible": true, + "img2img/Restore faces after ADetailer 2nd/value": false, + "img2img/ControlNet guidance start 2nd/visible": true, + "img2img/ControlNet guidance start 2nd/value": 0.0, + "img2img/ControlNet guidance start 2nd/minimum": 0.0, + "img2img/ControlNet guidance start 2nd/maximum": 1.0, + "img2img/ControlNet guidance start 2nd/step": 0.01, + "img2img/ControlNet guidance end 2nd/visible": true, + "img2img/ControlNet guidance end 2nd/value": 1.0, + "img2img/ControlNet guidance end 2nd/minimum": 0.0, + "img2img/ControlNet guidance end 2nd/maximum": 1.0, + "img2img/ControlNet guidance end 2nd/step": 0.01, + "img2img/Free GPU/visible": true, + "img2img/From img2img/visible": true, + "img2img/\ud83d\udcbe Save/visible": true, + "img2img/\u2699\ufe0f Load/visible": true, + "img2img/\ud83c\udfb2/visible": true, + "img2img/\u21bb Reset/visible": true, + "img2img/Run/visible": true, + "img2img/\ud83d\udcdd/visible": true, + "customscript/additional_networks.py/img2img/Refresh models/visible": true, + "img2img/Create New Canvas/visible": true, + "img2img/Cancel/visible": true, + "img2img/Control Type/visible": true, + "img2img/Control Type/value": "All", + "img2img/Tabs@RP_mode/selected": null, + "customscript/rp.py/img2img/Split mode/visible": true, + "customscript/rp.py/img2img/Split mode/value": "Horizontal", + "img2img/visualize and make template/visible": true, + "customscript/rp.py/img2img/Mask mode/visible": true, + "customscript/rp.py/img2img/Mask mode/value": "Mask", + "img2img/Draw region + show mask/visible": true, + "img2img/Create mask area/visible": true, + "customscript/rp.py/img2img/Prompt mode/visible": true, + "customscript/rp.py/img2img/Prompt mode/value": "Prompt", + "img2img/Apply Presets/visible": true, + "img2img/Save to Presets/visible": true, + "img2img/Generate Merge Block Weighted Config\u2199\ufe0f/visible": true, + "img2img/Reset/visible": true, + "img2img/Visualize/visible": true, + "img2img/Apply/visible": true, + "img2img/Swap X/Y axes/visible": true, + "img2img/Swap Y/Z axes/visible": true, + "img2img/Swap X/Z axes/visible": true, + "img2img/\ud83d\udcc2/visible": true, + "img2img/Save/visible": true, + "img2img/Zip/visible": true, + "img2img/Send to img2img/visible": true, + "img2img/Send to inpaint/visible": true, + "img2img/Send to extras/visible": true, + "img2img/\u274c/visible": true, + "extras/Generate/visible": true, + "extras/\u21c5/visible": true, + "extras/Reset/visible": true, + "extras/\ud83d\udcc2/visible": true, + "extras/Send to img2img/visible": true, + "extras/Send to inpaint/visible": true, + "extras/Send to extras/visible": true, + "pnginfo/Send to txt2img/visible": true, + "pnginfo/Send to img2img/visible": true, + "pnginfo/Send to inpaint/visible": true, + "pnginfo/Send to extras/visible": true, + "modelmerger/\ud83d\udd04/visible": true, + "modelmerger/Merge/visible": true, + "train/Create embedding/visible": true, + "train/Create hypernetwork/visible": true, + "train/Interrupt/visible": true, + "train/Preprocess/visible": true, + "train/\ud83d\udd04/visible": true, + "train/Train Embedding/visible": true, + "train/Train Hypernetwork/visible": true, + "batchlinks/Stretch UI/visible": true, + "batchlinks/Stretch UI/value": false, + "batchlinks/Hide Help/visible": true, + "batchlinks/Hide Help/value": false, + "batchlinks/Links/visible": true, + "batchlinks/Links/value": "@new #lycoris_real /content/sdf-webui/models/LyCORIS\n## Use tag above (#lycoris_real) to download lycoris files!! Don't use (#lycoris) ##\n## --------- \u26a0\ufe0f \u00a1No elimines las l\u00edneas anteriores! \u00a1Escribe tus enlaces a continuaci\u00f3n! :) \u26a0\ufe0f ---------", + "batchlinks/Log/visible": true, + "batchlinks/Log/value": "", + "batchlinks/Turn On Logging/visible": true, + "batchlinks/Output/visible": true, + "batchlinks/Output/value": "", + "batchlinks/Download method/visible": true, + "batchlinks/Download method/value": "aria2", + "batchlinks/CivitAI Preferred Model Type/visible": true, + "batchlinks/CivitAI Preferred Model Type/value": "safetensors", + "batchlinks/Model Precision/visible": true, + "batchlinks/Model Precision/value": "fp16", + "batchlinks/Also Download VAE/visible": true, + "batchlinks/Also Download VAE/value": true, + "batchlinks/Download All!/visible": true, + "batchlinks/Cancel/visible": true, + "batchlinks/Copy from Pastebin/visible": true, + "fast_pnginfo/Submit/visible": true, + "fast_pnginfo/Parameters/visible": true, + "fast_pnginfo/Parameters/value": "", + "fast_pnginfo/Send to txt2img/visible": true, + "fast_pnginfo/Send to img2img/visible": true, + "fast_pnginfo/Send to inpaint/visible": true, + "fast_pnginfo/Send to extras/visible": true, + "css app/Styles/visible": true, + "css app/Styles/value": null, + "css app/Apply Style/visible": true, + "css app/Background/visible": true, + "css app/Background/value": null, + "css app/Apply (Reload UI)/visible": true, + "css app/Refresh List/visible": true, + "css app/Logos/visible": true, + "css app/Logos/value": null, + "css app/Apply Logo/visible": true, + "css app/Favicon/visible": true, + "css app/Favicon/value": null, + "css app/Apply Favicon (edit webui.py to see)/visible": true, + "css app/Effects (on until refresh)/visible": true, + "css app/Effects (on until refresh)/value": null, + "css app/Activate Selected Script/visible": true, + "css app/Deactivate Selected Script/visible": true, + "css app/Apply changes (Reload UI)/visible": true, + "css app/Remove Stylesheet/visible": true, + "threedopenpose/Tabs@openpose3d_main/selected": null, + "threedopenpose/Send to txt2img/visible": true, + "threedopenpose/Send to img2img/visible": true, + "threedopenpose/Control Model number/visible": true, + "threedopenpose/Control Model number/value": "0", + "threedopenpose/Download/visible": true, + "additional_networks/Model path filter/visible": true, + "additional_networks/Model path filter/value": "", + "additional_networks/Network module/visible": true, + "additional_networks/Network module/value": "LoRA", + "additional_networks/Model/visible": true, + "additional_networks/Model/value": "None", + "additional_networks/\ud83d\udd04/visible": true, + "additional_networks/Model hash/visible": true, + "additional_networks/Model hash/value": "", + "additional_networks/Legacy hash/visible": true, + "additional_networks/Legacy hash/value": "", + "additional_networks/Model path/visible": true, + "additional_networks/Model path/value": "", + "additional_networks/\ud83d\udcc2/visible": true, + "additional_networks/1\ufe0f\u20e3/visible": true, + "additional_networks/2\ufe0f\u20e3/visible": true, + "additional_networks/3\ufe0f\u20e3/visible": true, + "additional_networks/4\ufe0f\u20e3/visible": true, + "additional_networks/5\ufe0f\u20e3/visible": true, + "additional_networks/Containing directory/visible": true, + "additional_networks/Containing directory/value": "", + "additional_networks/Only copy to models with same session ID/visible": true, + "additional_networks/Only copy to models with same session ID/value": true, + "additional_networks/Only copy to models with no metadata/visible": true, + "additional_networks/Only copy to models with no metadata/value": true, + "additional_networks/Copy Metadata/visible": true, + "additional_networks/Name/visible": true, + "additional_networks/Name/value": "", + "additional_networks/Author/visible": true, + "additional_networks/Author/value": "", + "additional_networks/Keywords/visible": true, + "additional_networks/Keywords/value": "", + "additional_networks/Description/visible": true, + "additional_networks/Description/value": "", + "additional_networks/Source/visible": true, + "additional_networks/Source/value": "", + "additional_networks/Rating/visible": true, + "additional_networks/Rating/value": 0, + "additional_networks/Rating/minimum": 0, + "additional_networks/Rating/maximum": 10, + "additional_networks/Rating/step": 1, + "additional_networks/Tags/visible": true, + "additional_networks/Tags/value": "", + "additional_networks/Editing Enabled/visible": true, + "additional_networks/Editing Enabled/value": false, + "additional_networks/Save Metadata/visible": true, + "additional_networks/Send to txt2img/visible": true, + "additional_networks/Send to img2img/visible": true, + "additional_networks/Send to inpaint/visible": true, + "additional_networks/Send to extras/visible": true, + "additional_networks/Generate Info/visible": true, + "additional_networks/Generate Info/value": "", + "infinite-image-browsing/button/visible": true, + "infinite-image-browsing/Send to txt2img/visible": true, + "infinite-image-browsing/Send to img2img/visible": true, + "infinite-image-browsing/Send to inpaint/visible": true, + "infinite-image-browsing/Send to extras/visible": true, + "supermerger/Model A/visible": true, + "supermerger/Model A/value": null, + "supermerger/\ud83d\udd04/visible": true, + "supermerger/Model B/visible": true, + "supermerger/Model B/value": null, + "supermerger/Model C/visible": true, + "supermerger/Model C/value": null, + "supermerger/Merge Mode/visible": true, + "supermerger/Merge Mode/value": "Weight sum:A*(1-alpha)+B*alpha", + "supermerger/Calcutation Mode/visible": true, + "supermerger/Calcutation Mode/value": "normal", + "supermerger/use MBW/visible": true, + "supermerger/use MBW/value": false, + "supermerger/alpha/visible": true, + "supermerger/alpha/value": 0.5, + "supermerger/alpha/minimum": -1.0, + "supermerger/alpha/maximum": 2, + "supermerger/alpha/step": 0.001, + "supermerger/beta/visible": true, + "supermerger/beta/value": 0.25, + "supermerger/beta/minimum": -1.0, + "supermerger/beta/maximum": 2, + "supermerger/beta/step": 0.001, + "supermerger/Merge!/visible": true, + "supermerger/Merge&Gen/visible": true, + "supermerger/Gen/visible": true, + "supermerger/Stop/visible": true, + "supermerger/Custom Name (Optional)/visible": true, + "supermerger/Custom Name (Optional)/value": "", + "supermerger/merge from ID/visible": true, + "supermerger/merge from ID/value": "-1", + "supermerger/Set from ID(-1 for last)/visible": true, + "supermerger/Batch size/visible": true, + "supermerger/Batch size/value": 1, + "supermerger/Batch size/minimum": 0, + "supermerger/Batch size/maximum": 8, + "supermerger/Batch size/step": 1, + "supermerger/Upscaler/visible": true, + "supermerger/Upscaler/value": "Latent", + "supermerger/Hires steps/visible": true, + "supermerger/Hires steps/value": 0, + "supermerger/Hires steps/minimum": 0, + "supermerger/Hires steps/maximum": 150, + "supermerger/Hires steps/step": 1, + "supermerger/Denoising strength/visible": true, + "supermerger/Denoising strength/value": 0.7, + "supermerger/Denoising strength/minimum": 0.0, + "supermerger/Denoising strength/maximum": 1.0, + "supermerger/Denoising strength/step": 0.01, + "supermerger/Upscale by/visible": true, + "supermerger/Upscale by/value": 2.0, + "supermerger/Upscale by/minimum": 1.0, + "supermerger/Upscale by/maximum": 4.0, + "supermerger/Upscale by/step": 0.05, + "supermerger/Blocks:Element:Ratio,Blocks:Element:Ratio,.../visible": true, + "supermerger/Blocks:Element:Ratio,Blocks:Element:Ratio,.../value": "", + "supermerger/Blocks:Tensors/visible": true, + "supermerger/Blocks:Tensors/value": "", + "supermerger/X type/visible": true, + "supermerger/X type/value": "alpha", + "supermerger/number of -1/visible": true, + "supermerger/number of -1/value": 3.0, + "supermerger/Sequential Merge Parameters/visible": true, + "supermerger/Sequential Merge Parameters/value": "0.25,0.5,0.75", + "supermerger/Y type/visible": true, + "supermerger/Y type/value": "none", + "supermerger/Y grid (Disabled if blank)/value": "", + "supermerger/Sequential XY Merge and Generation/visible": true, + "supermerger/Stop XY/visible": true, + "supermerger/Reserve XY Plot/visible": true, + "supermerger/Current Model/visible": true, + "supermerger/Current Model/value": "", + "supermerger/Message/visible": true, + "supermerger/Message/value": "", + "supermerger/\ud83d\udcc2/visible": true, + "supermerger/Save/visible": true, + "supermerger/Zip/visible": true, + "supermerger/Send to img2img/visible": true, + "supermerger/Send to inpaint/visible": true, + "supermerger/Send to extras/visible": true, + "supermerger/\u274c/visible": true, + "supermerger//visible": true, + "supermerger//value": "", + "supermerger/Add to Sequence X/visible": true, + "supermerger/Add to Sequence Y/visible": true, + "supermerger/set to alpha/visible": true, + "supermerger/read from alpha/visible": true, + "supermerger/set to beta/visible": true, + "supermerger/read from beta/visible": true, + "supermerger/set to X/visible": true, + "supermerger/weights for alpha, base alpha,IN00,IN02,...IN11,M00,OUT00,...,OUT11/visible": true, + "supermerger/weights for alpha, base alpha,IN00,IN02,...IN11,M00,OUT00,...,OUT11/value": "0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5", + "supermerger/weights,for beta, base beta,IN00,IN02,...IN11,M00,OUT00,...,OUT11/visible": true, + "supermerger/weights,for beta, base beta,IN00,IN02,...IN11,M00,OUT00,...,OUT11/value": "0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2", + "supermerger/Base/visible": true, + "supermerger/Base/value": 0.5, + "supermerger/Base/minimum": 0, + "supermerger/Base/maximum": 1, + "supermerger/Base/step": 0.01, + "supermerger/IN00/visible": true, + "supermerger/IN00/value": 0.5, + "supermerger/IN00/minimum": 0, + "supermerger/IN00/maximum": 1, + "supermerger/IN00/step": 0.01, + "supermerger/IN01/visible": true, + "supermerger/IN01/value": 0.5, + "supermerger/IN01/minimum": 0, + "supermerger/IN01/maximum": 1, + "supermerger/IN01/step": 0.01, + "supermerger/IN02/visible": true, + "supermerger/IN02/value": 0.5, + "supermerger/IN02/minimum": 0, + "supermerger/IN02/maximum": 1, + "supermerger/IN02/step": 0.01, + "supermerger/IN03/visible": true, + "supermerger/IN03/value": 0.5, + "supermerger/IN03/minimum": 0, + "supermerger/IN03/maximum": 1, + "supermerger/IN03/step": 0.01, + "supermerger/IN04/visible": true, + "supermerger/IN04/value": 0.5, + "supermerger/IN04/minimum": 0, + "supermerger/IN04/maximum": 1, + "supermerger/IN04/step": 0.01, + "supermerger/IN05/visible": true, + "supermerger/IN05/value": 0.5, + "supermerger/IN05/minimum": 0, + "supermerger/IN05/maximum": 1, + "supermerger/IN05/step": 0.01, + "supermerger/IN06/visible": true, + "supermerger/IN06/value": 0.5, + "supermerger/IN06/minimum": 0, + "supermerger/IN06/maximum": 1, + "supermerger/IN06/step": 0.01, + "supermerger/IN07/visible": true, + "supermerger/IN07/value": 0.5, + "supermerger/IN07/minimum": 0, + "supermerger/IN07/maximum": 1, + "supermerger/IN07/step": 0.01, + "supermerger/IN08/visible": true, + "supermerger/IN08/value": 0.5, + "supermerger/IN08/minimum": 0, + "supermerger/IN08/maximum": 1, + "supermerger/IN08/step": 0.01, + "supermerger/IN09/visible": true, + "supermerger/IN09/value": 0.5, + "supermerger/IN09/minimum": 0, + "supermerger/IN09/maximum": 1, + "supermerger/IN09/step": 0.01, + "supermerger/IN10/visible": true, + "supermerger/IN10/value": 0.5, + "supermerger/IN10/minimum": 0, + "supermerger/IN10/maximum": 1, + "supermerger/IN10/step": 0.01, + "supermerger/IN11/visible": true, + "supermerger/IN11/value": 0.5, + "supermerger/IN11/minimum": 0, + "supermerger/IN11/maximum": 1, + "supermerger/IN11/step": 0.01, + "supermerger/M00/visible": true, + "supermerger/M00/value": 0.5, + "supermerger/M00/minimum": 0, + "supermerger/M00/maximum": 1, + "supermerger/M00/step": 0.01, + "supermerger/OUT00/visible": true, + "supermerger/OUT00/value": 0.5, + "supermerger/OUT00/minimum": 0, + "supermerger/OUT00/maximum": 1, + "supermerger/OUT00/step": 0.01, + "supermerger/OUT01/visible": true, + "supermerger/OUT01/value": 0.5, + "supermerger/OUT01/minimum": 0, + "supermerger/OUT01/maximum": 1, + "supermerger/OUT01/step": 0.01, + "supermerger/OUT02/visible": true, + "supermerger/OUT02/value": 0.5, + "supermerger/OUT02/minimum": 0, + "supermerger/OUT02/maximum": 1, + "supermerger/OUT02/step": 0.01, + "supermerger/OUT03/visible": true, + "supermerger/OUT03/value": 0.5, + "supermerger/OUT03/minimum": 0, + "supermerger/OUT03/maximum": 1, + "supermerger/OUT03/step": 0.01, + "supermerger/OUT04/visible": true, + "supermerger/OUT04/value": 0.5, + "supermerger/OUT04/minimum": 0, + "supermerger/OUT04/maximum": 1, + "supermerger/OUT04/step": 0.01, + "supermerger/OUT05/visible": true, + "supermerger/OUT05/value": 0.5, + "supermerger/OUT05/minimum": 0, + "supermerger/OUT05/maximum": 1, + "supermerger/OUT05/step": 0.01, + "supermerger/OUT06/visible": true, + "supermerger/OUT06/value": 0.5, + "supermerger/OUT06/minimum": 0, + "supermerger/OUT06/maximum": 1, + "supermerger/OUT06/step": 0.01, + "supermerger/OUT07/visible": true, + "supermerger/OUT07/value": 0.5, + "supermerger/OUT07/minimum": 0, + "supermerger/OUT07/maximum": 1, + "supermerger/OUT07/step": 0.01, + "supermerger/OUT08/visible": true, + "supermerger/OUT08/value": 0.5, + "supermerger/OUT08/minimum": 0, + "supermerger/OUT08/maximum": 1, + "supermerger/OUT08/step": 0.01, + "supermerger/OUT09/visible": true, + "supermerger/OUT09/value": 0.5, + "supermerger/OUT09/minimum": 0, + "supermerger/OUT09/maximum": 1, + "supermerger/OUT09/step": 0.01, + "supermerger/OUT10/visible": true, + "supermerger/OUT10/value": 0.5, + "supermerger/OUT10/minimum": 0, + "supermerger/OUT10/maximum": 1, + "supermerger/OUT10/step": 0.01, + "supermerger/OUT11/visible": true, + "supermerger/OUT11/value": 0.5, + "supermerger/OUT11/minimum": 0, + "supermerger/OUT11/maximum": 1, + "supermerger/OUT11/step": 0.01, + "supermerger/Reload Presets/visible": true, + "supermerger/Reload Tags/visible": true, + "supermerger/Save Presets/visible": true, + "supermerger/Open TextEditor/visible": true, + "supermerger/available/visible": true, + "supermerger/available/value": "GRAD_V,GRAD_A,FLAT_25,FLAT_75,WRAP08,WRAP12,WRAP14,WRAP16,MID12_50,OUT07,OUT12,OUT12_5,RING08_SOFT,RING08_5,RING10_5,RING10_3,SMOOTHSTEP,REVERSE-SMOOTHSTEP,SMOOTHSTEP*2,R_SMOOTHSTEP*2,SMOOTHSTEP*3,R_SMOOTHSTEP*3,SMOOTHSTEP*4,R_SMOOTHSTEP*4,SMOOTHSTEP/2,R_SMOOTHSTEP/2,SMOOTHSTEP/3,R_SMOOTHSTEP/3,SMOOTHSTEP/4,R_SMOOTHSTEP/4,COSINE,REVERSE_COSINE,TRUE_CUBIC_HERMITE,TRUE_REVERSE_CUBIC_HERMITE,FAKE_CUBIC_HERMITE,FAKE_REVERSE_CUBIC_HERMITE,ALL_A,ALL_B", + "supermerger/Reloat List/visible": true, + "supermerger/Start XY plot/visible": true, + "supermerger/Delete list(-1 for all)/visible": true, + "supermerger/Delete num : /visible": true, + "supermerger/Delete num : /value": 1, + "supermerger/Current Cache/visible": true, + "supermerger/Current Cache/value": "", + "supermerger/Reload Cache List/visible": true, + "supermerger/unload model/visible": true, + "supermerger/Merge to Checkpoint/visible": true, + "supermerger/Make LoRA (alpha * A - beta * B)/visible": true, + "supermerger/Checkpoint A/visible": true, + "supermerger/Checkpoint A/value": null, + "supermerger/Checkpoint B/visible": true, + "supermerger/Checkpoint B/value": null, + "supermerger/Merge LoRAs/visible": true, + "supermerger/save precision/visible": true, + "supermerger/save precision/value": "fp16", + "supermerger/remake dimension/visible": true, + "supermerger/remake dimension/value": "no", + "supermerger/filename(option)/visible": true, + "supermerger/filename(option)/value": "", + "supermerger/LoRAname1:ratio1:Blocks1,LoRAname2:ratio2:Blocks2,...(\":blocks\" is option, not necessary)/visible": true, + "supermerger/LoRAname1:ratio1:Blocks1,LoRAname2:ratio2:Blocks2,...(\":blocks\" is option, not necessary)/value": "", + "supermerger/calculate dimension of LoRAs(It may take a few minutes if there are many LoRAs)/visible": true, + "supermerger/update list/visible": true, + "supermerger/load_history/visible": true, + "supermerger/search/visible": true, + "supermerger/Search Mode/visible": true, + "supermerger/Search Mode/value": "or", + "supermerger/load keys/visible": true, + "supermerger/read metadata/visible": true, + "supermerger/read metadata/value": null, + "filer/Active Dir/visible": true, + "filer/Active Dir/value": "/content/sdf-webui/models/Stable-diffusion", + "filer/Backup Dir/visible": true, + "filer/Backup Dir/value": "", + "filer/Reload/visible": true, + "filer/Select All/visible": true, + "filer/Deselect All/visible": true, + "filer/Selected/visible": true, + "filer/Selected/value": "", + "filer/Make InvokeAI models.yaml/visible": true, + "filer/Calc SHA256/visible": true, + "filer/Copy/visible": true, + "filer/Move/visible": true, + "filer/Delete/visible": true, + "filer/Download/visible": true, + "filer/URL per line/visible": true, + "filer/URL per line/value": "", + "filer/Download to Active Dir/visible": true, + "filer/Loaded File/visible": true, + "filer/Loaded File/value": "", + "filer/Save/visible": true, + "filer/Action/visible": true, + "filer/Action/value": "Add First", + "filer/Input Directory/visible": true, + "filer/Input Directory/value": "", + "filer/Output Directory/visible": true, + "filer/Output Directory/value": "", + "filer/Convert/visible": true, + "filer/Target/visible": true, + "filer/Target/value": "Prompt", + "filer/Key/Replace Search/regex/visible": true, + "filer/Key/Replace Search/regex/value": "", + "filer/Value/Replacement String/visible": true, + "filer/Value/Replacement String/value": "", + "filer/Add line/visible": true, + "filer/Macro/visible": true, + "filer/Macro/value": "", + "filer/Load/visible": true, + "filer/Output WEBP Directory/visible": true, + "filer/Output WEBP Directory/value": "", + "filer/Apply generate settings/visible": true, + "filer/webp_quality/visible": true, + "filer/webp_quality/value": "90", + "filer/upscaler/visible": true, + "filer/upscaler/value": "R-ESRGAN 2x+", + "filer/upscaling_resize/visible": true, + "filer/upscaling_resize/value": "2", + "filer/upscaling_resize_w/visible": true, + "filer/upscaling_resize_w/value": "0", + "filer/upscaling_resize_h/visible": true, + "filer/upscaling_resize_h/value": "0", + "filer/upscaling_crop/visible": true, + "filer/upscaling_crop/value": "1", + "filer/imagefont_truetype/visible": true, + "filer/imagefont_truetype/value": "Arial.ttf", + "filer/imagefont_truetype_index/visible": true, + "filer/imagefont_truetype_index/value": "0", + "filer/imagefont_truetype_size/visible": true, + "filer/imagefont_truetype_size/value": "24", + "filer/draw_text_left/visible": true, + "filer/draw_text_left/value": "0", + "filer/draw_text_top/visible": true, + "filer/draw_text_top/value": "0", + "filer/draw_text_color/visible": true, + "filer/draw_text_color/value": "Black", + "filer/draw_text/visible": true, + "filer/draw_text/value": "", + "filer/Apply webp settings/visible": true, + "filer/Apply settings/visible": true, + "filer/Backup_Dir/visible": true, + "filer/Backup_Dir/value": "", + "filer/Backup_Checkpoints_Dir/visible": true, + "filer/Backup_Checkpoints_Dir/value": "", + "filer/Backup_Embeddings_Dir/visible": true, + "filer/Backup_Embeddings_Dir/value": "", + "filer/Backup_Dreambooths_Dir/visible": true, + "filer/Backup_Dreambooths_Dir/value": "", + "filer/Backup_Loras_Dir/visible": true, + "filer/Backup_Loras_Dir/value": "", + "filer/Backup_Hypernetworks_Dir/visible": true, + "filer/Backup_Hypernetworks_Dir/value": "", + "filer/Backup_Extensions_Dir/visible": true, + "filer/Backup_Extensions_Dir/value": "", + "filer/Backup_Images_Dir/visible": true, + "filer/Backup_Images_Dir/value": "", + "filer/Basic/visible": true, + "filer/Hashes/visible": true, + "filer/pip list/visible": true, + "filer/System Information/visible": true, + "filer/System Information/value": "", + "merge_block_weighted/Run Merge/visible": true, + "merge_block_weighted/Clear values/visible": true, + "merge_block_weighted/Reload checkpoint/visible": true, + "merge_block_weighted/Preset Weights/visible": true, + "merge_block_weighted/Preset Weights/value": null, + "merge_block_weighted/Weight values/visible": true, + "merge_block_weighted/Weight values/value": "", + "merge_block_weighted/Apply block weight from text/visible": true, + "merge_block_weighted/base_alpha/visible": true, + "merge_block_weighted/base_alpha/value": 0, + "merge_block_weighted/base_alpha/minimum": 0, + "merge_block_weighted/base_alpha/maximum": 1, + "merge_block_weighted/base_alpha/step": 0.01, + "merge_block_weighted/verbose console output/visible": true, + "merge_block_weighted/verbose console output/value": false, + "merge_block_weighted/Allow overwrite output-model/visible": true, + "merge_block_weighted/Allow overwrite output-model/value": false, + "merge_block_weighted/Save as half/visible": true, + "merge_block_weighted/Save as half/value": false, + "merge_block_weighted/Save as safetensors/visible": true, + "merge_block_weighted/Save as safetensors/value": false, + "merge_block_weighted/Skip/Reset CLIP position_ids/visible": true, + "merge_block_weighted/Skip/Reset CLIP position_ids/value": "None", + "merge_block_weighted/Model A/visible": true, + "merge_block_weighted/Model A/value": null, + "merge_block_weighted/Model B/visible": true, + "merge_block_weighted/Model B/value": null, + "merge_block_weighted/Output Model Name/visible": true, + "merge_block_weighted/Output Model Name/value": "", + "merge_block_weighted/IN00/visible": true, + "merge_block_weighted/IN00/value": 0.5, + "merge_block_weighted/IN00/minimum": 0, + "merge_block_weighted/IN00/maximum": 1, + "merge_block_weighted/IN00/step": 0.01, + "merge_block_weighted/IN01/visible": true, + "merge_block_weighted/IN01/value": 0.5, + "merge_block_weighted/IN01/minimum": 0, + "merge_block_weighted/IN01/maximum": 1, + "merge_block_weighted/IN01/step": 0.01, + "merge_block_weighted/IN02/visible": true, + "merge_block_weighted/IN02/value": 0.5, + "merge_block_weighted/IN02/minimum": 0, + "merge_block_weighted/IN02/maximum": 1, + "merge_block_weighted/IN02/step": 0.01, + "merge_block_weighted/IN03/visible": true, + "merge_block_weighted/IN03/value": 0.5, + "merge_block_weighted/IN03/minimum": 0, + "merge_block_weighted/IN03/maximum": 1, + "merge_block_weighted/IN03/step": 0.01, + "merge_block_weighted/IN04/visible": true, + "merge_block_weighted/IN04/value": 0.5, + "merge_block_weighted/IN04/minimum": 0, + "merge_block_weighted/IN04/maximum": 1, + "merge_block_weighted/IN04/step": 0.01, + "merge_block_weighted/IN05/visible": true, + "merge_block_weighted/IN05/value": 0.5, + "merge_block_weighted/IN05/minimum": 0, + "merge_block_weighted/IN05/maximum": 1, + "merge_block_weighted/IN05/step": 0.01, + "merge_block_weighted/IN06/visible": true, + "merge_block_weighted/IN06/value": 0.5, + "merge_block_weighted/IN06/minimum": 0, + "merge_block_weighted/IN06/maximum": 1, + "merge_block_weighted/IN06/step": 0.01, + "merge_block_weighted/IN07/visible": true, + "merge_block_weighted/IN07/value": 0.5, + "merge_block_weighted/IN07/minimum": 0, + "merge_block_weighted/IN07/maximum": 1, + "merge_block_weighted/IN07/step": 0.01, + "merge_block_weighted/IN08/visible": true, + "merge_block_weighted/IN08/value": 0.5, + "merge_block_weighted/IN08/minimum": 0, + "merge_block_weighted/IN08/maximum": 1, + "merge_block_weighted/IN08/step": 0.01, + "merge_block_weighted/IN09/visible": true, + "merge_block_weighted/IN09/value": 0.5, + "merge_block_weighted/IN09/minimum": 0, + "merge_block_weighted/IN09/maximum": 1, + "merge_block_weighted/IN09/step": 0.01, + "merge_block_weighted/IN10/visible": true, + "merge_block_weighted/IN10/value": 0.5, + "merge_block_weighted/IN10/minimum": 0, + "merge_block_weighted/IN10/maximum": 1, + "merge_block_weighted/IN10/step": 0.01, + "merge_block_weighted/IN11/visible": true, + "merge_block_weighted/IN11/value": 0.5, + "merge_block_weighted/IN11/minimum": 0, + "merge_block_weighted/IN11/maximum": 1, + "merge_block_weighted/IN11/step": 0.01, + "merge_block_weighted/M00/visible": true, + "merge_block_weighted/M00/value": 0.5, + "merge_block_weighted/M00/minimum": 0, + "merge_block_weighted/M00/maximum": 1, + "merge_block_weighted/M00/step": 0.01, + "merge_block_weighted/OUT11/visible": true, + "merge_block_weighted/OUT11/value": 0.5, + "merge_block_weighted/OUT11/minimum": 0, + "merge_block_weighted/OUT11/maximum": 1, + "merge_block_weighted/OUT11/step": 0.01, + "merge_block_weighted/OUT10/visible": true, + "merge_block_weighted/OUT10/value": 0.5, + "merge_block_weighted/OUT10/minimum": 0, + "merge_block_weighted/OUT10/maximum": 1, + "merge_block_weighted/OUT10/step": 0.01, + "merge_block_weighted/OUT09/visible": true, + "merge_block_weighted/OUT09/value": 0.5, + "merge_block_weighted/OUT09/minimum": 0, + "merge_block_weighted/OUT09/maximum": 1, + "merge_block_weighted/OUT09/step": 0.01, + "merge_block_weighted/OUT08/visible": true, + "merge_block_weighted/OUT08/value": 0.5, + "merge_block_weighted/OUT08/minimum": 0, + "merge_block_weighted/OUT08/maximum": 1, + "merge_block_weighted/OUT08/step": 0.01, + "merge_block_weighted/OUT07/visible": true, + "merge_block_weighted/OUT07/value": 0.5, + "merge_block_weighted/OUT07/minimum": 0, + "merge_block_weighted/OUT07/maximum": 1, + "merge_block_weighted/OUT07/step": 0.01, + "merge_block_weighted/OUT06/visible": true, + "merge_block_weighted/OUT06/value": 0.5, + "merge_block_weighted/OUT06/minimum": 0, + "merge_block_weighted/OUT06/maximum": 1, + "merge_block_weighted/OUT06/step": 0.01, + "merge_block_weighted/OUT05/visible": true, + "merge_block_weighted/OUT05/value": 0.5, + "merge_block_weighted/OUT05/minimum": 0, + "merge_block_weighted/OUT05/maximum": 1, + "merge_block_weighted/OUT05/step": 0.01, + "merge_block_weighted/OUT04/visible": true, + "merge_block_weighted/OUT04/value": 0.5, + "merge_block_weighted/OUT04/minimum": 0, + "merge_block_weighted/OUT04/maximum": 1, + "merge_block_weighted/OUT04/step": 0.01, + "merge_block_weighted/OUT03/visible": true, + "merge_block_weighted/OUT03/value": 0.5, + "merge_block_weighted/OUT03/minimum": 0, + "merge_block_weighted/OUT03/maximum": 1, + "merge_block_weighted/OUT03/step": 0.01, + "merge_block_weighted/OUT02/visible": true, + "merge_block_weighted/OUT02/value": 0.5, + "merge_block_weighted/OUT02/minimum": 0, + "merge_block_weighted/OUT02/maximum": 1, + "merge_block_weighted/OUT02/step": 0.01, + "merge_block_weighted/OUT01/visible": true, + "merge_block_weighted/OUT01/value": 0.5, + "merge_block_weighted/OUT01/minimum": 0, + "merge_block_weighted/OUT01/maximum": 1, + "merge_block_weighted/OUT01/step": 0.01, + "merge_block_weighted/OUT00/visible": true, + "merge_block_weighted/OUT00/value": 0.5, + "merge_block_weighted/OUT00/minimum": 0, + "merge_block_weighted/OUT00/maximum": 1, + "merge_block_weighted/OUT00/step": 0.01, + "merge_block_weighted/Preset_Weights/visible": true, + "merge_block_weighted/Preset_Weights/value": null, + "merge_block_weighted/Weight_values/visible": true, + "merge_block_weighted/Weight_values/value": "", + "merge_block_weighted/Model_A/visible": true, + "merge_block_weighted/Model_A/value": null, + "merge_block_weighted/Model_B/visible": true, + "merge_block_weighted/Model_B/value": null, + "merge_block_weighted/(O)Output Model Name/visible": true, + "merge_block_weighted/(O)Output Model Name/value": "", + "merge_block_weighted/IN_A_00/visible": true, + "merge_block_weighted/IN_A_00/value": 0.5, + "merge_block_weighted/IN_A_00/minimum": 0, + "merge_block_weighted/IN_A_00/maximum": 1, + "merge_block_weighted/IN_A_00/step": 0.01, + "merge_block_weighted/IN_A_01/visible": true, + "merge_block_weighted/IN_A_01/value": 0.5, + "merge_block_weighted/IN_A_01/minimum": 0, + "merge_block_weighted/IN_A_01/maximum": 1, + "merge_block_weighted/IN_A_01/step": 0.01, + "merge_block_weighted/IN_A_02/visible": true, + "merge_block_weighted/IN_A_02/value": 0.5, + "merge_block_weighted/IN_A_02/minimum": 0, + "merge_block_weighted/IN_A_02/maximum": 1, + "merge_block_weighted/IN_A_02/step": 0.01, + "merge_block_weighted/IN_A_03/visible": true, + "merge_block_weighted/IN_A_03/value": 0.5, + "merge_block_weighted/IN_A_03/minimum": 0, + "merge_block_weighted/IN_A_03/maximum": 1, + "merge_block_weighted/IN_A_03/step": 0.01, + "merge_block_weighted/IN_A_04/visible": true, + "merge_block_weighted/IN_A_04/value": 0.5, + "merge_block_weighted/IN_A_04/minimum": 0, + "merge_block_weighted/IN_A_04/maximum": 1, + "merge_block_weighted/IN_A_04/step": 0.01, + "merge_block_weighted/IN_A_05/visible": true, + "merge_block_weighted/IN_A_05/value": 0.5, + "merge_block_weighted/IN_A_05/minimum": 0, + "merge_block_weighted/IN_A_05/maximum": 1, + "merge_block_weighted/IN_A_05/step": 0.01, + "merge_block_weighted/IN_A_06/visible": true, + "merge_block_weighted/IN_A_06/value": 0.5, + "merge_block_weighted/IN_A_06/minimum": 0, + "merge_block_weighted/IN_A_06/maximum": 1, + "merge_block_weighted/IN_A_06/step": 0.01, + "merge_block_weighted/IN_A_07/visible": true, + "merge_block_weighted/IN_A_07/value": 0.5, + "merge_block_weighted/IN_A_07/minimum": 0, + "merge_block_weighted/IN_A_07/maximum": 1, + "merge_block_weighted/IN_A_07/step": 0.01, + "merge_block_weighted/IN_A_08/visible": true, + "merge_block_weighted/IN_A_08/value": 0.5, + "merge_block_weighted/IN_A_08/minimum": 0, + "merge_block_weighted/IN_A_08/maximum": 1, + "merge_block_weighted/IN_A_08/step": 0.01, + "merge_block_weighted/IN_A_09/visible": true, + "merge_block_weighted/IN_A_09/value": 0.5, + "merge_block_weighted/IN_A_09/minimum": 0, + "merge_block_weighted/IN_A_09/maximum": 1, + "merge_block_weighted/IN_A_09/step": 0.01, + "merge_block_weighted/IN_A_10/visible": true, + "merge_block_weighted/IN_A_10/value": 0.5, + "merge_block_weighted/IN_A_10/minimum": 0, + "merge_block_weighted/IN_A_10/maximum": 1, + "merge_block_weighted/IN_A_10/step": 0.01, + "merge_block_weighted/IN_A_11/visible": true, + "merge_block_weighted/IN_A_11/value": 0.5, + "merge_block_weighted/IN_A_11/minimum": 0, + "merge_block_weighted/IN_A_11/maximum": 1, + "merge_block_weighted/IN_A_11/step": 0.01, + "merge_block_weighted/IN_B_00/visible": true, + "merge_block_weighted/IN_B_00/value": 0.5, + "merge_block_weighted/IN_B_00/minimum": 0, + "merge_block_weighted/IN_B_00/maximum": 1, + "merge_block_weighted/IN_B_00/step": 0.01, + "merge_block_weighted/IN_B_01/visible": true, + "merge_block_weighted/IN_B_01/value": 0.5, + "merge_block_weighted/IN_B_01/minimum": 0, + "merge_block_weighted/IN_B_01/maximum": 1, + "merge_block_weighted/IN_B_01/step": 0.01, + "merge_block_weighted/IN_B_02/visible": true, + "merge_block_weighted/IN_B_02/value": 0.5, + "merge_block_weighted/IN_B_02/minimum": 0, + "merge_block_weighted/IN_B_02/maximum": 1, + "merge_block_weighted/IN_B_02/step": 0.01, + "merge_block_weighted/IN_B_03/visible": true, + "merge_block_weighted/IN_B_03/value": 0.5, + "merge_block_weighted/IN_B_03/minimum": 0, + "merge_block_weighted/IN_B_03/maximum": 1, + "merge_block_weighted/IN_B_03/step": 0.01, + "merge_block_weighted/IN_B_04/visible": true, + "merge_block_weighted/IN_B_04/value": 0.5, + "merge_block_weighted/IN_B_04/minimum": 0, + "merge_block_weighted/IN_B_04/maximum": 1, + "merge_block_weighted/IN_B_04/step": 0.01, + "merge_block_weighted/IN_B_05/visible": true, + "merge_block_weighted/IN_B_05/value": 0.5, + "merge_block_weighted/IN_B_05/minimum": 0, + "merge_block_weighted/IN_B_05/maximum": 1, + "merge_block_weighted/IN_B_05/step": 0.01, + "merge_block_weighted/IN_B_06/visible": true, + "merge_block_weighted/IN_B_06/value": 0.5, + "merge_block_weighted/IN_B_06/minimum": 0, + "merge_block_weighted/IN_B_06/maximum": 1, + "merge_block_weighted/IN_B_06/step": 0.01, + "merge_block_weighted/IN_B_07/visible": true, + "merge_block_weighted/IN_B_07/value": 0.5, + "merge_block_weighted/IN_B_07/minimum": 0, + "merge_block_weighted/IN_B_07/maximum": 1, + "merge_block_weighted/IN_B_07/step": 0.01, + "merge_block_weighted/IN_B_08/visible": true, + "merge_block_weighted/IN_B_08/value": 0.5, + "merge_block_weighted/IN_B_08/minimum": 0, + "merge_block_weighted/IN_B_08/maximum": 1, + "merge_block_weighted/IN_B_08/step": 0.01, + "merge_block_weighted/IN_B_09/visible": true, + "merge_block_weighted/IN_B_09/value": 0.5, + "merge_block_weighted/IN_B_09/minimum": 0, + "merge_block_weighted/IN_B_09/maximum": 1, + "merge_block_weighted/IN_B_09/step": 0.01, + "merge_block_weighted/IN_B_10/visible": true, + "merge_block_weighted/IN_B_10/value": 0.5, + "merge_block_weighted/IN_B_10/minimum": 0, + "merge_block_weighted/IN_B_10/maximum": 1, + "merge_block_weighted/IN_B_10/step": 0.01, + "merge_block_weighted/IN_B_11/visible": true, + "merge_block_weighted/IN_B_11/value": 0.5, + "merge_block_weighted/IN_B_11/minimum": 0, + "merge_block_weighted/IN_B_11/maximum": 1, + "merge_block_weighted/IN_B_11/step": 0.01, + "merge_block_weighted/M_A_00/visible": true, + "merge_block_weighted/M_A_00/value": 0.5, + "merge_block_weighted/M_A_00/minimum": 0, + "merge_block_weighted/M_A_00/maximum": 1, + "merge_block_weighted/M_A_00/step": 0.01, + "merge_block_weighted/M_B_00/visible": true, + "merge_block_weighted/M_B_00/value": 0.5, + "merge_block_weighted/M_B_00/minimum": 0, + "merge_block_weighted/M_B_00/maximum": 1, + "merge_block_weighted/M_B_00/step": 0.01, + "merge_block_weighted/OUT_A_11/visible": true, + "merge_block_weighted/OUT_A_11/value": 0.5, + "merge_block_weighted/OUT_A_11/minimum": 0, + "merge_block_weighted/OUT_A_11/maximum": 1, + "merge_block_weighted/OUT_A_11/step": 0.01, + "merge_block_weighted/OUT_A_10/visible": true, + "merge_block_weighted/OUT_A_10/value": 0.5, + "merge_block_weighted/OUT_A_10/minimum": 0, + "merge_block_weighted/OUT_A_10/maximum": 1, + "merge_block_weighted/OUT_A_10/step": 0.01, + "merge_block_weighted/OUT_A_09/visible": true, + "merge_block_weighted/OUT_A_09/value": 0.5, + "merge_block_weighted/OUT_A_09/minimum": 0, + "merge_block_weighted/OUT_A_09/maximum": 1, + "merge_block_weighted/OUT_A_09/step": 0.01, + "merge_block_weighted/OUT_A_08/visible": true, + "merge_block_weighted/OUT_A_08/value": 0.5, + "merge_block_weighted/OUT_A_08/minimum": 0, + "merge_block_weighted/OUT_A_08/maximum": 1, + "merge_block_weighted/OUT_A_08/step": 0.01, + "merge_block_weighted/OUT_A_07/visible": true, + "merge_block_weighted/OUT_A_07/value": 0.5, + "merge_block_weighted/OUT_A_07/minimum": 0, + "merge_block_weighted/OUT_A_07/maximum": 1, + "merge_block_weighted/OUT_A_07/step": 0.01, + "merge_block_weighted/OUT_A_06/visible": true, + "merge_block_weighted/OUT_A_06/value": 0.5, + "merge_block_weighted/OUT_A_06/minimum": 0, + "merge_block_weighted/OUT_A_06/maximum": 1, + "merge_block_weighted/OUT_A_06/step": 0.01, + "merge_block_weighted/OUT_A_05/visible": true, + "merge_block_weighted/OUT_A_05/value": 0.5, + "merge_block_weighted/OUT_A_05/minimum": 0, + "merge_block_weighted/OUT_A_05/maximum": 1, + "merge_block_weighted/OUT_A_05/step": 0.01, + "merge_block_weighted/OUT_A_04/visible": true, + "merge_block_weighted/OUT_A_04/value": 0.5, + "merge_block_weighted/OUT_A_04/minimum": 0, + "merge_block_weighted/OUT_A_04/maximum": 1, + "merge_block_weighted/OUT_A_04/step": 0.01, + "merge_block_weighted/OUT_A_03/visible": true, + "merge_block_weighted/OUT_A_03/value": 0.5, + "merge_block_weighted/OUT_A_03/minimum": 0, + "merge_block_weighted/OUT_A_03/maximum": 1, + "merge_block_weighted/OUT_A_03/step": 0.01, + "merge_block_weighted/OUT_A_02/visible": true, + "merge_block_weighted/OUT_A_02/value": 0.5, + "merge_block_weighted/OUT_A_02/minimum": 0, + "merge_block_weighted/OUT_A_02/maximum": 1, + "merge_block_weighted/OUT_A_02/step": 0.01, + "merge_block_weighted/OUT_A_01/visible": true, + "merge_block_weighted/OUT_A_01/value": 0.5, + "merge_block_weighted/OUT_A_01/minimum": 0, + "merge_block_weighted/OUT_A_01/maximum": 1, + "merge_block_weighted/OUT_A_01/step": 0.01, + "merge_block_weighted/OUT_A_00/visible": true, + "merge_block_weighted/OUT_A_00/value": 0.5, + "merge_block_weighted/OUT_A_00/minimum": 0, + "merge_block_weighted/OUT_A_00/maximum": 1, + "merge_block_weighted/OUT_A_00/step": 0.01, + "merge_block_weighted/OUT_B_11/visible": true, + "merge_block_weighted/OUT_B_11/value": 0.5, + "merge_block_weighted/OUT_B_11/minimum": 0, + "merge_block_weighted/OUT_B_11/maximum": 1, + "merge_block_weighted/OUT_B_11/step": 0.01, + "merge_block_weighted/OUT_B_10/visible": true, + "merge_block_weighted/OUT_B_10/value": 0.5, + "merge_block_weighted/OUT_B_10/minimum": 0, + "merge_block_weighted/OUT_B_10/maximum": 1, + "merge_block_weighted/OUT_B_10/step": 0.01, + "merge_block_weighted/OUT_B_09/visible": true, + "merge_block_weighted/OUT_B_09/value": 0.5, + "merge_block_weighted/OUT_B_09/minimum": 0, + "merge_block_weighted/OUT_B_09/maximum": 1, + "merge_block_weighted/OUT_B_09/step": 0.01, + "merge_block_weighted/OUT_B_08/visible": true, + "merge_block_weighted/OUT_B_08/value": 0.5, + "merge_block_weighted/OUT_B_08/minimum": 0, + "merge_block_weighted/OUT_B_08/maximum": 1, + "merge_block_weighted/OUT_B_08/step": 0.01, + "merge_block_weighted/OUT_B_07/visible": true, + "merge_block_weighted/OUT_B_07/value": 0.5, + "merge_block_weighted/OUT_B_07/minimum": 0, + "merge_block_weighted/OUT_B_07/maximum": 1, + "merge_block_weighted/OUT_B_07/step": 0.01, + "merge_block_weighted/OUT_B_06/visible": true, + "merge_block_weighted/OUT_B_06/value": 0.5, + "merge_block_weighted/OUT_B_06/minimum": 0, + "merge_block_weighted/OUT_B_06/maximum": 1, + "merge_block_weighted/OUT_B_06/step": 0.01, + "merge_block_weighted/OUT_B_05/visible": true, + "merge_block_weighted/OUT_B_05/value": 0.5, + "merge_block_weighted/OUT_B_05/minimum": 0, + "merge_block_weighted/OUT_B_05/maximum": 1, + "merge_block_weighted/OUT_B_05/step": 0.01, + "merge_block_weighted/OUT_B_04/visible": true, + "merge_block_weighted/OUT_B_04/value": 0.5, + "merge_block_weighted/OUT_B_04/minimum": 0, + "merge_block_weighted/OUT_B_04/maximum": 1, + "merge_block_weighted/OUT_B_04/step": 0.01, + "merge_block_weighted/OUT_B_03/visible": true, + "merge_block_weighted/OUT_B_03/value": 0.5, + "merge_block_weighted/OUT_B_03/minimum": 0, + "merge_block_weighted/OUT_B_03/maximum": 1, + "merge_block_weighted/OUT_B_03/step": 0.01, + "merge_block_weighted/OUT_B_02/visible": true, + "merge_block_weighted/OUT_B_02/value": 0.5, + "merge_block_weighted/OUT_B_02/minimum": 0, + "merge_block_weighted/OUT_B_02/maximum": 1, + "merge_block_weighted/OUT_B_02/step": 0.01, + "merge_block_weighted/OUT_B_01/visible": true, + "merge_block_weighted/OUT_B_01/value": 0.5, + "merge_block_weighted/OUT_B_01/minimum": 0, + "merge_block_weighted/OUT_B_01/maximum": 1, + "merge_block_weighted/OUT_B_01/step": 0.01, + "merge_block_weighted/OUT_B_00/visible": true, + "merge_block_weighted/OUT_B_00/value": 0.5, + "merge_block_weighted/OUT_B_00/minimum": 0, + "merge_block_weighted/OUT_B_00/maximum": 1, + "merge_block_weighted/OUT_B_00/step": 0.01, + "checkpoint_toolkit/Source/visible": true, + "checkpoint_toolkit/Source/value": "Gishikifp16.safetensors", + "checkpoint_toolkit/Load/visible": true, + "checkpoint_toolkit/Refresh/visible": true, + "checkpoint_toolkit/Name/visible": true, + "checkpoint_toolkit/Name/value": "", + "checkpoint_toolkit/Precision/visible": true, + "checkpoint_toolkit/Precision/value": "FP16", + "checkpoint_toolkit/Save/visible": true, + "checkpoint_toolkit/Clear/visible": true, + "checkpoint_toolkit/Architecture/visible": true, + "checkpoint_toolkit/Architecture/value": null, + "checkpoint_toolkit/Class/visible": true, + "checkpoint_toolkit/Class/value": null, + "checkpoint_toolkit/Component/visible": true, + "checkpoint_toolkit/Component/value": null, + "checkpoint_toolkit/File/visible": true, + "checkpoint_toolkit/File/value": "Gishikifp16.safetensors", + "checkpoint_toolkit/Import/visible": true, + "checkpoint_toolkit/Export/visible": true, + "yoinked_style_tab/Style CSV/visible": true, + "yoinked_style_tab/Style CSV/value": "", + "yoinked_style_tab/Output/visible": true, + "yoinked_style_tab/Output/value": "", + "yoinked_style_tab/Add Style/visible": true, + "yoinked_style_tab/Style/visible": true, + "yoinked_style_tab/Style/value": null, + "yoinked_style_tab/Refresh/visible": true, + "yoinked_style_tab/Action/visible": true, + "yoinked_style_tab/Action/value": null, + "yoinked_style_tab/Data/visible": true, + "yoinked_style_tab/Data/value": "", + "yoinked_style_tab/Do action/visible": true, + "sddp-wildcard-manager/Select a collection/visible": true, + "sddp-wildcard-manager/Select a collection/value": null, + "sddp-wildcard-manager/Copy collection/visible": true, + "sddp-wildcard-manager/Overwrite existing/visible": true, + "sddp-wildcard-manager/Overwrite existing/value": false, + "sddp-wildcard-manager/Refresh wildcards/visible": true, + "sddp-wildcard-manager/Delete all wildcards/visible": true, + "sddp-wildcard-manager/Wildcards file/visible": true, + "sddp-wildcard-manager/Wildcards file/value": "", + "sddp-wildcard-manager/File editor/visible": true, + "sddp-wildcard-manager/File editor/value": "", + "sddp-wildcard-manager/Save wildcards/visible": true, + "txt2img/Tabs@script_twoshot_tabs/selected": null, + "txt2img/I've finished my sketch/visible": true, + "txt2img/Prompt Info Update/visible": true, + "txt2img/Create blank canvas/visible": true, + "img2img/Tabs@script_twoshot_tabs/selected": null, + "img2img/I've finished my sketch/visible": true, + "img2img/Prompt Info Update/visible": true, + "img2img/Create blank canvas/visible": true, + "console_log/Update/visible": true, + "txt2img/Preview as Input/value": false, + "img2img/Preview as Input/value": false, + "supermerger/ alpha/visible": true, + "supermerger/ alpha/value": 1, + "supermerger/ alpha/minimum": -1.0, + "supermerger/ alpha/maximum": 2, + "supermerger/ alpha/step": 0.001, + "supermerger/ beta/visible": true, + "supermerger/ beta/value": 1, + "supermerger/ beta/minimum": -1.0, + "supermerger/ beta/maximum": 2, + "supermerger/ beta/step": 0.001, + "photopea_embed/Active Layer Only/visible": true, + "photopea_embed/Active Layer Only/value": false, + "photopea_embed/ControlNet model index/visible": true, + "photopea_embed/ControlNet model index/value": "0", + "photopea_embed/iFrame height/visible": true, + "photopea_embed/iFrame height/value": 768, + "photopea_embed/iFrame height/minimum": 512, + "photopea_embed/iFrame height/maximum": 2160, + "photopea_embed/iFrame height/step": 10, + "photopea_embed/Send to txt2img ControlNet/visible": true, + "photopea_embed/Send to Extras/visible": true, + "photopea_embed/Send to img2img/visible": true, + "photopea_embed/Send to img2img ControlNet/visible": true, + "photopea_embed/Inpaint selection/visible": true, + "interpause_backend_api/Pykrita Folder Location/visible": true, + "interpause_backend_api/Pykrita Folder Location/value": "", + "txt2img/\u2195\ufe0f/visible": true, + "img2img/\u2195\ufe0f/visible": true, + "txt2img/Use separate noise multiplier/visible": true, + "txt2img/Use separate noise multiplier/value": false, + "txt2img/Noise multiplier for img2img/visible": true, + "txt2img/Noise multiplier for img2img/value": 1.0, + "txt2img/Noise multiplier for img2img/minimum": 0.5, + "txt2img/Noise multiplier for img2img/maximum": 1.5, + "txt2img/Noise multiplier for img2img/step": 0.01, + "txt2img/ControlNet module/value": "inpaint_global_harmonious", + "txt2img/Use separate noise multiplier 2nd/visible": true, + "txt2img/Use separate noise multiplier 2nd/value": false, + "txt2img/Noise multiplier for img2img 2nd/visible": true, + "txt2img/Noise multiplier for img2img 2nd/value": 1.0, + "txt2img/Noise multiplier for img2img 2nd/minimum": 0.5, + "txt2img/Noise multiplier for img2img 2nd/maximum": 1.5, + "txt2img/Noise multiplier for img2img 2nd/step": 0.01, + "txt2img/ControlNet module 2nd/value": "inpaint_global_harmonious", + "customscript/dynamic_thresholding.py/txt2img/Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/txt2img/Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Scheduler Value/maximum": 40.0, + "customscript/dynamic_thresholding.py/txt2img/Scheduler Value/step": 0.5, + "img2img/Use separate noise multiplier/visible": true, + "img2img/Use separate noise multiplier/value": false, + "img2img/Noise multiplier for img2img/visible": true, + "img2img/Noise multiplier for img2img/value": 1.0, + "img2img/Noise multiplier for img2img/minimum": 0.5, + "img2img/Noise multiplier for img2img/maximum": 1.5, + "img2img/Noise multiplier for img2img/step": 0.01, + "img2img/ControlNet module/value": "inpaint_global_harmonious", + "img2img/Use separate noise multiplier 2nd/visible": true, + "img2img/Use separate noise multiplier 2nd/value": false, + "img2img/Noise multiplier for img2img 2nd/visible": true, + "img2img/Noise multiplier for img2img 2nd/value": 1.0, + "img2img/Noise multiplier for img2img 2nd/minimum": 0.5, + "img2img/Noise multiplier for img2img 2nd/maximum": 1.5, + "img2img/Noise multiplier for img2img 2nd/step": 0.01, + "img2img/ControlNet module 2nd/value": "inpaint_global_harmonious", + "customscript/dynamic_thresholding.py/img2img/Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/img2img/Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Scheduler Value/maximum": 40.0, + "customscript/dynamic_thresholding.py/img2img/Scheduler Value/step": 0.5, + "supermerger/Load preset/visible": true, + "supermerger/Load preset/value": null, + "customscript/composable_lora_script.py/txt2img/Composable LoRA with step/visible": true, + "customscript/composable_lora_script.py/txt2img/Composable LoRA with step/value": false, + "customscript/composable_lora_script.py/txt2img/Plot the LoRA weight in all steps/visible": true, + "customscript/composable_lora_script.py/txt2img/Plot the LoRA weight in all steps/value": false, + "customscript/composable_lora_script.py/txt2img/Don't use LoRA in uc if there're no subprompts/visible": true, + "customscript/composable_lora_script.py/txt2img/Don't use LoRA in uc if there're no subprompts/value": false, + "customscript/main.py/txt2img/CFG rescale \u03c6/visible": true, + "customscript/main.py/txt2img/CFG rescale \u03c6/value": 0, + "customscript/main.py/txt2img/CFG rescale \u03c6/minimum": 0, + "customscript/main.py/txt2img/CFG rescale \u03c6/maximum": 1, + "customscript/main.py/txt2img/CFG rescale \u03c6/step": 0.01, + "txt2img/Neutral prompt/visible": true, + "txt2img/Neutral prompt/value": "", + "txt2img/Prompt weight/visible": true, + "txt2img/Prompt weight/value": 1, + "txt2img/Prompt weight/minimum": -3, + "txt2img/Prompt weight/maximum": 3, + "txt2img/Prompt weight/step": 0.01, + "txt2img/Prompt type/visible": true, + "txt2img/Prompt type/value": "Perpendicular", + "txt2img/Apply to prompt/visible": true, + "customscript/composable_lora_script.py/img2img/Composable LoRA with step/visible": true, + "customscript/composable_lora_script.py/img2img/Composable LoRA with step/value": false, + "customscript/composable_lora_script.py/img2img/Plot the LoRA weight in all steps/visible": true, + "customscript/composable_lora_script.py/img2img/Plot the LoRA weight in all steps/value": false, + "customscript/composable_lora_script.py/img2img/Don't use LoRA in uc if there're no subprompts/visible": true, + "customscript/composable_lora_script.py/img2img/Don't use LoRA in uc if there're no subprompts/value": false, + "customscript/main.py/img2img/CFG rescale \u03c6/visible": true, + "customscript/main.py/img2img/CFG rescale \u03c6/value": 0, + "customscript/main.py/img2img/CFG rescale \u03c6/minimum": 0, + "customscript/main.py/img2img/CFG rescale \u03c6/maximum": 1, + "customscript/main.py/img2img/CFG rescale \u03c6/step": 0.01, + "img2img/Neutral prompt/visible": true, + "img2img/Neutral prompt/value": "", + "img2img/Prompt weight/visible": true, + "img2img/Prompt weight/value": 1, + "img2img/Prompt weight/minimum": -3, + "img2img/Prompt weight/maximum": 3, + "img2img/Prompt weight/step": 0.01, + "img2img/Prompt type/visible": true, + "img2img/Prompt type/value": "Perpendicular", + "img2img/Apply to prompt/visible": true, + "customscript/composable_lora_script.py/txt2img/Treat hires step as global step/visible": true, + "customscript/composable_lora_script.py/txt2img/Treat hires step as global step/value": false, + "customscript/cutoff.py/txt2img/Enabled/visible": true, + "customscript/cutoff.py/txt2img/Enabled/value": false, + "customscript/cutoff.py/txt2img/Target tokens (comma separated)/visible": true, + "customscript/cutoff.py/txt2img/Target tokens (comma separated)/value": "", + "customscript/cutoff.py/txt2img/Weight/visible": true, + "customscript/cutoff.py/txt2img/Weight/value": 0.5, + "customscript/cutoff.py/txt2img/Weight/minimum": -1.0, + "customscript/cutoff.py/txt2img/Weight/maximum": 2.0, + "customscript/cutoff.py/txt2img/Weight/step": 0.01, + "customscript/cutoff.py/txt2img/Disable for Negative prompt./visible": true, + "customscript/cutoff.py/txt2img/Disable for Negative prompt./value": true, + "customscript/cutoff.py/txt2img/Cutoff strongly./visible": true, + "customscript/cutoff.py/txt2img/Cutoff strongly./value": false, + "customscript/cutoff.py/txt2img/Padding token (ID or single token)/visible": true, + "customscript/cutoff.py/txt2img/Padding token (ID or single token)/value": "", + "customscript/cutoff.py/txt2img/Interpolation method/visible": true, + "customscript/cutoff.py/txt2img/Interpolation method/value": "Lerp", + "customscript/cutoff.py/txt2img/Debug log/visible": true, + "customscript/cutoff.py/txt2img/Debug log/value": false, + "customscript/onebuttonprompt.py/txt2img/Higher levels increases complexity and randomness of generated prompt/visible": true, + "customscript/onebuttonprompt.py/txt2img/Higher levels increases complexity and randomness of generated prompt/value": 5, + "customscript/onebuttonprompt.py/txt2img/Higher levels increases complexity and randomness of generated prompt/minimum": 1, + "customscript/onebuttonprompt.py/txt2img/Higher levels increases complexity and randomness of generated prompt/maximum": 10, + "customscript/onebuttonprompt.py/txt2img/Higher levels increases complexity and randomness of generated prompt/step": 1, + "customscript/onebuttonprompt.py/txt2img/Subject Types/visible": true, + "customscript/onebuttonprompt.py/txt2img/Subject Types/value": "all", + "customscript/onebuttonprompt.py/txt2img/Artists/visible": true, + "customscript/onebuttonprompt.py/txt2img/Artists/value": "all", + "customscript/onebuttonprompt.py/txt2img/type of image/visible": true, + "customscript/onebuttonprompt.py/txt2img/type of image/value": "all", + "customscript/onebuttonprompt.py/txt2img/One in X chance to use special image type mode/visible": true, + "customscript/onebuttonprompt.py/txt2img/One in X chance to use special image type mode/value": "20", + "customscript/onebuttonprompt.py/txt2img/One in X chance to use special image type mode/minimum": 1, + "customscript/onebuttonprompt.py/txt2img/One in X chance to use special image type mode/maximum": 100, + "customscript/onebuttonprompt.py/txt2img/One in X chance to use special image type mode/step": 1, + "customscript/onebuttonprompt.py/txt2img/Overwrite subject: /visible": true, + "customscript/onebuttonprompt.py/txt2img/Overwrite subject: /value": "", + "customscript/onebuttonprompt.py/txt2img/Smart subject/visible": true, + "customscript/onebuttonprompt.py/txt2img/Smart subject/value": true, + "customscript/onebuttonprompt.py/txt2img/Overwrite type of image: /visible": true, + "customscript/onebuttonprompt.py/txt2img/Overwrite type of image: /value": "", + "customscript/onebuttonprompt.py/txt2img/Place this in front of generated prompt (prefix)/visible": true, + "customscript/onebuttonprompt.py/txt2img/Place this in front of generated prompt (prefix)/value": "", + "customscript/onebuttonprompt.py/txt2img/Place this at back of generated prompt (suffix)/visible": true, + "customscript/onebuttonprompt.py/txt2img/Place this at back of generated prompt (suffix)/value": "", + "customscript/onebuttonprompt.py/txt2img/Use this negative prompt/visible": true, + "customscript/onebuttonprompt.py/txt2img/Use this negative prompt/value": "", + "customscript/onebuttonprompt.py/txt2img/Filter out following properties (comma seperated). Example film grain, purple, cat /visible": true, + "customscript/onebuttonprompt.py/txt2img/Filter out following properties (comma seperated). Example film grain, purple, cat /value": "", + "customscript/onebuttonprompt.py/txt2img/Workflow mode, turns off prompt generation and uses below Workflow prompt instead./visible": true, + "customscript/onebuttonprompt.py/txt2img/Workflow mode, turns off prompt generation and uses below Workflow prompt instead./value": false, + "customscript/onebuttonprompt.py/txt2img/Workflow prompt/visible": true, + "customscript/onebuttonprompt.py/txt2img/Workflow prompt/value": "", + "txt2img/Generate me some prompts!/visible": true, + "txt2img/prompt 1/visible": true, + "txt2img/prompt 1/value": "", + "txt2img/Send prompt up/visible": true, + "txt2img/prompt 2/visible": true, + "txt2img/prompt 2/value": "", + "txt2img/prompt 3/visible": true, + "txt2img/prompt 3/value": "", + "txt2img/prompt 4/visible": true, + "txt2img/prompt 4/value": "", + "txt2img/prompt 5/visible": true, + "txt2img/prompt 5/value": "", + "customscript/onebuttonprompt.py/txt2img/Prompt compounder/visible": true, + "customscript/onebuttonprompt.py/txt2img/Prompt compounder/value": "1", + "customscript/onebuttonprompt.py/txt2img/Prompt seperator/visible": true, + "customscript/onebuttonprompt.py/txt2img/Prompt seperator/value": "comma", + "customscript/onebuttonprompt.py/txt2img/Prompt seperator mode/visible": true, + "customscript/onebuttonprompt.py/txt2img/Prompt seperator mode/value": "none", + "txt2img/Start generating and upscaling!/visible": true, + "txt2img/URL/visible": true, + "txt2img/URL/value": "http://127.0.0.1:7860", + "txt2img/Don't generate, only upscale/visible": true, + "txt2img/Don't generate, only upscale/value": false, + "txt2img/Amount of images to generate/visible": true, + "txt2img/Amount of images to generate/value": "20", + "txt2img/Amount of images to generate/minimum": 1, + "txt2img/Amount of images to generate/maximum": 50, + "txt2img/Amount of images to generate/step": 1, + "txt2img/Size to generate/visible": true, + "txt2img/Size to generate/value": "all", + "txt2img/CFG/visible": true, + "txt2img/CFG/value": "6.0", + "txt2img/CFG/minimum": 1, + "txt2img/CFG/maximum": 20, + "txt2img/CFG/step": 0.1, + "txt2img/hires. fix/visible": true, + "txt2img/hires. fix/value": true, + "txt2img/Scale/visible": true, + "txt2img/Scale/value": "2", + "txt2img/Scale/minimum": 1, + "txt2img/Scale/maximum": 4, + "txt2img/Scale/step": 0.05, + "txt2img/Denoise strength/visible": true, + "txt2img/Denoise strength/value": "0.60", + "txt2img/Denoise strength/minimum": 0, + "txt2img/Denoise strength/maximum": 1, + "txt2img/Denoise strength/step": 0.01, + "txt2img/model to use/visible": true, + "txt2img/model to use/value": "currently selected model", + "txt2img/Sampler/visible": true, + "txt2img/Sampler/value": "all", + "txt2img/hires upscaler/visible": true, + "txt2img/hires upscaler/value": "all", + "txt2img/Quality Gate/visible": true, + "txt2img/Quality Gate/value": false, + "txt2img/Quality/value": "7.2", + "txt2img/Quality/minimum": 1, + "txt2img/Quality/maximum": 10, + "txt2img/Quality/step": 0.1, + "txt2img/Amount of tries/value": "5", + "txt2img/Amount of tries/minimum": 1, + "txt2img/Amount of tries/maximum": 50, + "txt2img/Amount of tries/step": 1, + "txt2img/Upscale image with IMG2IMG/visible": true, + "txt2img/Upscale image with IMG2IMG/value": true, + "txt2img/Amount times to repeat upscaling with IMG2IMG (loopback)/visible": true, + "txt2img/Amount times to repeat upscaling with IMG2IMG (loopback)/value": "1", + "txt2img/Amount times to repeat upscaling with IMG2IMG (loopback)/minimum": 1, + "txt2img/Amount times to repeat upscaling with IMG2IMG (loopback)/maximum": 5, + "txt2img/Amount times to repeat upscaling with IMG2IMG (loopback)/step": 1, + "txt2img/img2img Sampling steps/visible": true, + "txt2img/img2img Sampling steps/value": "20", + "txt2img/img2img Sampling steps/minimum": 1, + "txt2img/img2img Sampling steps/maximum": 100, + "txt2img/img2img Sampling steps/step": 1, + "txt2img/img2img CFG/visible": true, + "txt2img/img2img CFG/value": "6", + "txt2img/img2img CFG/minimum": 1, + "txt2img/img2img CFG/maximum": 20, + "txt2img/img2img CFG/step": 0.1, + "txt2img/img2img denoise strength/visible": true, + "txt2img/img2img denoise strength/value": "0.30", + "txt2img/img2img denoise strength/minimum": 0, + "txt2img/img2img denoise strength/maximum": 1, + "txt2img/img2img denoise strength/step": 0.01, + "txt2img/adjust denoise each img2img batch/visible": true, + "txt2img/adjust denoise each img2img batch/value": "-0.05", + "txt2img/adjust denoise each img2img batch/minimum": -1, + "txt2img/adjust denoise each img2img batch/maximum": 1, + "txt2img/adjust denoise each img2img batch/step": 0.01, + "txt2img/img2img model to use/visible": true, + "txt2img/img2img model to use/value": "currently selected model", + "txt2img/img2img sampler/visible": true, + "txt2img/img2img sampler/value": "all", + "txt2img/img2img upscaler/visible": true, + "txt2img/img2img upscaler/value": "all", + "txt2img/img2img scale/visible": true, + "txt2img/img2img scale/value": "2", + "txt2img/img2img scale/minimum": 1, + "txt2img/img2img scale/maximum": 4, + "txt2img/img2img scale/step": 0.05, + "txt2img/img2img padding/visible": true, + "txt2img/img2img padding/value": "64", + "txt2img/img2img padding/minimum": 32, + "txt2img/img2img padding/maximum": 256, + "txt2img/img2img padding/step": 12, + "txt2img/Use Ultimate SD Upscale script instead/visible": true, + "txt2img/Use Ultimate SD Upscale script instead/value": false, + "txt2img/tile width/value": "512", + "txt2img/tile width/minimum": 0, + "txt2img/tile width/maximum": 2048, + "txt2img/tile width/step": 12, + "txt2img/tile height/value": "0", + "txt2img/tile height/minimum": 0, + "txt2img/tile height/maximum": 2048, + "txt2img/tile height/step": 12, + "txt2img/Mask blur/value": "8", + "txt2img/Mask blur/minimum": 0, + "txt2img/Mask blur/maximum": 64, + "txt2img/Mask blur/step": 1, + "txt2img/Type/value": "Linear", + "txt2img/Seams fix/value": "None", + "txt2img/Seams denoise strenght/value": "0.35", + "txt2img/Seams denoise strenght/minimum": 0, + "txt2img/Seams denoise strenght/maximum": 1, + "txt2img/Seams denoise strenght/step": 0.01, + "txt2img/Seams Width/value": "64", + "txt2img/Seams Width/minimum": 0, + "txt2img/Seams Width/maximum": 128, + "txt2img/Seams Width/step": 12, + "txt2img/Seams padding/value": "32", + "txt2img/Seams padding/minimum": 0, + "txt2img/Seams padding/maximum": 128, + "txt2img/Seams padding/step": 12, + "txt2img/Seams Mask blur (offset pass only)/value": "8", + "txt2img/Seams Mask blur (offset pass only)/minimum": 0, + "txt2img/Seams Mask blur (offset pass only)/maximum": 64, + "txt2img/Seams Mask blur (offset pass only)/step": 1, + "txt2img/Enable controlnet tile resample/visible": true, + "txt2img/Enable controlnet tile resample/value": false, + "txt2img/also enable wierd blocky upscale mode/visible": true, + "txt2img/also enable wierd blocky upscale mode/value": false, + "txt2img/Controlnet tile model name/visible": true, + "txt2img/Controlnet tile model name/value": "control_v11f1e_sd15_tile [a371b31b]", + "txt2img/Enable upscale with extras/visible": true, + "txt2img/Enable upscale with extras/value": false, + "txt2img/Upscale resize/value": "2", + "txt2img/Upscale resize/minimum": 0, + "txt2img/Upscale resize/maximum": 8, + "txt2img/Upscale resize/step": 0.05, + "txt2img/upscaler 1/value": "all", + "txt2img/upscaler 2/value": "all", + "txt2img/Upscaler 2 vis./value": "0.5", + "txt2img/Upscaler 2 vis./minimum": 0, + "txt2img/Upscaler 2 vis./maximum": 1, + "txt2img/Upscaler 2 vis./step": 0.05, + "txt2img/GFPGAN vis./value": "0", + "txt2img/GFPGAN vis./minimum": 0, + "txt2img/GFPGAN vis./maximum": 1, + "txt2img/GFPGAN vis./step": 0.05, + "txt2img/CodeFormer vis./value": "0.15", + "txt2img/CodeFormer vis./minimum": 0, + "txt2img/CodeFormer vis./maximum": 1, + "txt2img/CodeFormer vis./step": 0.05, + "txt2img/CodeFormer weight/value": "0.1", + "txt2img/CodeFormer weight/minimum": 0, + "txt2img/CodeFormer weight/maximum": 1, + "txt2img/CodeFormer weight/step": 0.05, + "customscript/composable_lora_script.py/img2img/Treat hires step as global step/visible": true, + "customscript/composable_lora_script.py/img2img/Treat hires step as global step/value": false, + "customscript/cutoff.py/img2img/Enabled/visible": true, + "customscript/cutoff.py/img2img/Enabled/value": false, + "customscript/cutoff.py/img2img/Target tokens (comma separated)/visible": true, + "customscript/cutoff.py/img2img/Target tokens (comma separated)/value": "", + "customscript/cutoff.py/img2img/Weight/visible": true, + "customscript/cutoff.py/img2img/Weight/value": 0.5, + "customscript/cutoff.py/img2img/Weight/minimum": -1.0, + "customscript/cutoff.py/img2img/Weight/maximum": 2.0, + "customscript/cutoff.py/img2img/Weight/step": 0.01, + "customscript/cutoff.py/img2img/Disable for Negative prompt./visible": true, + "customscript/cutoff.py/img2img/Disable for Negative prompt./value": true, + "customscript/cutoff.py/img2img/Cutoff strongly./visible": true, + "customscript/cutoff.py/img2img/Cutoff strongly./value": false, + "customscript/cutoff.py/img2img/Padding token (ID or single token)/visible": true, + "customscript/cutoff.py/img2img/Padding token (ID or single token)/value": "", + "customscript/cutoff.py/img2img/Interpolation method/visible": true, + "customscript/cutoff.py/img2img/Interpolation method/value": "Lerp", + "customscript/cutoff.py/img2img/Debug log/visible": true, + "customscript/cutoff.py/img2img/Debug log/value": false, + "customscript/onebuttonprompt.py/img2img/Higher levels increases complexity and randomness of generated prompt/visible": true, + "customscript/onebuttonprompt.py/img2img/Higher levels increases complexity and randomness of generated prompt/value": 5, + "customscript/onebuttonprompt.py/img2img/Higher levels increases complexity and randomness of generated prompt/minimum": 1, + "customscript/onebuttonprompt.py/img2img/Higher levels increases complexity and randomness of generated prompt/maximum": 10, + "customscript/onebuttonprompt.py/img2img/Higher levels increases complexity and randomness of generated prompt/step": 1, + "customscript/onebuttonprompt.py/img2img/Subject Types/visible": true, + "customscript/onebuttonprompt.py/img2img/Subject Types/value": "all", + "customscript/onebuttonprompt.py/img2img/Artists/visible": true, + "customscript/onebuttonprompt.py/img2img/Artists/value": "all", + "customscript/onebuttonprompt.py/img2img/type of image/visible": true, + "customscript/onebuttonprompt.py/img2img/type of image/value": "all", + "customscript/onebuttonprompt.py/img2img/One in X chance to use special image type mode/visible": true, + "customscript/onebuttonprompt.py/img2img/One in X chance to use special image type mode/value": "20", + "customscript/onebuttonprompt.py/img2img/One in X chance to use special image type mode/minimum": 1, + "customscript/onebuttonprompt.py/img2img/One in X chance to use special image type mode/maximum": 100, + "customscript/onebuttonprompt.py/img2img/One in X chance to use special image type mode/step": 1, + "customscript/onebuttonprompt.py/img2img/Overwrite subject: /visible": true, + "customscript/onebuttonprompt.py/img2img/Overwrite subject: /value": "", + "customscript/onebuttonprompt.py/img2img/Smart subject/visible": true, + "customscript/onebuttonprompt.py/img2img/Smart subject/value": true, + "customscript/onebuttonprompt.py/img2img/Overwrite type of image: /visible": true, + "customscript/onebuttonprompt.py/img2img/Overwrite type of image: /value": "", + "customscript/onebuttonprompt.py/img2img/Place this in front of generated prompt (prefix)/visible": true, + "customscript/onebuttonprompt.py/img2img/Place this in front of generated prompt (prefix)/value": "", + "customscript/onebuttonprompt.py/img2img/Place this at back of generated prompt (suffix)/visible": true, + "customscript/onebuttonprompt.py/img2img/Place this at back of generated prompt (suffix)/value": "", + "customscript/onebuttonprompt.py/img2img/Use this negative prompt/visible": true, + "customscript/onebuttonprompt.py/img2img/Use this negative prompt/value": "", + "customscript/onebuttonprompt.py/img2img/Filter out following properties (comma seperated). Example film grain, purple, cat /visible": true, + "customscript/onebuttonprompt.py/img2img/Filter out following properties (comma seperated). Example film grain, purple, cat /value": "", + "customscript/onebuttonprompt.py/img2img/Workflow mode, turns off prompt generation and uses below Workflow prompt instead./visible": true, + "customscript/onebuttonprompt.py/img2img/Workflow mode, turns off prompt generation and uses below Workflow prompt instead./value": false, + "customscript/onebuttonprompt.py/img2img/Workflow prompt/visible": true, + "customscript/onebuttonprompt.py/img2img/Workflow prompt/value": "", + "img2img/Generate me some prompts!/visible": true, + "img2img/prompt 1/visible": true, + "img2img/prompt 1/value": "", + "img2img/Send prompt up/visible": true, + "img2img/prompt 2/visible": true, + "img2img/prompt 2/value": "", + "img2img/prompt 3/visible": true, + "img2img/prompt 3/value": "", + "img2img/prompt 4/visible": true, + "img2img/prompt 4/value": "", + "img2img/prompt 5/visible": true, + "img2img/prompt 5/value": "", + "customscript/onebuttonprompt.py/img2img/Prompt compounder/visible": true, + "customscript/onebuttonprompt.py/img2img/Prompt compounder/value": "1", + "customscript/onebuttonprompt.py/img2img/Prompt seperator/visible": true, + "customscript/onebuttonprompt.py/img2img/Prompt seperator/value": "comma", + "customscript/onebuttonprompt.py/img2img/Prompt seperator mode/visible": true, + "customscript/onebuttonprompt.py/img2img/Prompt seperator mode/value": "none", + "img2img/Start generating and upscaling!/visible": true, + "img2img/URL/visible": true, + "img2img/URL/value": "http://127.0.0.1:7860", + "img2img/Don't generate, only upscale/visible": true, + "img2img/Don't generate, only upscale/value": false, + "img2img/Amount of images to generate/visible": true, + "img2img/Amount of images to generate/value": "20", + "img2img/Amount of images to generate/minimum": 1, + "img2img/Amount of images to generate/maximum": 50, + "img2img/Amount of images to generate/step": 1, + "img2img/Size to generate/visible": true, + "img2img/Size to generate/value": "all", + "img2img/CFG/visible": true, + "img2img/CFG/value": "6.0", + "img2img/CFG/minimum": 1, + "img2img/CFG/maximum": 20, + "img2img/CFG/step": 0.1, + "img2img/hires. fix/visible": true, + "img2img/hires. fix/value": true, + "img2img/Hires steps/visible": true, + "img2img/Hires steps/value": "0", + "img2img/Hires steps/minimum": 0, + "img2img/Hires steps/maximum": 100, + "img2img/Hires steps/step": 1, + "img2img/Denoise strength/visible": true, + "img2img/Denoise strength/value": "0.60", + "img2img/Denoise strength/minimum": 0, + "img2img/Denoise strength/maximum": 1, + "img2img/Denoise strength/step": 0.01, + "img2img/model to use/visible": true, + "img2img/model to use/value": "currently selected model", + "img2img/Sampler/visible": true, + "img2img/Sampler/value": "all", + "img2img/hires upscaler/visible": true, + "img2img/hires upscaler/value": "all", + "img2img/Quality Gate/visible": true, + "img2img/Quality Gate/value": false, + "img2img/Quality/value": "7.2", + "img2img/Quality/minimum": 1, + "img2img/Quality/maximum": 10, + "img2img/Quality/step": 0.1, + "img2img/Amount of tries/value": "5", + "img2img/Amount of tries/minimum": 1, + "img2img/Amount of tries/maximum": 50, + "img2img/Amount of tries/step": 1, + "img2img/Upscale image with IMG2IMG/visible": true, + "img2img/Upscale image with IMG2IMG/value": true, + "img2img/Amount times to repeat upscaling with IMG2IMG (loopback)/visible": true, + "img2img/Amount times to repeat upscaling with IMG2IMG (loopback)/value": "1", + "img2img/Amount times to repeat upscaling with IMG2IMG (loopback)/minimum": 1, + "img2img/Amount times to repeat upscaling with IMG2IMG (loopback)/maximum": 5, + "img2img/Amount times to repeat upscaling with IMG2IMG (loopback)/step": 1, + "img2img/img2img Sampling steps/visible": true, + "img2img/img2img Sampling steps/value": "20", + "img2img/img2img Sampling steps/minimum": 1, + "img2img/img2img Sampling steps/maximum": 100, + "img2img/img2img Sampling steps/step": 1, + "img2img/img2img CFG/visible": true, + "img2img/img2img CFG/value": "6", + "img2img/img2img CFG/minimum": 1, + "img2img/img2img CFG/maximum": 20, + "img2img/img2img CFG/step": 0.1, + "img2img/img2img denoise strength/visible": true, + "img2img/img2img denoise strength/value": "0.30", + "img2img/img2img denoise strength/minimum": 0, + "img2img/img2img denoise strength/maximum": 1, + "img2img/img2img denoise strength/step": 0.01, + "img2img/adjust denoise each img2img batch/visible": true, + "img2img/adjust denoise each img2img batch/value": "-0.05", + "img2img/adjust denoise each img2img batch/minimum": -1, + "img2img/adjust denoise each img2img batch/maximum": 1, + "img2img/adjust denoise each img2img batch/step": 0.01, + "img2img/img2img model to use/visible": true, + "img2img/img2img model to use/value": "currently selected model", + "img2img/img2img sampler/visible": true, + "img2img/img2img sampler/value": "all", + "img2img/img2img upscaler/visible": true, + "img2img/img2img upscaler/value": "all", + "img2img/img2img scale/visible": true, + "img2img/img2img scale/value": "2", + "img2img/img2img scale/minimum": 1, + "img2img/img2img scale/maximum": 4, + "img2img/img2img scale/step": 0.05, + "img2img/img2img padding/visible": true, + "img2img/img2img padding/value": "64", + "img2img/img2img padding/minimum": 32, + "img2img/img2img padding/maximum": 256, + "img2img/img2img padding/step": 12, + "img2img/Use Ultimate SD Upscale script instead/visible": true, + "img2img/Use Ultimate SD Upscale script instead/value": false, + "img2img/tile width/value": "512", + "img2img/tile width/minimum": 0, + "img2img/tile width/maximum": 2048, + "img2img/tile width/step": 12, + "img2img/tile height/value": "0", + "img2img/tile height/minimum": 0, + "img2img/tile height/maximum": 2048, + "img2img/tile height/step": 12, + "img2img/Type/value": "Linear", + "img2img/Seams fix/value": "None", + "img2img/Seams denoise strenght/value": "0.35", + "img2img/Seams denoise strenght/minimum": 0, + "img2img/Seams denoise strenght/maximum": 1, + "img2img/Seams denoise strenght/step": 0.01, + "img2img/Seams Width/value": "64", + "img2img/Seams Width/minimum": 0, + "img2img/Seams Width/maximum": 128, + "img2img/Seams Width/step": 12, + "img2img/Seams padding/value": "32", + "img2img/Seams padding/minimum": 0, + "img2img/Seams padding/maximum": 128, + "img2img/Seams padding/step": 12, + "img2img/Seams Mask blur (offset pass only)/value": "8", + "img2img/Seams Mask blur (offset pass only)/minimum": 0, + "img2img/Seams Mask blur (offset pass only)/maximum": 64, + "img2img/Seams Mask blur (offset pass only)/step": 1, + "img2img/Enable controlnet tile resample/visible": true, + "img2img/Enable controlnet tile resample/value": false, + "img2img/also enable wierd blocky upscale mode/visible": true, + "img2img/also enable wierd blocky upscale mode/value": false, + "img2img/Controlnet tile model name/visible": true, + "img2img/Controlnet tile model name/value": "control_v11f1e_sd15_tile [a371b31b]", + "img2img/Enable upscale with extras/visible": true, + "img2img/Enable upscale with extras/value": false, + "img2img/Upscale resize/value": "2", + "img2img/Upscale resize/minimum": 0, + "img2img/Upscale resize/maximum": 8, + "img2img/Upscale resize/step": 0.05, + "img2img/upscaler 1/value": "all", + "img2img/upscaler 2/value": "all", + "img2img/Upscaler 2 vis./value": "0.5", + "img2img/Upscaler 2 vis./minimum": 0, + "img2img/Upscaler 2 vis./maximum": 1, + "img2img/Upscaler 2 vis./step": 0.05, + "img2img/GFPGAN vis./value": "0", + "img2img/GFPGAN vis./minimum": 0, + "img2img/GFPGAN vis./maximum": 1, + "img2img/GFPGAN vis./step": 0.05, + "img2img/CodeFormer vis./value": "0.15", + "img2img/CodeFormer vis./minimum": 0, + "img2img/CodeFormer vis./maximum": 1, + "img2img/CodeFormer vis./step": 0.05, + "img2img/CodeFormer weight/value": "0.1", + "img2img/CodeFormer weight/minimum": 0, + "img2img/CodeFormer weight/maximum": 1, + "img2img/CodeFormer weight/step": 0.05, + "sd_cn_animation_interface/Width/visible": true, + "sd_cn_animation_interface/Width/value": 1024, + "sd_cn_animation_interface/Width/minimum": 64, + "sd_cn_animation_interface/Width/maximum": 2048, + "sd_cn_animation_interface/Width/step": 64, + "sd_cn_animation_interface/Height/visible": true, + "sd_cn_animation_interface/Height/value": 576, + "sd_cn_animation_interface/Height/minimum": 64, + "sd_cn_animation_interface/Height/maximum": 2048, + "sd_cn_animation_interface/Height/step": 64, + "sd_cn_animation_interface/Prompt/visible": true, + "sd_cn_animation_interface/Prompt/value": "", + "sd_cn_animation_interface/Negative prompt/visible": true, + "sd_cn_animation_interface/Negative prompt/value": "text, letters, logo, brand, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", + "sd_cn_animation_interface/CFG scale/visible": true, + "sd_cn_animation_interface/CFG scale/value": 5.5, + "sd_cn_animation_interface/CFG scale/minimum": 1, + "sd_cn_animation_interface/CFG scale/maximum": 100, + "sd_cn_animation_interface/CFG scale/step": 1, + "sd_cn_animation_interface/Seed (this parameter controls how the first frame looks like and the color distribution of the consecutive frames as they are dependent on the first one)/visible": true, + "sd_cn_animation_interface/Seed (this parameter controls how the first frame looks like and the color distribution of the consecutive frames as they are dependent on the first one)/value": -1, + "sd_cn_animation_interface/Processing strength (Step 1)/visible": true, + "sd_cn_animation_interface/Processing strength (Step 1)/value": 0.85, + "sd_cn_animation_interface/Processing strength (Step 1)/minimum": 0, + "sd_cn_animation_interface/Processing strength (Step 1)/maximum": 1, + "sd_cn_animation_interface/Processing strength (Step 1)/step": 0.05, + "sd_cn_animation_interface/Fix frame strength (Step 2)/visible": true, + "sd_cn_animation_interface/Fix frame strength (Step 2)/value": 0.15, + "sd_cn_animation_interface/Fix frame strength (Step 2)/minimum": 0, + "sd_cn_animation_interface/Fix frame strength (Step 2)/maximum": 1, + "sd_cn_animation_interface/Fix frame strength (Step 2)/step": 0.05, + "sd_cn_animation_interface/Sampling method/visible": true, + "sd_cn_animation_interface/Sampling method/value": "Euler a", + "sd_cn_animation_interface/Sampling steps/visible": true, + "sd_cn_animation_interface/Sampling steps/value": 15, + "sd_cn_animation_interface/Sampling steps/minimum": 1, + "sd_cn_animation_interface/Sampling steps/maximum": 150, + "sd_cn_animation_interface/Sampling steps/step": 1, + "sd_cn_animation_interface/Occlusion blur strength/visible": true, + "sd_cn_animation_interface/Occlusion blur strength/value": 3, + "sd_cn_animation_interface/Occlusion blur strength/minimum": 0, + "sd_cn_animation_interface/Occlusion blur strength/maximum": 10, + "sd_cn_animation_interface/Occlusion blur strength/step": 0.1, + "sd_cn_animation_interface/Occlusion trailing/visible": true, + "sd_cn_animation_interface/Occlusion trailing/value": true, + "sd_cn_animation_interface/Occlusion flow multiplier/visible": true, + "sd_cn_animation_interface/Occlusion flow multiplier/value": 5, + "sd_cn_animation_interface/Occlusion flow multiplier/minimum": 0, + "sd_cn_animation_interface/Occlusion flow multiplier/maximum": 10, + "sd_cn_animation_interface/Occlusion flow multiplier/step": 0.1, + "sd_cn_animation_interface/Occlusion diff origin multiplier/visible": true, + "sd_cn_animation_interface/Occlusion diff origin multiplier/value": 2, + "sd_cn_animation_interface/Occlusion diff origin multiplier/minimum": 0, + "sd_cn_animation_interface/Occlusion diff origin multiplier/maximum": 10, + "sd_cn_animation_interface/Occlusion diff origin multiplier/step": 0.1, + "sd_cn_animation_interface/Occlusion diff styled multiplier/visible": true, + "sd_cn_animation_interface/Occlusion diff styled multiplier/value": 0, + "sd_cn_animation_interface/Occlusion diff styled multiplier/minimum": 0, + "sd_cn_animation_interface/Occlusion diff styled multiplier/maximum": 10, + "sd_cn_animation_interface/Occlusion diff styled multiplier/step": 0.1, + "sd_cn_animation_interface/Seed/visible": true, + "sd_cn_animation_interface/Seed/value": -1, + "sd_cn_animation_interface/Warped prev frame vs Current frame blend alpha/visible": true, + "sd_cn_animation_interface/Warped prev frame vs Current frame blend alpha/value": 1, + "sd_cn_animation_interface/Warped prev frame vs Current frame blend alpha/minimum": 0, + "sd_cn_animation_interface/Warped prev frame vs Current frame blend alpha/maximum": 1, + "sd_cn_animation_interface/Warped prev frame vs Current frame blend alpha/step": 0.1, + "sd_cn_animation_interface/Processing mode/visible": true, + "sd_cn_animation_interface/Processing mode/value": "Process full image then blend in occlusions", + "sd_cn_animation_interface/Override settings/value": null, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/UmiAI enabled/visible": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/UmiAI enabled/value": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Verbose logging/visible": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Verbose logging/value": false, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Cache files/visible": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Cache files/value": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Same prompt in batch/visible": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Same prompt in batch/value": false, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/**negative keywords**/visible": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/**negative keywords**/value": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Static wildcards/visible": true, + "customscript/wildcard_recursive.py/sd_cn_animation_interface/Static wildcards/value": false, + "customscript/additional_networks.py/sd_cn_animation_interface/Enable/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Enable/value": false, + "customscript/additional_networks.py/sd_cn_animation_interface/Separate UNet/Text Encoder weights/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Separate UNet/Text Encoder weights/value": false, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 1/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 1/value": "LoRA", + "customscript/additional_networks.py/sd_cn_animation_interface/Model 1/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Model 1/value": "None", + "sd_cn_animation_interface/\ud83d\udcdd/visible": true, + "sd_cn_animation_interface/Weight 1/visible": true, + "sd_cn_animation_interface/Weight 1/value": 1.0, + "sd_cn_animation_interface/Weight 1/minimum": -1.0, + "sd_cn_animation_interface/Weight 1/maximum": 2.0, + "sd_cn_animation_interface/Weight 1/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 1/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 1/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 1/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 1/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 1/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 1/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 1/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 1/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 2/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 2/value": "LoRA", + "customscript/additional_networks.py/sd_cn_animation_interface/Model 2/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Model 2/value": "None", + "sd_cn_animation_interface/Weight 2/visible": true, + "sd_cn_animation_interface/Weight 2/value": 1.0, + "sd_cn_animation_interface/Weight 2/minimum": -1.0, + "sd_cn_animation_interface/Weight 2/maximum": 2.0, + "sd_cn_animation_interface/Weight 2/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 2/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 2/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 2/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 2/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 2/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 2/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 2/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 2/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 3/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 3/value": "LoRA", + "customscript/additional_networks.py/sd_cn_animation_interface/Model 3/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Model 3/value": "None", + "sd_cn_animation_interface/Weight 3/visible": true, + "sd_cn_animation_interface/Weight 3/value": 1.0, + "sd_cn_animation_interface/Weight 3/minimum": -1.0, + "sd_cn_animation_interface/Weight 3/maximum": 2.0, + "sd_cn_animation_interface/Weight 3/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 3/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 3/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 3/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 3/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 3/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 3/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 3/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 3/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 4/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 4/value": "LoRA", + "customscript/additional_networks.py/sd_cn_animation_interface/Model 4/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Model 4/value": "None", + "sd_cn_animation_interface/Weight 4/visible": true, + "sd_cn_animation_interface/Weight 4/value": 1.0, + "sd_cn_animation_interface/Weight 4/minimum": -1.0, + "sd_cn_animation_interface/Weight 4/maximum": 2.0, + "sd_cn_animation_interface/Weight 4/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 4/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 4/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 4/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 4/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 4/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 4/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 4/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 4/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 5/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Network module 5/value": "LoRA", + "customscript/additional_networks.py/sd_cn_animation_interface/Model 5/visible": true, + "customscript/additional_networks.py/sd_cn_animation_interface/Model 5/value": "None", + "sd_cn_animation_interface/Weight 5/visible": true, + "sd_cn_animation_interface/Weight 5/value": 1.0, + "sd_cn_animation_interface/Weight 5/minimum": -1.0, + "sd_cn_animation_interface/Weight 5/maximum": 2.0, + "sd_cn_animation_interface/Weight 5/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 5/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 5/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 5/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/UNet Weight 5/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 5/value": 1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 5/minimum": -1.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 5/maximum": 2.0, + "customscript/additional_networks.py/sd_cn_animation_interface/TEnc Weight 5/step": 0.05, + "customscript/additional_networks.py/sd_cn_animation_interface/Refresh models/visible": true, + "customscript/!adetailer.py/sd_cn_animation_interface/Enable ADetailer/visible": true, + "customscript/!adetailer.py/sd_cn_animation_interface/Enable ADetailer/value": false, + "sd_cn_animation_interface/ADetailer model/visible": true, + "sd_cn_animation_interface/ADetailer model/value": "face_yolov8n.pt", + "sd_cn_animation_interface/ad_prompt/visible": true, + "sd_cn_animation_interface/ad_prompt/value": "", + "sd_cn_animation_interface/ad_negative_prompt/visible": true, + "sd_cn_animation_interface/ad_negative_prompt/value": "", + "sd_cn_animation_interface/Detection model confidence threshold/visible": true, + "sd_cn_animation_interface/Detection model confidence threshold/value": 0.3, + "sd_cn_animation_interface/Detection model confidence threshold/minimum": 0.0, + "sd_cn_animation_interface/Detection model confidence threshold/maximum": 1.0, + "sd_cn_animation_interface/Detection model confidence threshold/step": 0.01, + "sd_cn_animation_interface/Mask min area ratio/visible": true, + "sd_cn_animation_interface/Mask min area ratio/value": 0.0, + "sd_cn_animation_interface/Mask min area ratio/minimum": 0.0, + "sd_cn_animation_interface/Mask min area ratio/maximum": 1.0, + "sd_cn_animation_interface/Mask min area ratio/step": 0.001, + "sd_cn_animation_interface/Mask max area ratio/visible": true, + "sd_cn_animation_interface/Mask max area ratio/value": 1.0, + "sd_cn_animation_interface/Mask max area ratio/minimum": 0.0, + "sd_cn_animation_interface/Mask max area ratio/maximum": 1.0, + "sd_cn_animation_interface/Mask max area ratio/step": 0.001, + "sd_cn_animation_interface/Mask x(\u2192) offset/visible": true, + "sd_cn_animation_interface/Mask x(\u2192) offset/value": 0, + "sd_cn_animation_interface/Mask x(\u2192) offset/minimum": -200, + "sd_cn_animation_interface/Mask x(\u2192) offset/maximum": 200, + "sd_cn_animation_interface/Mask x(\u2192) offset/step": 1, + "sd_cn_animation_interface/Mask y(\u2191) offset/visible": true, + "sd_cn_animation_interface/Mask y(\u2191) offset/value": 0, + "sd_cn_animation_interface/Mask y(\u2191) offset/minimum": -200, + "sd_cn_animation_interface/Mask y(\u2191) offset/maximum": 200, + "sd_cn_animation_interface/Mask y(\u2191) offset/step": 1, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+)/visible": true, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+)/value": 4, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+)/minimum": -128, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+)/maximum": 128, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+)/step": 4, + "sd_cn_animation_interface/Mask merge mode/visible": true, + "sd_cn_animation_interface/Mask merge mode/value": "None", + "sd_cn_animation_interface/Inpaint mask blur/visible": true, + "sd_cn_animation_interface/Inpaint mask blur/value": 4, + "sd_cn_animation_interface/Inpaint mask blur/minimum": 0, + "sd_cn_animation_interface/Inpaint mask blur/maximum": 64, + "sd_cn_animation_interface/Inpaint mask blur/step": 1, + "sd_cn_animation_interface/Inpaint denoising strength/visible": true, + "sd_cn_animation_interface/Inpaint denoising strength/value": 0.4, + "sd_cn_animation_interface/Inpaint denoising strength/minimum": 0.0, + "sd_cn_animation_interface/Inpaint denoising strength/maximum": 1.0, + "sd_cn_animation_interface/Inpaint denoising strength/step": 0.01, + "sd_cn_animation_interface/Inpaint only masked/visible": true, + "sd_cn_animation_interface/Inpaint only masked/value": true, + "sd_cn_animation_interface/Inpaint only masked padding, pixels/visible": true, + "sd_cn_animation_interface/Inpaint only masked padding, pixels/value": 32, + "sd_cn_animation_interface/Inpaint only masked padding, pixels/minimum": 0, + "sd_cn_animation_interface/Inpaint only masked padding, pixels/maximum": 256, + "sd_cn_animation_interface/Inpaint only masked padding, pixels/step": 4, + "sd_cn_animation_interface/Use separate width/height/visible": true, + "sd_cn_animation_interface/Use separate width/height/value": false, + "sd_cn_animation_interface/inpaint width/visible": true, + "sd_cn_animation_interface/inpaint width/value": 512, + "sd_cn_animation_interface/inpaint width/minimum": 64, + "sd_cn_animation_interface/inpaint width/maximum": 2048, + "sd_cn_animation_interface/inpaint width/step": 4, + "sd_cn_animation_interface/inpaint height/visible": true, + "sd_cn_animation_interface/inpaint height/value": 512, + "sd_cn_animation_interface/inpaint height/minimum": 64, + "sd_cn_animation_interface/inpaint height/maximum": 2048, + "sd_cn_animation_interface/inpaint height/step": 4, + "sd_cn_animation_interface/Use separate steps/visible": true, + "sd_cn_animation_interface/Use separate steps/value": false, + "sd_cn_animation_interface/ADetailer steps/visible": true, + "sd_cn_animation_interface/ADetailer steps/value": 28, + "sd_cn_animation_interface/ADetailer steps/minimum": 1, + "sd_cn_animation_interface/ADetailer steps/maximum": 150, + "sd_cn_animation_interface/ADetailer steps/step": 1, + "sd_cn_animation_interface/Use separate CFG scale/visible": true, + "sd_cn_animation_interface/Use separate CFG scale/value": false, + "sd_cn_animation_interface/ADetailer CFG scale/visible": true, + "sd_cn_animation_interface/ADetailer CFG scale/value": 7.0, + "sd_cn_animation_interface/ADetailer CFG scale/minimum": 0.0, + "sd_cn_animation_interface/ADetailer CFG scale/maximum": 30.0, + "sd_cn_animation_interface/ADetailer CFG scale/step": 0.5, + "sd_cn_animation_interface/Use separate noise multiplier/visible": true, + "sd_cn_animation_interface/Use separate noise multiplier/value": false, + "sd_cn_animation_interface/Noise multiplier for img2img/visible": true, + "sd_cn_animation_interface/Noise multiplier for img2img/value": 1.0, + "sd_cn_animation_interface/Noise multiplier for img2img/minimum": 0.5, + "sd_cn_animation_interface/Noise multiplier for img2img/maximum": 1.5, + "sd_cn_animation_interface/Noise multiplier for img2img/step": 0.01, + "sd_cn_animation_interface/Restore faces after ADetailer/visible": true, + "sd_cn_animation_interface/Restore faces after ADetailer/value": false, + "sd_cn_animation_interface/ControlNet model/visible": true, + "sd_cn_animation_interface/ControlNet model/value": "None", + "sd_cn_animation_interface/ControlNet module/value": "inpaint_global_harmonious", + "sd_cn_animation_interface/ControlNet weight/visible": true, + "sd_cn_animation_interface/ControlNet weight/value": 1.0, + "sd_cn_animation_interface/ControlNet weight/minimum": 0.0, + "sd_cn_animation_interface/ControlNet weight/maximum": 1.0, + "sd_cn_animation_interface/ControlNet weight/step": 0.01, + "sd_cn_animation_interface/ControlNet guidance start/visible": true, + "sd_cn_animation_interface/ControlNet guidance start/value": 0.0, + "sd_cn_animation_interface/ControlNet guidance start/minimum": 0.0, + "sd_cn_animation_interface/ControlNet guidance start/maximum": 1.0, + "sd_cn_animation_interface/ControlNet guidance start/step": 0.01, + "sd_cn_animation_interface/ControlNet guidance end/visible": true, + "sd_cn_animation_interface/ControlNet guidance end/value": 1.0, + "sd_cn_animation_interface/ControlNet guidance end/minimum": 0.0, + "sd_cn_animation_interface/ControlNet guidance end/maximum": 1.0, + "sd_cn_animation_interface/ControlNet guidance end/step": 0.01, + "sd_cn_animation_interface/ADetailer model 2nd/visible": true, + "sd_cn_animation_interface/ADetailer model 2nd/value": "None", + "sd_cn_animation_interface/ad_prompt 2nd/visible": true, + "sd_cn_animation_interface/ad_prompt 2nd/value": "", + "sd_cn_animation_interface/ad_negative_prompt 2nd/visible": true, + "sd_cn_animation_interface/ad_negative_prompt 2nd/value": "", + "sd_cn_animation_interface/Detection model confidence threshold 2nd/visible": true, + "sd_cn_animation_interface/Detection model confidence threshold 2nd/value": 0.3, + "sd_cn_animation_interface/Detection model confidence threshold 2nd/minimum": 0.0, + "sd_cn_animation_interface/Detection model confidence threshold 2nd/maximum": 1.0, + "sd_cn_animation_interface/Detection model confidence threshold 2nd/step": 0.01, + "sd_cn_animation_interface/Mask min area ratio 2nd/visible": true, + "sd_cn_animation_interface/Mask min area ratio 2nd/value": 0.0, + "sd_cn_animation_interface/Mask min area ratio 2nd/minimum": 0.0, + "sd_cn_animation_interface/Mask min area ratio 2nd/maximum": 1.0, + "sd_cn_animation_interface/Mask min area ratio 2nd/step": 0.001, + "sd_cn_animation_interface/Mask max area ratio 2nd/visible": true, + "sd_cn_animation_interface/Mask max area ratio 2nd/value": 1.0, + "sd_cn_animation_interface/Mask max area ratio 2nd/minimum": 0.0, + "sd_cn_animation_interface/Mask max area ratio 2nd/maximum": 1.0, + "sd_cn_animation_interface/Mask max area ratio 2nd/step": 0.001, + "sd_cn_animation_interface/Mask x(\u2192) offset 2nd/visible": true, + "sd_cn_animation_interface/Mask x(\u2192) offset 2nd/value": 0, + "sd_cn_animation_interface/Mask x(\u2192) offset 2nd/minimum": -200, + "sd_cn_animation_interface/Mask x(\u2192) offset 2nd/maximum": 200, + "sd_cn_animation_interface/Mask x(\u2192) offset 2nd/step": 1, + "sd_cn_animation_interface/Mask y(\u2191) offset 2nd/visible": true, + "sd_cn_animation_interface/Mask y(\u2191) offset 2nd/value": 0, + "sd_cn_animation_interface/Mask y(\u2191) offset 2nd/minimum": -200, + "sd_cn_animation_interface/Mask y(\u2191) offset 2nd/maximum": 200, + "sd_cn_animation_interface/Mask y(\u2191) offset 2nd/step": 1, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+) 2nd/visible": true, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+) 2nd/value": 4, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+) 2nd/minimum": -128, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+) 2nd/maximum": 128, + "sd_cn_animation_interface/Mask erosion (-) / dilation (+) 2nd/step": 4, + "sd_cn_animation_interface/Mask merge mode 2nd/visible": true, + "sd_cn_animation_interface/Mask merge mode 2nd/value": "None", + "sd_cn_animation_interface/Inpaint mask blur 2nd/visible": true, + "sd_cn_animation_interface/Inpaint mask blur 2nd/value": 4, + "sd_cn_animation_interface/Inpaint mask blur 2nd/minimum": 0, + "sd_cn_animation_interface/Inpaint mask blur 2nd/maximum": 64, + "sd_cn_animation_interface/Inpaint mask blur 2nd/step": 1, + "sd_cn_animation_interface/Inpaint denoising strength 2nd/visible": true, + "sd_cn_animation_interface/Inpaint denoising strength 2nd/value": 0.4, + "sd_cn_animation_interface/Inpaint denoising strength 2nd/minimum": 0.0, + "sd_cn_animation_interface/Inpaint denoising strength 2nd/maximum": 1.0, + "sd_cn_animation_interface/Inpaint denoising strength 2nd/step": 0.01, + "sd_cn_animation_interface/Inpaint only masked 2nd/visible": true, + "sd_cn_animation_interface/Inpaint only masked 2nd/value": true, + "sd_cn_animation_interface/Inpaint only masked padding, pixels 2nd/visible": true, + "sd_cn_animation_interface/Inpaint only masked padding, pixels 2nd/value": 32, + "sd_cn_animation_interface/Inpaint only masked padding, pixels 2nd/minimum": 0, + "sd_cn_animation_interface/Inpaint only masked padding, pixels 2nd/maximum": 256, + "sd_cn_animation_interface/Inpaint only masked padding, pixels 2nd/step": 4, + "sd_cn_animation_interface/Use separate width/height 2nd/visible": true, + "sd_cn_animation_interface/Use separate width/height 2nd/value": false, + "sd_cn_animation_interface/inpaint width 2nd/visible": true, + "sd_cn_animation_interface/inpaint width 2nd/value": 512, + "sd_cn_animation_interface/inpaint width 2nd/minimum": 64, + "sd_cn_animation_interface/inpaint width 2nd/maximum": 2048, + "sd_cn_animation_interface/inpaint width 2nd/step": 4, + "sd_cn_animation_interface/inpaint height 2nd/visible": true, + "sd_cn_animation_interface/inpaint height 2nd/value": 512, + "sd_cn_animation_interface/inpaint height 2nd/minimum": 64, + "sd_cn_animation_interface/inpaint height 2nd/maximum": 2048, + "sd_cn_animation_interface/inpaint height 2nd/step": 4, + "sd_cn_animation_interface/Use separate steps 2nd/visible": true, + "sd_cn_animation_interface/Use separate steps 2nd/value": false, + "sd_cn_animation_interface/ADetailer steps 2nd/visible": true, + "sd_cn_animation_interface/ADetailer steps 2nd/value": 28, + "sd_cn_animation_interface/ADetailer steps 2nd/minimum": 1, + "sd_cn_animation_interface/ADetailer steps 2nd/maximum": 150, + "sd_cn_animation_interface/ADetailer steps 2nd/step": 1, + "sd_cn_animation_interface/Use separate CFG scale 2nd/visible": true, + "sd_cn_animation_interface/Use separate CFG scale 2nd/value": false, + "sd_cn_animation_interface/ADetailer CFG scale 2nd/visible": true, + "sd_cn_animation_interface/ADetailer CFG scale 2nd/value": 7.0, + "sd_cn_animation_interface/ADetailer CFG scale 2nd/minimum": 0.0, + "sd_cn_animation_interface/ADetailer CFG scale 2nd/maximum": 30.0, + "sd_cn_animation_interface/ADetailer CFG scale 2nd/step": 0.5, + "sd_cn_animation_interface/Use separate noise multiplier 2nd/visible": true, + "sd_cn_animation_interface/Use separate noise multiplier 2nd/value": false, + "sd_cn_animation_interface/Noise multiplier for img2img 2nd/visible": true, + "sd_cn_animation_interface/Noise multiplier for img2img 2nd/value": 1.0, + "sd_cn_animation_interface/Noise multiplier for img2img 2nd/minimum": 0.5, + "sd_cn_animation_interface/Noise multiplier for img2img 2nd/maximum": 1.5, + "sd_cn_animation_interface/Noise multiplier for img2img 2nd/step": 0.01, + "sd_cn_animation_interface/Restore faces after ADetailer 2nd/visible": true, + "sd_cn_animation_interface/Restore faces after ADetailer 2nd/value": false, + "sd_cn_animation_interface/ControlNet model 2nd/visible": true, + "sd_cn_animation_interface/ControlNet model 2nd/value": "None", + "sd_cn_animation_interface/ControlNet module 2nd/value": "inpaint_global_harmonious", + "sd_cn_animation_interface/ControlNet weight 2nd/visible": true, + "sd_cn_animation_interface/ControlNet weight 2nd/value": 1.0, + "sd_cn_animation_interface/ControlNet weight 2nd/minimum": 0.0, + "sd_cn_animation_interface/ControlNet weight 2nd/maximum": 1.0, + "sd_cn_animation_interface/ControlNet weight 2nd/step": 0.01, + "sd_cn_animation_interface/ControlNet guidance start 2nd/visible": true, + "sd_cn_animation_interface/ControlNet guidance start 2nd/value": 0.0, + "sd_cn_animation_interface/ControlNet guidance start 2nd/minimum": 0.0, + "sd_cn_animation_interface/ControlNet guidance start 2nd/maximum": 1.0, + "sd_cn_animation_interface/ControlNet guidance start 2nd/step": 0.01, + "sd_cn_animation_interface/ControlNet guidance end 2nd/visible": true, + "sd_cn_animation_interface/ControlNet guidance end 2nd/value": 1.0, + "sd_cn_animation_interface/ControlNet guidance end 2nd/minimum": 0.0, + "sd_cn_animation_interface/ControlNet guidance end 2nd/maximum": 1.0, + "sd_cn_animation_interface/ControlNet guidance end 2nd/step": 0.01, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Enabled/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Enabled/value": false, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Composable LoRA with step/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Composable LoRA with step/value": false, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Use Lora in uc text model encoder/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Use Lora in uc text model encoder/value": false, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Use Lora in uc diffusion model/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Use Lora in uc diffusion model/value": false, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Plot the LoRA weight in all steps/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Plot the LoRA weight in all steps/value": false, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Don't use LoRA in uc if there're no subprompts/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Don't use LoRA in uc if there're no subprompts/value": false, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Treat hires step as global step/visible": true, + "customscript/composable_lora_script.py/sd_cn_animation_interface/Treat hires step as global step/value": false, + "customscript/image_filters.py/sd_cn_animation_interface/Enable/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Enable/value": false, + "sd_cn_animation_interface/Reset/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Effects/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Effects/value": null, + "customscript/image_filters.py/sd_cn_animation_interface/Filters/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Filters/value": null, + "customscript/image_filters.py/sd_cn_animation_interface/Operations/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Operations/value": null, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast Low/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast Low/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast Low/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast Low/maximum": 50, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast Low/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast High/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast High/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast High/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast High/maximum": 50, + "customscript/image_filters.py/sd_cn_animation_interface/Auto Contrast High/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Box Blur/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Box Blur/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Box Blur/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Box Blur/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Box Blur/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Gaussian Blur/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Gaussian Blur/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Gaussian Blur/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Gaussian Blur/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Gaussian Blur/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Min Filter/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Min Filter/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Min Filter/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Min Filter/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Min Filter/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Median Filter/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Median Filter/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Median Filter/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Median Filter/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Median Filter/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Max Filter/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Max Filter/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Max Filter/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Max Filter/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Max Filter/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Mode Filter/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Mode Filter/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Mode Filter/minimum": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Mode Filter/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Mode Filter/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Brightness/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Brightness/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Brightness/minimum": -10, + "customscript/image_filters.py/sd_cn_animation_interface/Brightness/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Brightness/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Color/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Color/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Color/minimum": -10, + "customscript/image_filters.py/sd_cn_animation_interface/Color/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Color/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Contrast/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Contrast/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Contrast/minimum": -10, + "customscript/image_filters.py/sd_cn_animation_interface/Contrast/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Contrast/step": 1, + "customscript/image_filters.py/sd_cn_animation_interface/Sharpness/visible": true, + "customscript/image_filters.py/sd_cn_animation_interface/Sharpness/value": 0, + "customscript/image_filters.py/sd_cn_animation_interface/Sharpness/minimum": -10, + "customscript/image_filters.py/sd_cn_animation_interface/Sharpness/maximum": 10, + "customscript/image_filters.py/sd_cn_animation_interface/Sharpness/step": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Tiled Diffusion/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Tiled Diffusion/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Overwrite image size/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Keep input image size/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Keep input image size/value": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image width/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image width/value": 1024, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image width/minimum": 256, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image width/maximum": 16384, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image width/step": 16, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image height/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image height/value": 1024, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image height/minimum": 256, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image height/maximum": 16384, + "customscript/tilediffusion.py/sd_cn_animation_interface/Image height/step": 16, + "customscript/tilediffusion.py/sd_cn_animation_interface/Method/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Method/value": "MultiDiffusion", + "customscript/tilediffusion.py/sd_cn_animation_interface/Move ControlNet tensor to CPU (if applicable)/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Move ControlNet tensor to CPU (if applicable)/value": false, + "sd_cn_animation_interface/Free GPU/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile width/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile width/value": 96, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile width/minimum": 16, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile width/maximum": 256, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile width/step": 16, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile height/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile height/value": 96, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile height/minimum": 16, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile height/maximum": 256, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile height/step": 16, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile overlap/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile overlap/value": 48, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile overlap/minimum": 0, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile overlap/maximum": 256, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile overlap/step": 4, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile batch size/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile batch size/value": 4, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile batch size/minimum": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile batch size/maximum": 8, + "customscript/tilediffusion.py/sd_cn_animation_interface/Latent tile batch size/step": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Upscaler/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Upscaler/value": "None", + "customscript/tilediffusion.py/sd_cn_animation_interface/Scale Factor/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Scale Factor/value": 2.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/Scale Factor/minimum": 1.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/Scale Factor/maximum": 8.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/Scale Factor/step": 0.05, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Noise Inversion/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Noise Inversion/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Inversion steps/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Inversion steps/value": 10, + "customscript/tilediffusion.py/sd_cn_animation_interface/Inversion steps/minimum": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Inversion steps/maximum": 200, + "customscript/tilediffusion.py/sd_cn_animation_interface/Inversion steps/step": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Retouch/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Retouch/value": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Retouch/minimum": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Retouch/maximum": 100, + "customscript/tilediffusion.py/sd_cn_animation_interface/Retouch/step": 0.1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise strength/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise strength/value": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise strength/minimum": 0, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise strength/maximum": 2, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise strength/step": 0.01, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise kernel size/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise kernel size/value": 64, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise kernel size/minimum": 2, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise kernel size/maximum": 512, + "customscript/tilediffusion.py/sd_cn_animation_interface/Renoise kernel size/step": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Control/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Control/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Draw full canvas background/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Draw full canvas background/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Causalize layers/value": false, + "sd_cn_animation_interface/From img2img/visible": true, + "sd_cn_animation_interface/Custom Config File/visible": true, + "sd_cn_animation_interface/Custom Config File/value": "config.json", + "sd_cn_animation_interface/\ud83d\udcbe Save/visible": true, + "sd_cn_animation_interface/\u2699\ufe0f Load/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 1/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 1/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Type/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Type/value": "Background", + "customscript/tilediffusion.py/sd_cn_animation_interface/Feather/value": 0.2, + "customscript/tilediffusion.py/sd_cn_animation_interface/Feather/minimum": 0, + "customscript/tilediffusion.py/sd_cn_animation_interface/Feather/maximum": 1, + "customscript/tilediffusion.py/sd_cn_animation_interface/Feather/step": 0.05, + "customscript/tilediffusion.py/sd_cn_animation_interface/x/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/x/value": 0.4, + "customscript/tilediffusion.py/sd_cn_animation_interface/x/minimum": 0.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/x/maximum": 1.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/x/step": 0.0001, + "customscript/tilediffusion.py/sd_cn_animation_interface/y/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/y/value": 0.4, + "customscript/tilediffusion.py/sd_cn_animation_interface/y/minimum": 0.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/y/maximum": 1.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/y/step": 0.0001, + "customscript/tilediffusion.py/sd_cn_animation_interface/w/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/w/value": 0.2, + "customscript/tilediffusion.py/sd_cn_animation_interface/w/minimum": 0.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/w/maximum": 1.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/w/step": 0.0001, + "customscript/tilediffusion.py/sd_cn_animation_interface/h/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/h/value": 0.2, + "customscript/tilediffusion.py/sd_cn_animation_interface/h/minimum": 0.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/h/maximum": 1.0, + "customscript/tilediffusion.py/sd_cn_animation_interface/h/step": 0.0001, + "customscript/tilediffusion.py/sd_cn_animation_interface/Seed/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Seed/value": -1.0, + "sd_cn_animation_interface/\ud83c\udfb2/visible": true, + "sd_cn_animation_interface/\u267b\ufe0f/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 2/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 2/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 3/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 3/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 4/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 4/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 5/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 5/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 6/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 6/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 7/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 7/value": false, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 8/visible": true, + "customscript/tilediffusion.py/sd_cn_animation_interface/Enable Region 8/value": false, + "customscript/vae_optimize.py/sd_cn_animation_interface/Enable Tiled VAE/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Enable Tiled VAE/value": false, + "customscript/vae_optimize.py/sd_cn_animation_interface/Move VAE to GPU (if possible)/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Move VAE to GPU (if possible)/value": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Encoder Tile Size/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Encoder Tile Size/value": 2048, + "customscript/vae_optimize.py/sd_cn_animation_interface/Encoder Tile Size/minimum": 256, + "customscript/vae_optimize.py/sd_cn_animation_interface/Encoder Tile Size/maximum": 4096, + "customscript/vae_optimize.py/sd_cn_animation_interface/Encoder Tile Size/step": 16, + "customscript/vae_optimize.py/sd_cn_animation_interface/Decoder Tile Size/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Decoder Tile Size/value": 128, + "customscript/vae_optimize.py/sd_cn_animation_interface/Decoder Tile Size/minimum": 48, + "customscript/vae_optimize.py/sd_cn_animation_interface/Decoder Tile Size/maximum": 512, + "customscript/vae_optimize.py/sd_cn_animation_interface/Decoder Tile Size/step": 16, + "sd_cn_animation_interface/\u21bb Reset/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Fast Encoder/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Fast Encoder/value": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Fast Encoder Color Fix/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Fast Encoder Color Fix/value": false, + "customscript/vae_optimize.py/sd_cn_animation_interface/Fast Decoder/visible": true, + "customscript/vae_optimize.py/sd_cn_animation_interface/Fast Decoder/value": true, + "customscript/posex.py/sd_cn_animation_interface/Send this image to ControlNet./visible": true, + "customscript/posex.py/sd_cn_animation_interface/Send this image to ControlNet./value": false, + "customscript/posex.py/sd_cn_animation_interface/Target ControlNet number/visible": true, + "customscript/posex.py/sd_cn_animation_interface/Target ControlNet number/value": 0, + "sd_cn_animation_interface/Run/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Active/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Active/value": false, + "customscript/rp.py/sd_cn_animation_interface/Generation mode/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Generation mode/value": "Attention", + "customscript/rp.py/sd_cn_animation_interface/Base Ratio/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Base Ratio/value": "0.2", + "customscript/rp.py/sd_cn_animation_interface/Use base prompt/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Use base prompt/value": false, + "customscript/rp.py/sd_cn_animation_interface/Use common prompt/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Use common prompt/value": false, + "customscript/rp.py/sd_cn_animation_interface/Use common negative prompt/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Use common negative prompt/value": false, + "sd_cn_animation_interface/Tabs@RP_mode/selected": null, + "customscript/rp.py/sd_cn_animation_interface/Split mode/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Split mode/value": "Horizontal", + "customscript/rp.py/sd_cn_animation_interface/Divide Ratio/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Divide Ratio/value": "1,1", + "sd_cn_animation_interface/visualize and make template/visible": true, + "sd_cn_animation_interface/template/visible": true, + "sd_cn_animation_interface/template/value": "", + "customscript/rp.py/sd_cn_animation_interface/Mask mode/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Mask mode/value": "Mask", + "sd_cn_animation_interface/Region/visible": true, + "sd_cn_animation_interface/Region/value": 1, + "sd_cn_animation_interface/Region/minimum": -1, + "sd_cn_animation_interface/Region/maximum": 359, + "sd_cn_animation_interface/Region/step": 1, + "sd_cn_animation_interface/Canvas Width/visible": true, + "sd_cn_animation_interface/Canvas Width/value": 512, + "sd_cn_animation_interface/Canvas Width/minimum": 64, + "sd_cn_animation_interface/Canvas Width/maximum": 2048, + "sd_cn_animation_interface/Canvas Width/step": 8, + "sd_cn_animation_interface/Canvas Height/visible": true, + "sd_cn_animation_interface/Canvas Height/value": 512, + "sd_cn_animation_interface/Canvas Height/minimum": 64, + "sd_cn_animation_interface/Canvas Height/maximum": 2048, + "sd_cn_animation_interface/Canvas Height/step": 8, + "sd_cn_animation_interface/Draw region + show mask/visible": true, + "sd_cn_animation_interface/Create mask area/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Prompt mode/visible": true, + "customscript/rp.py/sd_cn_animation_interface/Prompt mode/value": "Prompt", + "customscript/rp.py/sd_cn_animation_interface/threshold/visible": true, + "customscript/rp.py/sd_cn_animation_interface/threshold/value": "0.4", + "sd_cn_animation_interface/Presets/visible": true, + "sd_cn_animation_interface/Presets/value": null, + "sd_cn_animation_interface/Apply Presets/visible": true, + "sd_cn_animation_interface/Preset Name/visible": true, + "sd_cn_animation_interface/Preset Name/value": "", + "sd_cn_animation_interface/Save to Presets/visible": true, + "customscript/rp.py/sd_cn_animation_interface/disable convert 'AND' to 'BREAK'/visible": true, + "customscript/rp.py/sd_cn_animation_interface/disable convert 'AND' to 'BREAK'/value": false, + "customscript/rp.py/sd_cn_animation_interface/debug/visible": true, + "customscript/rp.py/sd_cn_animation_interface/debug/value": false, + "customscript/rp.py/sd_cn_animation_interface/LoRA in negative textencoder/visible": true, + "customscript/rp.py/sd_cn_animation_interface/LoRA in negative textencoder/value": "0", + "customscript/rp.py/sd_cn_animation_interface/LoRA in negative U-net/visible": true, + "customscript/rp.py/sd_cn_animation_interface/LoRA in negative U-net/value": "0", + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Enable Dynamic Thresholding (CFG Scale Fix)/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic CFG Scale/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic CFG Scale/value": 7.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic CFG Scale/minimum": 1.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic CFG Scale/maximum": 30.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic CFG Scale/step": 0.5, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Top percentile of latents to clamp/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Top percentile of latents to clamp/value": 100.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Top percentile of latents to clamp/minimum": 90.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Top percentile of latents to clamp/maximum": 100.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Top percentile of latents to clamp/step": 0.05, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Mimic Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the Mimic Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the Mimic Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/CFG Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the CFG Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the CFG Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the CFG Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Minimum value of the CFG Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Scheduler Value/maximum": 40.0, + "customscript/dynamic_thresholding.py/sd_cn_animation_interface/Scheduler Value/step": 0.5, + "sd_cn_animation_interface/Tabs@img2img_controlnet_tabs/selected": null, + "sd_cn_animation_interface/Input Directory/visible": true, + "sd_cn_animation_interface/Input Directory/value": "", + "sd_cn_animation_interface/New Canvas Width/visible": true, + "sd_cn_animation_interface/New Canvas Width/value": 512, + "sd_cn_animation_interface/New Canvas Width/minimum": 256, + "sd_cn_animation_interface/New Canvas Width/maximum": 1024, + "sd_cn_animation_interface/New Canvas Width/step": 64, + "sd_cn_animation_interface/New Canvas Height/visible": true, + "sd_cn_animation_interface/New Canvas Height/value": 512, + "sd_cn_animation_interface/New Canvas Height/minimum": 256, + "sd_cn_animation_interface/New Canvas Height/maximum": 1024, + "sd_cn_animation_interface/New Canvas Height/step": 64, + "sd_cn_animation_interface/Create New Canvas/visible": true, + "sd_cn_animation_interface/Cancel/visible": true, + "sd_cn_animation_interface/Enable/visible": true, + "sd_cn_animation_interface/Enable/value": false, + "sd_cn_animation_interface/Low VRAM/visible": true, + "sd_cn_animation_interface/Low VRAM/value": false, + "sd_cn_animation_interface/Pixel Perfect/visible": true, + "sd_cn_animation_interface/Pixel Perfect/value": false, + "sd_cn_animation_interface/Allow Preview/visible": true, + "sd_cn_animation_interface/Allow Preview/value": false, + "sd_cn_animation_interface/Preview as Input/value": false, + "sd_cn_animation_interface/Control Type/visible": true, + "sd_cn_animation_interface/Control Type/value": "All", + "sd_cn_animation_interface/Preprocessor/visible": true, + "sd_cn_animation_interface/Preprocessor/value": "none", + "sd_cn_animation_interface/Model/visible": true, + "sd_cn_animation_interface/Model/value": "None", + "sd_cn_animation_interface/Control Weight/visible": true, + "sd_cn_animation_interface/Control Weight/value": 1.0, + "sd_cn_animation_interface/Control Weight/minimum": 0.0, + "sd_cn_animation_interface/Control Weight/maximum": 2.0, + "sd_cn_animation_interface/Control Weight/step": 0.05, + "sd_cn_animation_interface/Starting Control Step/visible": true, + "sd_cn_animation_interface/Starting Control Step/value": 0.0, + "sd_cn_animation_interface/Starting Control Step/minimum": 0.0, + "sd_cn_animation_interface/Starting Control Step/maximum": 1.0, + "sd_cn_animation_interface/Starting Control Step/step": 0.01, + "sd_cn_animation_interface/Ending Control Step/visible": true, + "sd_cn_animation_interface/Ending Control Step/value": 1.0, + "sd_cn_animation_interface/Ending Control Step/minimum": 0.0, + "sd_cn_animation_interface/Ending Control Step/maximum": 1.0, + "sd_cn_animation_interface/Ending Control Step/step": 0.01, + "sd_cn_animation_interface/Preprocessor resolution/value": -1, + "sd_cn_animation_interface/Preprocessor resolution/minimum": 64, + "sd_cn_animation_interface/Preprocessor resolution/maximum": 2048, + "sd_cn_animation_interface/Preprocessor resolution/step": 10, + "sd_cn_animation_interface/Threshold A/value": -1, + "sd_cn_animation_interface/Threshold A/minimum": 64, + "sd_cn_animation_interface/Threshold A/maximum": 1024, + "sd_cn_animation_interface/Threshold A/step": 1, + "sd_cn_animation_interface/Threshold B/value": -1, + "sd_cn_animation_interface/Threshold B/minimum": 64, + "sd_cn_animation_interface/Threshold B/maximum": 1024, + "sd_cn_animation_interface/Threshold B/step": 1, + "sd_cn_animation_interface/Control Mode/visible": true, + "sd_cn_animation_interface/Control Mode/value": "Balanced", + "sd_cn_animation_interface/Resize Mode/visible": true, + "sd_cn_animation_interface/Resize Mode/value": "Crop and Resize", + "sd_cn_animation_interface/[Loopback] Automatically send generated images to this ControlNet unit/visible": true, + "sd_cn_animation_interface/[Loopback] Automatically send generated images to this ControlNet unit/value": false, + "customscript/cutoff.py/sd_cn_animation_interface/Enabled/visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Enabled/value": false, + "customscript/cutoff.py/sd_cn_animation_interface/Target tokens (comma separated)/visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Target tokens (comma separated)/value": "", + "customscript/cutoff.py/sd_cn_animation_interface/Weight/visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Weight/value": 0.5, + "customscript/cutoff.py/sd_cn_animation_interface/Weight/minimum": -1.0, + "customscript/cutoff.py/sd_cn_animation_interface/Weight/maximum": 2.0, + "customscript/cutoff.py/sd_cn_animation_interface/Weight/step": 0.01, + "customscript/cutoff.py/sd_cn_animation_interface/Disable for Negative prompt./visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Disable for Negative prompt./value": true, + "customscript/cutoff.py/sd_cn_animation_interface/Cutoff strongly./visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Cutoff strongly./value": false, + "customscript/cutoff.py/sd_cn_animation_interface/Padding token (ID or single token)/visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Padding token (ID or single token)/value": "", + "customscript/cutoff.py/sd_cn_animation_interface/Interpolation method/visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Interpolation method/value": "Lerp", + "customscript/cutoff.py/sd_cn_animation_interface/Debug log/visible": true, + "customscript/cutoff.py/sd_cn_animation_interface/Debug log/value": false, + "customscript/llul.py/sd_cn_animation_interface/Enabled/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Enabled/value": false, + "customscript/llul.py/sd_cn_animation_interface/Weight/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Weight/value": 0.15, + "customscript/llul.py/sd_cn_animation_interface/Weight/minimum": -1, + "customscript/llul.py/sd_cn_animation_interface/Weight/maximum": 2, + "customscript/llul.py/sd_cn_animation_interface/Weight/step": 0.01, + "customscript/llul.py/sd_cn_animation_interface/Multiplication (2^N)/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Multiplication (2^N)/value": 1, + "customscript/llul.py/sd_cn_animation_interface/Multiplication (2^N)/minimum": 1, + "customscript/llul.py/sd_cn_animation_interface/Multiplication (2^N)/maximum": 5, + "customscript/llul.py/sd_cn_animation_interface/Multiplication (2^N)/step": 1, + "customscript/llul.py/sd_cn_animation_interface/Add the effective area to output images./visible": true, + "customscript/llul.py/sd_cn_animation_interface/Add the effective area to output images./value": true, + "customscript/llul.py/sd_cn_animation_interface/Enable mask which scales the weight (black = 0.0, white = 1.0)/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Enable mask which scales the weight (black = 0.0, white = 1.0)/value": false, + "customscript/llul.py/sd_cn_animation_interface/Force convert half to float on interpolation (for some platforms)/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Force convert half to float on interpolation (for some platforms)/value": false, + "customscript/llul.py/sd_cn_animation_interface/I know what I am doing./visible": true, + "customscript/llul.py/sd_cn_animation_interface/I know what I am doing./value": false, + "customscript/llul.py/sd_cn_animation_interface/Layers/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Layers/value": "OUT", + "customscript/llul.py/sd_cn_animation_interface/Start steps/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Start steps/value": 5, + "customscript/llul.py/sd_cn_animation_interface/Start steps/minimum": 1, + "customscript/llul.py/sd_cn_animation_interface/Start steps/maximum": 300, + "customscript/llul.py/sd_cn_animation_interface/Start steps/step": 1, + "customscript/llul.py/sd_cn_animation_interface/Max steps/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Max steps/value": 0, + "customscript/llul.py/sd_cn_animation_interface/Max steps/minimum": 0, + "customscript/llul.py/sd_cn_animation_interface/Max steps/maximum": 300, + "customscript/llul.py/sd_cn_animation_interface/Max steps/step": 1, + "customscript/llul.py/sd_cn_animation_interface/Upscaling/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Upscaling/value": "Bilinear", + "customscript/llul.py/sd_cn_animation_interface/Enable AA for Upscaling./visible": true, + "customscript/llul.py/sd_cn_animation_interface/Enable AA for Upscaling./value": false, + "customscript/llul.py/sd_cn_animation_interface/Downscaling/visible": true, + "customscript/llul.py/sd_cn_animation_interface/Downscaling/value": "Bilinear", + "customscript/llul.py/sd_cn_animation_interface/Enable AA for Downscaling./visible": true, + "customscript/llul.py/sd_cn_animation_interface/Enable AA for Downscaling./value": false, + "customscript/llul.py/sd_cn_animation_interface/interpolation method/visible": true, + "customscript/llul.py/sd_cn_animation_interface/interpolation method/value": "Lerp", + "customscript/two_shot.py/sd_cn_animation_interface/Enabled/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Enabled/value": false, + "sd_cn_animation_interface/Tabs@script_twoshot_tabs/selected": null, + "sd_cn_animation_interface/Denoise Mask/visible": true, + "sd_cn_animation_interface/Denoise Mask/value": false, + "sd_cn_animation_interface/I've finished my sketch/visible": true, + "sd_cn_animation_interface/General Prompt/visible": true, + "sd_cn_animation_interface/General Prompt/value": "", + "customscript/two_shot.py/sd_cn_animation_interface/Alpha Blend/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Alpha Blend/value": 0.2, + "customscript/two_shot.py/sd_cn_animation_interface/Alpha Blend/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Alpha Blend/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Alpha Blend/step": 0.01, + "sd_cn_animation_interface/Prompt for this mask/visible": true, + "sd_cn_animation_interface/Prompt for this mask/value": "", + "customscript/two_shot.py/sd_cn_animation_interface/Area 1 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 1 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 1 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 1 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 1 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 2 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 2 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 2 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 2 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 2 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 3 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 3 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 3 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 3 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 3 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 4 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 4 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 4 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 4 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 4 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 5 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 5 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 5 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 5 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 5 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 6 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 6 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 6 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 6 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 6 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 7 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 7 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 7 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 7 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 7 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 8 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 8 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 8 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 8 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 8 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 9 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 9 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 9 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 9 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 9 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 10 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 10 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 10 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 10 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 10 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 11 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 11 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 11 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 11 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 11 Weight/step": 0.01, + "customscript/two_shot.py/sd_cn_animation_interface/Area 12 Weight/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Area 12 Weight/value": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 12 Weight/minimum": 0.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 12 Weight/maximum": 1.0, + "customscript/two_shot.py/sd_cn_animation_interface/Area 12 Weight/step": 0.01, + "sd_cn_animation_interface/Prompt Info Update/visible": true, + "sd_cn_animation_interface/Final Prompt/visible": true, + "sd_cn_animation_interface/Final Prompt/value": "", + "sd_cn_animation_interface/Create blank canvas/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Divisions/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Divisions/value": "1:1,1:2,1:2", + "customscript/two_shot.py/sd_cn_animation_interface/Positions/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Positions/value": "0:0,0:0,0:1", + "customscript/two_shot.py/sd_cn_animation_interface/Weights/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/Weights/value": "0.2,0.8,0.8", + "customscript/two_shot.py/sd_cn_animation_interface/end at this step/visible": true, + "customscript/two_shot.py/sd_cn_animation_interface/end at this step/value": 150, + "customscript/two_shot.py/sd_cn_animation_interface/end at this step/minimum": 0, + "customscript/two_shot.py/sd_cn_animation_interface/end at this step/maximum": 150, + "customscript/two_shot.py/sd_cn_animation_interface/end at this step/step": 1, + "sd_cn_animation_interface/Visualize/visible": true, + "sd_cn_animation_interface/Extra generation params/visible": true, + "sd_cn_animation_interface/Extra generation params/value": "", + "sd_cn_animation_interface/Apply/visible": true, + "sd_cn_animation_interface/Script/visible": true, + "sd_cn_animation_interface/Script/value": "None", + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `Sampling method` to Euler?(this method is built for it)/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `Sampling method` to Euler?(this method is built for it)/value": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Original prompt/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Original prompt/value": "", + "customscript/img2imgalt.py/sd_cn_animation_interface/Original negative prompt/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Original negative prompt/value": "", + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `Sampling Steps` to the same value as `Decode steps`?/value": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode steps/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode steps/value": 50, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode steps/minimum": 1, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode steps/maximum": 150, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode steps/step": 1, + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `Denoising strength` to 1?/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Override `Denoising strength` to 1?/value": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode CFG scale/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode CFG scale/value": 1.0, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode CFG scale/minimum": 0.0, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode CFG scale/maximum": 15.0, + "customscript/img2imgalt.py/sd_cn_animation_interface/Decode CFG scale/step": 0.1, + "customscript/img2imgalt.py/sd_cn_animation_interface/Randomness/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Randomness/value": 0.0, + "customscript/img2imgalt.py/sd_cn_animation_interface/Randomness/minimum": 0.0, + "customscript/img2imgalt.py/sd_cn_animation_interface/Randomness/maximum": 1.0, + "customscript/img2imgalt.py/sd_cn_animation_interface/Randomness/step": 0.01, + "customscript/img2imgalt.py/sd_cn_animation_interface/Sigma adjustment for finding noise for image/visible": true, + "customscript/img2imgalt.py/sd_cn_animation_interface/Sigma adjustment for finding noise for image/value": false, + "customscript/loopback.py/sd_cn_animation_interface/Loops/visible": true, + "customscript/loopback.py/sd_cn_animation_interface/Loops/value": 4, + "customscript/loopback.py/sd_cn_animation_interface/Loops/minimum": 1, + "customscript/loopback.py/sd_cn_animation_interface/Loops/maximum": 32, + "customscript/loopback.py/sd_cn_animation_interface/Loops/step": 1, + "customscript/loopback.py/sd_cn_animation_interface/Final denoising strength/visible": true, + "customscript/loopback.py/sd_cn_animation_interface/Final denoising strength/value": 0.5, + "customscript/loopback.py/sd_cn_animation_interface/Final denoising strength/minimum": 0, + "customscript/loopback.py/sd_cn_animation_interface/Final denoising strength/maximum": 1, + "customscript/loopback.py/sd_cn_animation_interface/Final denoising strength/step": 0.01, + "customscript/loopback.py/sd_cn_animation_interface/Denoising strength curve/visible": true, + "customscript/loopback.py/sd_cn_animation_interface/Denoising strength curve/value": "Linear", + "customscript/loopback.py/sd_cn_animation_interface/Append interrogated prompt at each iteration/visible": true, + "customscript/loopback.py/sd_cn_animation_interface/Append interrogated prompt at each iteration/value": "None", + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Pixels to expand/visible": true, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Pixels to expand/value": 128, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Pixels to expand/minimum": 8, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Pixels to expand/maximum": 256, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Pixels to expand/step": 8, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Mask blur/visible": true, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Mask blur/value": 8, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Mask blur/minimum": 0, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Mask blur/maximum": 64, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Mask blur/step": 1, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Fall-off exponent (lower=higher detail)/visible": true, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Fall-off exponent (lower=higher detail)/value": 1.0, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Fall-off exponent (lower=higher detail)/minimum": 0.0, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Fall-off exponent (lower=higher detail)/maximum": 4.0, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Fall-off exponent (lower=higher detail)/step": 0.01, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Color variation/visible": true, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Color variation/value": 0.05, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Color variation/minimum": 0.0, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Color variation/maximum": 1.0, + "customscript/outpainting_mk_2.py/sd_cn_animation_interface/Color variation/step": 0.01, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Pixels to expand/visible": true, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Pixels to expand/value": 128, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Pixels to expand/minimum": 8, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Pixels to expand/maximum": 256, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Pixels to expand/step": 8, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Mask blur/visible": true, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Mask blur/value": 4, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Mask blur/minimum": 0, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Mask blur/maximum": 64, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Mask blur/step": 1, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Masked content/visible": true, + "customscript/poor_mans_outpainting.py/sd_cn_animation_interface/Masked content/value": "fill", + "customscript/prompt_matrix.py/sd_cn_animation_interface/Put variable parts at start of prompt/visible": true, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Put variable parts at start of prompt/value": false, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Use different seed for each picture/visible": true, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Use different seed for each picture/value": false, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Select prompt/visible": true, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Select prompt/value": "positive", + "customscript/prompt_matrix.py/sd_cn_animation_interface/Select joining char/visible": true, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Select joining char/value": "comma", + "customscript/prompt_matrix.py/sd_cn_animation_interface/Grid margins (px)/visible": true, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Grid margins (px)/value": 0, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Grid margins (px)/minimum": 0, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Grid margins (px)/maximum": 500, + "customscript/prompt_matrix.py/sd_cn_animation_interface/Grid margins (px)/step": 2, + "customscript/prompts_from_file.py/sd_cn_animation_interface/Iterate seed every line/visible": true, + "customscript/prompts_from_file.py/sd_cn_animation_interface/Iterate seed every line/value": false, + "customscript/prompts_from_file.py/sd_cn_animation_interface/Use same random seed for all lines/visible": true, + "customscript/prompts_from_file.py/sd_cn_animation_interface/Use same random seed for all lines/value": false, + "customscript/prompts_from_file.py/sd_cn_animation_interface/List of prompt inputs/visible": true, + "customscript/prompts_from_file.py/sd_cn_animation_interface/List of prompt inputs/value": "", + "customscript/sd_upscale.py/sd_cn_animation_interface/Tile overlap/visible": true, + "customscript/sd_upscale.py/sd_cn_animation_interface/Tile overlap/value": 64, + "customscript/sd_upscale.py/sd_cn_animation_interface/Tile overlap/minimum": 0, + "customscript/sd_upscale.py/sd_cn_animation_interface/Tile overlap/maximum": 256, + "customscript/sd_upscale.py/sd_cn_animation_interface/Tile overlap/step": 16, + "customscript/sd_upscale.py/sd_cn_animation_interface/Scale Factor/visible": true, + "customscript/sd_upscale.py/sd_cn_animation_interface/Scale Factor/value": 2.0, + "customscript/sd_upscale.py/sd_cn_animation_interface/Scale Factor/minimum": 1.0, + "customscript/sd_upscale.py/sd_cn_animation_interface/Scale Factor/maximum": 4.0, + "customscript/sd_upscale.py/sd_cn_animation_interface/Scale Factor/step": 0.05, + "customscript/sd_upscale.py/sd_cn_animation_interface/Upscaler/visible": true, + "customscript/sd_upscale.py/sd_cn_animation_interface/Upscaler/value": "None", + "customscript/xyz_grid.py/sd_cn_animation_interface/X type/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/X type/value": "Seed", + "customscript/xyz_grid.py/sd_cn_animation_interface/X values/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/X values/value": "", + "customscript/xyz_grid.py/sd_cn_animation_interface/Y type/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Y type/value": "Nothing", + "customscript/xyz_grid.py/sd_cn_animation_interface/Y values/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Y values/value": "", + "customscript/xyz_grid.py/sd_cn_animation_interface/Z type/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Z type/value": "Nothing", + "customscript/xyz_grid.py/sd_cn_animation_interface/Z values/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Z values/value": "", + "customscript/xyz_grid.py/sd_cn_animation_interface/Draw legend/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Draw legend/value": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Keep -1 for seeds/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Keep -1 for seeds/value": false, + "customscript/xyz_grid.py/sd_cn_animation_interface/Include Sub Images/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Include Sub Images/value": false, + "customscript/xyz_grid.py/sd_cn_animation_interface/Include Sub Grids/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Include Sub Grids/value": false, + "customscript/xyz_grid.py/sd_cn_animation_interface/Grid margins (px)/visible": true, + "customscript/xyz_grid.py/sd_cn_animation_interface/Grid margins (px)/value": 0, + "customscript/xyz_grid.py/sd_cn_animation_interface/Grid margins (px)/minimum": 0, + "customscript/xyz_grid.py/sd_cn_animation_interface/Grid margins (px)/maximum": 500, + "customscript/xyz_grid.py/sd_cn_animation_interface/Grid margins (px)/step": 2, + "sd_cn_animation_interface/Swap X/Y axes/visible": true, + "sd_cn_animation_interface/Swap Y/Z axes/visible": true, + "sd_cn_animation_interface/Swap X/Z axes/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Higher levels increases complexity and randomness of generated prompt/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Higher levels increases complexity and randomness of generated prompt/value": 5, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Higher levels increases complexity and randomness of generated prompt/minimum": 1, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Higher levels increases complexity and randomness of generated prompt/maximum": 10, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Higher levels increases complexity and randomness of generated prompt/step": 1, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Subject Types/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Subject Types/value": "all", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Artists/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Artists/value": "all", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/type of image/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/type of image/value": "all", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/One in X chance to use special image type mode/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/One in X chance to use special image type mode/value": "20", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/One in X chance to use special image type mode/minimum": 1, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/One in X chance to use special image type mode/maximum": 100, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/One in X chance to use special image type mode/step": 1, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Overwrite subject: /visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Overwrite subject: /value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Smart subject/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Smart subject/value": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Overwrite type of image: /visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Overwrite type of image: /value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Place this in front of generated prompt (prefix)/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Place this in front of generated prompt (prefix)/value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Place this at back of generated prompt (suffix)/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Place this at back of generated prompt (suffix)/value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Use this negative prompt/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Use this negative prompt/value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Filter out following properties (comma seperated). Example film grain, purple, cat /visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Filter out following properties (comma seperated). Example film grain, purple, cat /value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Workflow mode, turns off prompt generation and uses below Workflow prompt instead./visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Workflow mode, turns off prompt generation and uses below Workflow prompt instead./value": false, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Workflow prompt/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Workflow prompt/value": "", + "sd_cn_animation_interface/Generate me some prompts!/visible": true, + "sd_cn_animation_interface/prompt 1/visible": true, + "sd_cn_animation_interface/prompt 1/value": "", + "sd_cn_animation_interface/Send prompt up/visible": true, + "sd_cn_animation_interface/prompt 2/visible": true, + "sd_cn_animation_interface/prompt 2/value": "", + "sd_cn_animation_interface/prompt 3/visible": true, + "sd_cn_animation_interface/prompt 3/value": "", + "sd_cn_animation_interface/prompt 4/visible": true, + "sd_cn_animation_interface/prompt 4/value": "", + "sd_cn_animation_interface/prompt 5/visible": true, + "sd_cn_animation_interface/prompt 5/value": "", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Prompt compounder/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Prompt compounder/value": "1", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Prompt seperator/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Prompt seperator/value": "comma", + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Prompt seperator mode/visible": true, + "customscript/onebuttonprompt.py/sd_cn_animation_interface/Prompt seperator mode/value": "none", + "sd_cn_animation_interface/Start generating and upscaling!/visible": true, + "sd_cn_animation_interface/\ud83d\udcc2/visible": true, + "sd_cn_animation_interface/URL/visible": true, + "sd_cn_animation_interface/URL/value": "http://127.0.0.1:7860", + "sd_cn_animation_interface/Don't generate, only upscale/visible": true, + "sd_cn_animation_interface/Don't generate, only upscale/value": false, + "sd_cn_animation_interface/Amount of images to generate/visible": true, + "sd_cn_animation_interface/Amount of images to generate/value": "20", + "sd_cn_animation_interface/Amount of images to generate/minimum": 1, + "sd_cn_animation_interface/Amount of images to generate/maximum": 50, + "sd_cn_animation_interface/Amount of images to generate/step": 1, + "sd_cn_animation_interface/Size to generate/visible": true, + "sd_cn_animation_interface/Size to generate/value": "all", + "sd_cn_animation_interface/CFG/visible": true, + "sd_cn_animation_interface/CFG/value": "6.0", + "sd_cn_animation_interface/CFG/minimum": 1, + "sd_cn_animation_interface/CFG/maximum": 20, + "sd_cn_animation_interface/CFG/step": 0.1, + "sd_cn_animation_interface/hires. fix/visible": true, + "sd_cn_animation_interface/hires. fix/value": true, + "sd_cn_animation_interface/Hires steps/visible": true, + "sd_cn_animation_interface/Hires steps/value": "0", + "sd_cn_animation_interface/Hires steps/minimum": 0, + "sd_cn_animation_interface/Hires steps/maximum": 100, + "sd_cn_animation_interface/Hires steps/step": 1, + "sd_cn_animation_interface/Scale/visible": true, + "sd_cn_animation_interface/Scale/value": "2", + "sd_cn_animation_interface/Scale/minimum": 1, + "sd_cn_animation_interface/Scale/maximum": 4, + "sd_cn_animation_interface/Scale/step": 0.05, + "sd_cn_animation_interface/Denoise strength/visible": true, + "sd_cn_animation_interface/Denoise strength/value": "0.60", + "sd_cn_animation_interface/Denoise strength/minimum": 0, + "sd_cn_animation_interface/Denoise strength/maximum": 1, + "sd_cn_animation_interface/Denoise strength/step": 0.01, + "sd_cn_animation_interface/model to use/visible": true, + "sd_cn_animation_interface/model to use/value": "currently selected model", + "sd_cn_animation_interface/Sampler/visible": true, + "sd_cn_animation_interface/Sampler/value": "all", + "sd_cn_animation_interface/hires upscaler/visible": true, + "sd_cn_animation_interface/hires upscaler/value": "all", + "sd_cn_animation_interface/Quality Gate/visible": true, + "sd_cn_animation_interface/Quality Gate/value": false, + "sd_cn_animation_interface/Quality/value": "7.2", + "sd_cn_animation_interface/Quality/minimum": 1, + "sd_cn_animation_interface/Quality/maximum": 10, + "sd_cn_animation_interface/Quality/step": 0.1, + "sd_cn_animation_interface/Amount of tries/value": "5", + "sd_cn_animation_interface/Amount of tries/minimum": 1, + "sd_cn_animation_interface/Amount of tries/maximum": 50, + "sd_cn_animation_interface/Amount of tries/step": 1, + "sd_cn_animation_interface/Upscale image with IMG2IMG/visible": true, + "sd_cn_animation_interface/Upscale image with IMG2IMG/value": true, + "sd_cn_animation_interface/Amount times to repeat upscaling with IMG2IMG (loopback)/visible": true, + "sd_cn_animation_interface/Amount times to repeat upscaling with IMG2IMG (loopback)/value": "1", + "sd_cn_animation_interface/Amount times to repeat upscaling with IMG2IMG (loopback)/minimum": 1, + "sd_cn_animation_interface/Amount times to repeat upscaling with IMG2IMG (loopback)/maximum": 5, + "sd_cn_animation_interface/Amount times to repeat upscaling with IMG2IMG (loopback)/step": 1, + "sd_cn_animation_interface/img2img Sampling steps/visible": true, + "sd_cn_animation_interface/img2img Sampling steps/value": "20", + "sd_cn_animation_interface/img2img Sampling steps/minimum": 1, + "sd_cn_animation_interface/img2img Sampling steps/maximum": 100, + "sd_cn_animation_interface/img2img Sampling steps/step": 1, + "sd_cn_animation_interface/img2img CFG/visible": true, + "sd_cn_animation_interface/img2img CFG/value": "6", + "sd_cn_animation_interface/img2img CFG/minimum": 1, + "sd_cn_animation_interface/img2img CFG/maximum": 20, + "sd_cn_animation_interface/img2img CFG/step": 0.1, + "sd_cn_animation_interface/img2img denoise strength/visible": true, + "sd_cn_animation_interface/img2img denoise strength/value": "0.30", + "sd_cn_animation_interface/img2img denoise strength/minimum": 0, + "sd_cn_animation_interface/img2img denoise strength/maximum": 1, + "sd_cn_animation_interface/img2img denoise strength/step": 0.01, + "sd_cn_animation_interface/adjust denoise each img2img batch/visible": true, + "sd_cn_animation_interface/adjust denoise each img2img batch/value": "-0.05", + "sd_cn_animation_interface/adjust denoise each img2img batch/minimum": -1, + "sd_cn_animation_interface/adjust denoise each img2img batch/maximum": 1, + "sd_cn_animation_interface/adjust denoise each img2img batch/step": 0.01, + "sd_cn_animation_interface/img2img model to use/visible": true, + "sd_cn_animation_interface/img2img model to use/value": "currently selected model", + "sd_cn_animation_interface/img2img sampler/visible": true, + "sd_cn_animation_interface/img2img sampler/value": "all", + "sd_cn_animation_interface/img2img upscaler/visible": true, + "sd_cn_animation_interface/img2img upscaler/value": "all", + "sd_cn_animation_interface/img2img scale/visible": true, + "sd_cn_animation_interface/img2img scale/value": "2", + "sd_cn_animation_interface/img2img scale/minimum": 1, + "sd_cn_animation_interface/img2img scale/maximum": 4, + "sd_cn_animation_interface/img2img scale/step": 0.05, + "sd_cn_animation_interface/img2img padding/visible": true, + "sd_cn_animation_interface/img2img padding/value": "64", + "sd_cn_animation_interface/img2img padding/minimum": 32, + "sd_cn_animation_interface/img2img padding/maximum": 256, + "sd_cn_animation_interface/img2img padding/step": 12, + "sd_cn_animation_interface/Use Ultimate SD Upscale script instead/visible": true, + "sd_cn_animation_interface/Use Ultimate SD Upscale script instead/value": false, + "sd_cn_animation_interface/tile width/value": "512", + "sd_cn_animation_interface/tile width/minimum": 0, + "sd_cn_animation_interface/tile width/maximum": 2048, + "sd_cn_animation_interface/tile width/step": 12, + "sd_cn_animation_interface/tile height/value": "0", + "sd_cn_animation_interface/tile height/minimum": 0, + "sd_cn_animation_interface/tile height/maximum": 2048, + "sd_cn_animation_interface/tile height/step": 12, + "sd_cn_animation_interface/Mask blur/value": "8", + "sd_cn_animation_interface/Mask blur/minimum": 0, + "sd_cn_animation_interface/Mask blur/maximum": 64, + "sd_cn_animation_interface/Mask blur/step": 1, + "sd_cn_animation_interface/Type/value": "Linear", + "sd_cn_animation_interface/Seams fix/value": "None", + "sd_cn_animation_interface/Seams denoise strenght/value": "0.35", + "sd_cn_animation_interface/Seams denoise strenght/minimum": 0, + "sd_cn_animation_interface/Seams denoise strenght/maximum": 1, + "sd_cn_animation_interface/Seams denoise strenght/step": 0.01, + "sd_cn_animation_interface/Seams Width/value": "64", + "sd_cn_animation_interface/Seams Width/minimum": 0, + "sd_cn_animation_interface/Seams Width/maximum": 128, + "sd_cn_animation_interface/Seams Width/step": 12, + "sd_cn_animation_interface/Seams padding/value": "32", + "sd_cn_animation_interface/Seams padding/minimum": 0, + "sd_cn_animation_interface/Seams padding/maximum": 128, + "sd_cn_animation_interface/Seams padding/step": 12, + "sd_cn_animation_interface/Seams Mask blur (offset pass only)/value": "8", + "sd_cn_animation_interface/Seams Mask blur (offset pass only)/minimum": 0, + "sd_cn_animation_interface/Seams Mask blur (offset pass only)/maximum": 64, + "sd_cn_animation_interface/Seams Mask blur (offset pass only)/step": 1, + "sd_cn_animation_interface/Enable controlnet tile resample/visible": true, + "sd_cn_animation_interface/Enable controlnet tile resample/value": false, + "sd_cn_animation_interface/also enable wierd blocky upscale mode/visible": true, + "sd_cn_animation_interface/also enable wierd blocky upscale mode/value": false, + "sd_cn_animation_interface/Controlnet tile model name/visible": true, + "sd_cn_animation_interface/Controlnet tile model name/value": "control_v11f1e_sd15_tile [a371b31b]", + "sd_cn_animation_interface/Enable upscale with extras/visible": true, + "sd_cn_animation_interface/Enable upscale with extras/value": false, + "sd_cn_animation_interface/Upscale resize/value": "2", + "sd_cn_animation_interface/Upscale resize/minimum": 0, + "sd_cn_animation_interface/Upscale resize/maximum": 8, + "sd_cn_animation_interface/Upscale resize/step": 0.05, + "sd_cn_animation_interface/upscaler 1/value": "all", + "sd_cn_animation_interface/upscaler 2/value": "all", + "sd_cn_animation_interface/Upscaler 2 vis./value": "0.5", + "sd_cn_animation_interface/Upscaler 2 vis./minimum": 0, + "sd_cn_animation_interface/Upscaler 2 vis./maximum": 1, + "sd_cn_animation_interface/Upscaler 2 vis./step": 0.05, + "sd_cn_animation_interface/GFPGAN vis./value": "0", + "sd_cn_animation_interface/GFPGAN vis./minimum": 0, + "sd_cn_animation_interface/GFPGAN vis./maximum": 1, + "sd_cn_animation_interface/GFPGAN vis./step": 0.05, + "sd_cn_animation_interface/CodeFormer vis./value": "0.15", + "sd_cn_animation_interface/CodeFormer vis./minimum": 0, + "sd_cn_animation_interface/CodeFormer vis./maximum": 1, + "sd_cn_animation_interface/CodeFormer vis./step": 0.05, + "sd_cn_animation_interface/CodeFormer weight/value": "0.1", + "sd_cn_animation_interface/CodeFormer weight/minimum": 0, + "sd_cn_animation_interface/CodeFormer weight/maximum": 1, + "sd_cn_animation_interface/CodeFormer weight/step": 0.05, + "customscript/movie2movie.py/sd_cn_animation_interface/Duration/visible": true, + "customscript/movie2movie.py/sd_cn_animation_interface/Duration/value": 50.0, + "customscript/movie2movie.py/sd_cn_animation_interface/Duration/minimum": 10.0, + "customscript/movie2movie.py/sd_cn_animation_interface/Duration/maximum": 200.0, + "customscript/movie2movie.py/sd_cn_animation_interface/Duration/step": 10, + "customscript/movie2movie.py/sd_cn_animation_interface/Save preprocessed/visible": true, + "customscript/movie2movie.py/sd_cn_animation_interface/Save preprocessed/value": false, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Target size type/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Target size type/value": "From img2img2 settings", + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom width/value": 2048, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom width/minimum": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom width/maximum": 8192, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom width/step": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom height/value": 2048, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom height/minimum": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom height/maximum": 8192, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Custom height/step": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Scale/value": 2, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Scale/minimum": 1, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Scale/maximum": 16, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Scale/step": 0.01, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Upscaler/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Upscaler/value": "None", + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Type/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Type/value": "Linear", + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile width/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile width/value": 512, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile width/minimum": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile width/maximum": 2048, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile width/step": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile height/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile height/value": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile height/minimum": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile height/maximum": 2048, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Tile height/step": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Mask blur/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Mask blur/value": 8, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Mask blur/minimum": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Mask blur/maximum": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Mask blur/step": 1, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Padding/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Padding/value": 32, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Padding/minimum": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Padding/maximum": 512, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Padding/step": 1, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Denoise/value": 0.35, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Denoise/minimum": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Denoise/maximum": 1, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Denoise/step": 0.01, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Width/value": 64, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Width/minimum": 0, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Width/maximum": 128, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Width/step": 1, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Upscaled/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Upscaled/value": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Seams fix/visible": true, + "customscript/ultimate-upscale.py/sd_cn_animation_interface/Seams fix/value": false, + "sd_cn_animation_interface/Length (in frames)/visible": true, + "sd_cn_animation_interface/Length (in frames)/value": 40, + "sd_cn_animation_interface/Length (in frames)/minimum": 10, + "sd_cn_animation_interface/Length (in frames)/maximum": 2048, + "sd_cn_animation_interface/Length (in frames)/step": 10, + "sd_cn_animation_interface/Video FPS/visible": true, + "sd_cn_animation_interface/Video FPS/value": 12, + "sd_cn_animation_interface/Video FPS/minimum": 4, + "sd_cn_animation_interface/Video FPS/maximum": 64, + "sd_cn_animation_interface/Video FPS/step": 4, + "sd_cn_animation_interface/What frame should be send to CN?/visible": true, + "sd_cn_animation_interface/What frame should be send to CN?/value": "None", + "customscript/tilediffusion.py/sd_cn_animation_interface/Overwrite image size/visible": true, + "sd_cn_animation_interface/Create txt2img canvas/visible": true, + "sd_cn_animation_interface/Tabs@txt2img_controlnet_tabs/selected": null, + "sd_cn_animation_interface/Export/visible": true, + "sd_cn_animation_interface/Generate/visible": true, + "sd_cn_animation_interface/Interrupt/visible": true, + "sd_cn_animation_interface/Save frames into a folder nearby a video (check it before running the generation if you also want to save frames separately)/visible": true, + "sd_cn_animation_interface/Save frames into a folder nearby a video (check it before running the generation if you also want to save frames separately)/value": true, + "civitai_interface/Content type:/visible": true, + "civitai_interface/Content type:/value": "Checkpoint", + "civitai_interface/Sort List by:/visible": true, + "civitai_interface/Sort List by:/value": "Newest", + "civitai_interface/Show NSFW/visible": true, + "civitai_interface/Show NSFW/value": true, + "civitai_interface/Search by term?/visible": true, + "civitai_interface/Search by term?/value": false, + "civitai_interface/Search Term/visible": true, + "civitai_interface/Search Term/value": "", + "civitai_interface/Get List/visible": true, + "civitai_interface/Next Page/visible": true, + "civitai_interface/Model/visible": true, + "civitai_interface/Model/value": null, + "civitai_interface/Version/visible": true, + "civitai_interface/Version/value": null, + "civitai_interface/Trained Tags (if any)/visible": true, + "civitai_interface/Trained Tags (if any)/value": "", + "civitai_interface/Model Filename/visible": true, + "civitai_interface/Model Filename/value": null, + "civitai_interface/Download Url/visible": true, + "civitai_interface/Download Url/value": null, + "civitai_interface/1st - Get Model Info/visible": true, + "civitai_interface/2nd - Save Text/visible": true, + "civitai_interface/3rd - Save Images/visible": true, + "civitai_interface/4th - Download Model/visible": true, + "civitai_interface/Save Model to new folder/visible": true, + "civitai_interface/Save Model to new folder/value": false, + "txt2img/Enqueue/visible": true, + "customscript/color_enhance.py/txt2img/Color Enhance strength/visible": true, + "customscript/color_enhance.py/txt2img/Color Enhance strength/value": 0, + "customscript/color_enhance.py/txt2img/Color Enhance strength/minimum": 0, + "customscript/color_enhance.py/txt2img/Color Enhance strength/maximum": 1, + "customscript/color_enhance.py/txt2img/Color Enhance strength/step": 0.01, + "txt2img/\ud83d\udd03/visible": true, + "txt2img/\ud83d\udcd0/visible": true, + "txt2img/Width 1/visible": true, + "txt2img/Width 1/value": null, + "txt2img/Height 1/visible": true, + "txt2img/Height 1/value": null, + "txt2img/Width 2/visible": true, + "txt2img/Width 2/value": null, + "txt2img/Height 2/visible": true, + "txt2img/Height 2/value": null, + "txt2img/\u21c5/visible": true, + "txt2img/\u2b07\ufe0f/visible": true, + "txt2img/\ud83d\udd0d/visible": true, + "txt2img/Calculate Height/visible": true, + "txt2img/Calculate Width/visible": true, + "customscript/fetch.py/txt2img/Get Tags/visible": true, + "customscript/fetch.py/txt2img/insert link/visible": true, + "customscript/fetch.py/txt2img/insert link/value": "", + "customscript/pixelart.py/txt2img/Enable/visible": true, + "customscript/pixelart.py/txt2img/Enable/value": false, + "customscript/pixelart.py/txt2img/Downscale/visible": true, + "customscript/pixelart.py/txt2img/Downscale/value": 8, + "customscript/pixelart.py/txt2img/Downscale/minimum": 1, + "customscript/pixelart.py/txt2img/Downscale/maximum": 32, + "customscript/pixelart.py/txt2img/Downscale/step": 2, + "customscript/pixelart.py/txt2img/Rescale to original size/visible": true, + "customscript/pixelart.py/txt2img/Rescale to original size/value": true, + "customscript/pixelart.py/txt2img/Palette Size/visible": true, + "customscript/pixelart.py/txt2img/Palette Size/value": 16, + "customscript/pixelart.py/txt2img/Palette Size/minimum": 1, + "customscript/pixelart.py/txt2img/Palette Size/maximum": 256, + "customscript/pixelart.py/txt2img/Palette Size/step": 1, + "customscript/pixelart.py/txt2img/Colors quantization method/visible": true, + "customscript/pixelart.py/txt2img/Colors quantization method/value": "Median cut", + "customscript/pixelart.py/txt2img/Colors dither method/visible": true, + "customscript/pixelart.py/txt2img/Colors dither method/value": "None", + "customscript/pixelart.py/txt2img/Enable k-means for color quantization/visible": true, + "customscript/pixelart.py/txt2img/Enable k-means for color quantization/value": true, + "customscript/pixelart.py/txt2img/Inverse/visible": true, + "customscript/pixelart.py/txt2img/Inverse/value": false, + "customscript/pixelart.py/txt2img/Threshold/visible": true, + "customscript/pixelart.py/txt2img/Threshold/value": 128, + "customscript/pixelart.py/txt2img/Threshold/minimum": 1, + "customscript/pixelart.py/txt2img/Threshold/maximum": 256, + "customscript/pixelart.py/txt2img/Threshold/step": 1, + "customscript/pixelart.py/txt2img/Palette Size (only for complex images)/visible": true, + "customscript/pixelart.py/txt2img/Palette Size (only for complex images)/value": 16, + "customscript/pixelart.py/txt2img/Palette Size (only for complex images)/minimum": 1, + "customscript/pixelart.py/txt2img/Palette Size (only for complex images)/maximum": 256, + "customscript/pixelart.py/txt2img/Palette Size (only for complex images)/step": 1, + "txt2img/Inpaint+ Width/visible": true, + "txt2img/Inpaint+ Width/value": 512, + "txt2img/Inpaint+ Width/minimum": 64, + "txt2img/Inpaint+ Width/maximum": 2048, + "txt2img/Inpaint+ Width/step": 8, + "txt2img/Inpaint+ Height/visible": true, + "txt2img/Inpaint+ Height/value": 512, + "txt2img/Inpaint+ Height/minimum": 64, + "txt2img/Inpaint+ Height/maximum": 2048, + "txt2img/Inpaint+ Height/step": 8, + "img2img/Enqueue/visible": true, + "customscript/color_enhance.py/img2img/Color Enhance strength/visible": true, + "customscript/color_enhance.py/img2img/Color Enhance strength/value": 0, + "customscript/color_enhance.py/img2img/Color Enhance strength/minimum": 0, + "customscript/color_enhance.py/img2img/Color Enhance strength/maximum": 1, + "customscript/color_enhance.py/img2img/Color Enhance strength/step": 0.01, + "img2img/\ud83d\udd03/visible": true, + "img2img/Width 1/visible": true, + "img2img/Width 1/value": null, + "img2img/Height 1/visible": true, + "img2img/Height 1/value": null, + "img2img/Width 2/visible": true, + "img2img/Width 2/value": null, + "img2img/Height 2/visible": true, + "img2img/Height 2/value": null, + "img2img/\u2b07\ufe0f/visible": true, + "img2img/\ud83d\udd0d/visible": true, + "img2img/\ud83d\uddbc/visible": true, + "img2img/Calculate Height/visible": true, + "img2img/Calculate Width/visible": true, + "customscript/fetch.py/img2img/Get Tags/visible": true, + "customscript/fetch.py/img2img/insert link/visible": true, + "customscript/fetch.py/img2img/insert link/value": "", + "customscript/pixelart.py/img2img/Enable/visible": true, + "customscript/pixelart.py/img2img/Enable/value": false, + "customscript/pixelart.py/img2img/Downscale/visible": true, + "customscript/pixelart.py/img2img/Downscale/value": 8, + "customscript/pixelart.py/img2img/Downscale/minimum": 1, + "customscript/pixelart.py/img2img/Downscale/maximum": 32, + "customscript/pixelart.py/img2img/Downscale/step": 2, + "customscript/pixelart.py/img2img/Rescale to original size/visible": true, + "customscript/pixelart.py/img2img/Rescale to original size/value": true, + "customscript/pixelart.py/img2img/Palette Size/visible": true, + "customscript/pixelart.py/img2img/Palette Size/value": 16, + "customscript/pixelart.py/img2img/Palette Size/minimum": 1, + "customscript/pixelart.py/img2img/Palette Size/maximum": 256, + "customscript/pixelart.py/img2img/Palette Size/step": 1, + "customscript/pixelart.py/img2img/Colors quantization method/visible": true, + "customscript/pixelart.py/img2img/Colors quantization method/value": "Median cut", + "customscript/pixelart.py/img2img/Colors dither method/visible": true, + "customscript/pixelart.py/img2img/Colors dither method/value": "None", + "customscript/pixelart.py/img2img/Enable k-means for color quantization/visible": true, + "customscript/pixelart.py/img2img/Enable k-means for color quantization/value": true, + "customscript/pixelart.py/img2img/Inverse/visible": true, + "customscript/pixelart.py/img2img/Inverse/value": false, + "customscript/pixelart.py/img2img/Threshold/visible": true, + "customscript/pixelart.py/img2img/Threshold/value": 128, + "customscript/pixelart.py/img2img/Threshold/minimum": 1, + "customscript/pixelart.py/img2img/Threshold/maximum": 256, + "customscript/pixelart.py/img2img/Threshold/step": 1, + "customscript/pixelart.py/img2img/Palette Size (only for complex images)/visible": true, + "customscript/pixelart.py/img2img/Palette Size (only for complex images)/value": 16, + "customscript/pixelart.py/img2img/Palette Size (only for complex images)/minimum": 1, + "customscript/pixelart.py/img2img/Palette Size (only for complex images)/maximum": 256, + "customscript/pixelart.py/img2img/Palette Size (only for complex images)/step": 1, + "img2img/Inpaint+ Width/visible": true, + "img2img/Inpaint+ Width/value": 512, + "img2img/Inpaint+ Width/minimum": 64, + "img2img/Inpaint+ Width/maximum": 2048, + "img2img/Inpaint+ Width/step": 8, + "img2img/Inpaint+ Height/visible": true, + "img2img/Inpaint+ Height/value": 512, + "img2img/Inpaint+ Height/minimum": 64, + "img2img/Inpaint+ Height/maximum": 2048, + "img2img/Inpaint+ Height/step": 8, + "customscript/stablesr.py/img2img/SR Model/visible": true, + "customscript/stablesr.py/img2img/SR Model/value": null, + "img2img/\u21bb/visible": true, + "customscript/stablesr.py/img2img/Scale Factor/visible": true, + "customscript/stablesr.py/img2img/Scale Factor/value": 2, + "customscript/stablesr.py/img2img/Scale Factor/minimum": 1, + "customscript/stablesr.py/img2img/Scale Factor/maximum": 16, + "customscript/stablesr.py/img2img/Scale Factor/step": 0.1, + "customscript/stablesr.py/img2img/Color Fix/visible": true, + "customscript/stablesr.py/img2img/Color Fix/value": "Wavelet", + "customscript/stablesr.py/img2img/Save Original/visible": true, + "customscript/stablesr.py/img2img/Save Original/value": false, + "customscript/stablesr.py/img2img/Pure Noise/visible": true, + "customscript/stablesr.py/img2img/Pure Noise/value": true, + "img2img/Unload Model/visible": true, + "customscript/postprocessing_pixel.py/extras/Pixelate/visible": true, + "customscript/postprocessing_pixel.py/extras/Pixelate/value": false, + "customscript/postprocessing_pixel.py/extras/Rescale/visible": true, + "customscript/postprocessing_pixel.py/extras/Rescale/value": false, + "customscript/postprocessing_pixel.py/extras/Downscale/visible": true, + "customscript/postprocessing_pixel.py/extras/Downscale/value": 8, + "customscript/postprocessing_pixel.py/extras/Downscale/minimum": 1, + "customscript/postprocessing_pixel.py/extras/Downscale/maximum": 32, + "customscript/postprocessing_pixel.py/extras/Downscale/step": 1, + "customscript/postprocessing_pixel.py/extras/Color Palette Limit/visible": true, + "customscript/postprocessing_pixel.py/extras/Color Palette Limit/value": false, + "customscript/postprocessing_pixel.py/extras/Palette Size/visible": true, + "customscript/postprocessing_pixel.py/extras/Palette Size/value": 1, + "customscript/postprocessing_pixel.py/extras/Palette Size/minimum": 0, + "customscript/postprocessing_pixel.py/extras/Palette Size/maximum": 256, + "customscript/postprocessing_pixel.py/extras/Palette Size/step": 1, + "customscript/postprocessing_pixel.py/extras/Gray Thresholding/visible": true, + "customscript/postprocessing_pixel.py/extras/Gray Thresholding/value": false, + "customscript/postprocessing_pixel.py/extras/Threshold/visible": true, + "customscript/postprocessing_pixel.py/extras/Threshold/value": 0, + "customscript/postprocessing_pixel.py/extras/Threshold/minimum": 0, + "customscript/postprocessing_pixel.py/extras/Threshold/maximum": 255, + "customscript/postprocessing_pixel.py/extras/Threshold/step": 1, + "customscript/postprocessing_pixelart.py/extras/Enable/visible": true, + "customscript/postprocessing_pixelart.py/extras/Enable/value": false, + "customscript/postprocessing_pixelart.py/extras/Downscale/visible": true, + "customscript/postprocessing_pixelart.py/extras/Downscale/value": 8, + "customscript/postprocessing_pixelart.py/extras/Downscale/minimum": 1, + "customscript/postprocessing_pixelart.py/extras/Downscale/maximum": 32, + "customscript/postprocessing_pixelart.py/extras/Downscale/step": 2, + "customscript/postprocessing_pixelart.py/extras/Rescale to original size/visible": true, + "customscript/postprocessing_pixelart.py/extras/Rescale to original size/value": true, + "customscript/postprocessing_pixelart.py/extras/Palette Size/visible": true, + "customscript/postprocessing_pixelart.py/extras/Palette Size/value": 16, + "customscript/postprocessing_pixelart.py/extras/Palette Size/minimum": 1, + "customscript/postprocessing_pixelart.py/extras/Palette Size/maximum": 256, + "customscript/postprocessing_pixelart.py/extras/Palette Size/step": 1, + "customscript/postprocessing_pixelart.py/extras/Colors quantization method/visible": true, + "customscript/postprocessing_pixelart.py/extras/Colors quantization method/value": "Median cut", + "customscript/postprocessing_pixelart.py/extras/Colors dither method/visible": true, + "customscript/postprocessing_pixelart.py/extras/Colors dither method/value": "None", + "customscript/postprocessing_pixelart.py/extras/Enable k-means for color quantization/visible": true, + "customscript/postprocessing_pixelart.py/extras/Enable k-means for color quantization/value": true, + "customscript/postprocessing_pixelart.py/extras/Inverse/visible": true, + "customscript/postprocessing_pixelart.py/extras/Inverse/value": false, + "customscript/postprocessing_pixelart.py/extras/Threshold/visible": true, + "customscript/postprocessing_pixelart.py/extras/Threshold/value": 128, + "customscript/postprocessing_pixelart.py/extras/Threshold/minimum": 1, + "customscript/postprocessing_pixelart.py/extras/Threshold/maximum": 256, + "customscript/postprocessing_pixelart.py/extras/Threshold/step": 1, + "customscript/postprocessing_pixelart.py/extras/Palette Size (only for complex images)/visible": true, + "customscript/postprocessing_pixelart.py/extras/Palette Size (only for complex images)/value": 16, + "customscript/postprocessing_pixelart.py/extras/Palette Size (only for complex images)/minimum": 1, + "customscript/postprocessing_pixelart.py/extras/Palette Size (only for complex images)/maximum": 256, + "customscript/postprocessing_pixelart.py/extras/Palette Size (only for complex images)/step": 1, + "customscript/color_enhance.py/extras/Color Enhance strength/visible": true, + "customscript/color_enhance.py/extras/Color Enhance strength/value": 0, + "customscript/color_enhance.py/extras/Color Enhance strength/minimum": 0, + "customscript/color_enhance.py/extras/Color Enhance strength/maximum": 1, + "customscript/color_enhance.py/extras/Color Enhance strength/step": 0.01, + "openpose_editor/width/visible": true, + "openpose_editor/width/value": 512, + "openpose_editor/width/minimum": 64, + "openpose_editor/width/maximum": 2048, + "openpose_editor/width/step": 64, + "openpose_editor/height/visible": true, + "openpose_editor/height/value": 512, + "openpose_editor/height/minimum": 64, + "openpose_editor/height/maximum": 2048, + "openpose_editor/height/step": 64, + "openpose_editor/Add/visible": true, + "openpose_editor/Reset/visible": true, + "openpose_editor/Presets/visible": true, + "openpose_editor/Presets/value": null, + "openpose_editor/Load Preset/visible": true, + "openpose_editor/Save Preset/visible": true, + "openpose_editor/json/value": "", + "openpose_editor/Save JSON/visible": true, + "openpose_editor/Save PNG/visible": true, + "openpose_editor/Send to txt2img/visible": true, + "openpose_editor/Send to img2img/visible": true, + "openpose_editor/Send to/visible": true, + "openpose_editor/Send to/value": "0", + "agent_scheduler/Tabs@agent_scheduler_tabs/selected": null, + "agent_scheduler/Pause/visible": true, + "agent_scheduler/Refresh/visible": true, + "agent_scheduler/Send to txt2img/visible": true, + "agent_scheduler/Send to img2img/visible": true, + "agent_scheduler/Send to inpaint/visible": true, + "agent_scheduler/Send to extras/visible": true, + "txt2img/SAM Model/visible": true, + "txt2img/SAM Model/value": null, + "txt2img/Use CPU for SAM/visible": true, + "txt2img/Use CPU for SAM/value": false, + "txt2img/Remove all point prompts/visible": true, + "txt2img/Enable GroundingDINO/visible": true, + "txt2img/Enable GroundingDINO/value": false, + "txt2img/GroundingDINO Model (Auto download from huggingface)/visible": true, + "txt2img/GroundingDINO Model (Auto download from huggingface)/value": "GroundingDINO_SwinT_OGC (694MB)", + "txt2img/GroundingDINO Detection Prompt/visible": true, + "txt2img/GroundingDINO Detection Prompt/value": "", + "txt2img/GroundingDINO Box Threshold/visible": true, + "txt2img/GroundingDINO Box Threshold/value": 0.3, + "txt2img/GroundingDINO Box Threshold/minimum": 0.0, + "txt2img/GroundingDINO Box Threshold/maximum": 1.0, + "txt2img/GroundingDINO Box Threshold/step": 0.001, + "txt2img/I want to preview GroundingDINO detection result and select the boxes I want./visible": true, + "txt2img/I want to preview GroundingDINO detection result and select the boxes I want./value": false, + "txt2img/Generate bounding box/visible": true, + "txt2img/GroundingDINO preview status/value": "", + "txt2img/Preview Segmentation/visible": true, + "txt2img/Segment Anything status/visible": true, + "txt2img/Segment Anything status/value": "", + "customscript/sam.py/txt2img/Choose your favorite mask: /visible": true, + "customscript/sam.py/txt2img/Choose your favorite mask: /value": "0", + "txt2img/Preview automatically when add/remove points/visible": true, + "txt2img/Preview automatically when add/remove points/value": false, + "customscript/sam.py/txt2img/Copy to txt2img ControlNet Inpainting/visible": true, + "customscript/sam.py/txt2img/Copy to txt2img ControlNet Inpainting/value": false, + "customscript/sam.py/txt2img/ControlNet inpaint not masked/visible": true, + "customscript/sam.py/txt2img/ControlNet inpaint not masked/value": false, + "customscript/sam.py/txt2img/ControlNet Inpaint Index/visible": true, + "customscript/sam.py/txt2img/ControlNet Inpaint Index/value": "0", + "customscript/sam.py/txt2img/Expand Mask/visible": true, + "customscript/sam.py/txt2img/Expand Mask/value": false, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 30)/visible": true, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 30)/value": 0, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 30)/minimum": 0, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 30)/maximum": 100, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 30)/step": 1, + "txt2img/Update Mask/visible": true, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/visible": true, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/value": 0, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/minimum": 0, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/maximum": 100, + "txt2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/step": 1, + "txt2img/Source directory/visible": true, + "txt2img/Source directory/value": "", + "txt2img/Destination directory/visible": true, + "txt2img/Destination directory/value": "", + "txt2img/Output per image: /visible": true, + "txt2img/Output per image: /value": "3", + "txt2img/Save masked image/visible": true, + "txt2img/Save masked image/value": true, + "txt2img/Save mask/visible": true, + "txt2img/Save mask/value": true, + "txt2img/Save original image with mask and bounding box/visible": true, + "txt2img/Save original image with mask and bounding box/value": true, + "txt2img/Save background instead of foreground/visible": true, + "txt2img/Save background instead of foreground/value": false, + "txt2img/Start batch process/visible": true, + "txt2img/GroundingDINO batch progress status/visible": true, + "txt2img/GroundingDINO batch progress status/value": "", + "txt2img/points_per_side/visible": true, + "txt2img/points_per_side/value": 32, + "txt2img/points_per_batch/visible": true, + "txt2img/points_per_batch/value": 64, + "txt2img/pred_iou_thresh/visible": true, + "txt2img/pred_iou_thresh/value": 0.88, + "txt2img/pred_iou_thresh/minimum": 0, + "txt2img/pred_iou_thresh/maximum": 1, + "txt2img/pred_iou_thresh/step": 0.01, + "txt2img/stability_score_thresh/visible": true, + "txt2img/stability_score_thresh/value": 0.95, + "txt2img/stability_score_thresh/minimum": 0, + "txt2img/stability_score_thresh/maximum": 1, + "txt2img/stability_score_thresh/step": 0.01, + "txt2img/stability_score_offset/visible": true, + "txt2img/stability_score_offset/value": 1.0, + "txt2img/box_nms_thresh/visible": true, + "txt2img/box_nms_thresh/value": 0.7, + "txt2img/box_nms_thresh/minimum": 0, + "txt2img/box_nms_thresh/maximum": 1, + "txt2img/box_nms_thresh/step": 0.01, + "txt2img/crop_n_layers/visible": true, + "txt2img/crop_n_layers/value": 0, + "txt2img/crop_nms_thresh/visible": true, + "txt2img/crop_nms_thresh/value": 0.7, + "txt2img/crop_nms_thresh/minimum": 0, + "txt2img/crop_nms_thresh/maximum": 1, + "txt2img/crop_nms_thresh/step": 0.01, + "txt2img/crop_overlap_ratio/visible": true, + "txt2img/crop_overlap_ratio/value": 0.3413333333333333, + "txt2img/crop_overlap_ratio/minimum": 0, + "txt2img/crop_overlap_ratio/maximum": 1, + "txt2img/crop_overlap_ratio/step": 0.01, + "txt2img/crop_n_points_downscale_factor/visible": true, + "txt2img/crop_n_points_downscale_factor/value": 1, + "txt2img/min_mask_region_area/visible": true, + "txt2img/min_mask_region_area/value": 0, + "txt2img/Choose preprocessor for semantic segmentation: /visible": true, + "txt2img/Choose preprocessor for semantic segmentation: /value": "seg_ufade20k", + "txt2img/Preprocessor resolution/visible": true, + "customscript/sam.py/txt2img/Select ControlNet input from random segmentation gallery. Choose 2 for Edit-Anything ControlNet./value": "2", + "txt2img/Enable Pixel Perfect from lllyasviel. Configure your target width and height on txt2img/img2img default panel before preview if you wish to enable pixel perfect./visible": true, + "txt2img/Enable Pixel Perfect from lllyasviel. Configure your target width and height on txt2img/img2img default panel before preview if you wish to enable pixel perfect./value": false, + "txt2img/Preview segmentation image/visible": true, + "txt2img/Segmentation status/visible": true, + "txt2img/Segmentation status/value": "", + "customscript/sam.py/txt2img/Copy to ControlNet Segmentation/visible": true, + "customscript/sam.py/txt2img/Copy to ControlNet Segmentation/value": false, + "customscript/sam.py/txt2img/ControlNet Segmentation Index/visible": true, + "customscript/sam.py/txt2img/ControlNet Segmentation Index/value": "0", + "txt2img/Choose mode: /visible": true, + "txt2img/Choose mode: /value": "single image", + "txt2img/Input path/value": "", + "txt2img/Output path/visible": true, + "txt2img/Output path/value": "", + "txt2img/Generate layout for single image/visible": true, + "txt2img/Image layout status/visible": true, + "txt2img/Image layout status/value": "", + "txt2img/Enter category IDs/visible": true, + "txt2img/Enter category IDs/value": "", + "txt2img/Preview mask/visible": true, + "txt2img/Categorical mask status/visible": true, + "txt2img/Categorical mask status/value": "", + "customscript/sam.py/txt2img/Enable uploading manually created mask to SAM./visible": true, + "customscript/sam.py/txt2img/Enable uploading manually created mask to SAM./value": false, + "customscript/sam.py/txt2img/ControlNet Inpaint Number/visible": true, + "customscript/sam.py/txt2img/ControlNet Inpaint Number/value": "0", + "txt2img/Switch to Inpaint Upload/visible": true, + "txt2img/Unload all models from memory/visible": true, + "txt2img/Uncheck all copies/visible": true, + "customscript/onebuttonprompt.py/txt2img/Type of object/value": "all", + "customscript/onebuttonprompt.py/txt2img/Type of humanoids/value": "all", + "customscript/onebuttonprompt.py/txt2img/Type of concept/value": "all", + "customscript/onebuttonprompt.py/txt2img/gender/value": "all", + "img2img/SAM Model/visible": true, + "img2img/SAM Model/value": null, + "img2img/Use CPU for SAM/visible": true, + "img2img/Use CPU for SAM/value": false, + "img2img/Remove all point prompts/visible": true, + "img2img/Enable GroundingDINO/visible": true, + "img2img/Enable GroundingDINO/value": false, + "img2img/GroundingDINO Model (Auto download from huggingface)/visible": true, + "img2img/GroundingDINO Model (Auto download from huggingface)/value": "GroundingDINO_SwinT_OGC (694MB)", + "img2img/GroundingDINO Detection Prompt/visible": true, + "img2img/GroundingDINO Detection Prompt/value": "", + "img2img/GroundingDINO Box Threshold/visible": true, + "img2img/GroundingDINO Box Threshold/value": 0.3, + "img2img/GroundingDINO Box Threshold/minimum": 0.0, + "img2img/GroundingDINO Box Threshold/maximum": 1.0, + "img2img/GroundingDINO Box Threshold/step": 0.001, + "img2img/I want to preview GroundingDINO detection result and select the boxes I want./visible": true, + "img2img/I want to preview GroundingDINO detection result and select the boxes I want./value": false, + "img2img/Generate bounding box/visible": true, + "img2img/GroundingDINO preview status/value": "", + "img2img/Preview Segmentation/visible": true, + "img2img/Segment Anything status/visible": true, + "img2img/Segment Anything status/value": "", + "customscript/sam.py/img2img/Choose your favorite mask: /visible": true, + "customscript/sam.py/img2img/Choose your favorite mask: /value": "0", + "img2img/Preview automatically when add/remove points/visible": true, + "img2img/Preview automatically when add/remove points/value": false, + "customscript/sam.py/img2img/Copy to Inpaint Upload & img2img ControlNet Inpainting/visible": true, + "customscript/sam.py/img2img/Copy to Inpaint Upload & img2img ControlNet Inpainting/value": false, + "customscript/sam.py/img2img/ControlNet inpaint not masked/value": false, + "customscript/sam.py/img2img/ControlNet Inpaint Index/value": "0", + "customscript/sam.py/img2img/Expand Mask/visible": true, + "customscript/sam.py/img2img/Expand Mask/value": false, + "img2img/Specify the amount that you wish to expand the mask by (recommend 30)/visible": true, + "img2img/Specify the amount that you wish to expand the mask by (recommend 30)/value": 0, + "img2img/Specify the amount that you wish to expand the mask by (recommend 30)/minimum": 0, + "img2img/Specify the amount that you wish to expand the mask by (recommend 30)/maximum": 100, + "img2img/Specify the amount that you wish to expand the mask by (recommend 30)/step": 1, + "img2img/Update Mask/visible": true, + "img2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/visible": true, + "img2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/value": 0, + "img2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/minimum": 0, + "img2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/maximum": 100, + "img2img/Specify the amount that you wish to expand the mask by (recommend 0-10)/step": 1, + "img2img/Source directory/visible": true, + "img2img/Source directory/value": "", + "img2img/Destination directory/visible": true, + "img2img/Destination directory/value": "", + "img2img/Output per image: /visible": true, + "img2img/Output per image: /value": "3", + "img2img/Save masked image/visible": true, + "img2img/Save masked image/value": true, + "img2img/Save mask/visible": true, + "img2img/Save mask/value": true, + "img2img/Save original image with mask and bounding box/visible": true, + "img2img/Save original image with mask and bounding box/value": true, + "img2img/Save background instead of foreground/visible": true, + "img2img/Save background instead of foreground/value": false, + "img2img/Start batch process/visible": true, + "img2img/GroundingDINO batch progress status/visible": true, + "img2img/GroundingDINO batch progress status/value": "", + "img2img/points_per_side/visible": true, + "img2img/points_per_side/value": 32, + "img2img/points_per_batch/visible": true, + "img2img/points_per_batch/value": 64, + "img2img/pred_iou_thresh/visible": true, + "img2img/pred_iou_thresh/value": 0.88, + "img2img/pred_iou_thresh/minimum": 0, + "img2img/pred_iou_thresh/maximum": 1, + "img2img/pred_iou_thresh/step": 0.01, + "img2img/stability_score_thresh/visible": true, + "img2img/stability_score_thresh/value": 0.95, + "img2img/stability_score_thresh/minimum": 0, + "img2img/stability_score_thresh/maximum": 1, + "img2img/stability_score_thresh/step": 0.01, + "img2img/stability_score_offset/visible": true, + "img2img/stability_score_offset/value": 1.0, + "img2img/box_nms_thresh/visible": true, + "img2img/box_nms_thresh/value": 0.7, + "img2img/box_nms_thresh/minimum": 0, + "img2img/box_nms_thresh/maximum": 1, + "img2img/box_nms_thresh/step": 0.01, + "img2img/crop_n_layers/visible": true, + "img2img/crop_n_layers/value": 0, + "img2img/crop_nms_thresh/visible": true, + "img2img/crop_nms_thresh/value": 0.7, + "img2img/crop_nms_thresh/minimum": 0, + "img2img/crop_nms_thresh/maximum": 1, + "img2img/crop_nms_thresh/step": 0.01, + "img2img/crop_overlap_ratio/visible": true, + "img2img/crop_overlap_ratio/value": 0.3413333333333333, + "img2img/crop_overlap_ratio/minimum": 0, + "img2img/crop_overlap_ratio/maximum": 1, + "img2img/crop_overlap_ratio/step": 0.01, + "img2img/crop_n_points_downscale_factor/visible": true, + "img2img/crop_n_points_downscale_factor/value": 1, + "img2img/min_mask_region_area/visible": true, + "img2img/min_mask_region_area/value": 0, + "img2img/Choose preprocessor for semantic segmentation: /visible": true, + "img2img/Choose preprocessor for semantic segmentation: /value": "seg_ufade20k", + "img2img/Preprocessor resolution/visible": true, + "customscript/sam.py/img2img/Select ControlNet input from random segmentation gallery. Choose 2 for Edit-Anything ControlNet./value": "2", + "img2img/Enable Pixel Perfect from lllyasviel. Configure your target width and height on txt2img/img2img default panel before preview if you wish to enable pixel perfect./visible": true, + "img2img/Enable Pixel Perfect from lllyasviel. Configure your target width and height on txt2img/img2img default panel before preview if you wish to enable pixel perfect./value": false, + "img2img/Preview segmentation image/visible": true, + "img2img/Segmentation status/visible": true, + "img2img/Segmentation status/value": "", + "customscript/sam.py/img2img/Copy to ControlNet Segmentation/visible": true, + "customscript/sam.py/img2img/Copy to ControlNet Segmentation/value": false, + "customscript/sam.py/img2img/ControlNet Segmentation Index/visible": true, + "customscript/sam.py/img2img/ControlNet Segmentation Index/value": "0", + "img2img/Choose mode: /visible": true, + "img2img/Choose mode: /value": "single image", + "img2img/Input path/value": "", + "img2img/Output path/visible": true, + "img2img/Output path/value": "", + "img2img/Generate layout for single image/visible": true, + "img2img/Image layout status/visible": true, + "img2img/Image layout status/value": "", + "img2img/Enter category IDs/visible": true, + "img2img/Enter category IDs/value": "", + "img2img/Preview mask/visible": true, + "img2img/Categorical mask status/visible": true, + "img2img/Categorical mask status/value": "", + "customscript/sam.py/img2img/Enable uploading manually created mask to SAM./visible": true, + "customscript/sam.py/img2img/Enable uploading manually created mask to SAM./value": false, + "customscript/sam.py/img2img/ControlNet Inpaint Number/visible": true, + "customscript/sam.py/img2img/ControlNet Inpaint Number/value": "0", + "img2img/Switch to Inpaint Upload/visible": true, + "img2img/Unload all models from memory/visible": true, + "img2img/Uncheck all copies/visible": true, + "customscript/onebuttonprompt.py/img2img/Type of object/value": "all", + "customscript/onebuttonprompt.py/img2img/Type of humanoids/value": "all", + "customscript/onebuttonprompt.py/img2img/Type of concept/value": "all", + "customscript/onebuttonprompt.py/img2img/gender/value": "all", + "inpaint_anything/Segment Anything Model ID/visible": true, + "inpaint_anything/Segment Anything Model ID/value": "sam_vit_l_0b3195.pth", + "inpaint_anything/Download model/visible": true, + "inpaint_anything//visible": true, + "inpaint_anything//value": "", + "inpaint_anything/Scale Width/visible": true, + "inpaint_anything/Scale Width/value": 1.0, + "inpaint_anything/Scale Width/minimum": 1.0, + "inpaint_anything/Scale Width/maximum": 1.5, + "inpaint_anything/Scale Width/step": 0.01, + "inpaint_anything/Left/Right Balance/visible": true, + "inpaint_anything/Left/Right Balance/value": 0.5, + "inpaint_anything/Left/Right Balance/minimum": 0.0, + "inpaint_anything/Left/Right Balance/maximum": 1.0, + "inpaint_anything/Left/Right Balance/step": 0.01, + "inpaint_anything/Scale Height/visible": true, + "inpaint_anything/Scale Height/value": 1.0, + "inpaint_anything/Scale Height/minimum": 1.0, + "inpaint_anything/Scale Height/maximum": 1.5, + "inpaint_anything/Scale Height/step": 0.01, + "inpaint_anything/Top/Bottom Balance/visible": true, + "inpaint_anything/Top/Bottom Balance/value": 0.5, + "inpaint_anything/Top/Bottom Balance/minimum": 0.0, + "inpaint_anything/Top/Bottom Balance/maximum": 1.0, + "inpaint_anything/Top/Bottom Balance/step": 0.01, + "inpaint_anything/Padding Mode/visible": true, + "inpaint_anything/Padding Mode/value": "edge", + "inpaint_anything/Run Padding/visible": true, + "inpaint_anything/Run Segment Anything/visible": true, + "inpaint_anything/Inpainting Prompt/visible": true, + "inpaint_anything/Inpainting Prompt/value": "", + "inpaint_anything/Negative Prompt/visible": true, + "inpaint_anything/Negative Prompt/value": "", + "inpaint_anything/Sampler/visible": true, + "inpaint_anything/Sampler/value": "DDIM", + "inpaint_anything/Sampling Steps/visible": true, + "inpaint_anything/Sampling Steps/value": 20, + "inpaint_anything/Sampling Steps/minimum": 1, + "inpaint_anything/Sampling Steps/maximum": 100, + "inpaint_anything/Sampling Steps/step": 1, + "inpaint_anything/Guidance Scale/visible": true, + "inpaint_anything/Guidance Scale/value": 7.5, + "inpaint_anything/Guidance Scale/minimum": 0.1, + "inpaint_anything/Guidance Scale/maximum": 30.0, + "inpaint_anything/Guidance Scale/step": 0.1, + "inpaint_anything/Seed/visible": true, + "inpaint_anything/Seed/value": -1, + "inpaint_anything/Seed/minimum": -1, + "inpaint_anything/Seed/maximum": 2147483647, + "inpaint_anything/Seed/step": 1, + "inpaint_anything/Inpainting Model ID/visible": true, + "inpaint_anything/Inpainting Model ID/value": "stabilityai/stable-diffusion-2-inpainting", + "inpaint_anything/Run Inpainting/visible": true, + "inpaint_anything/Mask area Only/visible": true, + "inpaint_anything/Mask area Only/value": true, + "inpaint_anything/Save mask/visible": true, + "inpaint_anything/Save mask/value": false, + "inpaint_anything/Cleaner Model ID/visible": true, + "inpaint_anything/Cleaner Model ID/value": "lama", + "inpaint_anything/Run Cleaner/visible": true, + "inpaint_anything/Sampling method/visible": true, + "inpaint_anything/Sampling method/value": "DDIM", + "inpaint_anything/Sampling steps/visible": true, + "inpaint_anything/Sampling steps/value": 25, + "inpaint_anything/Sampling steps/minimum": 1, + "inpaint_anything/Sampling steps/maximum": 150, + "inpaint_anything/Sampling steps/step": 1, + "inpaint_anything/Guidance scale/visible": true, + "inpaint_anything/Guidance scale/value": 7.5, + "inpaint_anything/Guidance scale/minimum": 0.1, + "inpaint_anything/Guidance scale/maximum": 30.0, + "inpaint_anything/Guidance scale/step": 0.1, + "inpaint_anything/Denoising strength/visible": true, + "inpaint_anything/Denoising strength/value": 0.75, + "inpaint_anything/Denoising strength/minimum": 0.0, + "inpaint_anything/Denoising strength/maximum": 1.0, + "inpaint_anything/Denoising strength/step": 0.01, + "inpaint_anything/Low VRAM/visible": true, + "inpaint_anything/Low VRAM/value": true, + "inpaint_anything/Control Weight/visible": true, + "inpaint_anything/Control Weight/value": 1.0, + "inpaint_anything/Control Weight/minimum": 0.0, + "inpaint_anything/Control Weight/maximum": 2.0, + "inpaint_anything/Control Weight/step": 0.05, + "inpaint_anything/Control Mode/visible": true, + "inpaint_anything/Control Mode/value": "ControlNet is more important", + "inpaint_anything/Reference Image Resize Mode/visible": true, + "inpaint_anything/Reference Image Resize Mode/value": "tile", + "inpaint_anything/Reference Type/visible": true, + "inpaint_anything/Reference Type/value": "reference_adain+attn", + "inpaint_anything/Reference Control Weight/visible": true, + "inpaint_anything/Reference Control Weight/value": 1.0, + "inpaint_anything/Reference Control Weight/minimum": 0.0, + "inpaint_anything/Reference Control Weight/maximum": 2.0, + "inpaint_anything/Reference Control Weight/step": 0.05, + "inpaint_anything/Reference Control Mode/visible": true, + "inpaint_anything/Reference Control Mode/value": "Balanced", + "inpaint_anything/ControlNet Preprocessor/visible": true, + "inpaint_anything/ControlNet Preprocessor/value": "inpaint_only", + "inpaint_anything/ControlNet Model ID/visible": true, + "inpaint_anything/ControlNet Model ID/value": "control_v11p_sd15_inpaint_fp16 [be8bc0ed]", + "inpaint_anything/Run ControlNet Inpaint/visible": true, + "inpaint_anything/Get mask as alpha of image/visible": true, + "inpaint_anything/Get mask/visible": true, + "inpaint_anything/Send to img2img inpaint/visible": true, + "inpaint_anything/Create mask/visible": true, + "inpaint_anything/Invert mask/visible": true, + "inpaint_anything/Invert mask/value": false, + "inpaint_anything/Expand mask region/visible": true, + "inpaint_anything/Trim mask by sketch/visible": true, + "customscript/animatediff.py/txt2img/Motion module/visible": true, + "customscript/animatediff.py/txt2img/Motion module/value": "mm_sd_v15.ckpt", + "customscript/animatediff.py/txt2img/Enable AnimateDiff/visible": true, + "customscript/animatediff.py/txt2img/Enable AnimateDiff/value": false, + "customscript/animatediff.py/txt2img/Number of frames/visible": true, + "customscript/animatediff.py/txt2img/Number of frames/value": 16, + "customscript/animatediff.py/txt2img/Number of frames/minimum": 1, + "customscript/animatediff.py/txt2img/Number of frames/maximum": 24, + "customscript/animatediff.py/txt2img/Number of frames/step": 1, + "customscript/animatediff.py/txt2img/Frames per second (FPS)/visible": true, + "customscript/animatediff.py/txt2img/Frames per second (FPS)/value": 8, + "customscript/animatediff.py/txt2img/Display loop number (0 = infinite loop)/visible": true, + "customscript/animatediff.py/txt2img/Display loop number (0 = infinite loop)/value": 0, + "txt2img/Move motion module to CPU (default if lowvram)/visible": true, + "txt2img/Remove motion module from any memory/visible": true, + "txt2img/Increase stability/visible": true, + "txt2img/Increase stability/value": false, + "txt2img/Move Hires fix afterwards/value": false, + "txt2img/Mode of operation/value": "highest", + "txt2img/Images/value": "keep used", + "customscript/animatediff.py/img2img/Motion module/visible": true, + "customscript/animatediff.py/img2img/Motion module/value": "mm_sd_v15.ckpt", + "customscript/animatediff.py/img2img/Enable AnimateDiff/visible": true, + "customscript/animatediff.py/img2img/Enable AnimateDiff/value": false, + "customscript/animatediff.py/img2img/Number of frames/visible": true, + "customscript/animatediff.py/img2img/Number of frames/value": 16, + "customscript/animatediff.py/img2img/Number of frames/minimum": 1, + "customscript/animatediff.py/img2img/Number of frames/maximum": 24, + "customscript/animatediff.py/img2img/Number of frames/step": 1, + "customscript/animatediff.py/img2img/Frames per second (FPS)/visible": true, + "customscript/animatediff.py/img2img/Frames per second (FPS)/value": 8, + "customscript/animatediff.py/img2img/Display loop number (0 = infinite loop)/visible": true, + "customscript/animatediff.py/img2img/Display loop number (0 = infinite loop)/value": 0, + "img2img/Move motion module to CPU (default if lowvram)/visible": true, + "img2img/Remove motion module from any memory/visible": true, + "img2img/Increase stability/visible": true, + "img2img/Increase stability/value": false, + "img2img/Move Hires fix afterwards/value": false, + "img2img/Mode of operation/value": "highest", + "img2img/Images/value": "keep used", + "customscript/latent_upscale.py/img2img/Upscale method/visible": true, + "customscript/latent_upscale.py/img2img/Upscale method/value": null, + "customscript/latent_upscale.py/img2img/Scheduler/visible": true, + "customscript/latent_upscale.py/img2img/Scheduler/value": null +} \ No newline at end of file diff --git a/user.css b/user.css new file mode 100644 index 0000000000000000000000000000000000000000..0fe415fc2b5c24343cd7673de7e3f69d534e5091 --- /dev/null +++ b/user.css @@ -0,0 +1,41 @@ +#txt2img_extra_networks:not(div), #img2img_extra_networks:not(div){ + order: 1 !important; +} + +#setting_show_progress_every_n_steps > div.wrap > div > label > span { + white-space: nowrap; + overflow: hidden; + width: 220px; + text-overflow: ellipsis; +} + +/* Fixing Sampling steps covered up on phone */ + +@media screen and (min-width: 420px) { + #sampler_selection_txt2img, #sampler_selection_img2img { + flex-direction: row; + } +} + +@media screen and (max-width: 420px) { + #sampler_selection_txt2img, #sampler_selection_img2img { + flex-direction: column; + } +} + +#txt2img_script_container > * .block.padded, #img2img_script_container > * .block.padded { + padding: 10px !important; +} + +div.compact { + gap: 5px !important; +} + + +.tab-nav.scroll-hide.svelte-1g805jl { + row-gap: 5px !important; +} + +#txt2img_script_container > div, #img2img_script_container > div { + margin-bottom: 10px; +} \ No newline at end of file