AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
135.05k stars 25.8k forks source link

[Bug]: eKeyError: 'enable' #15342

Closed QG-rise closed 3 months ago

QG-rise commented 3 months ago

Checklist

What happened?

{32EF02D4-BAF0-4cb6-8E94-3D5AC3F81E21}

Steps to reproduce the problem

unclear,on my device it happend

What should have happened?

The processed image should appear

What browsers do you use to access the UI ?

Microsoft Edge

Sysinfo

{ "Platform": "Windows-10-10.0.19045-SP0", "Python": "3.10.13", "Version": "1.8.0-RC", "Commit": "", "Script path": "G:\SDui\WebUI\stable-diffusion-webui-1.8.0", "Data path": "G:\SDui\WebUI\stable-diffusion-webui-1.8.0", "Extensions dir": "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions", "Checksum": "a14fbc3b9be4693f0e3beb9c96c9206c71d10187bf2a655f71e926e70fbad0eb", "Commandline": [ "launch.py" ], "Torch env info": { "torch_version": "2.2.1+cu118", "is_debug_build": "False", "cuda_compiled_version": "11.8", "gcc_version": "(x86_64-win32-seh-rev1, Built by MinGW-Builds project) 13.2.0\r", "clang_version": null, "cmake_version": null, "os": "Microsoft Windows 10 专业版", "libc_version": "N/A", "python_version": "3.10.13 | packaged by conda-forge | (main, Dec 23 2023, 15:27:34) [MSC v.1937 64 bit (AMD64)] (64-bit runtime)", "python_platform": "Windows-10-10.0.19045-SP0", "is_cuda_available": "True", "cuda_runtime_version": null, "cuda_module_loading": "LAZY", "nvidia_driver_version": "546.17", "nvidia_gpu_models": "GPU 0: NVIDIA GeForce RTX 3080", "cudnn_version": null, "pip_version": "pip3", "pip_packages": [ "numpy==1.26.2", "open-clip-torch==2.20.0", "pytorch-lightning==1.9.4", "torch==2.2.1+cu118", "torchaudio==2.2.1+cu118", "torchdiffeq==0.2.3", "torchmetrics==1.3.1", "torchsde==0.2.6", "torchvision==0.17.1+cu118" ], "conda_packages": [ "numpy 1.26.2 pypi_0 pypi", "open-clip-torch 2.7.0 pypi_0 pypi", "pytorch-lightning 1.9.4 pypi_0 pypi", "torch 2.2.1+cu118 pypi_0 pypi", "torchaudio 2.2.1+cu118 pypi_0 pypi", "torchdiffeq 0.2.3 pypi_0 pypi", "torchmetrics 1.3.1 pypi_0 pypi", "torchsde 0.2.6 pypi_0 pypi", "torchvision 0.17.1+cu118 pypi_0 pypi" ], "hip_compiled_version": "N/A", "hip_runtime_version": "N/A", "miopen_runtime_version": "N/A", "caching_allocator_config": "", "is_xnnpack_available": "True", "cpu_info": [ "Architecture=9", "CurrentClockSpeed=2100", "DeviceID=CPU0", "Family=198", "L2CacheSize=10240", "L2CacheSpeed=", "Manufacturer=GenuineIntel", "MaxClockSpeed=2100", "Name=12th Gen Intel(R) Core(TM) i7-12700F", "ProcessorType=3", "Revision=" ] }, "Exceptions": [ { "exception": "'enable'", "traceback": [ [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\call_queue.py, line 57, f", "res = list(func(*args, kwargs))" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\call_queue.py, line 36, f", "res = func(*args, *kwargs)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\postprocessing.py, line 133, run_postprocessing_webui", "return run_postprocessing(args, kwargs)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\postprocessing.py, line 71, run_postprocessing", "scripts.scripts_postproc.run(initial_pp, args)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\scripts_postprocessing.py, line 196, run", "script.process(single_image, process_args)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py, line 283, process", "if args['enable'] == False:" ] ] }, { "exception": "'enable'", "traceback": [ [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\call_queue.py, line 57, f", "res = list(func(*args, *kwargs))" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\call_queue.py, line 36, f", "res = func(args, kwargs)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\postprocessing.py, line 133, run_postprocessing_webui", "return run_postprocessing(*args, kwargs)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\postprocessing.py, line 71, run_postprocessing", "scripts.scripts_postproc.run(initial_pp, args)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\scripts_postprocessing.py, line 196, run", "script.process(single_image, process_args)" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py, line 283, process", "if args['enable'] == False:" ] ] }, { "exception": "No module named 'scripts.controlnet_ui'", "traceback": [ [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py, line 109, ui", "self.default_unit = get_default_ui_unit()" ], [ "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py, line 94, get_default_ui_unit", "from scripts.controlnet_ui.controlnet_ui_group import UiControlNetUnit" ] ] } ], "CPU": { "model": "Intel64 Family 6 Model 151 Stepping 2, GenuineIntel", "count logical": 20, "count physical": 12 }, "RAM": { "total": "16GB", "used": "7GB", "free": "9GB" }, "Extensions": [ { "name": "sd-webui-cn-in-extras-tab", "path": "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\sd-webui-cn-in-extras-tab", "version": "7f43f408", "branch": "master", "remote": "https://github.com/light-and-ray/sd-webui-cn-in-extras-tab.git" }, { "name": "stable-diffusion-webui-localization-zh_CN", "path": "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\stable-diffusion-webui-localization-zh_CN", "version": "3dcbb1fe", "branch": "Anne", "remote": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN" } ], "Inactive extensions": [], "Environment": { "GRADIO_ANALYTICS_ENABLED": "False" }, "Config": { "ldsr_steps": 100, "ldsr_cached": false, "SCUNET_tile": 256, "SCUNET_tile_overlap": 8, "SWIN_tile": 192, "SWIN_tile_overlap": 8, "SWIN_torch_compile": false, "hypertile_enable_unet": false, "hypertile_enable_unet_secondpass": false, "hypertile_max_depth_unet": 3, "hypertile_max_tile_unet": 256, "hypertile_swap_size_unet": 3, "hypertile_enable_vae": false, "hypertile_max_depth_vae": 3, "hypertile_max_tile_vae": 128, "hypertile_swap_size_vae": 3, "sd_model_checkpoint": "animagineXLV3_v30.safetensors [1449e5b0b9]", "sd_checkpoint_hash": "1449e5b0b9de87b0f414c5f29cb11ce3b3dc61fa2b320e784c9441720bf7b766", "disabled_extensions": [], "disable_all_extensions": "none", "outdir_samples": "", "outdir_txt2img_samples": "output\txt2img-images", "outdir_img2img_samples": "output\img2img-images", "outdir_extras_samples": "output\extras-images", "outdir_grids": "", "outdir_txt2img_grids": "output\txt2img-grids", "outdir_img2img_grids": "output\img2img-grids", "outdir_save": "log\images", "outdir_init_images": "output\init-images", "samples_save": true, "samples_format": "png", "samples_filename_pattern": "", "save_images_add_number": true, "save_images_replace_action": "Replace", "grid_save": true, "grid_format": "png", "grid_extended_filename": false, "grid_only_if_multiple": true, "grid_prevent_empty_spots": false, "grid_zip_filename_pattern": "", "n_rows": -1, "font": "", "grid_text_active_color": "#000000", "grid_text_inactive_color": "#999999", "grid_background_color": "#ffffff", "save_images_before_face_restoration": false, "save_images_before_highres_fix": false, "save_images_before_color_correction": false, "save_mask": false, "save_mask_composite": false, "jpeg_quality": 80, "webp_lossless": false, "export_for_4chan": true, "img_downscale_threshold": 4.0, "target_side_length": 4000.0, "img_max_size_mp": 200.0, "use_original_name_batch": true, "use_upscaler_name_as_suffix": false, "save_selected_only": true, "save_init_img": false, "temp_dir": "", "clean_temp_dir_at_start": false, "save_incomplete_images": false, "notification_audio": true, "notification_volume": 100, "save_to_dirs": true, "grid_save_to_dirs": true, "use_save_to_dirs_for_ui": false, "directories_filename_pattern": "[date]", "directories_max_prompt_words": 8, "auto_backcompat": true, "use_old_emphasis_implementation": false, "use_old_karras_scheduler_sigmas": false, "no_dpmpp_sde_batch_determinism": false, "use_old_hires_fix_width_height": false, "dont_fix_second_order_samplers_schedule": false, "hires_fix_use_firstpass_conds": false, "use_old_scheduling": false, "use_downcasted_alpha_bar": false, "lora_functional": false, "extra_networks_show_hidden_directories": true, "extra_networks_dir_button_function": false, "extra_networks_hidden_models": "When searched", "extra_networks_default_multiplier": 1, "extra_networks_card_width": 0.0, "extra_networks_card_height": 0.0, "extra_networks_card_text_scale": 1, "extra_networks_card_show_desc": true, "extra_networks_card_description_is_html": false, "extra_networks_card_order_field": "Path", "extra_networks_card_order": "Ascending", "extra_networks_tree_view_default_enabled": false, "extra_networks_add_text_separator": " ", "ui_extra_networks_tab_reorder": "", "textual_inversion_print_at_load": false, "textual_inversion_add_hashes_to_infotext": true, "sd_hypernetwork": "None", "sd_lora": "None", "lora_preferred_name": "Alias from file", "lora_add_hashes_to_infotext": true, "lora_show_all": false, "lora_hide_unknown_for_versions": [], "lora_in_memory_limit": 0, "lora_not_found_warning_console": false, "lora_not_found_gradio_warning": false, "cross_attention_optimization": "Automatic", "s_min_uncond": 0, "token_merging_ratio": 0, "token_merging_ratio_img2img": 0, "token_merging_ratio_hr": 0, "pad_cond_uncond": false, "pad_cond_uncond_v0": false, "persistent_cond_cache": true, "batch_cond_uncond": true, "fp8_storage": "Disable", "cache_fp16_weight": null, "hide_samplers": [], "eta_ddim": 0, "eta_ancestral": 1, "ddim_discretize": "uniform", "s_churn": 0, "s_tmin": 0, "s_tmax": 0, "s_noise": 1, "k_sched_type": "Automatic", "sigma_min": 0.0, "sigma_max": 0.0, "rho": 0.0, "eta_noise_seed_delta": 0, "always_discard_next_to_last_sigma": false, "sgm_noise_multiplier": false, "uni_pc_variant": "bh1", "uni_pc_skip_type": "time_uniform", "uni_pc_order": 3, "uni_pc_lower_order_final": true, "sd_noise_schedule": "Default", "sd_checkpoints_limit": 1, "sd_checkpoints_keep_in_cpu": true, "sd_checkpoint_cache": 0, "sd_unet": "Automatic", "enable_quantization": false, "emphasis": "Original", "enable_batch_seeds": true, "comma_padding_backtrack": 20, "CLIP_stop_at_last_layers": 1, "upcast_attn": false, "randn_source": "GPU", "tiling": false, "hires_fix_refiner_pass": "second pass", "enable_prompt_comments": true, "sdxl_crop_top": 0.0, "sdxl_crop_left": 0.0, "sdxl_refiner_low_aesthetic_score": 2.5, "sdxl_refiner_high_aesthetic_score": 6.0, "sd_vae_checkpoint_cache": 0, "sd_vae": "Automatic", "sd_vae_overrides_per_model_preferences": true, "auto_vae_precision_bfloat16": false, "auto_vae_precision": true, "sd_vae_encode_method": "Full", "sd_vae_decode_method": "Full", "inpainting_mask_weight": 1, "initial_noise_multiplier": 1, "img2img_extra_noise": 0, "img2img_color_correction": false, "img2img_fix_steps": false, "img2img_background_color": "#ffffff", "img2img_editor_height": 720, "img2img_sketch_default_brush_color": "#ffffff", "img2img_inpaint_mask_brush_color": "#ffffff", "img2img_inpaint_sketch_default_brush_color": "#ffffff", "return_mask": false, "return_mask_composite": false, "img2img_batch_show_results_limit": 32, "overlay_inpaint": true, "return_grid": true, "do_not_show_images": false, "js_modal_lightbox": true, "js_modal_lightbox_initially_zoomed": true, "js_modal_lightbox_gamepad": false, "js_modal_lightbox_gamepad_repeat": 250.0, "sd_webui_modal_lightbox_icon_opacity": 1, "sd_webui_modal_lightbox_toolbar_opacity": 0.9, "gallery_height": "", "open_dir_button_choice": "Subdirectory", "enable_pnginfo": true, "save_txt": false, "add_model_name_to_info": true, "add_model_hash_to_info": true, "add_vae_name_to_info": true, "add_vae_hash_to_info": true, "add_user_name_to_info": false, "add_version_to_infotext": true, "disable_weights_auto_swap": true, "infotext_skip_pasting": [], "infotext_styles": "Apply if any", "show_progressbar": true, "live_previews_enable": true, "live_previews_image_format": "png", "show_progress_grid": true, "show_progress_every_n_steps": 10, "show_progress_type": "Approx NN", "live_preview_allow_lowvram_full": false, "live_preview_content": "Prompt", "live_preview_refresh_period": 1000.0, "live_preview_fast_interrupt": false, "js_live_preview_in_modal_lightbox": false, "keyedit_precision_attention": 0.1, "keyedit_precision_extra": 0.05, "keyedit_delimiters": ".,\/!?%^*;:{}=`~() ", "keyedit_delimiters_whitespace": [ "Tab", "Carriage Return", "Line Feed" ], "keyedit_move": true, "disable_token_counters": false, "include_styles_into_token_counters": true, "extra_options_txt2img": [], "extra_options_img2img": [], "extra_options_cols": 1, "extra_options_accordion": false, "compact_prompt_box": false, "samplers_in_dropdown": true, "dimensions_and_batch_together": true, "sd_checkpoint_dropdown_use_short": false, "hires_fix_show_sampler": false, "hires_fix_show_prompts": false, "txt2img_settings_accordion": false, "img2img_settings_accordion": false, "interrupt_after_current": true, "localization": "zh_CN", "quicksettings_list": [ "sd_model_checkpoint" ], "ui_tab_order": [], "hidden_tabs": [], "ui_reorder_list": [], "gradio_theme": "Default", "gradio_themes_cache": true, "show_progress_in_title": true, "send_seed": true, "send_size": true, "api_enable_requests": true, "api_forbid_local_requests": true, "api_useragent": "", "auto_launch_browser": "Local", "enable_console_prompts": false, "show_warnings": false, "show_gradio_deprecation_warnings": true, "memmon_poll_rate": 8, "samples_log_stdout": false, "multiple_tqdm": true, "enable_upscale_progressbar": true, "print_hypernet_extra": false, "list_hidden_files": true, "disable_mmap_load_safetensors": false, "hide_ldm_prints": true, "dump_stacks_on_signal": false, "face_restoration": false, "face_restoration_model": "CodeFormer", "code_former_weight": 0.5, "face_restoration_unload": false, "postprocessing_enable_in_main_ui": [], "postprocessing_operation_order": [], "upscaling_max_images_in_cache": 5, "postprocessing_existing_caption_action": "Ignore", "ESRGAN_tile": 192, "ESRGAN_tile_overlap": 8, "realesrgan_enabled_models": [ "R-ESRGAN 4x+", "R-ESRGAN 4x+ Anime6B" ], "dat_enabled_models": [ "DAT x2", "DAT x3", "DAT x4" ], "DAT_tile": 192, "DAT_tile_overlap": 8, "unload_models_when_training": false, "pin_memory": false, "save_optimizer_state": false, "save_training_settings_to_txt": true, "dataset_filename_word_regex": "", "dataset_filename_join_string": " ", "training_image_repeats_per_epoch": 1, "training_write_csv_every": 500.0, "training_xattention_optimizations": false, "training_enable_tensorboard": false, "training_tensorboard_save_images": false, "training_tensorboard_flush_every": 120.0, "canvas_hotkey_zoom": "Alt", "canvas_hotkey_adjust": "Ctrl", "canvas_hotkey_shrink_brush": "Q", "canvas_hotkey_grow_brush": "W", "canvas_hotkey_move": "F", "canvas_hotkey_fullscreen": "S", "canvas_hotkey_reset": "R", "canvas_hotkey_overlap": "O", "canvas_show_tooltip": true, "canvas_auto_expand": true, "canvas_blur_prompt": false, "canvas_disabled_functions": [ "Overlap" ], "interrogate_keep_models_in_memory": false, "interrogate_return_ranks": false, "interrogate_clip_num_beams": 1, "interrogate_clip_min_length": 24, "interrogate_clip_max_length": 48, "interrogate_clip_dict_limit": 1500.0, "interrogate_clip_skip_categories": [], "interrogate_deepbooru_score_threshold": 0.5, "deepbooru_sort_alpha": true, "deepbooru_use_spaces": true, "deepbooru_escape": true, "deepbooru_filter_tags": "" }, "Startup": { "total": 13.511470317840576, "records": { "initial startup": 0.01752018928527832, "prepare environment/checks": 0.006813764572143555, "prepare environment/git version info": 0.06521344184875488, "prepare environment/torch GPU test": 2.1114301681518555, "prepare environment/clone repositores": 0.20051145553588867, "prepare environment/run extensions installers/sd-webui-cn-in-extras-tab": 0.0, "prepare environment/run extensions installers/stable-diffusion-webui-localization-zh_CN": 0.0, "prepare environment/run extensions installers": 0.0, "prepare environment": 2.4141416549682617, "launcher": 0.001947164535522461, "import torch": 3.4511911869049072, "import gradio": 1.7011327743530273, "setup paths": 3.781118631362915, "import ldm": 0.004866600036621094, "import sgm": 0.0, "initialize shared": 0.22680878639221191, "other imports": 0.5541810989379883, "opts onchange": 0.0, "setup SD model": 0.0, "setup codeformer": 0.0009734630584716797, "setup gfpgan": 0.010706663131713867, "set samplers": 0.0, "list extensions": 0.0019464492797851562, "restore config state file": 0.0, "list SD models": 0.0009734630584716797, "list localizations": 0.0009734630584716797, "load scripts/custom_code.py": 0.0019466876983642578, "load scripts/img2imgalt.py": 0.0, "load scripts/loopback.py": 0.0, "load scripts/outpainting_mk_2.py": 0.0009729862213134766, "load scripts/poor_mans_outpainting.py": 0.0, "load scripts/postprocessing_caption.py": 0.0, "load scripts/postprocessing_codeformer.py": 0.0009734630584716797, "load scripts/postprocessing_create_flipped_copies.py": 0.0, "load scripts/postprocessing_focal_crop.py": 0.0009732246398925781, "load scripts/postprocessing_gfpgan.py": 0.0, "load scripts/postprocessing_split_oversized.py": 0.0, "load scripts/postprocessing_upscale.py": 0.0, "load scripts/processing_autosized_crop.py": 0.0009734630584716797, "load scripts/prompt_matrix.py": 0.0, "load scripts/prompts_from_file.py": 0.0, "load scripts/sd_upscale.py": 0.0, "load scripts/xyz_grid.py": 0.0019466876983642578, "load scripts/ldsr_model.py": 0.15281391143798828, "load scripts/lora_script.py": 0.12653279304504395, "load scripts/scunet_model.py": 0.024332761764526367, "load scripts/swinir_model.py": 0.02141404151916504, "load scripts/hotkey_config.py": 0.0009734630584716797, "load scripts/extra_options_section.py": 0.0, "load scripts/hypertile_script.py": 0.06757473945617676, "load scripts/hypertile_xyz.py": 0.0, "load scripts/soft_inpainting.py": 0.0009734630584716797, "load scripts/cn_in_extras_tab.py": 0.0009734630584716797, "load scripts/comments.py": 0.0321195125579834, "load scripts/refiner.py": 0.0009737014770507812, "load scripts/seed.py": 0.0, "load scripts": 0.43646836280822754, "load upscalers": 0.002919912338256836, "refresh VAE": 0.0009732246398925781, "refresh textual inversion templates": 0.0, "scripts list_optimizers": 0.0009732246398925781, "scripts list_unets": 0.0, "reload hypernetworks": 0.0009734630584716797, "initialize extra networks": 0.019466876983642578, "scripts before_ui_callback": 0.0019464492797851562, "create ui": 0.35986900329589844, "gradio launch": 0.5447037220001221, "add APIs": 0.0048673152923583984, "app_started_callback/lora_script.py": 0.0, "app_started_callback": 0.0 } }, "Packages": [ "absl-py==2.1.0", "accelerate==0.21.0", "addict==2.4.0", "aenum==3.1.15", "aiofiles==23.2.1", "aiohttp==3.9.3", "aiosignal==1.3.1", "altair==5.2.0", "annotated-types==0.6.0", "antlr4-python3-runtime==4.9.3", "anyio==3.7.1", "appdirs==1.4.4", "astunparse==1.6.3", "async-timeout==4.0.3", "attrs==23.2.0", "basicsr==1.4.2", "beautifulsoup4==4.12.3", "bitsandbytes==0.43.0", "blendmodes==2022", "cachetools==5.3.3", "certifi==2024.2.2", "charset-normalizer==3.3.2", "clean-fid==0.1.35", "click==8.1.7", "clip==1.0", "colorama==0.4.6", "colorlog==6.8.2", "contourpy==1.2.0", "convcolors==2.2.0", "cycler==0.12.1", "deprecation==2.1.0", "diffusers==0.15.0", "easydev==0.13.1", "einops==0.4.1", "exceptiongroup==1.2.0", "extcolors==1.0.0", "facexlib==0.3.0", "fastapi==0.94.0", "ffmpy==0.3.2", "filelock==3.9.0", "filetype==1.2.0", "filterpy==1.4.5", "flatbuffers==23.5.26", "font-roboto==0.0.1", "fonts==0.0.3", "fonttools==4.49.0", "frozenlist==1.4.1", "fsspec==2024.2.0", "ftfy==6.1.3", "future==1.0.0", "gast==0.4.0", "gdown==5.1.0", "gfpgan==1.3.8", "gitdb==4.0.11", "gitpython==3.1.32", "google-auth-oauthlib==1.0.0", "google-auth==2.28.1", "google-pasta==0.2.0", "gradio-client==0.5.0", "gradio==3.41.2", "grpcio==1.62.0", "h11==0.12.0", "h5py==3.10.0", "httpcore==0.15.0", "httpx==0.24.1", "huggingface-hub==0.21.3", "idna==3.6", "imageio==2.34.0", "importlib-metadata==7.0.2", "importlib-resources==6.1.2", "inflection==0.5.1", "jax==0.4.25", "jinja2==3.1.2", "jsonmerge==1.8.0", "jsonschema-specifications==2023.12.1", "jsonschema==4.21.1", "keras==2.12.0", "kiwisolver==1.4.5", "kornia-rs==0.1.1", "kornia==0.6.7", "lark==1.1.2", "lazy-loader==0.3", "libclang==16.0.6", "lightning-utilities==0.10.1", "line-profiler==4.1.2", "linkify-it-py==2.0.3", "llvmlite==0.42.0", "lmdb==1.4.1", "lpips==0.1.4", "markdown-it-py==2.2.0", "markdown==3.5.2", "markupsafe==2.1.3", "matplotlib==3.8.3", "mdit-py-plugins==0.3.3", "mdurl==0.1.2", "ml-dtypes==0.3.2", "mpmath==1.3.0", "multidict==6.0.5", "networkx==3.2.1", "numba==0.59.0", "numexpr==2.8.4", "numpy==1.26.2", "oauthlib==3.2.2", "omegaconf==2.2.3", "open-clip-torch==2.20.0", "opencv-contrib-python==4.9.0.80", "opencv-python==4.7.0.72", "opt-einsum==3.3.0", "orjson==3.9.15", "packaging==23.2", "pandas==1.5.3", "pexpect==4.9.0", "piexif==1.1.3", "pillow==9.5.0", "pip==24.0", "platformdirs==4.2.0", "protobuf==3.20.3", "psutil==5.9.5", "ptyprocess==0.7.0", "pyasn1-modules==0.3.0", "pyasn1==0.5.1", "pydantic-core==2.16.3", "pydantic==1.10.14", "pydub==0.25.1", "pygments==2.17.2", "pyparsing==3.1.1", "pysocks==1.7.1", "python-dateutil==2.9.0.post0", "python-multipart==0.0.9", "pytorch-lightning==1.9.4", "pytz==2024.1", "pywavelets==1.5.0", "pyyaml==6.0.1", "realesrgan==0.3.0", "referencing==0.33.0", "regex==2023.12.25", "requests-oauthlib==1.3.1", "requests==2.31.0", "resize-right==0.0.2", "rich==13.7.1", "rpds-py==0.18.0", "rsa==4.9", "ruff==0.3.0", "safetensors==0.4.2", "scikit-image==0.21.0", "scipy==1.12.0", "semantic-version==2.10.0", "sentencepiece==0.2.0", "setuptools==69.1.1", "shellingham==1.5.4", "six==1.16.0", "smmap==5.0.1", "sniffio==1.3.1", "soupsieve==2.5", "spandrel==0.1.6", "starlette==0.26.1", "sympy==1.12", "tb-nightly==2.17.0a20240317", "tensorboard-data-server==0.7.2", "tensorboard==2.12.3", "tensorflow-estimator==2.12.0", "tensorflow-intel==2.12.0", "tensorflow-io-gcs-filesystem==0.31.0", "tensorflow==2.12.0", "termcolor==2.4.0", "tifffile==2024.2.12", "timm==0.6.13", "tokenizers==0.13.3", "tomesd==0.1.3", "toml==0.10.2", "tomli==2.0.1", "tomlkit==0.12.0", "toolz==0.12.1", "torch==2.2.1+cu118", "torchaudio==2.2.1+cu118", "torchdiffeq==0.2.3", "torchmetrics==1.3.1", "torchsde==0.2.6", "torchvision==0.17.1+cu118", "tqdm==4.66.2", "trampoline==0.1.2", "transformers==4.30.2", "typer==0.9.0", "typing-extensions==4.8.0", "tzdata==2024.1", "uc-micro-py==1.0.3", "urllib3==2.2.1", "uvicorn==0.27.1", "voluptuous==0.14.2", "wcwidth==0.2.13", "websockets==11.0.3", "werkzeug==3.0.1", "wheel==0.42.0", "wrapt==1.14.1", "xformers==0.0.25", "yapf==0.40.2", "yarl==1.9.4", "zipp==3.18.1" ] }

Console logs

*** Error completing request
*** Arguments: ('task(hil35bjfsmadp0p)', 0.0, <PIL.Image.Image image mode=RGB size=544x600 at 0x1E391533BB0>, None, '', '', True, 1.0, 4, 512, 512, True, 'ESRGAN_4x', 'None', 0, False, 1, False, 1, 0, False, 0.5, 0.2, False, 0.9, 0.15, 0.5, False, False, 384, 768, 4096, 409600, 'Maximize area', 0.1, False, ['Horizontal'], False, ['Deepbooru']) {}
    Traceback (most recent call last):
      File "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\call_queue.py", line 57, in f
        res = list(func(*args, **kwargs))
      File "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\call_queue.py", line 36, in f
        res = func(*args, **kwargs)
      File "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\postprocessing.py", line 133, in run_postprocessing_webui
        return run_postprocessing(*args, **kwargs)
      File "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\postprocessing.py", line 71, in run_postprocessing
        scripts.scripts_postproc.run(initial_pp, args)
      File "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\modules\scripts_postprocessing.py", line 196, in run
        script.process(single_image, **process_args)
      File "G:\SDui\WebUI\stable-diffusion-webui-1.8.0\extensions\sd-webui-cn-in-extras-tab\scripts\cn_in_extras_tab.py", line 283, in process
        if args['enable'] == False:
    KeyError: 'enable'

---

Additional information

No response

w-e-w commented 3 months ago

@light-and-ray sd-webui-cn-in-extras-tab

light-and-ray commented 3 months ago

You have disabled controlnet extension I guess. I will add check if args is empty. But I've added this behavior only to allow people load webui and disable this extension, because if there is any exception in ui method of postprocessing script, it crashes ui

light-and-ray commented 3 months ago

Fixed, thanks for reporting. @QG-rise you need to update sd-webui-cn-in-extras-tab https://github.com/light-and-ray/sd-webui-cn-in-extras-tab/commit/b72bf4ef030558badcab2b91b799f076152842f5

light-and-ray commented 3 months ago

@w-e-w can you add spoiler in the issue template to avoid page wiping by Sysinfo https://gist.github.com/jbsulli/03df3cdce94ee97937ebda0ffef28287

Spoiler warning Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the `
` tag... just make sure you close `
` afterward. ```javascript console.log("I'm a code block!"); ```
w-e-w commented 3 months ago

the thing is we ask them to upload the JSON file, not paste it in as text........

I'll play with the template a bit later