Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>SD WorkbenchNew to Visual Studio Code? Get it now.
SD Workbench

SD Workbench

ain1084

| (0) | Free
Stable Diffusion WebUI prompt editor with YAML workflow and Dynamic Prompts support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SD Workbench

SD Workbench is a VS Code extension that consolidates Stable Diffusion WebUI generation settings, Dynamic Prompts, and output configuration into a single YAML file, enabling generation execution directly from VS Code.

Screenshot

Quick Start

Requirements

  • VS Code ^1.120.0
  • Stable Diffusion WebUI with API enabled (--api flag)
  • sd-dynamic-prompts extension
  • Set sdWorkbench.wildcardsDirectory in VS Code settings

Basic Usage

  1. Create a YAML file with generation settings
  2. Execute SD Workbench: Generate from the command palette
  3. Select a generation to execute
  4. View results in the Webview panel

Simple Example

prompt:
  scene: forest, __lighting__
  
  lighting:
    - sunrise, warm light
    - sunset, golden hour
    - night, moonlight

generations:
  _base:
    steps: 30
    cfg_scale: 7
    seed: -1

  landscape:
    from: _base
    prompt: __scene__
    width: 768
    height: 512
    batch_size: 4

Commands

  • SD Workbench: Generate - Execute a single generation
  • SD Workbench: Generate Multiple - Execute multiple generations in sequence

Configuration

Setting Default Description
sdWorkbench.sdHost http://localhost:7860 Stable Diffusion WebUI API URL
sdWorkbench.wildcardsDirectory "" Dynamic Prompts wildcards directory
sdWorkbench.imageGenerationFolder ${activeYamlFileFolder}/${yamlName}/${generationName} Output folder for generated images

Documentation

For detailed documentation, see the Full Documentation.

Covers:

  • Complete YAML format specification
  • Generation inheritance and metadata
  • Default values and validation constraints
  • All configuration options
  • And more...

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft