Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 RizDraws for NoobAI EpsilonPred v1.1
|
| 13 |
+
Please support the artist: https://www.rizdraws.com/
|
| 14 |
+
|
| 15 |
+
<style>
|
| 16 |
+
.custom-table td {
|
| 17 |
+
width: 33.333%;
|
| 18 |
+
}
|
| 19 |
+
.custom-image-container {
|
| 20 |
+
position: relative;
|
| 21 |
+
width: 100%;
|
| 22 |
+
height: 100%;
|
| 23 |
+
border-radius: 0.5em;
|
| 24 |
+
overflow: hidden;
|
| 25 |
+
align-items: center;
|
| 26 |
+
}
|
| 27 |
+
.custom-image {
|
| 28 |
+
width: 100%;
|
| 29 |
+
height: auto;
|
| 30 |
+
border-radius: 0.5em;
|
| 31 |
+
transition: transform 0.25s;
|
| 32 |
+
}
|
| 33 |
+
.custom-image-container:hover .custom-image {
|
| 34 |
+
transform: scale(1.2);
|
| 35 |
+
}
|
| 36 |
+
</style>
|
| 37 |
+
<table class="custom-table">
|
| 38 |
+
<tr>
|
| 39 |
+
<td>
|
| 40 |
+
<div class="custom-image-container">
|
| 41 |
+
<img class="custom-image" src="previews/1.png" alt="Preview">
|
| 42 |
+
</div>
|
| 43 |
+
</td>
|
| 44 |
+
<td>
|
| 45 |
+
<div class="custom-image-container">
|
| 46 |
+
<img class="custom-image" src="previews/2.png" alt="Preview">
|
| 47 |
+
</div>
|
| 48 |
+
</td>
|
| 49 |
+
<td>
|
| 50 |
+
<div class="custom-image-container">
|
| 51 |
+
<img class="custom-image" src="previews/3.png" alt="Preview">
|
| 52 |
+
</div>
|
| 53 |
+
</td>
|
| 54 |
+
</tr>
|
| 55 |
+
<tr>
|
| 56 |
+
<td>
|
| 57 |
+
<div class="custom-image-container">
|
| 58 |
+
<img class="custom-image" src="previews/4.png" alt="Preview">
|
| 59 |
+
</div>
|
| 60 |
+
</td>
|
| 61 |
+
<td>
|
| 62 |
+
<div class="custom-image-container">
|
| 63 |
+
<img class="custom-image" src="previews/5.png" alt="Preview">
|
| 64 |
+
</div>
|
| 65 |
+
</td>
|
| 66 |
+
<td>
|
| 67 |
+
<div class="custom-image-container">
|
| 68 |
+
<img class="custom-image" src="previews/6.png" alt="Preview">
|
| 69 |
+
</div>
|
| 70 |
+
</td>
|
| 71 |
+
</tr>
|
| 72 |
+
</table>
|
| 73 |
+
|