stablediffusion
stablediffusion copied to clipboard
High-Resolution Image Synthesis with Latent Diffusion Models
In the `paint()` function, you are using the `torch.autocast()` function to cast the batch tensor to the `cuda` device. However, the `batch` tensor is already on the `cuda` device, so...
I follow the instruction to run scripts\streamlit\inpainting.py on Windows. However when I upload the picture the the web page, it keeps flashing.
[](https://discord.com/servers/software-engineering-courses-secourses-772774097734074388) [](https://hits.seeyoufarm.com) [](https://twitter.com/GozukaraFurkan) [](https://www.youtube.com/SECourses) [](https://www.patreon.com/SECourses) [](https://www.linkedin.com/in/furkangozukara/) # Expert-Level Tutorials on Stable Diffusion: Master Advanced Techniques and Strategies Greetings everyone. I am Dr. Furkan Gözükara....
I am a speech AI researcher. And want to attain this "speech -> image"
Added inpaint.py that directly inputs source image path, mask path and prompt.
In the README, it shows v2.0-v getting better clip score than v2.0-base.  However, I got very bad image quality when I use v2.0-v on 512x512 resolution.  With same...
I set default parameters and those are working fine with the web UI, but when using the API key in the application, the default parameters are not working. How to...
In my thougnt,the in_channel and out_channel should be same in UNet, but in x4-upscaling.yaml I think this use the latent low_scale_noise (3 channels) and the img(4 channels),so it has 7...
Im not sure why it is throwing this error. Even after deleting the venv and recreating it as well as reinstall the entirety of stable diffusion, it keeps popping up....