wlsaidhi commited on
Commit
46fca7f
·
verified ·
1 Parent(s): 8b3e6c3

Rebrand to FastH3-Preview-v0.1 (README.md)

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -15,9 +15,10 @@ tags:
15
  - few-step
16
  - minimax-h3
17
  - fastvideo
 
18
  ---
19
 
20
- # FastVideo-Minimax-H3-Preview-v0.1
21
 
22
  **A few-step (4-step) distillation preview of [MiniMax-H3](https://huggingface.co/MiniMaxAI/MiniMax-H3)**, the
23
  33B dual-modality (video + audio) diffusion transformer — distilled with data-free
@@ -49,7 +50,7 @@ additional inference speedup.
49
  from fastvideo import VideoGenerator
50
 
51
  gen = VideoGenerator.from_pretrained(
52
- "FastVideo/FastVideo-Minimax-H3-Preview-v0.1",
53
  num_gpus=1,
54
  )
55
  video = gen.generate_video(
 
15
  - few-step
16
  - minimax-h3
17
  - fastvideo
18
+ - fasth3
19
  ---
20
 
21
+ # FastH3-Preview-v0.1
22
 
23
  **A few-step (4-step) distillation preview of [MiniMax-H3](https://huggingface.co/MiniMaxAI/MiniMax-H3)**, the
24
  33B dual-modality (video + audio) diffusion transformer — distilled with data-free
 
50
  from fastvideo import VideoGenerator
51
 
52
  gen = VideoGenerator.from_pretrained(
53
+ "FastVideo/FastH3-Preview-v0.1",
54
  num_gpus=1,
55
  )
56
  video = gen.generate_video(