Sakura-Luna

Results 15 issues of Sakura-Luna

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? After using txt2img many times, I...

bug-report

**Describe what this pull request is trying to achieve.** I often use Prompt S/R to observe the changes brought about by some Prompt weight differences, which makes me need to...

This is a simple feature added to provide localization support for Tooltip, now you can translate it however you want. ~~I'm still not good at web development and wasting a...

I'm hoping that by pushing this pr the issue of the results gallery not refreshing properly will be resolved, close https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8162. According to the test, the browser uses the cache...

**Describe what this pull request is trying to achieve.** According to the description [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8691#discussioncomment-5401353), bf16 can solve the problem of VAE working in half precision to generate black images, so...

Many users still use unverified versions of Python and file version-specific issues, often without mentioning version information, making troubleshooting difficult.

This PR tries to close https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10331

Added [Tiny AE](https://github.com/madebyollin/taesd) for better live preview. Here's an example, output and approximation: ![拷贝](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/53183413/f763bddb-f683-4e25-b4b5-73138661d614) Most of the work is done, but there are still some issues: 1. The effect is...

## Description xformers introduces several optimizations in the new version, including speed improvements and making the kernel deterministic. Update xformers to latest version.

This is a pre-update to remove `sdp-no-mem`. With PyTorch syncing upstream changes, sdp will be deterministic by default on PyTorch 2.1, `sdp-no-mem` is no longer needed. You may consider migrating...