Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: text-to-video
|
|
19 |
This implementation is released to promote further research and innovation in the field of efficient text-to-video generation, optimized for AMD Instinct accelerators.
|
20 |
|
21 |
|
22 |
-
<img src="GIFs/vbench.png" alt="Vbench performance" title="Vbench performance"
|
23 |
|
24 |
|
25 |
**8-Steps Results**
|
@@ -41,13 +41,21 @@ This implementation is released to promote further research and innovation in th
|
|
41 |
tr.image-row {
|
42 |
height: 160px; /* 图片行高度 */
|
43 |
}
|
|
|
44 |
img {
|
45 |
width: 256px;
|
46 |
height: 160px;
|
47 |
object-fit: cover;
|
48 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
</style>
|
50 |
|
|
|
51 |
<table>
|
52 |
<tr class="text-row">
|
53 |
<th>A cute happy Corgi playing in park, sunset, pixel.</th>
|
|
|
19 |
This implementation is released to promote further research and innovation in the field of efficient text-to-video generation, optimized for AMD Instinct accelerators.
|
20 |
|
21 |
|
22 |
+
<img src="GIFs/vbench.png" alt="Vbench performance" title="Vbench performance" class="vbench-img">
|
23 |
|
24 |
|
25 |
**8-Steps Results**
|
|
|
41 |
tr.image-row {
|
42 |
height: 160px; /* 图片行高度 */
|
43 |
}
|
44 |
+
/* 默认表格中的图片大小 */
|
45 |
img {
|
46 |
width: 256px;
|
47 |
height: 160px;
|
48 |
object-fit: cover;
|
49 |
}
|
50 |
+
/* 只影响 vbench.png */
|
51 |
+
.vbench-img {
|
52 |
+
width: 785px !important;
|
53 |
+
height: 698px !important;
|
54 |
+
object-fit: contain; /* 让图片完整显示,不裁剪 */
|
55 |
+
}
|
56 |
</style>
|
57 |
|
58 |
+
|
59 |
<table>
|
60 |
<tr class="text-row">
|
61 |
<th>A cute happy Corgi playing in park, sunset, pixel.</th>
|