TaliDror commited on
Commit ·
3be939f
1
Parent(s): 7ef5d2e
improved UI
Browse files
app.py
CHANGED
|
@@ -386,7 +386,8 @@ DEFAULT_SELECTION_METHOD = SELECTION_METHODS[0]
|
|
| 386 |
# Generation
|
| 387 |
# ---------------------------------------------------------------------------
|
| 388 |
#GENERATION_SEEDS = [42, 48, 56, 63, 74, 84, 86]
|
| 389 |
-
|
|
|
|
| 390 |
INTERNAL_SAMPLES = len(GENERATION_SEEDS)
|
| 391 |
|
| 392 |
@spaces.GPU(duration=120)
|
|
@@ -529,7 +530,7 @@ def build_demo():
|
|
| 529 |
"4. After a few seconds, the generated images will be displayed on the right."
|
| 530 |
)
|
| 531 |
|
| 532 |
-
DEFAULT_NUM_DISPLAY =
|
| 533 |
DEFAULT_GUIDANCE_SCALE = 2.2
|
| 534 |
DEFAULT_NUM_STEPS = 25
|
| 535 |
DEFAULT_BASE_SEED = 42
|
|
|
|
| 386 |
# Generation
|
| 387 |
# ---------------------------------------------------------------------------
|
| 388 |
#GENERATION_SEEDS = [42, 48, 56, 63, 74, 84, 86]
|
| 389 |
+
#107, 119
|
| 390 |
+
GENERATION_SEEDS = [107, 119, 123, 124, 125, 126, 127, 128, 129, 130]
|
| 391 |
INTERNAL_SAMPLES = len(GENERATION_SEEDS)
|
| 392 |
|
| 393 |
@spaces.GPU(duration=120)
|
|
|
|
| 530 |
"4. After a few seconds, the generated images will be displayed on the right."
|
| 531 |
)
|
| 532 |
|
| 533 |
+
DEFAULT_NUM_DISPLAY = 10
|
| 534 |
DEFAULT_GUIDANCE_SCALE = 2.2
|
| 535 |
DEFAULT_NUM_STEPS = 25
|
| 536 |
DEFAULT_BASE_SEED = 42
|