Update config.json
Browse files- config.json +1 -12
config.json
CHANGED
@@ -1,14 +1,3 @@
|
|
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 |
-
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"pipeline_tag": "stable-diffusion-image-to-image"
|
3 |
+
}
|