simpleipfs commited on
Commit
0a045e9
·
verified ·
1 Parent(s): 8a3c642

Update unet/config.json

Browse files
Files changed (1) hide show
  1. 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
  }