You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What happened?
If a lora and an embedding share the same file name (sans the extension), changes made in the settings popup will be saved to the lora version in the file system, and to the embedding version in the web session, regardless of which tab is open.
Steps to reproduce the problem
have both a lora and embedding of the same name (https://civitai.com/user/narugo1992/models has many loras/embeddings of the same name that are meant to be used in conjunction)
in txt2img click on the lora tab
click on the crossed wrench and hammer (settings icon) in the top right corner of the above mentioned lora
make changes to the settings (such as invoking the above mentioned embedding in the activation text section, or replacing the preview)
note that these changes have not been updated in the web session (by, for example, clicking on the lora and seeing that the activation text changes do not show up in the prompt; or by noting that the changed preview does not update)
click on the textual inversion tab and note that the above made changes did occur in the aforementioned embedding there, and that clicking on said embedding invokes the lora in the prompt (with the changes made to the activation text of the lora).
refresh the webpage and click the refresh button on the lora tab, and (after waiting for the refresh) note that the above issues are now temporarily fixed (until more changes are made to the lora/embedding settings). For example the embedding no longer invokes the lora, and the changes to the lora settings are properly registered in the lora tab, presumably because the filesystem changes were made correctly.
What should have happened?
When changing settings for a lora in the lora tab both filesystem changes and web session changes should be made to the lora in question, and likewise with the embedding tab.
venv "E:\stable-diffusion-webui\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: --listen --xformers --medvram --enable-insecure-extension-access --no-half-vae
[-] ADetailer initialized. version: 23.9.3, num models: 11
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
2023-09-26 14:05:00,898 - ControlNet - INFO - ControlNet v1.1.410
ControlNet preprocessor location: E:\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2023-09-26 14:05:01,017 - ControlNet - INFO - ControlNet v1.1.410
Loading weights [7eb674963a] from E:\stable-diffusion-webui\models\Stable-diffusion\hassakuHentaiModel_v13.safetensors
Creating model from config: E:\stable-diffusion-webui\configs\v1-inference.yaml
E:\stable-diffusion-webui\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):
E:\stable-diffusion-webui\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(
E:\stable-diffusion-webui\extensions\stable-diffusion-webui-dataset-tag-editor\scripts\main.py:218: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
with gr.Row().style(equal_height=False):
E:\stable-diffusion-webui\extensions\stable-diffusion-webui-dataset-tag-editor\scripts\tag_editor_ui\block_dataset_gallery.py:25: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
self.gl_dataset_images = gr.Gallery(label='Dataset Images', elem_id="dataset_tag_editor_dataset_gallery").style(grid=image_columns)
E:\stable-diffusion-webui\extensions\stable-diffusion-webui-dataset-tag-editor\scripts\tag_editor_ui\block_dataset_gallery.py:25: GradioDeprecationWarning: The 'grid' parameter will be deprecated. Please use 'columns'in the constructor instead.
self.gl_dataset_images = gr.Gallery(label='Dataset Images', elem_id="dataset_tag_editor_dataset_gallery").style(grid=image_columns)
E:\stable-diffusion-webui\extensions\stable-diffusion-webui-dataset-tag-editor\scripts\tag_editor_ui\tab_filter_by_selection.py:35: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
self.gl_filter_images = gr.Gallery(label='Filter Images', elem_id="dataset_tag_editor_filter_gallery").style(grid=image_columns)
E:\stable-diffusion-webui\extensions\stable-diffusion-webui-dataset-tag-editor\scripts\tag_editor_ui\tab_filter_by_selection.py:35: GradioDeprecationWarning: The 'grid' parameter will be deprecated. Please use 'columns'in the constructor instead.
self.gl_filter_images = gr.Gallery(label='Filter Images', elem_id="dataset_tag_editor_filter_gallery").style(grid=image_columns)
Running on local URL: http://0.0.0.0:7860
Applying attention optimization: xformers... done.
Model loaded in 3.3s (load weights from disk: 0.6s, create model: 0.4s, apply weights to model: 0.5s, calculate empty prompt: 1.6s).
To create a public link, set`share=True`in`launch()`.Startup time: 20.9s (prepare environment: 4.1s, import torch: 3.2s, import gradio: 1.7s, setup paths: 1.6s, initialize shared: 0.2s, other imports: 1.2s, setup codeformer: 0.1s, list SD models: 0.3s, load scripts: 2.8s, create ui: 0.9s, gradio launch: 4.2s, app_started_callback: 0.4s).
Additional information
There are several workarounds for this, not the least of which would be simply changing the filenames, but this is a bug nonetheless.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
If a lora and an embedding share the same file name (sans the extension), changes made in the settings popup will be saved to the lora version in the file system, and to the embedding version in the web session, regardless of which tab is open.
Steps to reproduce the problem
have both a lora and embedding of the same name (https://civitai.com/user/narugo1992/models has many loras/embeddings of the same name that are meant to be used in conjunction)
in txt2img click on the lora tab
click on the crossed wrench and hammer (settings icon) in the top right corner of the above mentioned lora
make changes to the settings (such as invoking the above mentioned embedding in the activation text section, or replacing the preview)
note that these changes have not been updated in the web session (by, for example, clicking on the lora and seeing that the activation text changes do not show up in the prompt; or by noting that the changed preview does not update)
click on the textual inversion tab and note that the above made changes did occur in the aforementioned embedding there, and that clicking on said embedding invokes the lora in the prompt (with the changes made to the activation text of the lora).
refresh the webpage and click the refresh button on the lora tab, and (after waiting for the refresh) note that the above issues are now temporarily fixed (until more changes are made to the lora/embedding settings). For example the embedding no longer invokes the lora, and the changes to the lora settings are properly registered in the lora tab, presumably because the filesystem changes were made correctly.
What should have happened?
When changing settings for a lora in the lora tab both filesystem changes and web session changes should be made to the lora in question, and likewise with the embedding tab.
Sysinfo
{
"Platform": "Windows-10-10.0.22621-SP0",
"Python": "3.10.6",
"Version": "v1.6.0",
"Commit": "5ef669de080814067961f28357256e8fe27544f4",
"Script path": "E:\stable-diffusion-webui",
"Data path": "E:\stable-diffusion-webui",
"Extensions dir": "E:\stable-diffusion-webui\extensions",
"Checksum": "34b999c8571ab6b15c2dbe42face96dd692f7f82de1a066ceb86dfe553d5dacc",
"Commandline": [
"launch.py",
"--listen",
"--xformers",
"--medvram",
"--enable-insecure-extension-access",
"--no-half-vae"
],
"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 11 Pro",
"libc_version": "N/A",
"python_version": "3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] (64-bit runtime)",
"python_platform": "Windows-10-10.0.22621-SP0",
"is_cuda_available": "True",
"cuda_runtime_version": null,
"cuda_module_loading": "LAZY",
"nvidia_driver_version": "536.99",
"nvidia_gpu_models": "GPU 0: NVIDIA GeForce RTX 3070 Ti",
"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.0.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=3701",
"DeviceID=CPU0",
"Family=107",
"L2CacheSize=3072",
"L2CacheSpeed=",
"Manufacturer=AuthenticAMD",
"MaxClockSpeed=3701",
"Name=AMD Ryzen 5 5600X 6-Core Processor ",
"ProcessorType=3",
"Revision=8448"
]
},
"Exceptions": [],
"CPU": {
"model": "AMD64 Family 25 Model 33 Stepping 0, AuthenticAMD",
"count logical": 12,
"count physical": 6
},
"RAM": {
"total": "32GB",
"used": "18GB",
"free": "14GB"
},
"Extensions": [
{
"name": "adetailer",
"path": "E:\stable-diffusion-webui\extensions\adetailer",
"version": "910bf3b9",
"branch": "main",
"remote": "https://github.com/Bing-su/adetailer.git"
},
{
"name": "embedding-inspector",
"path": "E:\stable-diffusion-webui\extensions\embedding-inspector",
"version": "448b6d06",
"branch": "main",
"remote": "https://github.com/tkalayci71/embedding-inspector.git"
},
{
"name": "openpose-editor",
"path": "E:\stable-diffusion-webui\extensions\openpose-editor",
"version": "db07b9c6",
"branch": "master",
"remote": "https://github.com/fkunn1326/openpose-editor.git"
},
{
"name": "sd-webui-additional-networks",
"path": "E:\stable-diffusion-webui\extensions\sd-webui-additional-networks",
"version": "e9f3d622",
"branch": "main",
"remote": "https://github.com/kohya-ss/sd-webui-additional-networks.git"
},
{
"name": "sd-webui-agent-scheduler",
"path": "E:\stable-diffusion-webui\extensions\sd-webui-agent-scheduler",
"version": "097fe4e5",
"branch": "main",
"remote": "https://github.com/ArtVentureX/sd-webui-agent-scheduler.git"
},
{
"name": "sd-webui-ar",
"path": "E:\stable-diffusion-webui\extensions\sd-webui-ar",
"version": "3973c86a",
"branch": "main",
"remote": "https://github.com/alemelis/sd-webui-ar.git"
},
{
"name": "sd-webui-controlnet",
"path": "E:\stable-diffusion-webui\extensions\sd-webui-controlnet",
"version": "7a4805c8",
"branch": "main",
"remote": "https://github.com/Mikubill/sd-webui-controlnet.git"
},
{
"name": "sd-webui-infinite-image-browsing",
"path": "E:\stable-diffusion-webui\extensions\sd-webui-infinite-image-browsing",
"version": "228e045d",
"branch": "main",
"remote": "https://github.com/zanllp/sd-webui-infinite-image-browsing.git"
},
{
"name": "stable-diffusion-webui-dataset-tag-editor",
"path": "E:\stable-diffusion-webui\extensions\stable-diffusion-webui-dataset-tag-editor",
"version": "7a2f4c53",
"branch": "main",
"remote": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git"
}
],
"Inactive extensions": [
{
"name": "a1111-sd-webui-locon",
"path": "E:\stable-diffusion-webui\extensions\a1111-sd-webui-locon",
"version": "b6911354",
"branch": "main",
"remote": "https://github.com/KohakuBlueleaf/a1111-sd-webui-locon.git"
},
{
"name": "a1111-sd-webui-lycoris",
"path": "E:\stable-diffusion-webui\extensions\a1111-sd-webui-lycoris",
"version": "8e97bf54",
"branch": "main",
"remote": "https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris.git"
},
{
"name": "sd-webui-aspect-ratio-helper",
"path": "E:\stable-diffusion-webui\extensions\sd-webui-aspect-ratio-helper",
"version": "99fcf9b0",
"branch": "main",
"remote": "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git"
},
{
"name": "stable-diffusion-webui-state",
"path": "E:\stable-diffusion-webui\extensions\stable-diffusion-webui-state",
"version": "f2bb3809",
"branch": "main",
"remote": "https://github.com/ilian6806/stable-diffusion-webui-state.git"
}
],
"Environment": {
"COMMANDLINE_ARGS": "--listen --xformers --medvram --enable-insecure-extension-access --no-half-vae",
"GRADIO_ANALYTICS_ENABLED": "False"
},
"Config": {
"samples_save": true,
"samples_format": "png",
"samples_filename_pattern": "",
"save_images_add_number": true,
"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": 2,
"font": "",
"grid_text_active_color": "#000000",
"grid_text_inactive_color": "#999999",
"grid_background_color": "#ffffff",
"enable_pnginfo": true,
"save_txt": false,
"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": false,
"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,
"save_init_img": false,
"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",
"outdir_init_images": "outputs/init-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"
],
"upscaler_for_img2img": null,
"face_restoration_model": "CodeFormer",
"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,
"list_hidden_files": true,
"disable_mmap_load_safetensors": 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": "hassakuHentaiModel_v13.safetensors [7eb674963a]",
"sd_checkpoint_cache": 0,
"sd_vae_checkpoint_cache": 0,
"sd_vae": "None",
"sd_vae_as_default": true,
"sd_unet": "Automatic",
"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": 2,
"upcast_attn": false,
"auto_vae_precision": true,
"randn_source": "GPU",
"sdxl_crop_top": 0,
"sdxl_crop_left": 0,
"sdxl_refiner_low_aesthetic_score": 2.5,
"sdxl_refiner_high_aesthetic_score": 6.0,
"cross_attention_optimization": "Automatic",
"s_min_uncond": 0.0,
"token_merging_ratio": 0.0,
"token_merging_ratio_img2img": 0.0,
"token_merging_ratio_hr": 0.0,
"pad_cond_uncond": false,
"experimental_persistent_cond_cache": false,
"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,
"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": true,
"deepbooru_escape": true,
"deepbooru_filter_tags": "",
"extra_networks_show_hidden_directories": true,
"extra_networks_hidden_models": "When searched",
"extra_networks_default_multiplier": 1.0,
"extra_networks_card_width": 0,
"extra_networks_card_height": 0,
"extra_networks_card_text_scale": 1.0,
"extra_networks_card_show_desc": true,
"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",
"localization": "None",
"gradio_theme": "Default",
"img2img_editor_height": 720,
"return_grid": true,
"return_mask": false,
"return_mask_composite": false,
"do_not_show_images": false,
"send_seed": true,
"send_size": true,
"js_modal_lightbox": true,
"js_modal_lightbox_initially_zoomed": true,
"js_modal_lightbox_gamepad": false,
"js_modal_lightbox_gamepad_repeat": 250,
"show_progress_in_title": true,
"samplers_in_dropdown": true,
"dimensions_and_batch_together": true,
"keyedit_precision_attention": 0.1,
"keyedit_precision_extra": 0.05,
"keyedit_delimiters": ".,\/!?%^*;:{}=`~()",
"keyedit_move": true,
"quicksettings_list": [
"sd_model_checkpoint",
"sd_vae",
"n_rows"
],
"ui_tab_order": [],
"hidden_tabs": [],
"ui_reorder_list": [],
"hires_fix_show_sampler": false,
"hires_fix_show_prompts": false,
"disable_token_counters": false,
"add_model_hash_to_info": true,
"add_model_name_to_info": true,
"add_user_name_to_info": false,
"add_version_to_infotext": true,
"disable_weights_auto_swap": true,
"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_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,
"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,
"uni_pc_variant": "bh1",
"uni_pc_skip_type": "time_uniform",
"uni_pc_order": 3,
"uni_pc_lower_order_final": true,
"postprocessing_enable_in_main_ui": [],
"postprocessing_operation_order": [],
"upscaling_max_images_in_cache": 5,
"disabled_extensions": [
"a1111-sd-webui-locon",
"a1111-sd-webui-lycoris",
"sd-webui-aspect-ratio-helper",
"stable-diffusion-webui-state"
],
"disable_all_extensions": "none",
"restore_config_state_file": "",
"sd_checkpoint_hash": "7eb674963a0d93fcead95905b4d658d1e94e9a36230c0c732f65c3f53d8888aa",
"ldsr_steps": 100,
"ldsr_cached": false,
"SCUNET_tile": 256,
"SCUNET_tile_overlap": 8,
"SWIN_tile": 192,
"SWIN_tile_overlap": 8,
"lora_functional": false,
"sd_lora": "None",
"lora_preferred_name": "Alias from file",
"lora_add_hashes_to_infotext": true,
"lora_show_all": false,
"lora_hide_unknown_for_versions": [],
"extra_options": [],
"extra_options_accordion": false,
"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_blur_prompt": false,
"canvas_disabled_functions": [
"Overlap"
],
"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\t2iadapter_sketch_sd14v1.yaml",
"control_net_detectedmap_dir": "detected_maps",
"control_net_models_path": "",
"control_net_modules_path": "",
"control_net_max_models_num": 3,
"control_net_model_cache_size": 1,
"control_net_inpaint_blur_sigma": 7,
"control_net_no_high_res_fix": false,
"control_net_no_detectmap": false,
"control_net_detectmap_autosaving": false,
"control_net_allow_script_control": false,
"control_net_sync_field_args": false,
"controlnet_show_batch_images_in_ui": false,
"controlnet_increment_seed_during_batch": false,
"controlnet_disable_control_type": false,
"controlnet_disable_openpose_edit": false,
"dataset_editor_image_columns": 6.0,
"dataset_editor_max_res": 0.0,
"dataset_editor_use_temp_files": false,
"dataset_editor_use_raw_clip_token": true,
"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,
"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,lora_block_weight",
"ad_bbox_sortby": "None",
"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",
"control_net_unit_count": 3,
"controlnet_ignore_noninpaint_mask": false
},
"Startup": {
"total": 16.119651317596436,
"records": {
"initial startup": 0.0010001659393310547,
"prepare environment/checks": 0.01200556755065918,
"prepare environment/git version info": 0.04651784896850586,
"prepare environment/torch GPU test": 1.6494877338409424,
"prepare environment/clone repositores": 0.13556528091430664,
"prepare environment/run extensions installers/adetailer": 0.131927490234375,
"prepare environment/run extensions installers/embedding-inspector": 0.0,
"prepare environment/run extensions installers/openpose-editor": 0.0,
"prepare environment/run extensions installers/sd-webui-additional-networks": 0.0,
"prepare environment/run extensions installers/sd-webui-agent-scheduler": 0.07900881767272949,
"prepare environment/run extensions installers/sd-webui-ar": 0.0,
"prepare environment/run extensions installers/sd-webui-controlnet": 0.26058197021484375,
"prepare environment/run extensions installers/sd-webui-infinite-image-browsing": 0.26610326766967773,
"prepare environment/run extensions installers/stable-diffusion-webui-dataset-tag-editor": 0.0010018348693847656,
"prepare environment/run extensions installers": 0.7386233806610107,
"prepare environment": 2.6301982402801514,
"launcher": 0.0019989013671875,
"import torch": 2.702693462371826,
"import gradio": 0.8281288146972656,
"setup paths": 0.6810657978057861,
"import ldm": 0.004998922348022461,
"import sgm": 0.0,
"initialize shared": 0.18516278266906738,
"other imports": 0.5169463157653809,
"opts onchange": 0.0,
"setup SD model": 0.0009999275207519531,
"setup codeformer": 0.09752225875854492,
"setup gfpgan": 0.018000364303588867,
"set samplers": 0.0,
"list extensions": 0.0,
"restore config state file": 0.0,
"list SD models": 0.3444406986236572,
"list localizations": 0.0,
"load scripts/custom_code.py": 0.003999471664428711,
"load scripts/img2imgalt.py": 0.0009996891021728516,
"load scripts/loopback.py": 0.0,
"load scripts/outpainting_mk_2.py": 0.0009968280792236328,
"load scripts/poor_mans_outpainting.py": 0.0,
"load scripts/postprocessing_codeformer.py": 0.0,
"load scripts/postprocessing_gfpgan.py": 0.0010004043579101562,
"load scripts/postprocessing_upscale.py": 0.0,
"load scripts/prompt_matrix.py": 0.0009996891021728516,
"load scripts/prompts_from_file.py": 0.0,
"load scripts/refiner.py": 0.0,
"load scripts/sd_upscale.py": 0.0009996891021728516,
"load scripts/seed.py": 0.0,
"load scripts/xyz_grid.py": 0.0010013580322265625,
"load scripts/!adetailer.py": 1.049208164215088,
"load scripts/embedding_inspector.py": 0.02595806121826172,
"load scripts/main.py": 0.06292295455932617,
"load scripts/additional_networks.py": 0.0687415599822998,
"load scripts/addnet_xyz_grid_support.py": 0.0005855560302734375,
"load scripts/lora_compvis.py": 0.0005061626434326172,
"load scripts/metadata_editor.py": 0.0005266666412353516,
"load scripts/model_util.py": 0.0042002201080322266,
"load scripts/safetensors_hack.py": 0.0005214214324951172,
"load scripts/util.py": 0.0,
"load scripts/task_scheduler.py": 0.2628440856933594,
"load scripts/sd-webui-ar.py": 0.0,
"load scripts/adapter.py": 0.0010018348693847656,
"load scripts/api.py": 0.1220850944519043,
"load scripts/batch_hijack.py": 0.0009999275207519531,
"load scripts/cldm.py": 0.0,
"load scripts/controlmodel_ipadapter.py": 0.0,
"load scripts/controlnet.py": 0.09201717376708984,
"load scripts/controlnet_diffusers.py": 0.0010013580322265625,
"load scripts/controlnet_lllite.py": 0.0,
"load scripts/controlnet_lora.py": 0.0009987354278564453,
"load scripts/controlnet_model_guess.py": 0.0,
"load scripts/controlnet_version.py": 0.0010018348693847656,
"load scripts/external_code.py": 0.0,
"load scripts/global_state.py": 0.000997781753540039,
"load scripts/hook.py": 0.0010037422180175781,
"load scripts/infotext.py": 0.0,
"load scripts/logging.py": 0.0009975433349609375,
"load scripts/lvminthin.py": 0.0,
"load scripts/movie2movie.py": 0.0010006427764892578,
"load scripts/processor.py": 0.0,
"load scripts/utils.py": 0.0010023117065429688,
"load scripts/xyz_grid_support.py": 0.0,
"load scripts/iib_setup.py": 0.06318879127502441,
"load scripts/dte_instance.py": 0.012150764465332031,
"load scripts/singleton.py": 0.0,
"load scripts/ldsr_model.py": 0.018006086349487305,
"load scripts/lora_script.py": 0.8579683303833008,
"load scripts/scunet_model.py": 0.018000364303588867,
"load scripts/swinir_model.py": 0.016000032424926758,
"load scripts/hotkey_config.py": 0.0,
"load scripts/extra_options_section.py": 0.0009999275207519531,
"load scripts": 2.696434259414673,
"load upscalers": 0.002000093460083008,
"refresh VAE": 0.0009999275207519531,
"refresh textual inversion templates": 0.0,
"scripts list_optimizers": 0.0010056495666503906,
"scripts list_unets": 0.0,
"reload hypernetworks": 0.0010004043579101562,
"initialize extra networks": 0.015149354934692383,
"scripts before_ui_callback": 0.0020058155059814453,
"create ui": 0.7552030086517334,
"gradio launch": 4.240787982940674,
"add APIs": 0.00451350212097168,
"app_started_callback/task_scheduler.py": 0.4163961410522461,
"app_started_callback/api.py": 0.0010004043579101562,
"app_started_callback/iib_setup.py": 0.017996549606323242,
"app_started_callback/lora_script.py": 0.0,
"app_started_callback": 0.4353930950164795
}
},
"Packages": [
"absl-py==1.4.0",
"accelerate==0.21.0",
"addict==2.4.0",
"aenum==3.1.15",
"aiofiles==23.1.0",
"aiohttp==3.8.5",
"aiosignal==1.3.1",
"altair==5.0.1",
"antlr4-python3-runtime==4.9.3",
"anyio==3.7.1",
"async-timeout==4.0.2",
"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.6",
"clip==1.0",
"colorama==0.4.6",
"coloredlogs==15.0.1",
"contourpy==1.1.0",
"cssselect2==0.7.0",
"cycler==0.11.0",
"deprecation==2.1.0",
"dill==0.3.7",
"einops==0.4.1",
"exceptiongroup==1.1.2",
"facexlib==0.3.0",
"fastapi==0.94.0",
"ffmpy==0.3.1",
"filelock==3.12.2",
"filterpy==1.4.5",
"flatbuffers==23.5.26",
"fonttools==4.41.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",
"greenlet==2.0.2",
"grpcio==1.56.2",
"h11==0.12.0",
"httpcore==0.15.0",
"httpx==0.24.1",
"huggingface-hub==0.16.4",
"humanfriendly==10.0",
"idna==3.4",
"imageio==2.31.1",
"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.18.4",
"kiwisolver==1.4.4",
"kornia==0.6.7",
"lark==1.1.2",
"lazy-loader==0.3",
"lightning-utilities==0.9.0",
"linkify-it-py==2.0.2",
"llvmlite==0.40.1",
"lmdb==1.4.1",
"lpips==0.1.4",
"lxml==4.9.3",
"markdown-it-py==2.2.0",
"markdown==3.4.4",
"markupsafe==2.1.3",
"matplotlib==3.7.2",
"mdit-py-plugins==0.3.3",
"mdurl==0.1.2",
"mediapipe==0.10.5",
"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",
"onnxruntime-gpu==1.16.0",
"open-clip-torch==2.20.0",
"opencv-contrib-python==4.8.0.74",
"opencv-python==4.8.0.74",
"orjson==3.9.2",
"packaging==23.1",
"pandas==2.0.3",
"piexif==1.1.3",
"pillow==9.5.0",
"pip==23.2.1",
"platformdirs==3.9.1",
"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",
"pyfunctional==1.4.3",
"pygments==2.15.1",
"pyparsing==3.0.9",
"pyreadline3==3.4.1",
"pysocks==1.7.1",
"python-dateutil==2.8.2",
"python-dotenv==1.0.0",
"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.0",
"regex==2023.6.3",
"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.9.2",
"rsa==4.9",
"safetensors==0.3.1",
"scikit-image==0.21.0",
"scipy==1.11.1",
"seaborn==0.12.2",
"semantic-version==2.10.0",
"sentencepiece==0.1.99",
"setuptools==63.2.0",
"six==1.16.0",
"smmap==5.0.0",
"sniffio==1.3.0",
"sounddevice==0.4.6",
"soupsieve==2.4.1",
"sqlalchemy==2.0.20",
"starlette==0.26.1",
"svglib==1.5.1",
"sympy==1.12",
"tabulate==0.9.0",
"tb-nightly==2.14.0a20230728",
"tensorboard-data-server==0.7.1",
"termcolor==2.3.0",
"tifffile==2023.7.18",
"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.0.1",
"torchsde==0.2.5",
"torchvision==0.15.2+cu118",
"tqdm==4.65.0",
"trampoline==0.1.2",
"transformers==4.30.2",
"typing-extensions==4.7.1",
"tzdata==2023.3",
"uc-micro-py==1.0.2",
"ultralytics==8.0.187",
"urllib3==1.26.16",
"uvicorn==0.23.1",
"wcwidth==0.2.6",
"webencodings==0.5.1",
"websockets==11.0.3",
"werkzeug==2.3.6",
"wheel==0.41.0",
"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
Additional information
There are several workarounds for this, not the least of which would be simply changing the filenames, but this is a bug nonetheless.
The text was updated successfully, but these errors were encountered: