jadechoghari commited on
Commit
772b065
1 Parent(s): 5e8fd94

Create model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +15 -0
model_index.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MARModel",
3
+ "_diffusers_version": "0.10.2",
4
+ "model_type": "custom",
5
+ "components": {
6
+ "model": {
7
+ "_class_name": "MAR",
8
+ "file": "checkpoint-last.pth"
9
+ },
10
+ "vae": {
11
+ "_class_name": "AutoencoderKL",
12
+ "file": "kl16.safetensors"
13
+ }
14
+ }
15
+ }