Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -43,11 +43,23 @@ Weights are downloaded automatically on first run (~1.3GB).
|
|
| 43 |
|
| 44 |
### Image
|
| 45 |
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
### Video
|
| 49 |
|
| 50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
## Files
|
| 53 |
|
|
|
|
| 43 |
|
| 44 |
### Image
|
| 45 |
|
| 46 |
+
```bash
|
| 47 |
+
uv run python encode_decode.py \
|
| 48 |
+
--mode image \
|
| 49 |
+
--input examples/images/original/camel_closeup.jpg
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+

|
| 53 |
|
| 54 |
### Video
|
| 55 |
|
| 56 |
+
```bash
|
| 57 |
+
uv run python encode_decode.py \
|
| 58 |
+
--mode video \
|
| 59 |
+
--input examples/videos/original/woman_in_breeze.mp4
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
<video src="https://huggingface.co/Linum-AI/image-video-vae/resolve/main/examples/woman_in_breeze.mp4" controls autoplay muted loop width="100%"></video>
|
| 63 |
|
| 64 |
## Files
|
| 65 |
|