Model reference for AI Power Grid and the Grid media worker.
This repository contains a curated collection of model definitions that bridge ComfyUI with AI Power Grid's distributed computing network. Unlike traditional model references, this system supports multiple model names per reference to accommodate the various naming conventions used in ComfyUI workflows.
The AI Power Grid Image Model Reference serves as a translation layer between:
- ComfyUI - Local AI image generation workflows
- AI Power Grid - Distributed computing network for AI tasks
- Grid media worker - ComfyUI connector for the Grid
Each model reference can include multiple names that users might encounter in ComfyUI:
- Official model names (e.g., "SDXL 1.0")
- Common aliases (e.g., "sdxl", "sdxl_base")
- File-based names (e.g., "sdxl_1_0.safetensors")
- Community variations (e.g., "stable-diffusion-xl-base-1.0")
Models are mapped to baseline types for consistent processing:
stable_diffusion_xl- SDXL modelsstable diffusion 1- SD1.5 modelsstable diffusion 2- SD2.x modelsflux_1- Flux modelsstable_cascade- Cascade models
{
"Model Name": {
"name": "Official Model Name",
"baseline": "stable_diffusion_xl",
"type": "ckpt",
"description": "Model description",
"version": "1.0",
"download_url": "https://example.com/model.safetensors",
"sha256": "model_hash_here"
}
}The Grid media worker uses this reference to:
- Translate model names from ComfyUI workflows to AI Power Grid compatible formats
- Validate model availability across the distributed network
- Ensure consistency between local and distributed processing
When adding new models to the reference:
To add new models, please submit a request including:
- Multiple name variations used in ComfyUI.
- The correct baseline for processing.
- Accurate metadata (version, description, etc.).
- Confirmation of Grid media worker compatibility.
- AI Power Grid - Distributed AI computing network
- Grid media worker - ComfyUI integration