Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ library_name: linum-v2
|
|
| 11 |
|
| 12 |
# Linum V2 - 360p
|
| 13 |
|
| 14 |
-
Fast text-to-video generation model trained from scratch by [Linum AI](https://linum.ai). Lower VRAM requirements than the 720p variant.
|
| 15 |
|
| 16 |
## Model Description
|
| 17 |
|
|
@@ -49,7 +49,7 @@ uv run python generate_video.py \
|
|
| 49 |
--resolution 360p
|
| 50 |
```
|
| 51 |
|
| 52 |
-
<video src="https://
|
| 53 |
|
| 54 |
Weights are downloaded automatically on first run (~20GB).
|
| 55 |
|
|
|
|
| 11 |
|
| 12 |
# Linum V2 - 360p
|
| 13 |
|
| 14 |
+
Fast text-to-video generation model trained from scratch by [Linum AI](https://linum.ai). Lower VRAM requirements than the 720p variant. [Read the launch blog post](https://www.linum.ai/field-notes/launch-linum-v2).
|
| 15 |
|
| 16 |
## Model Description
|
| 17 |
|
|
|
|
| 49 |
--resolution 360p
|
| 50 |
```
|
| 51 |
|
| 52 |
+
<video src="https://huggingface.co/Linum-AI/linum-v2-360p/resolve/main/goat_360p_demo.mp4" controls autoplay muted loop width="100%"></video>
|
| 53 |
|
| 54 |
Weights are downloaded automatically on first run (~20GB).
|
| 55 |
|