LouisLi commited on
Commit
2712b13
·
verified ·
1 Parent(s): 0f75854

Update app.py

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