What problem does it solve? Running text-to-image generation, inpainting, and image-to-image translation locally requires correctly configuring Diffusers pipelines, schedulers, and memory optimizations, which involves many interdependent choices that are easy to get wrong. ## Core Features & Use Cases - Text-to-Image Generation: Create images from natural language prompts using SD 1.5, SDXL, SD 3.0, or Flux models with tunable guidance scale, steps, and seeds. - Image-to-Image and Inpainting: Transform existing images with text guidance or fill masked regions with context-aware content. - ControlNet and LoRA Support: Add spatial conditioning (edges, poses, depth) and load fine-tuned style adapters for controlled generation. - Memory Optimization: Apply CPU offloading, attention slicing, VAE tiling, and xFormers to run large models on limited GPU memory. - Use Case: A developer building an image generation API can load an SDXL pipeline with a DPM-Solver scheduler, enable model CPU offload, and generate reproducible 1024x1024 images with seeded generators. ## Quick Start Use the stable-diffusion skill to generate a 1024x1024 image of a futuristic city with cinematic lighting using the SDXL pipeline.