Overview of Stable Diffusion pipelines
mainStable Diffusion is a text-to-image latent diffusion model that operates in a lower-dimensional latent space to reduce memory and compute requirements. The diffusers library provides various pipelines to support different tasks using Stable Diffusion models.
Available pipelines include:
StableDiffusion: text-to-imageStableDiffusionImg2Img: image-to-imageStableDiffusionInpaint: inpaintingStableDiffusionDepth2Img: depth-to-imageStableDiffusionImageVariation: image variationStableDiffusionPipelineSafe: filtered text-to-imageStableDiffusion2: text-to-image, inpainting, depth-to-image, super-resolutionStableDiffusionXL: text-to-image, image-to-imageStableDiffusionLatentUpscale: super-resolutionStableDiffusionUpscale: super-resolutionStableDiffusionLDM3D: text-to-rgb, text-to-depth, text-to-panoStableDiffusionUpscaleLDM3D: ldm3d super-resolution