Spaces:
Running
on
Zero
Running
on
Zero
QinOwen
commited on
Commit
•
f4723f0
1
Parent(s):
e0b9c4f
updatet-example
Browse files
app.py
CHANGED
@@ -11,12 +11,20 @@ sys.path.append('./VADER-VideoCrafter')
|
|
11 |
from train_t2v_lora import main_fn, setup_model
|
12 |
|
13 |
examples = [
|
14 |
-
["A fairy tends to enchanted, glowing flowers.", 'huggingface-hps-aesthetic',
|
15 |
-
|
16 |
-
["A
|
17 |
-
|
18 |
-
["A
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
]
|
21 |
|
22 |
model = setup_model()
|
|
|
11 |
from train_t2v_lora import main_fn, setup_model
|
12 |
|
13 |
examples = [
|
14 |
+
["Fairy and Magical Flowers: A fairy tends to enchanted, glowing flowers.", 'huggingface-hps-aesthetic',
|
15 |
+
8, 901, 384, 512, 12.0, 25, 1.0, 24, 10],
|
16 |
+
["A cat playing an electric guitar in a loft with industrial-style decor and soft, multicolored lights.",
|
17 |
+
'huggingface-hps-aesthetic', 8, 208, 384, 512, 12.0, 25, 1.0, 24, 10],
|
18 |
+
["A raccoon playing a guitar under a blossoming cherry tree.",
|
19 |
+
'huggingface-hps-aesthetic', 8, 180, 384, 512, 12.0, 25, 1.0, 24, 10],
|
20 |
+
["A raccoon playing an electric bass in a garage band setting.",
|
21 |
+
'huggingface-hps-aesthetic', 8, 400, 384, 512, 12.0, 25, 1.0, 24, 10],
|
22 |
+
["A talking bird with shimmering feathers and a melodious voice finds a legendary treasure, guiding through enchanted forests, ancient ruins, and mystical challenges.",
|
23 |
+
"huggingface-pickscore", 16, 200, 384, 512, 12.0, 25, 1.0, 24, 10],
|
24 |
+
["A snow princess stands on the balcony of her ice castle, her hair adorned with delicate snowflakes, overlooking her serene realm.",
|
25 |
+
"huggingface-pickscore", 16, 400, 384, 512, 12.0, 25, 1.0, 24, 10],
|
26 |
+
["A mermaid with flowing hair and a shimmering tail discovers a hidden underwater kingdom adorned with coral palaces, glowing pearls, and schools of colorful fish, encountering both wonders and dangers along the way.",
|
27 |
+
"huggingface-pickscore", 16, 800, 384, 512, 12.0, 25, 1.0, 24, 10],
|
28 |
]
|
29 |
|
30 |
model = setup_model()
|