stable-diffusion
stable-diffusion copied to clipboard
A latent text-to-image diffusion model
Running stable diffusion locally off my 2020 imac and am trying to figure out if there's a way to optimize to my AMD card for faster renders / higher resolutions....
Please help me! Every time I start generating an image, Stable Diffusion thinks for a long time, and then just completes the process with the inscription "press any key...". It...
so i've tried to install stable diffusion using a tutorial but i keep getting this error and since im a moron i need some help. Creating venv in directory venv...
can this diffusion model support image variation without text prompt as [dalle2](https://github.com/LAION-AI/dalle2-laion/blob/main/dalle2_laion/scripts/ImageVariation.py)
There is a way to keep the style of the input image and only change the structure or content. Something like:  I know I could do something like,...
Installing torch and torchvision Traceback (most recent call last): File "C:\StableDiffusion\stable-diffusion-webui\launch.py", line 294, in prepare_environment() File "C:\StableDiffusion\stable-diffusion-webui\launch.py", line 206, in prepare_environment run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install...
I ran this command: ``` conda env create -f environment.yaml ``` but got: ``` Using Anaconda API: https://api.anaconda.org Fetching package metadata ............. Solving package specifications: . By downloading and using...
Hi team, Thanks for your great work! I am trying to get object removal functionality from inpainting of SD. How to finetune inpainting model for object removal? What is the...
Hi, I found that in ./ldm/models/diffusion/ddpm.py L965: `if hasattr(self, "split_input_params"):`, but I can't find any definition of `split_input_params` in code/configs. Is it in TODO list or should be del?