aifeifei798 commited on
Commit
82cc96c
·
verified ·
1 Parent(s): 422e905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from huggingface_hub import hf_hub_download
13
  import config
14
  styles_name = [style["name"] for style in config.style_list]
15
  MAX_SEED = np.iinfo(np.int32).max
16
- MAX_IMAGE_SIZE = 2048
17
 
18
  def feifeimodload():
19
 
 
13
  import config
14
  styles_name = [style["name"] for style in config.style_list]
15
  MAX_SEED = np.iinfo(np.int32).max
16
+ MAX_IMAGE_SIZE = 3096
17
 
18
  def feifeimodload():
19