Billy Cao
Billy Cao
Hi, you will be able to do it when this PR gets merged by setting the SD_TEMP value in webui-user.bat.
This is just a template and is the most user-friendly way (since it is also supposed to be a user-configured path). Also, for those whose temp dir contains spaces, they...
This is not exactly a bug but a security feature, so I don't think it will be changed.
Fixes https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4305
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4311 Made a PR to fix
For the description, i think 'use api=True to launch the api instead of the webui' is confusing to people, I prefer it being written as 'Enables API listening only and...
Same issue here. I can toggle in webui, console also prints loading weight from cache, but using 2 very different models, the generated image is the same as if the...
What is stopping you from generating at 512*512 then using the extras tab to upscale? I have always used that and it works perfectly. The reason why generating at high...
Check your pytorch version. Xformers prebuilt wheels does not support different pytorch versions, including different cuda versions Cuda 11.8 is fine. I also use it and built myself on top...
You do not need to. I just installed pytorch built with 11.7 on my system, then built xformers using that pytorch and cuda 11.8 sdk.