What problem does it solve? Running Stable Diffusion locally involves navigating a complex ecosystem of pipelines, schedulers, memory optimizations, and model variants. This Skill provides complete, working guidance for text-to-image generation, image-to-image translation, inpainting, ControlNet conditioning, and LoRA fine-tuning with the HuggingFace Diffusers library. ## Core Features & Use Cases - Text-to-Image Generation: Generate images with SD 1.5, SDXL, SD 3.0, and Flux models, with control over steps, guidance scale, seeds, and negative prompts. - Advanced Conditioning: Use ControlNet (canny, pose, depth), IP-Adapter image prompts, and LoRA adapters for style and subject control. - Memory & Performance Optimization: Apply CPU offloading, attention slicing, xFormers, quantization, and fast schedulers like DPM-Solver and LCM. - Use Case: A developer building an image generation API can follow the included FastAPI server pattern with Docker and Kubernetes deployment configs, plus troubleshooting guides for CUDA out-of-memory and black image issues. ## Quick Start Use the stable diffusion skill to generate a 1024x1024 image of a futuristic city at sunset using SDXL with 30 inference steps.