Update unet/config.json
Browse files- unet/config.json +5 -1
unet/config.json
CHANGED
@@ -68,5 +68,9 @@
|
|
68 |
"UpBlock2D"
|
69 |
],
|
70 |
"upcast_attention": null,
|
71 |
-
"use_linear_projection": true
|
|
|
|
|
|
|
|
|
72 |
}
|
|
|
68 |
"UpBlock2D"
|
69 |
],
|
70 |
"upcast_attention": null,
|
71 |
+
"use_linear_projection": true,
|
72 |
+
"min_image_shape": 1024,
|
73 |
+
"max_image_shape": 1024,
|
74 |
+
"min_latent_shape": 128,
|
75 |
+
"max_latent_shape": 128
|
76 |
}
|