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

Update unet/config.json

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