schopra commited on
Commit
0d85b02
·
verified ·
1 Parent(s): 7911187

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -43,11 +43,23 @@ Weights are downloaded automatically on first run (~1.3GB).
43
 
44
  ### Image
45
 
46
- ![Camel closeup](https://raw.githubusercontent.com/Linum-AI/image-video-vae/main/examples/images/comparisons/camel_closeup.jpg)
 
 
 
 
 
 
47
 
48
  ### Video
49
 
50
- https://github.com/user-attachments/assets/0ba9ea1d-45c7-4f51-b774-88a84a82b7ca
 
 
 
 
 
 
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
+ ![Camel closeup](examples/camel_closeup.jpg)
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