w-e-w

Results 583 comments of w-e-w

care for some beta testing? https://github.com/w-e-w/sd-webui-hires-fix-tweaks/tree/Hires-Styles ![image](https://github.com/user-attachments/assets/46084bde-6369-4285-ad9e-f50c942a7004) > deliberately no explanation of how it works, I want to see if you can understand it intuitively

@StylusEcho ? any feedback?

thanks for testing merged to main

I'm aware of that but I don't want to fix it until AUTO decides when we are going to upgrade Graido

of course not warnings are warnings and not error or exception deprecation warning simply means that in future versions, this will not be supported also what version webui 1.10.1 with...

the version that you're trying to install 48a15821de768fea76e66f26df83df3fddf18f4b is ancient I'm guessing that you didn't read the [install instructions](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs#windows-method-1) and run update before installing suggest you delete the folder and...

@AUTOMATIC1111 I made some improvements it will now apply different colors for light and dark theme > note based on system of browser preference > the `?__theme=light` `?__theme=dark` doesn't work...

all versions are available in the Repository, no need to ask any one for old version https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases or you could just switch to the version you want by running a...

```py File "C:\Users\Username\Desktop\stable-diffusion-webui/extensions/SadTalker\src\utils\audio.py", line 1, in import librosa ``` seeing this I think the issue is version compatibility issue with `librosa==0.9.2` and `numpy==1.26.2`

tip markdown diff code block can be highlighted ```` ```diff no change + add stuff - remove stuff ``` ```` ```diff no change + add stuff - remove stuff ```