Bocchi
Bocchi
Lastest version Japanese Android11 crdroid https://paste.crdroid.net/pN19Z5
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I would...
### 🚀 The feature, motivation and pitch Literally.. ### Alternatives _No response_ ### Additional context _No response_
File "/home/(user)/stable-diffusion-webui-forge/modules_forge/main_thread.py", line 37, in loop task.work() File "/home/(user)/stable-diffusion-webui-forge/modules_forge/main_thread.py", line 26, in work self.result = self.func(*self.args, **self.kwargs) File "/home/(user)/stable-diffusion-webui-forge/modules/txt2img.py", line 111, in txt2img_function processed = processing.process_images(p) File "/home/(user)/stable-diffusion-webui-forge/modules/processing.py", line 752,...
These tags make the tagger inoperable. Then exclude them.
**Bug description** If a cloudflare captcha is requested on gelbooru, grabber will not be able to handle it. (It is possible in the browser) **Steps to reproduce** 1. search some...
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] The issue is caused by an...
Hunyuan-DiT is a new image generation AI. Benchmarks show that it exceeds SD3 overall. However, the model is relatively complex and uses a lot of VRAM for training. So I...
Flux.D needs to be patched when loading LoRA, which requires about 25GB of VRAM. being a 12B model, I understand that the usage will be larger, but is it possible...
**Describe the feature** Currently, traing Hunyuan Dit requires a significant amount of vram. Regarding this, I noticed that the T5 encoder uses a lot of vram. So I wanted to...