Deploying ComfyUI Workflows
Deploy ComfyUI and other AI tools on Vast.ai or RunPod using the Prompting Pixels deployment tool.
Quick Start
- Visit deploy.promptingpixels.com
- Click “Create a New Instance”
- Upload your configuration file or use our examples:
Configuration
Create a JSON file to specify your deployment settings:
{
"provider": "vast_ai", // or "runpod"
"gpu_requirements": {
"min_vram": 12,
"min_cuda": "11.8"
},
"comfyui": {
"version": "latest",
"models": [
"dreamshaper_8.safetensors",
"sd_xl_base_1.0.safetensors"
],
"custom_nodes": [
"ComfyUI-Advanced-ControlNet",
"ComfyUI-Impact-Pack"
],
"workflows": [
"path/to/your/workflow.json"
]
}
}
Features
- Smart GPU Selection: Browse Vast.ai marketplace with real-time availability
- Model Management: Browse HuggingFace and Civitai with automatic path configuration
- Pre-configured: Popular models, extensions, and optimized settings included
Requirements
- Vast.ai or RunPod account
- Provider API key
- JSON configuration file
Example Configurations
- Simple ControlNet - Basic setup with ControlNet support
- Wan Text to Video With Teacache - Text to video generation with Teacache optimization