hentailord85ez
hentailord85ez
I've increased the guard by 2. The justification for the feature is that you could have multiple lines of prompts for specific details, so 1 for setting, 1 for character,...
The problem is that they didn't really do much different from mixed sum. Everything at its core did the same thing (mixed sum/lerp), it just messed with your input weight....
Just make it like 0.001 and people will enter the number in the text box.
Did you add Python to your PATH? Open cmd by typing Win+R and then `cmd` into the box and press enter. And then type `python` into the terminal. What does...
I'm not sure how to fix that, but I can try to give you a workaround. In the stable-diffusion-webui folder, open cmd. In cmd, type: `python -m venv venv` and...
Do you happen to have 2 installations of python? One in 'C:\python', and one in "C:\Users\lixua\AppData\Local\Programs\Python\Python310" ?
Have you tried redownloading the webui itself? Via git instead of a zip?
Tried it and got `RuntimeError: query: last dimension must be contiguous` in the call to xformers.memory_efficient_attention. Setting q, k, v to .contiguous() fixes it.
Yes, I've just checked and I've got the 14.dev version, but still have the error. ``` WARNING:root:A matching Triton is not available, some optimizations will not be enabled. Error caught...
Like it or not, the ML ecosystem is built around Python. 'Rewrite in Rust' would also take rewriting the all Python dependencies in Rust. Time would be better spent actually...