AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: the drop-down menu shows __biligual__will_be_raplaced__ #9180

Closed justsonghua closed 1 year ago

justsonghua commented 1 year ago

Is there an existing issue for this?

What happened?

After selecting Checkpoints, VAE, Sampling method and Upscaler using the drop-down menu, the drop-down menu shows biligualwill_be_raplaced__.

This problem will not occur if you switch directly by clicking the Checkpoint card through Extra networks.

微信截图_20230330102714 微信截图_20230330104636 微信截图_20230330102724

Steps to reproduce the problem

  1. Run WebUI and select a checkpoint, VAE, Sampling method or upscaler.

What should have happened?

Normally the name of checkpoint, vae, Sampling method or upscaler should be showed on the drop-down menu after you selected.

Commit where the problem happens

22bcc7be

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Microsoft Edge

Command Line Arguments

@echo off

git pull

set CUDA_VISIBLE_DEVICES=0

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers --no-half-vae

call webui.bat

List of extensions

微信截图_20230330104805

Console logs

Loading VAE weights specified in settings: D:\Program Files (xStu)\A.I.Drawing\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.safetensors
Applying xformers cross attention optimization.
VAE weights loaded.
Loading weights [1d1e459f9f] from D:\Program Files (xStu)\A.I.Drawing\stable-diffusion-webui\models\Stable-diffusion\anything-v4.5.safetensors
Loading VAE weights specified in settings: cached vae-ft-mse-840000-ema-pruned.safetensors
Applying xformers cross attention optimization.
Weights loaded in 6.1s (load weights from disk: 0.6s, apply weights to model: 4.8s, load VAE: 0.1s, move model to device: 0.5s).

Total progress: 0it [00:00, ?it/s]

Additional information

No response

flysky5646 commented 1 year ago

I have the Bug too. 截图 2023-03-30 23-12-14

ClashSAN commented 1 year ago

looks like you will have to ask on their extension github

justsonghua commented 1 year ago

I checked the extensions one by one, and finally found that this problem occurs when loading sd-webui-bilingual-localization, and its name is the same as that displayed in the drop-down menu.

Looks like I need to get the help from dev of extension.