Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 = []
|