Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
base_model:
|
4 |
+
- OnomaAIResearch/Illustrious-xl-early-release-v0
|
5 |
+
tags:
|
6 |
+
- anime
|
7 |
+
- illustration
|
8 |
+
- art
|
9 |
+
- fantasy
|
10 |
+
---
|
11 |
+
|
12 |
+
GLoRA of artist Kuromoro for NoobAI EpsilonPred v1.1
|
13 |
+
|
14 |
+
Please support the artist: https://www.pixiv.net/en/users/34420622
|
15 |
+
|
16 |
+
<style>
|
17 |
+
.custom-table td {
|
18 |
+
width: 33.333%;
|
19 |
+
}
|
20 |
+
.custom-image-container {
|
21 |
+
position: relative;
|
22 |
+
width: 100%;
|
23 |
+
height: 100%;
|
24 |
+
border-radius: 0.5em;
|
25 |
+
overflow: hidden;
|
26 |
+
align-items: center;
|
27 |
+
}
|
28 |
+
.custom-image {
|
29 |
+
width: 100%;
|
30 |
+
height: auto;
|
31 |
+
border-radius: 0.5em;
|
32 |
+
transition: transform 0.25s;
|
33 |
+
}
|
34 |
+
.custom-image-container:hover .custom-image {
|
35 |
+
transform: scale(1.2);
|
36 |
+
}
|
37 |
+
</style>
|
38 |
+
<table class="custom-table">
|
39 |
+
<tr>
|
40 |
+
<td>
|
41 |
+
<div class="custom-image-container">
|
42 |
+
<img class="custom-image" src="previews/1.png" alt="Preview">
|
43 |
+
</div>
|
44 |
+
</td>
|
45 |
+
<td>
|
46 |
+
<div class="custom-image-container">
|
47 |
+
<img class="custom-image" src="previews/2.png" alt="Preview">
|
48 |
+
</div>
|
49 |
+
</td>
|
50 |
+
<td>
|
51 |
+
<div class="custom-image-container">
|
52 |
+
<img class="custom-image" src="previews/3.png" alt="Preview">
|
53 |
+
</div>
|
54 |
+
</td>
|
55 |
+
</tr>
|
56 |
+
<tr>
|
57 |
+
<td>
|
58 |
+
<div class="custom-image-container">
|
59 |
+
<img class="custom-image" src="previews/4.png" alt="Preview">
|
60 |
+
</div>
|
61 |
+
</td>
|
62 |
+
<td>
|
63 |
+
<div class="custom-image-container">
|
64 |
+
<img class="custom-image" src="previews/5.png" alt="Preview">
|
65 |
+
</div>
|
66 |
+
</td>
|
67 |
+
<td>
|
68 |
+
<div class="custom-image-container">
|
69 |
+
<img class="custom-image" src="previews/6.png" alt="Preview">
|
70 |
+
</div>
|
71 |
+
</td>
|
72 |
+
</tr>
|
73 |
+
</table>
|
74 |
+
|