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