Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# **Lilly** from **Unknown**
|
| 6 |
+
<u><b>Trigger Words:</b></u> **Lilly, brown eyes/yellow eyes, brown hair, long hair,**
|
| 7 |
+
|
| 8 |
+
<u><b>Hairstyle:</b></u>
|
| 9 |
+
**parted bangs,**
|
| 10 |
+
**forehead**
|
| 11 |
+
|
| 12 |
+
<u><b>Dress 1:</b></u>
|
| 13 |
+
**black coat, trench coat, black shirt, black sash, black pants,**
|
| 14 |
+
**collarbone, cleavage**
|
| 15 |
+
|
| 16 |
+
Previews (Illustrious):
|
| 17 |
+
<style>
|
| 18 |
+
.custom-table { width: 100%; }
|
| 19 |
+
.custom-table td { width: 33.33%; }
|
| 20 |
+
.custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; }
|
| 21 |
+
.custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; }
|
| 22 |
+
.custom-image-container:hover .custom-image { transform: scale(1.2); }
|
| 23 |
+
</style>
|
| 24 |
+
|
| 25 |
+
<table class="custom-table">
|
| 26 |
+
<tr>
|
| 27 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td>
|
| 28 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td>
|
| 29 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td>
|
| 30 |
+
</tr>
|
| 31 |
+
<tr>
|
| 32 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td>
|
| 33 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td>
|
| 34 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td>
|
| 35 |
+
</tr>
|
| 36 |
+
</table>
|