Seedance ComfyUI Integration

Advanced ComfyUI workflows for Seedance 2.0. Automate AI video generation with custom nodes and pipelines.

🤔 What is ComfyUI?

ComfyUI is a powerful node-based interface for AI generation workflows. It allows visual programming of complex AI pipelines without writing code.

📦 Installing Seedance ComfyUI Nodes

# Clone custom nodes repository
cd ComfyUI/custom_nodes/
git clone https://github.com/community/ComfyUI-Seedance

# Install dependencies
cd ComfyUI-Seedance
pip install -r requirements.txt

# Add your Seedance API key
cp config.example.json config.json
# Edit config.json with your API key

API key available from Seedance API portal.

🔧 Example Workflows

Basic Text-to-Video Workflow

Nodes: Text Prompt → Seedance Generator → Video Preview → Save Video

Image-to-Video Pipeline

Nodes: Load Image → Image Preprocessor → @ Mention Builder → Seedance Generator → Output

Batch Video Generation

Nodes: CSV Loader → Text Template → Loop → Seedance Generator → Batch Save

🎨 Available Custom Nodes

  • Seedance Generator: Main generation node
  • @ Mention Builder: Visual interface for multi-modal inputs
  • Seedance Upscaler: Enhance resolution beyond 2K
  • Audio Sync Node: Synchronize audio tracks
  • Batch Processor: Generate multiple videos from templates

📚 More Resources