Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The categories layout is different when localization is on #14591

Closed
4 of 6 tasks
wfjsw opened this issue Jan 9, 2024 · 1 comment · Fixed by #14995
Closed
4 of 6 tasks

[Bug]: The categories layout is different when localization is on #14591

wfjsw opened this issue Jan 9, 2024 · 1 comment · Fixed by #14995
Assignees
Labels
bug Report of a confirmed bug

Comments

@wfjsw
Copy link
Contributor

wfjsw commented Jan 9, 2024

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

image

image

Steps to reproduce the problem

  1. Load a localization file

What should have happened?

The categories should be consistent across localizations.

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

sysinfo-2024-01-09-03-00.json

Console logs

Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:34:57) [MSC v.1936 64 bit (AMD64)]
Version: v1.7.0-311-g6869d958
Commit hash: 6869d95890849c9b209bb66774539bfdf870df2c
Launching Web UI with arguments: --medvram --theme dark --xformers --xformers-flash-attention --api --autolaunch --allow-code
Style database not found: D:\stable-diffusion-webui\styles.csv
hf_hub_download Bingsu/adetailer face_yolov8n.pt None None None None None None None auto None False None None 10 False None False False
hf_hub_download Bingsu/adetailer face_yolov8s.pt None None None None None None None auto None False None None 10 False None False False
hf_hub_download Bingsu/adetailer hand_yolov8n.pt None None None None None None None auto None False None None 10 False None False False
hf_hub_download Bingsu/adetailer person_yolov8n-seg.pt None None None None None None None auto None False None None 10 False None False False
hf_hub_download Bingsu/adetailer person_yolov8s-seg.pt None None None None None None None auto None False None None 10 False None False False
[-] ADetailer initialized. version: 24.1.0, num models: 9
ControlNet preprocessor location: D:\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2024-01-08 20:59:43,456 - ControlNet - INFO - ControlNet v1.1.427
2024-01-08 20:59:43,713 - ControlNet - INFO - ControlNet v1.1.427
[sd-webui-freeu] Controlnet support: *enabled*
[Vec. CC] Style Sheet Loaded...
Loading weights [c936130834] from D:\stable-diffusion-webui\models\Stable-diffusion\Nordrin_little-v3.0.safetensors
2024-01-08 20:59:45,251 - AnimateDiff - INFO - Injecting LCM to UI.
Creating model from config: D:\stable-diffusion-webui\configs\v1-inference.yaml
hf_hub_download openai/clip-vit-large-patch14 vocab.json None None None None None D:\stable-diffusion-webui\.cache\huggingface\hub None auto transformers/4.30.2; python/3.10.12; session_id/cd3bee2c76a146e38ef7ed0e5b90b0d5; torch/2.1.2; tensorflow/2.15.0; file_type/tokenizer; from_auto_class/False; is_fast/False False None None 10 False None True False
hf_hub_download openai/clip-vit-large-patch14 config.json None None None None None D:\stable-diffusion-webui\.cache\huggingface\hub None auto transformers/4.30.2; python/3.10.12; session_id/cd3bee2c76a146e38ef7ed0e5b90b0d5; torch/2.1.2; tensorflow/2.15.0; file_type/config; from_auto_class/False False None None 10 False None True False
Applying attention optimization: xformers... done.
Model loaded in 2.4s (load weights from disk: 0.5s, create model: 0.5s, apply weights to model: 0.7s, calculate empty prompt: 0.7s).
2024-01-08 20:59:48,041 - AnimateDiff - INFO - Hacking i2i-batch.
*** Error executing callback ui_tabs_callback for D:\stable-diffusion-webui\extensions\sd-webui-supermerger\scripts\supermerger.py
    Traceback (most recent call last):
      File "D:\stable-diffusion-webui\modules\script_callbacks.py", line 169, in ui_tabs_callback
        res += c.callback() or []
      File "D:\stable-diffusion-webui\extensions\sd-webui-supermerger\scripts\supermerger.py", line 406, in on_ui_tabs
        mgallery, mgeninfo, mhtmlinfo, mhtmllog = create_output_panel("txt2img", opts.outdir_txt2img_samples)
    TypeError: cannot unpack non-iterable OutputPanel object

---
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
2024-01-08 20:59:52,275 - AnimateDiff - INFO - Hacking i2i-batch is already done.
2024-01-08 20:59:52,281 - AnimateDiff - INFO - Hacking i2i-batch is already done.
*** Error executing callback app_started_callback for D:\stable-diffusion-webui\extensions\sd-webui-supermerger\scripts\GenParamGetter.py

Additional information

No response

@wfjsw wfjsw added the bug-report Report of a bug, yet to be confirmed label Jan 9, 2024
@dtlnor dtlnor added the bug Report of a confirmed bug label Feb 21, 2024
@dtlnor dtlnor self-assigned this Feb 22, 2024
dtlnor added a commit to dtlnor/stable-diffusion-webui that referenced this issue Feb 22, 2024
@catboxanon catboxanon removed the bug-report Report of a bug, yet to be confirmed label Feb 26, 2024
AUTOMATIC1111 added a commit that referenced this issue Feb 26, 2024
…-is-different-when-localization-is-on

Fix #14591 using translated content to do categories mapping
AUTOMATIC1111 added a commit that referenced this issue Feb 26, 2024
…-is-different-when-localization-is-on

Fix #14591 using translated content to do categories mapping
@dtlnor
Copy link
Collaborator

dtlnor commented Feb 26, 2024

fixed on ca8dc2b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of a confirmed bug
Projects
None yet
3 participants