stable-diffusion-image-generation

Generate and edit images from text prompts using Stable Diffusion pipelines.

97|8|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/peteromallet/megaplan --skill stable-diffusion-image-generation-peteromallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stable-diffusion-image-generation
Source: https://github.com/peteromallet/megaplan/tree/main/megaplan/agent/skills/mlops/models/stable-diffusion
Command: npx skills add https://github.com/peteromallet/megaplan --skill stable-diffusion-image-generation-peteromallet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires diffusers>=0.30.0, transformers>=4.41.0, accelerate>=0.31.0, torch>=2.0.0, and includes references (resource) components.

What problem does it solve?

Generating high-quality images from descriptive prompts and transforming existing visuals using Stable Diffusion to accelerate creative workflows.

Core Features & Use Cases

  • Text-to-Image: Create photorealistic or stylized images from natural language prompts.
  • Image-to-Image & Inpainting: Edit or extend existing images, apply style transfers, or fill missing regions.
  • Diffusion Pipelines: Build custom generation workflows with multiple models and schedulers for flexibility.

Quick Start

Provide a descriptive prompt to generate an image using a Stable Diffusion-based pipeline.

Frequently Asked Questions about stable-diffusion-image-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from text prompts using Stable Diffusion?

Text-to-image generation with Stable Diffusion uses diffusion pipelines in Python to translate natural language prompts into high-quality, stylized visuals for creative design workflows.

Can I edit existing images or fill missing regions with Stable Diffusion?

Stable Diffusion supports image-to-image translation and inpainting to edit, extend, or apply style transfers to existing images by filling missing regions using custom diffusion pipelines.

Do I need Python libraries like diffusers and torch to run Stable Diffusion pipelines?

Running Stable Diffusion pipelines locally or via API requires Python libraries including diffusers, transformers, accelerate, and torch to execute text-to-image and inpainting workflows.

What's the best way to build custom image generation workflows with diffusion pipelines?

Building custom generation workflows involves configuring multiple Stable Diffusion models and schedulers within the diffusers library to achieve flexible, tailored image outputs.

Can I use Stable Diffusion for rapid prototyping and concept art?

Stable Diffusion is applicable to rapid prototyping and concept art workflows, enabling media projects to quickly generate photorealistic or stylized images from descriptive prompts.