multimodalart HF Staff commited on
Commit
2225cd2
·
verified ·
1 Parent(s): 63f7c91

Mirror the conditioner's 16-canvas table (fast 4:3, 3:4 and 21:9 added)

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -58,6 +58,9 @@ CANVASES = {
58
  "768x1344 · 9:16 full": (1344, 768),
59
  "544x544 · 1:1 fast": (544, 544),
60
  "768x768 · 1:1 full": (768, 768),
 
 
 
61
  "1024x768 · 4:3 full": (768, 1024),
62
  "768x1024 · 3:4 full": (1024, 768),
63
  "1536x672 · 21:9 full": (672, 1536),
 
58
  "768x1344 · 9:16 full": (1344, 768),
59
  "544x544 · 1:1 fast": (544, 544),
60
  "768x768 · 1:1 full": (768, 768),
61
+ "768x576 · 4:3 fast": (576, 768),
62
+ "576x768 · 3:4 fast": (768, 576),
63
+ "1152x512 · 21:9 fast": (512, 1152),
64
  "1024x768 · 4:3 full": (768, 1024),
65
  "768x1024 · 3:4 full": (1024, 768),
66
  "1536x672 · 21:9 full": (672, 1536),