AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: Recent updates to k-diffusion result in sampler menu getting messed up #12977

Closed plaidpants closed 1 year ago

plaidpants commented 1 year ago

Is there an existing issue for this?

What happened?

Sampler menu now looks like this

image

and log output now looks like this Traceback (most recent call last): File "T:\stable-diffusion-webui4\modules\call_queue.py", line 57, in f res = list(func(*args, kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\modules\call_queue.py", line 36, in f res = func(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\modules\txt2img.py", line 55, in txt2img processed = processing.process_images(p) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\modules\processing.py", line 732, in process_images res = process_images_inner(p) ^^^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 42, in processing_process_images_hijack return getattr(processing, '__controlnet_original_process_images_inner')(p, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\modules\processing.py", line 867, in process_images_inner samples_ddim = p.sample(conditioning=p.c, unconditional_conditioning=p.uc, seeds=p.seeds, subseeds=p.subseeds, subseed_strength=p.subseed_strength, prompts=p.prompts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\modules\processing.py", line 1137, in sample self.sampler = sd_samplers.create_sampler(self.sampler_name, self.sd_model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "T:\stable-diffusion-webui4\modules\sd_samplers.py", line 30, in create_sampler assert config is not None, f'bad sampler name: {name}' ^^^^^^^^^^^^^^^^^^ AssertionError: bad sampler name: SamplerData(name='DPM++ 2M Karras Sharp v1', constructor=<function . at 0x000001B388A35240>, aliases=['k_dpmpp_2m_ka_v1'], options={'scheduler': 'karras'})


Steps to reproduce the problem

update to latest branch load a model select a sampler Set a prompt generate an image

What should have happened?

An image should have been generated and the sampler menu should just have a simple list of sampler names.

Sysinfo

{ "Platform": "Windows-10-10.0.19045-SP0", "Python": "3.11.4", "Version": "v1.6.0", "Commit": "5ef669de080814067961f28357256e8fe27544f4", "Script path": "T:\stable-diffusion-webui4", "Data path": "T:\stable-diffusion-webui4", "Extensions dir": "T:\stable-diffusion-webui4\extensions", "Checksum": "0be7c46c8d822f33e7b8048659b9fbb978a058abc21ae55c120f46aec671b8b5", "Commandline": [ "launch.py", "--xformers", "--api" ], "Torch env info": { "torch_version": "2.0.1+cu118", "is_debug_build": "False", "cuda_compiled_version": "11.8", "gcc_version": null, "clang_version": null, "cmake_version": null, "os": "Microsoft Windows 10 Enterprise", "libc_version": "N/A", "python_version": "3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 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": "537.13", "nvidia_gpu_models": "GPU 0: NVIDIA GeForce RTX 3060", "cudnn_version": null, "pip_version": "pip3", "pip_packages": [ "numpy==1.23.5", "open-clip-torch==2.20.0", "pytorch-lightning==1.9.4", "torch==2.0.1+cu118", "torchdiffeq==0.2.3", "torchmetrics==1.1.1", "torchsde==0.2.5", "torchvision==0.15.2+cu118" ], "conda_packages": null, "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=3400", "DeviceID=CPU0", "Family=107", "L2CacheSize=3072", "L2CacheSpeed=", "Manufacturer=AuthenticAMD", "MaxClockSpeed=3400", "Name=AMD Ryzen 5 2600 Six-Core Processor ", "ProcessorType=3", "Revision=2050" ] }, "Exceptions": [ { "exception": "bad sampler name: SamplerData(name='DPM++ 2M Karras Sharp v1', constructor=<function . at 0x000001B388A35240>, aliases=['k_dpmpp_2m_ka_v1'], options={'scheduler': 'karras'})", "traceback": [ [ "T:\stable-diffusion-webui4\modules\call_queue.py, line 57, f", "res = list(func(*args, kwargs))" ], [ "T:\stable-diffusion-webui4\modules\call_queue.py, line 36, f", "res = func(*args, *kwargs)" ], [ "T:\stable-diffusion-webui4\modules\txt2img.py, line 55, txt2img", "processed = processing.process_images(p)" ], [ "T:\stable-diffusion-webui4\modules\processing.py, line 732, process_images", "res = process_images_inner(p)" ], [ "T:\stable-diffusion-webui4\extensions\sd-webui-controlnet\scripts\batch_hijack.py, line 42, processing_process_images_hijack", "return getattr(processing, '__controlnet_original_process_images_inner')(p, args, kwargs)" ], [ "T:\stable-diffusion-webui4\modules\processing.py, line 867, process_images_inner", "samples_ddim = p.sample(conditioning=p.c, unconditional_conditioning=p.uc, seeds=p.seeds, subseeds=p.subseeds, subseed_strength=p.subseed_strength, prompts=p.prompts)" ], [ "T:\stable-diffusion-webui4\modules\processing.py, line 1137, sample", "self.sampler = sd_samplers.create_sampler(self.sampler_name, self.sd_model)" ], [ "T:\stable-diffusion-webui4\modules\sd_samplers.py, line 30, create_sampler", "assert config is not None, f'bad sampler name: {name}'" ] ] }, { "exception": "'GeneralConditioner' object has no attribute 'process_tokens'", "traceback": [ [ "T:\stable-diffusion-webui4\modules\script_callbacks.py, line 156, model_loaded_callback", "c.callback(sd_model)" ], [ "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py, line 40, on_model_loaded", "aesthetic.process_tokens = sd_model.cond_stage_model.process_tokens" ], [ "T:\stable-diffusion-webui4\venv\Lib\site-packages\torch\nn\modules\module.py, line 1614, getattr", "raise AttributeError(\"'{}' object has no attribute '{}'\".format(" ] ] } ], "CPU": { "model": "AMD64 Family 23 Model 8 Stepping 2, AuthenticAMD", "count logical": 12, "count physical": 6 }, "RAM": { "total": "48GB", "used": "24GB", "free": "24GB" }, "Extensions": [ { "name": "--sd-webui-ar-plus", "path": "T:\stable-diffusion-webui4\extensions\--sd-webui-ar-plus", "version": "a7ac063a", "branch": "main", "remote": "https://github.com/LEv145/--sd-webui-ar-plus" }, { "name": "OneButtonPrompt", "path": "T:\stable-diffusion-webui4\extensions\OneButtonPrompt", "version": "dc626d92", "branch": "main", "remote": "https://github.com/AIrjen/OneButtonPrompt" }, { "name": "Stable-Diffusion-Webui-Civitai-Helper", "path": "T:\stable-diffusion-webui4\extensions\Stable-Diffusion-Webui-Civitai-Helper", "version": "920ca326", "branch": "main", "remote": "https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper" }, { "name": "StyleSelectorXL", "path": "T:\stable-diffusion-webui4\extensions\StyleSelectorXL", "version": "e595597b", "branch": "main", "remote": "https://github.com/ahgsql/StyleSelectorXL.git" }, { "name": "a1111-sd-webui-tagcomplete", "path": "T:\stable-diffusion-webui4\extensions\a1111-sd-webui-tagcomplete", "version": "3e57842a", "branch": "main", "remote": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git" }, { "name": "adetailer", "path": "T:\stable-diffusion-webui4\extensions\adetailer", "version": "451b0985", "branch": "main", "remote": "https://github.com/Bing-su/adetailer.git" }, { "name": "gif2gif", "path": "T:\stable-diffusion-webui4\extensions\gif2gif", "version": "5121851e", "branch": "main", "remote": "https://github.com/LonicaMewinsky/gif2gif.git" }, { "name": "loopback_scaler", "path": "T:\stable-diffusion-webui4\extensions\loopback_scaler", "version": "184a53e6", "branch": "main", "remote": "https://github.com/Elldreth/loopback_scaler" }, { "name": "sd-dynamic-prompts", "path": "T:\stable-diffusion-webui4\extensions\sd-dynamic-prompts", "version": "39c06b30", "branch": "main", "remote": "https://github.com/adieyal/sd-dynamic-prompts" }, { "name": "sd-dynamic-thresholding", "path": "T:\stable-diffusion-webui4\extensions\sd-dynamic-thresholding", "version": "96238f44", "branch": "master", "remote": "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git" }, { "name": "sd-webui-additional-networks", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-additional-networks", "version": "e9f3d622", "branch": "main", "remote": "https://github.com/kohya-ss/sd-webui-additional-networks.git" }, { "name": "sd-webui-animatediff", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-animatediff", "version": "19191b55", "branch": "master", "remote": "https://github.com/continue-revolution/sd-webui-animatediff.git" }, { "name": "sd-webui-controlnet", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-controlnet", "version": "c3b32f25", "branch": "main", "remote": "https://github.com/Mikubill/sd-webui-controlnet" }, { "name": "sd-webui-sd-webui-DPMPP_2M_Karras_v2", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-sd-webui-DPMPP_2M_Karras_v2", "version": "a0b0b430", "branch": "main", "remote": "https://github.com/hnmr293/sd-webui-sd-webui-DPMPP_2M_Karras_v2.git" }, { "name": "sdweb-merge-board", "path": "T:\stable-diffusion-webui4\extensions\sdweb-merge-board", "version": "c4eeb160", "branch": "master", "remote": "https://github.com/bbc-mc/sdweb-merge-board.git" }, { "name": "stable-diffusion-webui-aesthetic-gradients", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-aesthetic-gradients", "version": "2624e5dd", "branch": "master", "remote": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients" }, { "name": "stable-diffusion-webui-anti-burn", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-anti-burn", "version": "104fb53a", "branch": "master", "remote": "https://github.com/klimaleksus/stable-diffusion-webui-anti-burn.git" }, { "name": "stable-diffusion-webui-composable-lora", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-composable-lora", "version": "d4963e48", "branch": "main", "remote": "https://github.com/opparco/stable-diffusion-webui-composable-lora.git" }, { "name": "stable-diffusion-webui-pixelization", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-pixelization", "version": "e37251c5", "branch": "master", "remote": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git" }, { "name": "stable-diffusion-webui-scripts", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-scripts", "version": "fc3c9562", "branch": "master", "remote": "https://github.com/C10udburst/stable-diffusion-webui-scripts.git" }, { "name": "stable-diffusion-webui-two-shot", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-two-shot", "version": "9936c52e", "branch": "main", "remote": "https://github.com/opparco/stable-diffusion-webui-two-shot.git" }, { "name": "stable-diffusion-webui-wildcards", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-wildcards", "version": "c7d49e18", "branch": "master", "remote": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards" }, { "name": "ultimate-upscale-for-automatic1111", "path": "T:\stable-diffusion-webui4\extensions\ultimate-upscale-for-automatic1111", "version": "c99f382b", "branch": "master", "remote": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git" } ], "Inactive extensions": [ { "name": "ddetailer", "path": "T:\stable-diffusion-webui4\extensions\ddetailer", "version": "22a17414", "branch": "master", "remote": "https://github.com/dustysys/ddetailer.git" }, { "name": "sd-webui-cutoff", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-cutoff", "version": "3a073e9c", "branch": "main", "remote": "https://github.com/hnmr293/sd-webui-cutoff" }, { "name": "sd-webui-modelscope-text2video", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-modelscope-text2video", "version": "973186c7", "branch": "main", "remote": "https://github.com/deforum-art/sd-webui-modelscope-text2video.git" }, { "name": "sd-webui-riffusion", "path": "T:\stable-diffusion-webui4\extensions\sd-webui-riffusion", "version": "82642767", "branch": "master", "remote": "https://github.com/enlyth/sd-webui-riffusion" }, { "name": "sd_civitai_extension", "path": "T:\stable-diffusion-webui4\extensions\sd_civitai_extension", "version": "763e8aed", "branch": "main", "remote": "https://github.com/civitai/sd_civitai_extension.git" }, { "name": "sd_dreambooth_extension", "path": "T:\stable-diffusion-webui4\extensions\sd_dreambooth_extension", "version": "cf086c53", "branch": "main", "remote": "https://github.com/d8ahazard/sd_dreambooth_extension" }, { "name": "sd_feed", "path": "T:\stable-diffusion-webui4\extensions\sd_feed", "version": "f249522d", "branch": "main", "remote": "https://github.com/todhm/sd_feed" }, { "name": "stable-diffusion-webui-depthmap-script", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-depthmap-script", "version": "33a93791", "branch": "main", "remote": "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git" }, { "name": "stable-diffusion-webui-instruct-pix2pix", "path": "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-instruct-pix2pix", "version": "c5290bcf", "branch": "main", "remote": "https://github.com/Klace/stable-diffusion-webui-instruct-pix2pix.git" } ], "Environment": { "COMMANDLINE_ARGS": " --xformers --api ", "GRADIO_ANALYTICS_ENABLED": "False" }, "Config": { "samples_save": true, "samples_format": "png", "samples_filename_pattern": "[seed]-[prompt_spaces]", "save_images_add_number": true, "grid_save": true, "grid_format": "png", "grid_extended_filename": true, "grid_only_if_multiple": true, "grid_prevent_empty_spots": false, "n_rows": -1, "enable_pnginfo": true, "save_txt": true, "save_images_before_face_restoration": true, "save_images_before_highres_fix": true, "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, "img_max_size_mp": 200, "use_original_name_batch": true, "use_upscaler_name_as_suffix": false, "save_selected_only": true, "do_not_add_watermark": true, "temp_dir": "", "clean_temp_dir_at_start": false, "outdir_samples": "", "outdir_txt2img_samples": "outputs/txt2img-images", "outdir_img2img_samples": "outputs/img2img-images", "outdir_extras_samples": "outputs/extras-images", "outdir_grids": "", "outdir_txt2img_grids": "outputs/txt2img-grids", "outdir_img2img_grids": "outputs/img2img-grids", "outdir_save": "log/images", "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, "ESRGAN_tile": 192, "ESRGAN_tile_overlap": 8, "realesrgan_enabled_models": [ "R-ESRGAN 4x+", "R-ESRGAN 4x+ Anime6B", "R-ESRGAN General 4xV3", "R-ESRGAN General WDN 4xV3", "R-ESRGAN AnimeVideo", "R-ESRGAN 2x+" ], "upscaler_for_img2img": null, "face_restoration_model": "GFPGAN", "code_former_weight": 0.5, "face_restoration_unload": false, "show_warnings": false, "memmon_poll_rate": 8, "samples_log_stdout": false, "multiple_tqdm": true, "print_hypernet_extra": false, "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, "training_xattention_optimizations": false, "training_enable_tensorboard": false, "training_tensorboard_save_images": false, "training_tensorboard_flush_every": 120, "sd_model_checkpoint": "zavychromaxl_v10.safetensors [de12b4938d]", "sd_checkpoint_cache": 3, "sd_vae_checkpoint_cache": 2, "sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors", "sd_vae_as_default": true, "inpainting_mask_weight": 1.0, "initial_noise_multiplier": 1.0, "img2img_color_correction": false, "img2img_fix_steps": false, "img2img_background_color": "#ffffff", "enable_quantization": false, "enable_emphasis": true, "enable_batch_seeds": true, "comma_padding_backtrack": 20, "CLIP_stop_at_last_layers": 1, "upcast_attn": 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, "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, "interrogate_clip_skip_categories": [], "interrogate_deepbooru_score_threshold": 0.5, "deepbooru_sort_alpha": true, "deepbooru_use_spaces": false, "deepbooru_escape": true, "deepbooru_filter_tags": "", "extra_networks_default_view": "cards", "extra_networks_default_multiplier": 1.0, "extra_networks_card_width": 0, "extra_networks_card_height": 0, "extra_networks_add_text_separator": " ", "sd_hypernetwork": "None", "return_grid": true, "return_mask": false, "return_mask_composite": false, "do_not_show_images": false, "add_model_hash_to_info": true, "add_model_name_to_info": true, "disable_weights_auto_swap": true, "send_seed": true, "send_size": true, "font": "", "js_modal_lightbox": true, "js_modal_lightbox_initially_zoomed": true, "show_progress_in_title": true, "samplers_in_dropdown": true, "dimensions_and_batch_together": true, "keyedit_precision_attention": 0.1, "keyedit_precision_extra": 0.05, "quicksettings": "sd_model_checkpoint", "hidden_tabs": [], "ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts", "ui_extra_networks_tab_reorder": "", "localization": "None", "show_progressbar": true, "live_previews_enable": true, "show_progress_grid": true, "show_progress_every_n_steps": 10, "show_progress_type": "Approx NN", "live_preview_content": "Prompt", "live_preview_refresh_period": 1000, "hide_samplers": [], "eta_ddim": 0.0, "eta_ancestral": 1.0, "ddim_discretize": "uniform", "s_churn": 0.0, "s_tmin": 0.0, "s_noise": 1.0, "eta_noise_seed_delta": 0, "always_discard_next_to_last_sigma": false, "uni_pc_variant": "bh1", "uni_pc_skip_type": "time_uniform", "uni_pc_order": 4, "uni_pc_lower_order_final": true, "postprocessing_enable_in_main_ui": [], "postprocessing_operation_order": [], "upscaling_max_images_in_cache": 5, "disabled_extensions": [ "ddetailer", "sd-webui-cutoff", "sd-webui-modelscope-text2video", "sd-webui-riffusion", "sd_civitai_extension", "sd_dreambooth_extension", "sd_feed", "stable-diffusion-webui-depthmap-script", "stable-diffusion-webui-instruct-pix2pix" ], "sd_checkpoint_hash": "de12b4938d04730cdc13983eb63cd8b3b9f8963fd491dd8a10a6374adc33bd0d", "ldsr_steps": 100, "ldsr_cached": true, "SWIN_tile": 192, "SWIN_tile_overlap": 8, "sd_lora": "None", "additional_networks_extra_lora_path": "", "additional_networks_sort_models_by": "name", "additional_networks_reverse_sort_order": false, "additional_networks_model_name_filter": "", "additional_networks_xy_grid_model_metadata": "", "additional_networks_hash_thread_count": 1.0, "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, "additional_networks_max_dataset_folders": 20.0, "control_net_model_config": "models\cldm_v15.yaml", "control_net_model_adapter_config": "models\sketch_adapter_v14.yaml", "control_net_detectedmap_dir": "detected_maps", "control_net_models_path": "", "control_net_max_models_num": 3, "control_net_model_cache_size": 4, "control_net_control_transfer": false, "control_net_no_detectmap": false, "control_net_detectmap_autosaving": false, "control_net_only_midctrl_hires": true, "control_net_allow_script_control": false, "control_net_skip_img2img_processing": false, "control_net_monocular_depth_optim": false, "control_net_only_mid_control": false, "control_net_cfg_based_guidance": false, "control_net_sync_field_args": false, "depthmap_script_boost_rmax": 1600.0, "depthmap_script_sbsflip": false, "wildcards_same_seed": false, "dp_ignore_whitespace": false, "dp_write_raw_template": true, "dp_write_prompts_to_file": false, "dp_parser_variant_start": "{", "dp_parser_variant_end": "}", "dp_parser_wildcard_wrap": "__", "dp_limit_jinja_prompts": false, "civitai_link_key": "756965d6fd84421d54df6e7aabe38a3b7401ecea154d21cbf0628a3d32a04a159e2bcb256072fbc152fd83fcf296740bedc7801867f0cd00c9cc2832b0c03815", "civitai_link_logging": true, "civitai_api_key": "e971ea491879afd2dde0ec9eceac0cfa", "civitai_download_previews": true, "civitai_nsfw_previews": true, "civitai_download_missing_models": true, "civitai_hashify_resources": true, "civitai_folder_lora": "", "outdir_ip2p_samples": "outputs/ip2p-images", "def_img_cfg": "1.5", "def_txt_cfg": "7.5", "def_steps": "20", "def_sampler": "0", "def_out_batches": "1", "def_batch_dir": "outputs/ip2p-batch", "modelscope_deforum_keep_model_in_vram": "Main Model Only", "modelscope_deforum_vae_settings": "GPU (half precision)", "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion", "dp_magicprompt_batch_size": 1, "disable_all_extensions": "none", "dd_save_previews": false, "outdir_ddetailer_previews": "extensions/ddetailer/outputs/masks-previews", "dd_save_masks": false, "outdir_ddetailer_masks": "extensions/ddetailer/outputs/masks", "modelscope_deforum_show_n_videos": -1.0, "dp_auto_purge_cache": false, "control_net_modules_path": "", "control_net_high_res_only_mid": false, "controlnet_show_batch_images_in_ui": false, "controlnet_increment_seed_during_batch": false, "restore_config_state_file": "", "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": true, "keyedit_delimiters": ".,\/!?%^*;:{}=`~()", "gradio_theme": "Default", "s_min_uncond": 0, "quicksettings_list": [ "sd_model_checkpoint" ], "lora_functional": false, "lora_preferred_name": "Alias from file", "js_modal_lightbox_gamepad": true, "js_modal_lightbox_gamepad_repeat": 250.0, "add_version_to_infotext": true, "sd_lyco": "None", "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": [], "hires_fix_show_sampler": false, "hires_fix_show_prompts": true, "live_previews_image_format": "png", "controlnet_disable_control_type": false, "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,wildcard_recursive,wildcards", "ad_bbox_sortby": "None", "controlnet_disable_openpose_edit": false, "ui_reorder_list": [ "inpaint", "sampler", "checkboxes", "hires_fix", "dimensions", "cfg", "seed", "batch", "override_settings", "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_zoom": "Alt", "canvas_hotkey_adjust": "Ctrl", "canvas_hotkey_move": "F", "canvas_hotkey_fullscreen": "S", "canvas_hotkey_reset": "R", "canvas_hotkey_overlap": "O", "canvas_show_tooltip": true, "canvas_disabled_functions": [ "Overlap" ], "dp_wildcard_manager_no_dedupe": false, "dp_wildcard_manager_no_sort": false, "grid_text_active_color": "#000000", "grid_text_inactive_color": "#999999", "grid_background_color": "#ffffff", "disable_mmap_load_safetensors": false, "auto_vae_precision": 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, "extra_networks_card_text_scale": 1, "extra_networks_card_show_desc": true, "textual_inversion_print_at_load": false, "textual_inversion_add_hashes_to_infotext": true, "lora_show_all": false, "lora_hide_unknown_for_versions": [], "keyedit_move": true, "add_user_name_to_info": false, "canvas_blur_prompt": false, "animatediff_model_path": "T:\stable-diffusion-webui4\extensions\sd-webui-animatediff\model", "animatediff_check_hash": true, "control_net_inpaint_blur_sigma": 7, "control_net_no_high_res_fix": false, "dp_wildcard_manager_shuffle": false, "tac_tagFile": "danbooru.csv", "tac_active": true, "tac_activeIn.txt2img": true, "tac_activeIn.img2img": true, "tac_activeIn.negativePrompts": true, "tac_activeIn.thirdParty": true, "tac_activeIn.modelList": "", "tac_activeIn.modelListMode": "Blacklist", "tac_slidingPopup": true, "tac_maxResults": 5.0, "tac_showAllResults": false, "tac_resultStepLength": 100.0, "tac_delayTime": 100.0, "tac_useWildcards": true, "tac_useEmbeddings": true, "tac_useHypernetworks": true, "tac_useLoras": true, "tac_useLycos": true, "tac_showWikiLinks": false, "tac_replaceUnderscores": true, "tac_escapeParentheses": true, "tac_appendComma": true, "tac_appendSpace": true, "tac_alwaysSpaceAtEnd": true, "tac_modelKeywordCompletion": "Never", "tac_wildcardCompletionMode": "To next folder level", "tac_alias.searchByAlias": true, "tac_alias.onlyShowAlias": false, "tac_translation.translationFile": "None", "tac_translation.oldFormat": false, "tac_translation.searchByTranslation": true, "tac_translation.liveTranslation": false, "tac_extra.extraFile": "extra-quality-tags.csv", "tac_extra.addMode": "Insert before", "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}", "tac_refreshTempFiles": "Refresh TAC temp files", "styles_ui": "radio-buttons", "tac_sortWildcardResults": true, "tac_showExtraNetworkPreviews": true, "controlnet_ignore_noninpaint_mask": false, "sd_vae_overrides_per_model_preferences": false, "save_incomplete_images": false, "face_restoration": false, "auto_launch_browser": "Local", "show_gradio_deprecation_warnings": true, "hide_ldm_prints": true, "api_enable_requests": true, "api_forbid_local_requests": true, "api_useragent": "", "sd_checkpoints_limit": 1, "sd_checkpoints_keep_in_cpu": true, "tiling": false, "hires_fix_refiner_pass": "second pass", "sd_vae_encode_method": "Full", "sd_vae_decode_method": "Full", "img2img_extra_noise": 0, "img2img_sketch_default_brush_color": "#ffffff", "img2img_inpaint_mask_brush_color": "#ffffff", "img2img_inpaint_sketch_default_brush_color": "#ffffff", "persistent_cond_cache": true, "batch_cond_uncond": true, "use_old_scheduling": false, "lora_in_memory_limit": 0, "gradio_themes_cache": true, "gallery_height": "", "extra_options_txt2img": [], "extra_options_img2img": [], "extra_options_cols": 1, "live_preview_allow_lowvram_full": false, "live_preview_fast_interrupt": false, "s_tmax": 0, "sgm_noise_multiplier": false, "canvas_auto_expand": true, "enable_styleselector_by_default": true }, "Startup": { "total": 864.8410365581512, "records": { "initial startup": 0.0149993896484375, "prepare environment/checks": 0.03500175476074219, "prepare environment/git version info": 0.154998779296875, "prepare environment/install torch": 263.1369445323944, "prepare environment/torch GPU test": 11.572002410888672, "prepare environment/install clip": 17.488528966903687, "prepare environment/install open_clip": 21.65600037574768, "prepare environment/install xformers": 8.173001289367676, "prepare environment/clone repositores": 0.4159963130950928, "prepare environment/install CodeFormer requirements": 113.89578342437744, "prepare environment/install requirements": 258.59157037734985, "prepare environment/run extensions installers/--sd-webui-ar-plus": 0.011002063751220703, "prepare environment/run extensions installers/a1111-sd-webui-tagcomplete": 0.0, "prepare environment/run extensions installers/adetailer": 57.405632734298706, "prepare environment/run extensions installers/gif2gif": 0.0, "prepare environment/run extensions installers/loopback_scaler": 0.0010001659393310547, "prepare environment/run extensions installers/OneButtonPrompt": 0.0, "prepare environment/run extensions installers/sd-dynamic-prompts": 7.464001417160034, "prepare environment/run extensions installers/sd-dynamic-thresholding": 0.0, "prepare environment/run extensions installers/sd-webui-additional-networks": 0.0009996891021728516, "prepare environment/run extensions installers/sd-webui-animatediff": 0.0, "prepare environment/run extensions installers/sd-webui-controlnet": 35.32399916648865, "prepare environment/run extensions installers/sd-webui-sd-webui-DPMPP_2M_Karras_v2": 0.0, "prepare environment/run extensions installers/sdweb-merge-board": 0.0, "prepare environment/run extensions installers/stable-diffusion-webui-aesthetic-gradients": 0.0, "prepare environment/run extensions installers/stable-diffusion-webui-anti-burn": 0.0, "prepare environment/run extensions installers/Stable-Diffusion-Webui-Civitai-Helper": 0.0010001659393310547, "prepare environment/run extensions installers/stable-diffusion-webui-composable-lora": 0.0, "prepare environment/run extensions installers/stable-diffusion-webui-pixelization": 0.23599863052368164, "prepare environment/run extensions installers/stable-diffusion-webui-scripts": 0.0, "prepare environment/run extensions installers/stable-diffusion-webui-two-shot": 0.0, "prepare environment/run extensions installers/stable-diffusion-webui-wildcards": 0.0, "prepare environment/run extensions installers/StyleSelectorXL": 0.0, "prepare environment/run extensions installers/ultimate-upscale-for-automatic1111": 0.0010013580322265625, "prepare environment/run extensions installers": 100.44463539123535, "prepare environment": 795.5644636154175, "launcher": 0.03600049018859863, "import torch": 9.626001358032227, "import gradio": 4.989768743515015, "setup paths": 7.549363374710083, "import ldm": 0.08500027656555176, "import sgm": 0.0, "initialize shared": 1.656998634338379, "other imports": 8.44499945640564, "opts onchange": 0.0009982585906982422, "setup SD model": 0.012000322341918945, "setup codeformer": 0.5190019607543945, "setup gfpgan": 0.12700343132019043, "set samplers": 0.0, "list extensions": 0.003998279571533203, "restore config state file": 0.0, "list SD models": 6.521999835968018, "list localizations": 0.005003213882446289, "load scripts/custom_code.py": 0.05699658393859863, "load scripts/img2imgalt.py": 0.0330047607421875, "load scripts/loopback.py": 0.01999664306640625, "load scripts/outpainting_mk_2.py": 0.03300189971923828, "load scripts/poor_mans_outpainting.py": 0.023997783660888672, "load scripts/postprocessing_codeformer.py": 0.023996353149414062, "load scripts/postprocessing_gfpgan.py": 0.017005205154418945, "load scripts/postprocessing_upscale.py": 0.03099846839904785, "load scripts/prompt_matrix.py": 0.01999974250793457, "load scripts/prompts_from_file.py": 0.029001474380493164, "load scripts/refiner.py": 0.011997461318969727, "load scripts/sd_upscale.py": 0.012000799179077148, "load scripts/seed.py": 0.01299738883972168, "load scripts/txt2gif-Breastgrowthfast.py": 0.026999473571777344, "load scripts/xyz_grid.py": 0.024001598358154297, "load scripts/sd-webui-ar.py": 0.004996776580810547, "load scripts/api.py": 4.811006307601929, "load scripts/onebuttonprompt.py": 0.03899860382080078, "load scripts/civitai_helper.py": 0.31600093841552734, "load scripts/StyleSelectorXL.py": 0.04800105094909668, "load scripts/model_keyword_support.py": 0.07899880409240723, "load scripts/shared_paths.py": 0.003999233245849609, "load scripts/tag_autocomplete_helper.py": 1.6120009422302246, "load scripts/!adetailer.py": 4.9390034675598145, "load scripts/gif2gif.py": 0.03399968147277832, "load scripts/loopback_scaler.py": 0.10699844360351562, "load scripts/dynamic_prompting.py": 0.40200018882751465, "load scripts/dynamic_thresholding.py": 0.18500185012817383, "load scripts/additional_networks.py": 0.5219998359680176, "load scripts/addnet_xyz_grid_support.py": 0.0019998550415039062, "load scripts/lora_compvis.py": 0.003000974655151367, "load scripts/metadata_editor.py": 0.0010004043579101562, "load scripts/model_util.py": 0.05501389503479004, "load scripts/safetensors_hack.py": 0.002997875213623047, "load scripts/util.py": 0.0019974708557128906, "load scripts/animatediff.py": 0.2609846591949463, "load scripts/logging_animatediff.py": 0.0009996891021728516, "load scripts/adapter.py": 0.05000162124633789, "load scripts/batch_hijack.py": 0.003996372222900391, "load scripts/cldm.py": 0.07500004768371582, "load scripts/controlnet.py": 1.2079977989196777, "load scripts/controlnet_version.py": 0.0010209083557128906, "load scripts/external_code.py": 0.0009822845458984375, "load scripts/global_state.py": 0.0009989738464355469, "load scripts/hook.py": 0.0019981861114501953, "load scripts/infotext.py": 0.0, "load scripts/logging.py": 0.0010020732879638672, "load scripts/lvminthin.py": 0.0010001659393310547, "load scripts/movie2movie.py": 0.045000553131103516, "load scripts/processor.py": 0.001001119613647461, "load scripts/utils.py": 0.00099945068359375, "load scripts/xyz_grid_support.py": 0.04899907112121582, "load scripts/DPMPP_2M_Karras_v2.py": 0.04000043869018555, "load scripts/merge_board.py": 0.4530017375946045, "load scripts/aesthetic.py": 0.2539992332458496, "load scripts/anti-burn.py": 0.04999709129333496, "load scripts/composable_lora_script.py": 0.08500099182128906, "load scripts/postprocessing_pixelization.py": 0.21200323104858398, "load scripts/two_shot.py": 0.009004592895507812, "load scripts/wildcards.py": 0.08599543571472168, "load scripts/ultimate-upscale.py": 0.03799796104431152, "load scripts/ldsr_model.py": 0.23499774932861328, "load scripts/lora_script.py": 7.185001611709595, "load scripts/scunet_model.py": 0.08099889755249023, "load scripts/swinir_model.py": 0.13900351524353027, "load scripts/hotkey_config.py": 0.025995731353759766, "load scripts/extra_options_section.py": 0.013000249862670898, "load scripts": 24.151997089385986, "load upscalers": 0.010000944137573242, "refresh VAE": 0.041999101638793945, "refresh textual inversion templates": 0.0, "scripts list_optimizers": 0.003002643585205078, "scripts list_unets": 0.0, "reload hypernetworks": 0.1340010166168213, "initialize extra networks": 0.25900864601135254, "scripts before_ui_callback": 0.0069959163665771484, "create ui": 3.169992446899414, "gradio launch": 1.7454402446746826, "add APIs": 0.1470046043395996, "app_started_callback/api.py": 0.010999679565429688, "app_started_callback/tag_autocomplete_helper.py": 0.0019969940185546875, "app_started_callback/lora_script.py": 0.0, "app_started_callback": 0.012996673583984375 } }, "Packages": [ "absl-py==1.4.0", "accelerate==0.21.0", "addict==2.4.0", "aenum==3.1.15", "aiofiles==23.2.1", "aiohttp==3.8.5", "aiosignal==1.3.1", "altair==5.1.1", "antlr4-python3-runtime==4.9.3", "anyio==3.7.1", "async-timeout==4.0.3", "attrs==23.1.0", "basicsr==1.4.2", "beautifulsoup4==4.12.2", "blendmodes==2022", "boltons==23.0.0", "cachetools==5.3.1", "certifi==2023.7.22", "cffi==1.15.1", "charset-normalizer==3.2.0", "clean-fid==0.1.35", "click==8.1.7", "clip==1.0", "colorama==0.4.6", "contourpy==1.1.0", "cssselect2==0.7.0", "cycler==0.11.0", "deprecation==2.1.0", "dynamicprompts==0.29.0", "einops==0.4.1", "facexlib==0.3.0", "fastapi==0.94.0", "ffmpy==0.3.1", "filelock==3.12.3", "filterpy==1.4.5", "flatbuffers==23.5.26", "fonttools==4.42.1", "frozenlist==1.4.0", "fsspec==2023.6.0", "ftfy==6.1.1", "future==0.18.3", "fvcore==0.1.5.post20221221", "gdown==4.7.1", "gfpgan==1.3.8", "gitdb==4.0.10", "gitpython==3.1.32", "google-auth-oauthlib==1.0.0", "google-auth==2.22.0", "gradio-client==0.5.0", "gradio==3.41.2", "grpcio==1.57.0", "h11==0.12.0", "httpcore==0.15.0", "httpx==0.24.1", "huggingface-hub==0.16.4", "idna==3.4", "imageio==2.31.2", "importlib-metadata==6.8.0", "importlib-resources==6.0.1", "inflection==0.5.1", "iopath==0.1.9", "jinja2==3.1.2", "jsonmerge==1.8.0", "jsonschema-specifications==2023.7.1", "jsonschema==4.19.0", "kiwisolver==1.4.5", "kornia==0.6.7", "lark==1.1.2", "lazy-loader==0.3", "lightning-utilities==0.9.0", "llvmlite==0.40.1", "lmdb==1.4.1", "lpips==0.1.4", "lxml==4.9.3", "markdown-it-py==3.0.0", "markdown==3.4.4", "markupsafe==2.1.3", "matplotlib==3.7.2", "mdurl==0.1.2", "mediapipe==0.10.3", "mpmath==1.3.0", "multidict==6.0.4", "networkx==3.1", "numba==0.57.1", "numpy==1.23.5", "oauthlib==3.2.2", "omegaconf==2.2.3", "open-clip-torch==2.20.0", "opencv-contrib-python==4.8.0.76", "opencv-python==4.8.0.76", "orjson==3.9.5", "packaging==23.1", "pandas==2.1.0", "piexif==1.1.3", "pillow==9.5.0", "pip==23.2.1", "platformdirs==3.10.0", "portalocker==2.7.0", "protobuf==3.20.0", "psutil==5.9.5", "py-cpuinfo==9.0.0", "pyasn1-modules==0.3.0", "pyasn1==0.5.0", "pycparser==2.21", "pydantic==1.10.12", "pydub==0.25.1", "pygments==2.16.1", "pyparsing==3.0.9", "pysocks==1.7.1", "python-dateutil==2.8.2", "python-multipart==0.0.6", "pytorch-lightning==1.9.4", "pytz==2023.3", "pywavelets==1.4.1", "pywin32==306", "pyyaml==6.0.1", "realesrgan==0.3.0", "referencing==0.30.2", "regex==2023.8.8", "reportlab==4.0.4", "requests-oauthlib==1.3.1", "requests==2.31.0", "resize-right==0.0.2", "rich==13.5.2", "rpds-py==0.10.0", "rsa==4.9", "safetensors==0.3.1", "scikit-image==0.21.0", "scipy==1.11.2", "seaborn==0.12.2", "semantic-version==2.10.0", "send2trash==1.8.2", "sentencepiece==0.1.99", "setuptools==65.5.0", "six==1.16.0", "smmap==5.0.0", "sniffio==1.3.0", "sounddevice==0.4.6", "soupsieve==2.4.1", "starlette==0.26.1", "svglib==1.5.1", "sympy==1.12", "tabulate==0.9.0", "tb-nightly==2.15.0a20230901", "tensorboard-data-server==0.7.1", "termcolor==2.3.0", "tifffile==2023.8.30", "timm==0.9.2", "tinycss2==1.2.1", "tokenizers==0.13.3", "tomesd==0.1.3", "tomli==2.0.1", "toolz==0.12.0", "torch==2.0.1+cu118", "torchdiffeq==0.2.3", "torchmetrics==1.1.1", "torchsde==0.2.5", "torchvision==0.15.2+cu118", "tqdm==4.66.1", "trampoline==0.1.2", "transformers==4.30.2", "typing-extensions==4.7.1", "tzdata==2023.3", "ultralytics==8.0.168", "urllib3==1.26.16", "uvicorn==0.23.2", "wcwidth==0.2.6", "webencodings==0.5.1", "websockets==11.0.3", "werkzeug==2.3.7", "wheel==0.41.2", "xformers==0.0.20", "yacs==0.1.8", "yapf==0.40.1", "yarl==1.9.2", "zipp==3.16.2" ] }

What browsers do you use to access the UI ?

No response

Console logs

remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 9 (delta 7), reused 9 (delta 7), pack-reused 0
Unpacking objects: 100% (9/9), 1.12 KiB | 17.00 KiB/s, done.
From https://github.com/AUTOMATIC1111/stable-diffusion-webui
 * [new branch]        toolbutton-tooltips -> origin/toolbutton-tooltips
Already up to date.
venv "T:\stable-diffusion-webui4\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.6.0
Commit hash: 5ef669de080814067961f28357256e8fe27544f4
Launching Web UI with arguments: --xformers --api
Civitai Helper: Get Custom Model Folder
Civitai Helper: Load setting from: T:\stable-diffusion-webui4\extensions\Stable-Diffusion-Webui-Civitai-Helper\setting.json
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
[-] ADetailer initialized. version: 23.9.1, num models: 14
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████| 1/1 [00:00<00:00, 111.10it/s]
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████| 1/1 [00:00<00:00, 332.85it/s]
2023-09-01 18:05:48,248 - ControlNet - INFO - ControlNet v1.1.313
ControlNet preprocessor location: T:\stable-diffusion-webui4\extensions\sd-webui-controlnet\annotator\downloads
2023-09-01 18:05:48,640 - ControlNet - INFO - ControlNet v1.1.313
Loading weights [de12b4938d] from T:\stable-diffusion-webui4\models\Stable-diffusion\zavychromaxl_v10.safetensors
T:\stable-diffusion-webui4\extensions\--sd-webui-ar-plus\scripts\sd-webui-ar.py:448: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  arc_calc_height = gr.Button(value="Calculate Height").style(
T:\stable-diffusion-webui4\extensions\--sd-webui-ar-plus\scripts\sd-webui-ar.py:448: GradioDeprecationWarning: Use `scale` in place of full_width in the constructor. scale=1 will make the button expand, whereas 0 will not.
  arc_calc_height = gr.Button(value="Calculate Height").style(
T:\stable-diffusion-webui4\extensions\--sd-webui-ar-plus\scripts\sd-webui-ar.py:456: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  arc_calc_width = gr.Button(value="Calculate Width").style(
T:\stable-diffusion-webui4\extensions\--sd-webui-ar-plus\scripts\sd-webui-ar.py:456: GradioDeprecationWarning: Use `scale` in place of full_width in the constructor. scale=1 will make the button expand, whereas 0 will not.
  arc_calc_width = gr.Button(value="Calculate Width").style(
T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-two-shot\scripts\two_shot.py:130: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  visual_regions = gr.Gallery(label="Regions").style(grid=(4, 4, 4, 8), height="auto")
T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-two-shot\scripts\two_shot.py:130: GradioDeprecationWarning: The 'grid' parameter will be deprecated. Please use 'columns' in the constructor instead.
  visual_regions = gr.Gallery(label="Regions").style(grid=(4, 4, 4, 8), height="auto")
T:\stable-diffusion-webui4\extensions\sd-webui-additional-networks\scripts\metadata_editor.py:399: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  with gr.Row().style(equal_height=False):
T:\stable-diffusion-webui4\extensions\sd-webui-additional-networks\scripts\metadata_editor.py:521: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  cover_image = gr.Image(
T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py:52: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  with gr.Row().style(equal_height=False):
Creating model from config: T:\stable-diffusion-webui4\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 48.8s (prepare environment: 6.1s, import torch: 11.8s, import gradio: 1.8s, setup paths: 1.2s, initialize shared: 0.4s, other imports: 1.4s, setup codeformer: 0.3s, list SD models: 4.8s, load scripts: 16.3s, reload hypernetworks: 0.1s, create ui: 2.7s, gradio launch: 1.5s, add APIs: 0.2s).
Loading VAE weights specified in settings: T:\stable-diffusion-webui4\models\VAE\vae-ft-mse-840000-ema-pruned.safetensors
Applying attention optimization: xformers... done.
*** Error executing callback model_loaded_callback for T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py
    Traceback (most recent call last):
      File "T:\stable-diffusion-webui4\modules\script_callbacks.py", line 156, in model_loaded_callback
        c.callback(sd_model)
      File "T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-aesthetic-gradients\scripts\aesthetic.py", line 40, in on_model_loaded
        aesthetic.process_tokens = sd_model.cond_stage_model.process_tokens
      File "T:\stable-diffusion-webui4\venv\lib\site-packages\torch\nn\modules\module.py", line 1614, in __getattr__
        raise AttributeError("'{}' object has no attribute '{}'".format(
    AttributeError: 'GeneralConditioner' object has no attribute 'process_tokens'

---
Model loaded in 36.5s (load weights from disk: 3.3s, create model: 1.1s, apply weights to model: 11.5s, apply half(): 0.2s, load VAE: 2.3s, move model to device: 0.3s, load textual inversion embeddings: 15.0s, calculate empty prompt: 2.7s).
File T:\stable-diffusion-webui4\extensions\stable-diffusion-webui-wildcards\wildcards\test.txt not found for the __test__ wildcard.
*** Error completing request
*** Arguments: ('task(yemuuvv02ghbv6f)', 'test', '', [], 20, "SamplerData(name='DPM++ 2M Karras Sharp v1', constructor=<function <listcomp>.<lambda> at 0x000001E652859240>, aliases=['k_dpmpp_2m_ka_v1'], options={'scheduler': 'karras'})", 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', 'Use same sampler', '', '', [], <gradio.routes.Request object at 0x000001E687FC7A30>, 0, False, '', 0.8, -1, False, -1, 0, 0, 0, True, False, False, False, 'base', False, {'ad_model': 'face_yolov8n.pt', 'ad_prompt': '', 'ad_negative_prompt': '', 'ad_confidence': 0.3, 'ad_mask_k_largest': 0, 'ad_mask_min_ratio': 0, 'ad_mask_max_ratio': 1, 'ad_x_offset': 0, 'ad_y_offset': 0, 'ad_dilate_erode': 4, 'ad_mask_merge_invert': 'None', 'ad_mask_blur': 4, 'ad_denoising_strength': 0.4, 'ad_inpaint_only_masked': True, 'ad_inpaint_only_masked_padding': 32, 'ad_use_inpaint_width_height': False, 'ad_inpaint_width': 512, 'ad_inpaint_height': 512, 'ad_use_steps': False, 'ad_steps': 28, 'ad_use_cfg_scale': False, 'ad_cfg_scale': 7, 'ad_use_checkpoint': False, 'ad_checkpoint': 'Use same checkpoint', 'ad_use_sampler': False, 'ad_sampler': 'Euler a', 'ad_use_noise_multiplier': False, 'ad_noise_multiplier': 1, 'ad_use_clip_skip': False, 'ad_clip_skip': 1, 'ad_restore_face': False, 'ad_controlnet_model': 'None', 'ad_controlnet_module': 'inpaint_global_harmonious', 'ad_controlnet_weight': 1, 'ad_controlnet_guidance_start': 0, 'ad_controlnet_guidance_end': 1, 'is_api': ()}, {'ad_model': 'None', 'ad_prompt': '', 'ad_negative_prompt': '', 'ad_confidence': 0.3, 'ad_mask_k_largest': 0, 'ad_mask_min_ratio': 0, 'ad_mask_max_ratio': 1, 'ad_x_offset': 0, 'ad_y_offset': 0, 'ad_dilate_erode': 4, 'ad_mask_merge_invert': 'None', 'ad_mask_blur': 4, 'ad_denoising_strength': 0.4, 'ad_inpaint_only_masked': True, 'ad_inpaint_only_masked_padding': 32, 'ad_use_inpaint_width_height': False, 'ad_inpaint_width': 512, 'ad_inpaint_height': 512, 'ad_use_steps': False, 'ad_steps': 28, 'ad_use_cfg_scale': False, 'ad_cfg_scale': 7, 'ad_use_checkpoint': False, 'ad_checkpoint': 'Use same checkpoint', 'ad_use_sampler': False, 'ad_sampler': 'Euler a', 'ad_use_noise_multiplier': False, 'ad_noise_multiplier': 1, 'ad_use_clip_skip': False, 'ad_clip_skip': 1, 'ad_restore_face': False, 'ad_controlnet_model': 'None', 'ad_controlnet_module': 'inpaint_global_harmonious', 'ad_controlnet_weight': 1, 'ad_controlnet_guidance_start': 0, 'ad_controlnet_guidance_end': 1, 'is_api': ()}, True, False, 1, False, False, False, 1.1, 1.5, 100, 0.7, False, False, True, False, False, 0, 'Gustavosta/MagicPrompt-Stable-Diffusion', '', False, 7, 100, 'Constant', 0, 'Constant', 0, 4, True, 'MEAN', 'AD', 1, False, False, 'LoRA', 'None', 1, 1, 'LoRA', 'None', 1, 1, 'LoRA', 'None', 1, 1, 'LoRA', 'None', 1, 1, 'LoRA', 'None', 1, 1, None, 'Refresh models', False, 0, 16, 8, 'mm_sd_v15.ckpt', <scripts.controlnet_ui.controlnet_ui_group.UiControlNetUnit object at 0x000001E688C5E0B0>, <scripts.controlnet_ui.controlnet_ui_group.UiControlNetUnit object at 0x000001E688C5E020>, <scripts.controlnet_ui.controlnet_ui_group.UiControlNetUnit object at 0x000001E688C5FEB0>, 0.9, 5, '0.0001', False, 'None', '', 0.1, False, False, False, 3, 0, False, False, 0, False, False, False, False, False, '1:1,1:2,1:2', '0:0,0:0,0:1', '0.2,0.8,0.8', 20, False, False, 'positive', 'comma', 0, False, False, '', '', 0.0, 1, '', [], 0, '', [], 0, '', [], True, False, False, False, 0, False, 5, 'all', 'all', 'all', '', '', '', '1', 'none', False, '', '', 'comma', '', True, '', '20', 'all', 'all', 'all', 'all', 0, None, None, False, None, None, False, None, None, False, 50) {}
    Traceback (most recent call last):
      File "T:\stable-diffusion-webui4\modules\call_queue.py", line 57, in f
        res = list(func(*args, **kwargs))
      File "T:\stable-diffusion-webui4\modules\call_queue.py", line 36, in f
        res = func(*args, **kwargs)
      File "T:\stable-diffusion-webui4\modules\txt2img.py", line 55, in txt2img
        processed = processing.process_images(p)
      File "T:\stable-diffusion-webui4\modules\processing.py", line 732, in process_images
        res = process_images_inner(p)
      File "T:\stable-diffusion-webui4\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 42, in processing_process_images_hijack
        return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs)
      File "T:\stable-diffusion-webui4\modules\processing.py", line 867, in process_images_inner
        samples_ddim = p.sample(conditioning=p.c, unconditional_conditioning=p.uc, seeds=p.seeds, subseeds=p.subseeds, subseed_strength=p.subseed_strength, prompts=p.prompts)
      File "T:\stable-diffusion-webui4\modules\processing.py", line 1137, in sample
        self.sampler = sd_samplers.create_sampler(self.sampler_name, self.sd_model)
      File "T:\stable-diffusion-webui4\modules\sd_samplers.py", line 30, in create_sampler
        assert config is not None, f'bad sampler name: {name}'
    AssertionError: bad sampler name: SamplerData(name='DPM++ 2M Karras Sharp v1', constructor=<function <listcomp>.<lambda> at 0x000001E652859240>, aliases=['k_dpmpp_2m_ka_v1'], options={'scheduler': 'karras'})

---

Additional information

No response

plaidpants commented 1 year ago

issue seems to be with this script extension, removing it resolved the issue https://github.com/hnmr293/sd-webui-sd-webui-DPMPP_2M_Karras_v2.git

plaidpants commented 1 year ago

issue was resolved per comment above