Spaces:
Running
on
Zero
Running
on
Zero
ai-forever
commited on
Commit
•
e039b6b
1
Parent(s):
d6c2b30
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,6 @@ def sample(
|
|
68 |
# frames = pipe(image, decode_chunk_size=decoding_t, generator=generator, motion_bucket_id=motion_bucket_id, noise_aug_strength=0.1, num_frames=25).frames[0]
|
69 |
# prompt = "The camera follows behind a white vintage SUV with a black roof rack as it speeds up a steep dirt road surrounded by pine trees on a steep mountain slope, dust kicks up from it’s tires, the sunlight shines on the SUV as it speeds along the dirt road, casting a warm glow over the scene. The dirt road curves gently into the distance, with no other cars or vehicles in sight. The trees on either side of the road are redwoods, with patches of greenery scattered throughout. The car is seen from the rear following the curve with ease, making it seem as if it is on a rugged drive through the rugged terrain. The dirt road itself is surrounded by steep hills and mountains, with a clear blue sky above with wispy clouds."
|
70 |
frames = pipe(
|
71 |
-
prompt,
|
72 |
seed=seed,
|
73 |
time_length=12,
|
74 |
width = 672,
|
@@ -113,9 +112,7 @@ def resize_image(image, output_size=(672, 384)):
|
|
113 |
return cropped_image
|
114 |
|
115 |
with gr.Blocks() as demo:
|
116 |
-
gr.Markdown('''# Community demo for
|
117 |
-
#### Research release ([_non-commercial_](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/blob/main/LICENSE)): generate `4s` vid from a single image at (`25 frames` at `6 fps`). this demo uses [🧨 diffusers for low VRAM and fast generation](https://huggingface.co/docs/diffusers/main/en/using-diffusers/svd).
|
118 |
-
''')
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
121 |
# image = gr.Image(label="Upload your image", type="pil")
|
|
|
68 |
# frames = pipe(image, decode_chunk_size=decoding_t, generator=generator, motion_bucket_id=motion_bucket_id, noise_aug_strength=0.1, num_frames=25).frames[0]
|
69 |
# prompt = "The camera follows behind a white vintage SUV with a black roof rack as it speeds up a steep dirt road surrounded by pine trees on a steep mountain slope, dust kicks up from it’s tires, the sunlight shines on the SUV as it speeds along the dirt road, casting a warm glow over the scene. The dirt road curves gently into the distance, with no other cars or vehicles in sight. The trees on either side of the road are redwoods, with patches of greenery scattered throughout. The car is seen from the rear following the curve with ease, making it seem as if it is on a rugged drive through the rugged terrain. The dirt road itself is surrounded by steep hills and mountains, with a clear blue sky above with wispy clouds."
|
70 |
frames = pipe(
|
|
|
71 |
seed=seed,
|
72 |
time_length=12,
|
73 |
width = 672,
|
|
|
112 |
return cropped_image
|
113 |
|
114 |
with gr.Blocks() as demo:
|
115 |
+
gr.Markdown('''# Community demo for Kandinsky 4.0''')
|
|
|
|
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
118 |
# image = gr.Image(label="Upload your image", type="pil")
|