nDimensional
commited on
Commit
•
f9b3ff6
1
Parent(s):
3cdba3a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,103 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
tags:
|
7 |
+
- text-to-image
|
8 |
+
- stable-diffusion
|
9 |
+
- stable-diffusion-xl
|
10 |
+
- SDXL
|
11 |
+
- LoRA
|
12 |
+
---
|
13 |
+
|
14 |
+
<html>
|
15 |
+
<head>
|
16 |
+
<link href="https://fonts.googleapis.com/css2?family=Skranji&display=swap" rel="stylesheet">
|
17 |
+
</head>
|
18 |
+
<style>
|
19 |
+
.title-container {
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
.title {
|
25 |
+
font-size: 2.5em;
|
26 |
+
text-align: center;
|
27 |
+
color: #1d1d1d!important;
|
28 |
+
font-family: 'Skranji';
|
29 |
+
text-transform: uppercase;
|
30 |
+
letter-spacing: 0.1em;
|
31 |
+
padding: 0.5em 0;
|
32 |
+
background: transparent;
|
33 |
+
}
|
34 |
+
.title span {
|
35 |
+
background: -webkit-linear-gradient(45deg, #fcb900, #ff6900);
|
36 |
+
-webkit-background-clip: text;
|
37 |
+
-webkit-text-fill-color: transparent;
|
38 |
+
}
|
39 |
+
.icon {
|
40 |
+
margin-right: 10px;
|
41 |
+
}
|
42 |
+
.icon img {
|
43 |
+
width: 50px;
|
44 |
+
height: auto;
|
45 |
+
padding-bottom: 12px;
|
46 |
+
}
|
47 |
+
img {
|
48 |
+
max-width: 100%;
|
49 |
+
height: auto;
|
50 |
+
}
|
51 |
+
.center {
|
52 |
+
display: block;
|
53 |
+
margin-left: auto;
|
54 |
+
margin-right: auto;
|
55 |
+
width: 1344;
|
56 |
+
}
|
57 |
+
figcaption {
|
58 |
+
display: block;
|
59 |
+
font-style: italic;
|
60 |
+
color: white;
|
61 |
+
padding: 2px;
|
62 |
+
text-align: center;
|
63 |
+
}
|
64 |
+
</style>
|
65 |
+
<div class="title-container">
|
66 |
+
<div class="icon">
|
67 |
+
<img src="assets/orks-icon.svg" atl="Ork SVG"/>
|
68 |
+
</div>
|
69 |
+
<h1 class="title">
|
70 |
+
<span>Ork Boyz</span>
|
71 |
+
</h1>
|
72 |
+
</div>
|
73 |
+
<figure>
|
74 |
+
<img src="assets/sample_image.png" alt="sample image" class="center"/>
|
75 |
+
<figcaption>Generated with final epoch</figcaption>
|
76 |
+
</figure>
|
77 |
+
</html>
|
78 |
+
|
79 |
+
### Final Epoch is Recommended.
|
80 |
+
### 0.7 - 1.0 Weight.
|
81 |
+
|
82 |
+
<!-- START Model Info -->
|
83 |
+
<div class="model-info-container" style='font-family:Monospace'>
|
84 |
+
<table id="model-info-table">
|
85 |
+
<tr>
|
86 |
+
<th></th>
|
87 |
+
<th></th>
|
88 |
+
</tr>
|
89 |
+
<tr>
|
90 |
+
<td>Base Model</td>
|
91 |
+
<td>SDXL v1.0</td>
|
92 |
+
</tr>
|
93 |
+
<tr>
|
94 |
+
<td>VAE</td>
|
95 |
+
<td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<td>Type</td>
|
99 |
+
<td>LoRA</td>
|
100 |
+
</tr>
|
101 |
+
</table>
|
102 |
+
</div>
|
103 |
+
<!-- END Model Info -->
|