rabden commited on
Commit
8a8761f
·
verified ·
1 Parent(s): 4c71e88

create model_index.json file

Browse files
Files changed (1) hide show
  1. model_index.json. +40 -0
model_index.json. ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_index": [
3
+ {
4
+ "name": "FLUX 1.0 Dev ControlNet Inpainting Beta",
5
+ "description": "A model for inpainting tasks using ControlNet architecture. Developed for advanced diffusion inpainting workflows.",
6
+ "tags": [
7
+ "inpainting",
8
+ "diffusion",
9
+ "controlnet",
10
+ "comfyui",
11
+ "beta"
12
+ ],
13
+ "architecture": "ControlNet",
14
+ "framework": "PyTorch",
15
+ "files": [
16
+ {
17
+ "file_name": "diffusion_pytorch_model.safetensors",
18
+ "description": "Main model weights in safetensors format.",
19
+ "lfs": true
20
+ },
21
+ {
22
+ "file_name": "config.json",
23
+ "description": "Configuration file for the model."
24
+ },
25
+ {
26
+ "file_name": "README.md",
27
+ "description": "Documentation and usage instructions in English."
28
+ },
29
+ {
30
+ "file_name": "README_ZH.md",
31
+ "description": "Documentation and usage instructions in Chinese."
32
+ },
33
+ {
34
+ "file_name": ".gitattributes",
35
+ "description": "Defines LFS-tracked files and ensures correct handling of large files."
36
+ }
37
+ ]
38
+ }
39
+ ]
40
+ }