stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

High-Resolution Image Synthesis with Latent Diffusion Models

Results 342 stablediffusion issues
Sort by recently updated
recently updated
newest added

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.

[![image](https://img.shields.io/discord/772774097734074388?label=Discord&logo=discord)](https://discord.com/servers/software-engineering-courses-secourses-772774097734074388) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FFurkanGozukara%2FStable-Diffusion&count_bg=%2379C83D&title_bg=%239E0F0F&icon=apachespark.svg&icon_color=%23E7E7E7&title=views&edge_flat=false)](https://hits.seeyoufarm.com) [![Twitter Follow Furkan Gözükara](https://img.shields.io/badge/Twitter-Follow%20Me-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/GozukaraFurkan) [![YouTube Channel](https://img.shields.io/badge/YouTube-SECourses-C50C0C?style=for-the-badge&logo=youtube)](https://www.youtube.com/SECourses) [![Patreon](https://img.shields.io/badge/Patreon-Support%20Me-F2EB0E?style=for-the-badge&logo=patreon)](https://www.patreon.com/SECourses) [![Furkan Gözükara LinkedIn](https://img.shields.io/badge/LinkedIn-Follow%20Me-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](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. ![t2i](https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/assets/model-variants.jpg) However, I got very bad image quality when I use v2.0-v on 512x512 resolution. ![t2i](https://i.imgur.com/aFLNAe3.png) 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....