KennethFal commited on
Commit
674ff27
·
verified ·
1 Parent(s): 1b1335f

gallery: VH5 commercial leads, 2-up grid

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -30,16 +30,24 @@ analog glow to a tape the VCR can barely hold onto.
30
  All clips are raw single takes at 480P / 4:3 — none of this content was in the
31
  training data.
32
 
33
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/cartoon-robot.mp4"></video>
34
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/news-anchor.mp4"></video>
35
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/game-arcade.mp4"></video>
36
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/movie-horror.mp4"></video>
37
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/commercial-toy.mp4"></video>
38
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/musicvideo.mp4"></video>
39
-
40
  And a commercial for the tape itself, rendered by the tape itself:
41
 
42
- <video controls muted loop playsinline width="480" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/vh5-commercial.mp4"></video>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ## Prompting
45
 
 
30
  All clips are raw single takes at 480P / 4:3 — none of this content was in the
31
  training data.
32
 
 
 
 
 
 
 
 
33
  And a commercial for the tape itself, rendered by the tape itself:
34
 
35
+ <video controls muted loop playsinline width="720" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/vh5-commercial.mp4"></video>
36
+
37
+ <table>
38
+ <tr>
39
+ <td><video controls muted loop playsinline width="350" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/cartoon-robot.mp4"></video></td>
40
+ <td><video controls muted loop playsinline width="350" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/news-anchor.mp4"></video></td>
41
+ </tr>
42
+ <tr>
43
+ <td><video controls muted loop playsinline width="350" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/game-arcade.mp4"></video></td>
44
+ <td><video controls muted loop playsinline width="350" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/movie-horror.mp4"></video></td>
45
+ </tr>
46
+ <tr>
47
+ <td><video controls muted loop playsinline width="350" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/commercial-toy.mp4"></video></td>
48
+ <td><video controls muted loop playsinline width="350" src="https://huggingface.co/KennethFal/vh5tape-vhs-lora-minimax-h3/resolve/main/samples/musicvideo.mp4"></video></td>
49
+ </tr>
50
+ </table>
51
 
52
  ## Prompting
53