Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,10 @@ tags:
|
|
19 |
.thumbwidth{
|
20 |
max-width: 180px;
|
21 |
}
|
|
|
|
|
|
|
|
|
22 |
</style>
|
23 |
|
24 |
# models
|
@@ -49,7 +53,7 @@ In my opinion, Prefer 3.0b+lora<br/>
|
|
49 |
|
50 |
<table>
|
51 |
<tr>
|
52 |
-
<td>
|
53 |
<a href="https://files.catbox.moe/msf9tr.jpg" target=”_blank”>
|
54 |
<div>
|
55 |
<img src="https://files.catbox.moe/msf9tr.jpg" alt="sample1" class="thumbwidth" >
|
@@ -61,7 +65,7 @@ In my opinion, Prefer 3.0b+lora<br/>
|
|
61 |
</div>
|
62 |
</a>
|
63 |
</td>
|
64 |
-
<td>
|
65 |
<a href="https://files.catbox.moe/r98l4k.jpg" target=”_blank”>
|
66 |
<div>
|
67 |
<img src="https://files.catbox.moe/r98l4k.jpg" alt="sample3" class="thumbwidth" >
|
@@ -73,7 +77,7 @@ In my opinion, Prefer 3.0b+lora<br/>
|
|
73 |
</td>
|
74 |
</div>
|
75 |
</a>
|
76 |
-
<td>
|
77 |
<a href="https://files.catbox.moe/peikh4.jpg" target=”_blank”>
|
78 |
<div>
|
79 |
<img src="https://files.catbox.moe/peikh4.jpg" alt="sample5" class="thumbwidth" >
|
|
|
19 |
.thumbwidth{
|
20 |
max-width: 180px;
|
21 |
}
|
22 |
+
.tdset{
|
23 |
+
width:0%;
|
24 |
+
align:left;
|
25 |
+
}
|
26 |
</style>
|
27 |
|
28 |
# models
|
|
|
53 |
|
54 |
<table>
|
55 |
<tr>
|
56 |
+
<td class="tdset">
|
57 |
<a href="https://files.catbox.moe/msf9tr.jpg" target=”_blank”>
|
58 |
<div>
|
59 |
<img src="https://files.catbox.moe/msf9tr.jpg" alt="sample1" class="thumbwidth" >
|
|
|
65 |
</div>
|
66 |
</a>
|
67 |
</td>
|
68 |
+
<td class="tdset">
|
69 |
<a href="https://files.catbox.moe/r98l4k.jpg" target=”_blank”>
|
70 |
<div>
|
71 |
<img src="https://files.catbox.moe/r98l4k.jpg" alt="sample3" class="thumbwidth" >
|
|
|
77 |
</td>
|
78 |
</div>
|
79 |
</a>
|
80 |
+
<td class="tdset">
|
81 |
<a href="https://files.catbox.moe/peikh4.jpg" target=”_blank”>
|
82 |
<div>
|
83 |
<img src="https://files.catbox.moe/peikh4.jpg" alt="sample5" class="thumbwidth" >
|