TaliDror commited on
Commit ·
c74fcc4
1
Parent(s): 2090d2b
improved UI
Browse files
app.py
CHANGED
|
@@ -382,7 +382,8 @@ DEFAULT_SELECTION_METHOD = SELECTION_METHODS[0]
|
|
| 382 |
# ---------------------------------------------------------------------------
|
| 383 |
# Generation
|
| 384 |
# ---------------------------------------------------------------------------
|
| 385 |
-
GENERATION_SEEDS = [42, 48, 49, 55, 56]
|
|
|
|
| 386 |
INTERNAL_SAMPLES = len(GENERATION_SEEDS)
|
| 387 |
|
| 388 |
@spaces.GPU(duration=120)
|
|
@@ -522,7 +523,7 @@ def build_demo():
|
|
| 522 |
"4. After a few seconds, the generated images will be displayed on the right."
|
| 523 |
)
|
| 524 |
|
| 525 |
-
DEFAULT_NUM_DISPLAY =
|
| 526 |
DEFAULT_GUIDANCE_SCALE = 2.5
|
| 527 |
DEFAULT_NUM_STEPS = 25
|
| 528 |
DEFAULT_BASE_SEED = 42
|
|
|
|
| 382 |
# ---------------------------------------------------------------------------
|
| 383 |
# Generation
|
| 384 |
# ---------------------------------------------------------------------------
|
| 385 |
+
#GENERATION_SEEDS = [42, 48, 49, 55, 56]
|
| 386 |
+
GENERATION_SEEDS = [62, 63, 64, 65, 66]
|
| 387 |
INTERNAL_SAMPLES = len(GENERATION_SEEDS)
|
| 388 |
|
| 389 |
@spaces.GPU(duration=120)
|
|
|
|
| 523 |
"4. After a few seconds, the generated images will be displayed on the right."
|
| 524 |
)
|
| 525 |
|
| 526 |
+
DEFAULT_NUM_DISPLAY = 5
|
| 527 |
DEFAULT_GUIDANCE_SCALE = 2.5
|
| 528 |
DEFAULT_NUM_STEPS = 25
|
| 529 |
DEFAULT_BASE_SEED = 42
|