bo.l commited on
Commit
3718bb4
·
1 Parent(s): 2d539cf

max area 1568

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ flux_pipeline.transformer.to(device).to(torch.bfloat16)
63
  # constants
64
  # ---------------------------
65
  MAX_SEED = np.iinfo(np.int32).max
66
- MAX_IMAGE_SIZE = 1024 # 与下方滑块默认值 1024 保持一致
67
 
68
  # ---------------------------
69
  # inference
 
63
  # constants
64
  # ---------------------------
65
  MAX_SEED = np.iinfo(np.int32).max
66
+ MAX_IMAGE_SIZE = 1568 # 与下方滑块默认值 1024 保持一致
67
 
68
  # ---------------------------
69
  # inference