stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Selecting styles and clicking the "Apply Style" the style are not applied anymore!
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
Hi,
After update the SD as normal i do download it from here and past in my folder, but now i lose the the ability to select my saved style presets and apply them to the prompt!
Steps to reproduce the problem
- I select my style in the preset styles
- I press apply it
- but the style dont apply to the prompt stays empty!
What should have happened?
I always used this feature and working all perfect before, but now dont work!
Commit where the problem happens
hit the apply style buttom
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
No
List of extensions
a1111-sd-webui-haku-img deforum | depthmap2mask openOutpaint-webUI-extension sd-webui-additional-networks sd_dreambooth_extension | stable-diffusion-webui-instruct-pix2pix | LDSR Lora ScuNET SwinIR prompt-bracket-checker
Console logs
venv "C:\Users\Sergio\SD2\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: b5d705e26324e1069e82dda149f7bf494da31142
Installing requirements for Web UI
#######################################################################################################
Initializing Dreambooth
If submitting an issue on github, please provide the below text for debugging purposes:
Python revision: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Dreambooth revision: df2f3956065ffd2daf0021a136530462b9715f4b
SD-WebUI revision: b5d705e26324e1069e82dda149f7bf494da31142
Checking Dreambooth requirements...
[+] bitsandbytes version 0.35.0 installed.
[+] diffusers version 0.10.2 installed.
[+] transformers version 4.25.1 installed.
[+] xformers version 0.0.14.dev0 installed.
[+] torch version 1.13.1+cu117 installed.
[+] torchvision version 0.14.1+cu117 installed.
#######################################################################################################
Launching Web UI with arguments: --xformers --api
Moving BSRGAN.pth from C:\Users\Sergio\SD2\stable-diffusion-webui\models\BSRGAN to C:\Users\Sergio\SD2\stable-diffusion-webui\models\ESRGAN.
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
SD-Webui API layer loaded
Loading weights [2495246767] from C:\Users\Sergio\SD2\stable-diffusion-webui\models\Stable-diffusion\kkwUNIMIND_v10.safetensors
Creating model from config: C:\Users\Sergio\SD2\stable-diffusion-webui\models\Stable-diffusion\kkwUNIMIND_v10.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(18): arq-render, dudaemb-1000, dudaemb-1500, dudaemb-2000, dudaemb-2500, dudaemb-3000, dudaemb, dudafot-1500, dudafot-2000, dudafot-2500, dudafot-3000, dudafot-3500, dudafot-4000, dudafot, midarchi1, midarchi2, my-prompt-word, my-prompt-word_bk
Textual inversion embeddings skipped(9): anthro, cartoonish_doll, HyperFluid, midjourney, midjourney_arch, mj-gs, pixelart, pixelizer, vray-render
Model loaded in 4.2s (create model: 0.5s, apply weights to model: 0.7s, apply half(): 0.8s, move model to device: 0.9s, load textual inversion embeddings: 1.3s).
add tab
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Additional information
No response
same issue!!
The problem should be on the gradio version. Because the new style template depends on a higher version of gradio. So, it is necessary to update gradio to 3.16.2
Taken from issue https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7273
Duplicate of #7273