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