LLJ commited on
Commit
ae60cea
·
verified ·
1 Parent(s): f578bec

Upload model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +2 -3
model_index.json CHANGED
@@ -33,11 +33,11 @@
33
  "CLIPTokenizer"
34
  ],
35
  "unet": [
36
- "checkpoint-37500/unet",
37
  "UNet2DConditionModel"
38
  ],
39
  "unet_encoder": [
40
- "checkpoint-37500/unet_encoder",
41
  "UNet2DConditionModel"
42
  ],
43
  "vae": [
@@ -45,4 +45,3 @@
45
  "AutoencoderKL"
46
  ]
47
  }
48
-
 
33
  "CLIPTokenizer"
34
  ],
35
  "unet": [
36
+ "src.unet_hacked_tryon",
37
  "UNet2DConditionModel"
38
  ],
39
  "unet_encoder": [
40
+ "src.unet_hacked_garmnet",
41
  "UNet2DConditionModel"
42
  ],
43
  "vae": [
 
45
  "AutoencoderKL"
46
  ]
47
  }