JINTAIRE commited on
Commit
018c55c
1 Parent(s): 2477a8b

Update model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +14 -3
model_index.json CHANGED
@@ -1,7 +1,18 @@
1
  {
2
  "model_type": "stable-diffusion",
3
  "base_model": "stabilityai/stable-diffusion-3.5-medium",
4
- "architectures": [
5
- "UNet2DConditionModel"
6
- ]
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
  "model_type": "stable-diffusion",
3
  "base_model": "stabilityai/stable-diffusion-3.5-medium",
4
+ "components": {
5
+ "unet": {
6
+ "_class_name": "UNet2DConditionModel",
7
+ "_module": "diffusers.models.unet_2d_condition"
8
+ },
9
+ "vae": {
10
+ "_class_name": "AutoencoderKL",
11
+ "_module": "diffusers.models.autoencoder_kl"
12
+ },
13
+ "text_encoder": {
14
+ "_class_name": "CLIPTextModel",
15
+ "_module": "transformers.models.clip.modeling_clip"
16
+ }
17
+ }
18
  }