a-r-r-o-w HF staff commited on
Commit
e61e5ea
·
verified ·
1 Parent(s): 661c311

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,7 +36,7 @@ This is a lora finetune of https://huggingface.co/hunyuanvideo-community/Hunyuan
36
 
37
  The model was trained using [`finetrainers`](https://github.com/a-r-r-o-w/finetrainers). Training progress over time (4000 steps, 6000 steps, 8000 steps, 10000 steps):
38
 
39
- <video src="https://huggingface.co/a-r-r-o-w/HunyuanVideo-tuxemons/resolve/main/output.mp4"> Your browser does not support the video tag. </video>
40
 
41
  ## Download model
42
 
@@ -75,7 +75,7 @@ output = pipe(
75
  export_to_video(output, "output-tuxemon.mp4", fps=15)
76
  ```
77
 
78
- <video src="https://huggingface.co/a-r-r-o-w/HunyuanVideo-tuxemons/resolve/main/output-tuxemon.mp4"> Your browser does not support the video tag. </video>
79
 
80
  For more details, including weighting, merging and fusing LoRAs, check the [documentation](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) on loading LoRAs in diffusers.
81
 
 
36
 
37
  The model was trained using [`finetrainers`](https://github.com/a-r-r-o-w/finetrainers). Training progress over time (4000 steps, 6000 steps, 8000 steps, 10000 steps):
38
 
39
+ <video src="https://huggingface.co/a-r-r-o-w/HunyuanVideo-tuxemons/resolve/main/output.mp4" autoplay controls loop> Your browser does not support the video tag. </video>
40
 
41
  ## Download model
42
 
 
75
  export_to_video(output, "output-tuxemon.mp4", fps=15)
76
  ```
77
 
78
+ <video src="https://huggingface.co/a-r-r-o-w/HunyuanVideo-tuxemons/resolve/main/output-tuxemon.mp4" autoplay controls loop> Your browser does not support the video tag. </video>
79
 
80
  For more details, including weighting, merging and fusing LoRAs, check the [documentation](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) on loading LoRAs in diffusers.
81