anapnoe / sd-webui-ux

Frontend Engine Extension for Stable Diffusion Web UI and Stable Diffusion Web UI Forge.
GNU General Public License v3.0
25 stars 1 forks source link

Conflict Between Stable Diffusion WebUI Localization (zh_Hant) and Txt2Image Results: Output Size Too Small in Forge #4

Closed yamasoo closed 1 week ago

yamasoo commented 2 weeks ago

webui-forge txt2image results too small how can fix this?

image

anapnoe commented 2 weeks ago

Here are a few suggestions you can try: Use Chrome and disable your extensions. Then, enable them one by one to identify which one is causing the issue. Once you've pinpointed the culprit, please revisit the issue and rename the title to be more descriptive.

yamasoo commented 2 weeks ago

Find out what cause it if localization select none is ok select hant will cause it image

image

https://github.com/bluelovers/stable-diffusion-webui-localization-zh_Hant

anapnoe commented 1 week ago

To resolve the issue, please update your JSON localization file by modifying the key-value pairs as follows:

Replace: "Version:": "版本: ", "version:": "版本: ",

With: "Version:": "Version: ", "version:": "version: ",

This change should address the problem. However, please test it to ensure that everything works as expected.

yamasoo commented 1 week ago

it WORKs thanks image