bubbliiiing commited on
Commit
207f8a2
·
1 Parent(s): 4d670e9

Fix video rendering in model card

Browse files
Files changed (1) hide show
  1. README.md +16 -51
README.md CHANGED
@@ -39,68 +39,33 @@ All samples below are generated with `num_inference_steps = 40`, `guidance_scale
39
 
40
  ### Canny
41
 
42
- <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
43
- <tr>
44
- <td>Canny</td>
45
- <td>Output</td>
46
- </tr>
47
- <tr>
48
- <td><video src="asset/canny_tokyo_street.mp4" width="100%" controls muted></video></td>
49
- <td><video src="results/canny_tokyo_street.mp4" width="100%" controls muted></video></td>
50
- </tr>
51
- </table>
52
 
53
  ### Depth
54
 
55
- <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
56
- <tr>
57
- <td>Depth</td>
58
- <td>Output</td>
59
- </tr>
60
- <tr>
61
- <td><video src="asset/depth_astronaut.mp4" width="100%" controls muted></video></td>
62
- <td><video src="results/depth_astronaut.mp4" width="100%" controls muted></video></td>
63
- </tr>
64
- </table>
65
 
66
  ### HED
67
 
68
- <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
69
- <tr>
70
- <td>HED</td>
71
- <td>Output</td>
72
- </tr>
73
- <tr>
74
- <td><video src="asset/hed_trex_bmx.mp4" width="100%" controls muted></video></td>
75
- <td><video src="results/hed_trex_bmx.mp4" width="100%" controls muted></video></td>
76
- </tr>
77
- </table>
78
 
79
  ### MLSD
80
 
81
- <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
82
- <tr>
83
- <td>MLSD</td>
84
- <td>Output</td>
85
- </tr>
86
- <tr>
87
- <td><video src="asset/mlsd_village.mp4" width="100%" controls muted></video></td>
88
- <td><video src="results/mlsd_village.mp4" width="100%" controls muted></video></td>
89
- </tr>
90
- </table>
91
 
92
  ### Pose
93
 
94
- <table border="0" style="width: 100%; text-align: left; margin-top: 20px;">
95
- <tr>
96
- <td>Pose</td>
97
- <td>Output</td>
98
- </tr>
99
- <tr>
100
- <td><video src="asset/pose_dance.mp4" width="100%" controls muted></video></td>
101
- <td><video src="results/pose_dance_flamenco.mp4" width="100%" controls muted></video></td>
102
- </tr>
103
- </table>
104
 
105
  ## Inference
106
  Go to the VideoX-Fun repository for more details.
@@ -150,4 +115,4 @@ Notes:
150
 
151
  ## License
152
 
153
- This model is a derivative of MiniMax-H3 and is released under the [MiniMax H3 Community License Agreement](LICENSE). Please read the license carefully, especially the territorial restrictions and the Acceptable Use Policy, before use.
 
39
 
40
  ### Canny
41
 
42
+ | Canny | Output |
43
+ |--|--|
44
+ | ![canny_tokyo_street](asset/canny_tokyo_street.mp4) | ![canny_tokyo_street](results/canny_tokyo_street.mp4) |
 
 
 
 
 
 
 
45
 
46
  ### Depth
47
 
48
+ | Depth | Output |
49
+ |--|--|
50
+ | ![depth_astronaut](asset/depth_astronaut.mp4) | ![depth_astronaut](results/depth_astronaut.mp4) |
 
 
 
 
 
 
 
51
 
52
  ### HED
53
 
54
+ | HED | Output |
55
+ |--|--|
56
+ | ![hed_trex_bmx](asset/hed_trex_bmx.mp4) | ![hed_trex_bmx](results/hed_trex_bmx.mp4) |
 
 
 
 
 
 
 
57
 
58
  ### MLSD
59
 
60
+ | MLSD | Output |
61
+ |--|--|
62
+ | ![mlsd_village](asset/mlsd_village.mp4) | ![mlsd_village](results/mlsd_village.mp4) |
 
 
 
 
 
 
 
63
 
64
  ### Pose
65
 
66
+ | Pose | Output |
67
+ |--|--|
68
+ | ![pose_dance](asset/pose_dance.mp4) | ![pose_dance_flamenco](results/pose_dance_flamenco.mp4) |
 
 
 
 
 
 
 
69
 
70
  ## Inference
71
  Go to the VideoX-Fun repository for more details.
 
115
 
116
  ## License
117
 
118
+ This model is a derivative of MiniMax-H3 and is released under the [MiniMax H3 Community License Agreement](https://huggingface.co/alibaba-pai/MiniMax-H3-Fun-Controlnet-Union/blob/main/LICENSE). Please read the license carefully, especially the territorial restrictions and the Acceptable Use Policy, before use.