LouisLi commited on
Commit
2f6a657
·
verified ·
1 Parent(s): 8dfaaf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -372,8 +372,8 @@ def generate(
372
  }
373
 
374
  # Use resolution binning for faster generation with less VRAM usage
375
- if use_resolution_binning:
376
- options["use_resolution_binning"] = True
377
 
378
  # Generate images potentially in batches
379
  images = []
 
372
  }
373
 
374
  # Use resolution binning for faster generation with less VRAM usage
375
+ # if use_resolution_binning:
376
+ # options["use_resolution_binning"] = True
377
 
378
  # Generate images potentially in batches
379
  images = []