{ | |
"model_index": [ | |
{ | |
"name": "FLUX 1.0 Dev ControlNet Inpainting Beta", | |
"description": "A model for inpainting tasks using ControlNet architecture. Developed for advanced diffusion inpainting workflows.", | |
"tags": [ | |
"inpainting", | |
"diffusion", | |
"controlnet", | |
"comfyui", | |
"beta" | |
], | |
"architecture": "ControlNet", | |
"framework": "PyTorch", | |
"files": [ | |
{ | |
"file_name": "diffusion_pytorch_model.safetensors", | |
"description": "Main model weights in safetensors format.", | |
"lfs": true | |
}, | |
{ | |
"file_name": "config.json", | |
"description": "Configuration file for the model." | |
}, | |
{ | |
"file_name": "README.md", | |
"description": "Documentation and usage instructions in English." | |
}, | |
{ | |
"file_name": "README_ZH.md", | |
"description": "Documentation and usage instructions in Chinese." | |
}, | |
{ | |
"file_name": ".gitattributes", | |
"description": "Defines LFS-tracked files and ensures correct handling of large files." | |
} | |
] | |
} | |
] | |
} | |