Commit ·
7415016
1
Parent(s): 3af25db
Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"num_class_embeds": null,
|
| 31 |
"only_cross_attention": false,
|
| 32 |
"out_channels": 4,
|
| 33 |
-
"sample_size":
|
| 34 |
"up_block_types": [
|
| 35 |
"UpBlock2D",
|
| 36 |
"CrossAttnUpBlock2D",
|
|
|
|
| 30 |
"num_class_embeds": null,
|
| 31 |
"only_cross_attention": false,
|
| 32 |
"out_channels": 4,
|
| 33 |
+
"sample_size": 64,
|
| 34 |
"up_block_types": [
|
| 35 |
"UpBlock2D",
|
| 36 |
"CrossAttnUpBlock2D",
|