File size: 1,172 Bytes
80899c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "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."
        }
      ]
    }
  ]
}