Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"),
|
|
327 |
minimum=1.0,
|
328 |
maximum=10.0,
|
329 |
step=0.5,
|
330 |
-
value=2
|
331 |
)
|
332 |
|
333 |
|
@@ -374,7 +374,7 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"),
|
|
374 |
with gr.Row():
|
375 |
randomize_seed = gr.Checkbox(
|
376 |
label="Randomize Seed",
|
377 |
-
value=
|
378 |
)
|
379 |
seed = gr.Number(
|
380 |
label="Seed",
|
@@ -400,10 +400,10 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"),
|
|
400 |
|
401 |
gr.Examples(
|
402 |
examples=[
|
403 |
-
["video_assets/vid_1.mp4", "video_assets/vid_1_canny.mp4", "A sleek cybernetic wolf sprinting through a neon-lit futuristic cityscape, its metallic form gleaming with electric blue circuits. The wolf's powerful stride carries it down rain-slicked streets between towering skyscrapers, while holographic advertisements cast colorful reflections on its chrome surface. Sparks of digital energy trail behind the creature as it moves with fluid mechanical precision through the urban maze, creating streaks of light in the misty night air.",
|
404 |
-
["video_assets/vid_2.mp4", "video_assets/vid_2_canny.mp4", "A translucent ghost floating in a moonlit cemetery, raising a glowing spectral lantern that casts eerie light through the darkness. The ethereal figure's wispy form shimmers as it lifts the phantom light above its head, illuminating weathered tombstones and gnarled trees. Pale mist swirls around the ghost as the lantern pulses with otherworldly energy, creating haunting shadows that dance across the graveyard in the dead of night.", 2
|
405 |
-
["video_assets/vid_3.mp4", "video_assets/vid_3_canny.mp4","A powerful samurai warrior in ornate armor standing atop a cherry blossom hill at dawn, katana held in a ceremonial stance. Pink petals drift through the golden morning light as the warrior's polished steel armor reflects the rising sun. Traditional Japanese temples dot the misty valley below while the samurai maintains perfect form, embodying honor and discipline. The warrior's flowing banner catches the gentle breeze as Mount Fuji looms majestically in the background.",
|
406 |
-
["video_assets/vid_4.mp4", "video_assets/vid_4_canny.mp4", "Luminescent video game characters with glowing outlines and neon-bright details wandering through a digital landscape. Their bodies emit soft, colorful light that pulses gently as they move, creating trails of radiance behind them. The characters have a futuristic, stylized appearance with smooth surfaces that reflect their inner glow. They navigate naturally through their environment, their movements fluid and purposeful, while their bioluminescent features cast dynamic shadows and illuminate the surrounding area. The scene has a cyberpunk aesthetic with the characters' radiant presence serving as the primary light source in an otherwise darkened digital world.", 2
|
407 |
],
|
408 |
inputs=[reference_video,
|
409 |
control_video,
|
|
|
327 |
minimum=1.0,
|
328 |
maximum=10.0,
|
329 |
step=0.5,
|
330 |
+
value=2
|
331 |
)
|
332 |
|
333 |
|
|
|
374 |
with gr.Row():
|
375 |
randomize_seed = gr.Checkbox(
|
376 |
label="Randomize Seed",
|
377 |
+
value=True
|
378 |
)
|
379 |
seed = gr.Number(
|
380 |
label="Seed",
|
|
|
400 |
|
401 |
gr.Examples(
|
402 |
examples=[
|
403 |
+
["video_assets/vid_1.mp4", "video_assets/vid_1_canny.mp4", "A sleek cybernetic wolf sprinting through a neon-lit futuristic cityscape, its metallic form gleaming with electric blue circuits. The wolf's powerful stride carries it down rain-slicked streets between towering skyscrapers, while holographic advertisements cast colorful reflections on its chrome surface. Sparks of digital energy trail behind the creature as it moves with fluid mechanical precision through the urban maze, creating streaks of light in the misty night air.", 2, "worst quality, inconsistent motion, blurry, jittery, distorted", 768, 1152, 7, 1, 0, True, "canny"],
|
404 |
+
["video_assets/vid_2.mp4", "video_assets/vid_2_canny.mp4", "A translucent ghost floating in a moonlit cemetery, raising a glowing spectral lantern that casts eerie light through the darkness. The ethereal figure's wispy form shimmers as it lifts the phantom light above its head, illuminating weathered tombstones and gnarled trees. Pale mist swirls around the ghost as the lantern pulses with otherworldly energy, creating haunting shadows that dance across the graveyard in the dead of night.", 2, "worst quality, inconsistent motion, blurry, jittery, distorted", 1152,768, 7, 1, 0, True, "canny"],
|
405 |
+
["video_assets/vid_3.mp4", "video_assets/vid_3_canny.mp4","A powerful samurai warrior in ornate armor standing atop a cherry blossom hill at dawn, katana held in a ceremonial stance. Pink petals drift through the golden morning light as the warrior's polished steel armor reflects the rising sun. Traditional Japanese temples dot the misty valley below while the samurai maintains perfect form, embodying honor and discipline. The warrior's flowing banner catches the gentle breeze as Mount Fuji looms majestically in the background.", 2, "worst quality, inconsistent motion, blurry, jittery, distorted", 1152, 768, 7, 1, 0, True, "canny"],
|
406 |
+
["video_assets/vid_4.mp4", "video_assets/vid_4_canny.mp4", "Luminescent video game characters with glowing outlines and neon-bright details wandering through a digital landscape. Their bodies emit soft, colorful light that pulses gently as they move, creating trails of radiance behind them. The characters have a futuristic, stylized appearance with smooth surfaces that reflect their inner glow. They navigate naturally through their environment, their movements fluid and purposeful, while their bioluminescent features cast dynamic shadows and illuminate the surrounding area. The scene has a cyberpunk aesthetic with the characters' radiant presence serving as the primary light source in an otherwise darkened digital world.", 2, "worst quality, inconsistent motion, blurry, jittery, distorted", 768, 1152, 7, 1, 0, True, "canny"],
|
407 |
],
|
408 |
inputs=[reference_video,
|
409 |
control_video,
|