KarthikAI commited on
Commit
8c97437
·
verified ·
1 Parent(s): 7361a5e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.16.1",
 
 
 
 
 
 
 
 
 
4
  "pipeline_tag": "stable-diffusion-image-to-image"
5
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.16.1",
4
+ "architecture": "UNet2DConditionModel",
5
+ "in_channels": 4,
6
+ "sample_size": 64,
7
+ "down_block_types": ["CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "CrossAttnDownBlock2D"],
8
+ "up_block_types": ["CrossAttnUpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D"],
9
+ "block_out_channels": [320, 640, 1280, 1280],
10
+ "cross_attention_dim": 768,
11
+ "time_embed_dim": 1024,
12
+ "ctx_dim": 768,
13
  "pipeline_tag": "stable-diffusion-image-to-image"
14
  }