Update unet/config.json
Browse files- unet/config.json +2 -6
unet/config.json
CHANGED
@@ -67,10 +67,6 @@
|
|
67 |
"CrossAttnUpBlock2D",
|
68 |
"UpBlock2D"
|
69 |
],
|
70 |
-
"upcast_attention":
|
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 |
}
|
|
|
67 |
"CrossAttnUpBlock2D",
|
68 |
"UpBlock2D"
|
69 |
],
|
70 |
+
"upcast_attention": true,
|
71 |
+
"use_linear_projection": true
|
|
|
|
|
|
|
|
|
72 |
}
|