Fabrice-TIERCELIN commited on
Commit
813be41
·
verified ·
1 Parent(s): 66b8d95

#(832, 512),

Browse files
Files changed (1) hide show
  1. diffusers_helper/bucket_tools.py +2 -2
diffusers_helper/bucket_tools.py CHANGED
@@ -18,7 +18,7 @@ bucket_options = {
18
  672: [
19
  (448, 960),
20
  (480, 864),
21
- (512, 832),
22
  #(544, 768),
23
  (576, 704),
24
  (608, 672),
@@ -26,7 +26,7 @@ bucket_options = {
26
  (672, 608),
27
  (704, 576),
28
  #(768, 544),
29
- (832, 512),
30
  (864, 480),
31
  (960, 448),
32
  ],
 
18
  672: [
19
  (448, 960),
20
  (480, 864),
21
+ #(512, 832),
22
  #(544, 768),
23
  (576, 704),
24
  (608, 672),
 
26
  (672, 608),
27
  (704, 576),
28
  #(768, 544),
29
+ #(832, 512),
30
  (864, 480),
31
  (960, 448),
32
  ],