TatsuyaXAI commited on
Commit
bae091b
·
verified ·
1 Parent(s): 9bdcc15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -12,3 +12,24 @@ library_name: diffusers
12
  **black tank top, bare shoulders, crop top, navel, black pants,**
13
  **collarbone, cleavage,**
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  **black tank top, bare shoulders, crop top, navel, black pants,**
13
  **collarbone, cleavage,**
14
 
15
+ Previews (Illustrious):
16
+ <style>
17
+ .custom-table { width: 100%; }
18
+ .custom-table td { width: 33.33%; }
19
+ .custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; }
20
+ .custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; }
21
+ .custom-image-container:hover .custom-image { transform: scale(1.2); }
22
+ </style>
23
+
24
+ <table class="custom-table">
25
+ <tr>
26
+ <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td>
27
+ <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td>
28
+ <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td>
29
+ </tr>
30
+ <tr>
31
+ <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td>
32
+ <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td>
33
+ <td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td>
34
+ </tr>
35
+ </table>