stable-diffusion
                                
                                 stable-diffusion copied to clipboard
                                
                                    stable-diffusion copied to clipboard
                            
                            
                            
                        A latent text-to-image diffusion model
hi sorry, i dont really know much about any of this but i was trying to install stable-diffusion for several hours and tried a bunch of things to get it...
**Getting the following error when training w/ runpod.io using Joepenna dreambooth Jupyter notebook:** Global seed set to 23 Running on GPUs 0, Loading model from model.ckpt LatentDiffusion: Running in eps-prediction...
`torch.cuda.OutOfMemoryError: . Tried to allocate 20.00 MiB (GPU 0; 6.00 GiB total capacity; 5.28 GiB already allocated; 0 bytes free; 5.34 GiB reserved in total by PyTorch) If reserved memory...
I have checked out the code from github and installed sd-v1-4.ckpt as described in https://www.howtogeek.com/830179/how-to-run-stable-diffusion-on-your-pc-to-generate-ai-images/ on a devuan box. When I try to run, I get `module 'numpy' has no...
venv "G:\parodies\Github\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Commit hash: Installing gfpgan Traceback (most recent call last): File "G:\parodies\Github\stable-diffusion-webui\launch.py", line 294, in prepare_environment() File...
Installation successful, error reported after running ImportError: cannot import name 'SAFE_WEIGHTS_NAME' from 'transformers.utils' transformers==4.19.2
I am seeking information on fine-tuning the Stable Diffusion Upscaler X4. Has anyone knowledge of the training code? If not, would it be possible to provide an explanation of the...
Hi, I'm using the stable diffusion image to image [API](https://stablediffusionapi.com/docs/features/image-to-image). It works well with that image in the documentation. But, when I use another image (from my computer or anywhere...
thanks for your excellent job. I trained my own model,then i use img2img,my target is create more diversities and maintain structural informations of init-img as much as possible. Is there...
tl;dr - Super-resolution is not yet solved problem - latent diffusion models have huge potential with slight modifications to Unet architecture and training schedule. I have taken up an ambitious...