Update README.md
Browse files
README.md
CHANGED
|
@@ -5,3 +5,25 @@ library_name: diffusers
|
|
| 5 |
<u><b>Trigger Words:</b></u> **FuHongxue**, **long hair**, **dark blue hair**, **brown eyes**, **medium breasts**
|
| 6 |
|
| 7 |
<u><b>Outfit:</b></u> **black coat**, **red coat**, **two-tone coat**, **black sash**, **long coat**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
<u><b>Trigger Words:</b></u> **FuHongxue**, **long hair**, **dark blue hair**, **brown eyes**, **medium breasts**
|
| 6 |
|
| 7 |
<u><b>Outfit:</b></u> **black coat**, **red coat**, **two-tone coat**, **black sash**, **long coat**
|
| 8 |
+
|
| 9 |
+
Previews (Illustrious):
|
| 10 |
+
<style>
|
| 11 |
+
.custom-table { width: 100%; }
|
| 12 |
+
.custom-table td { width: 33.33%; }
|
| 13 |
+
.custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; }
|
| 14 |
+
.custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; }
|
| 15 |
+
.custom-image-container:hover .custom-image { transform: scale(1.2); }
|
| 16 |
+
</style>
|
| 17 |
+
|
| 18 |
+
<table class="custom-table">
|
| 19 |
+
<tr>
|
| 20 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td>
|
| 21 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td>
|
| 22 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td>
|
| 23 |
+
</tr>
|
| 24 |
+
<tr>
|
| 25 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td>
|
| 26 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td>
|
| 27 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td>
|
| 28 |
+
</tr>
|
| 29 |
+
</table>
|