Spaces:
Yuanshi
/
Running on Zero

Yuanshi commited on
Commit
cdbe05f
·
verified ·
1 Parent(s): d9e37c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ pipe.load_lora_weights(
39
  adapter_name="4k_schnell",
40
  )
41
  MAX_SEED = np.iinfo(np.int32).max
42
- MAX_IMAGE_SIZE = 2048
43
  USE_ZERO_GPU = True
44
 
45
 
 
39
  adapter_name="4k_schnell",
40
  )
41
  MAX_SEED = np.iinfo(np.int32).max
42
+ MAX_IMAGE_SIZE = 4096
43
  USE_ZERO_GPU = True
44
 
45