stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

A latent text-to-image diffusion model

Results 362 stable-diffusion issues
Sort by recently updated
recently updated
newest added

Is it possible to use a image as a noise, I mean I create a noise and save it as an image for using in SD ? Thanks

Hi, First of all, great work! And thanks for releasing codebase that is intuitive to follow and easy to setup. I was browsing through the paper and saw interesting results...

The paper also reports layout2image synthesis. How do layout to image synthesis?

it runs normal on Terminal as usual but when I click generate I got this error /appleinternal/library/buildroots/1a7a4148-f669-11ed-9d56-f6357a1003e8/library/caches/com.apple.xbs/sources/metalperformanceshadersgraph/mpsgraph/metalperformanceshadersgraph/runtimes/mpsruntime/operations/gpuaneregionops.mm:332: failed assertion `ane evaluation error = error domain=com.apple.appleneuralengine code=3 "processrequest:model:qos:qindex:modelstringid:options:error:: aneprogramprocessrequestdirect() failed with...

Hello, would it be possible to share the LAION latents that were used to train SD? thank you

diffusers version : 0.18.2 code : ```python from torch import autocast from diffusers import StableDiffusionPipeline pipeline = StableDiffusionPipeline.from_single_file("https://huggingface.co/xiaolxl/GuoFeng3/blob/main/GuoFeng3.2_Lora.safetensors") pipeline.to("cuda") with autocast("cuda"): image = pipeline("best quality,masterpiece,highres,1girl,blush,(seductive smile:0.8),star-shaped pupils,red china hanfu,hanfu,chinese clothes,hair...

So, bought a new laptop. Lenovo Legion Pro 7i with GeForce rtx 4080. Installed everything for stable diffusion as I did on my old laptop. Appeared to go well, then...

ModuleNotFoundError: No module named 'pytorch_lightning.utilities.distributed' What is the error, can anyone help me to solve it