nDimensional
commited on
Commit
•
95d96ce
1
Parent(s):
4096a85
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,91 @@
|
|
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 |
+
<html>
|
14 |
+
<head>
|
15 |
+
<link href="https://fonts.googleapis.com/css2?family=Lugrasimo&display=swap" rel="stylesheet">
|
16 |
+
</head>
|
17 |
+
<style>
|
18 |
+
.title-container {
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
.title {
|
24 |
+
font-size: 2.5em;
|
25 |
+
text-align: center;
|
26 |
+
color: #1d1d1d!important;
|
27 |
+
font-family: 'Lugrasimo';
|
28 |
+
text-transform: uppercase;
|
29 |
+
letter-spacing: 0.1em;
|
30 |
+
padding: 0.5em 0;
|
31 |
+
background: transparent;
|
32 |
+
}
|
33 |
+
.title span {
|
34 |
+
background: -webkit-linear-gradient(25deg, #95bd55, #C7192b);
|
35 |
+
-webkit-background-clip: text;
|
36 |
+
-webkit-text-fill-color: transparent;
|
37 |
+
}
|
38 |
+
img {
|
39 |
+
max-width: 100%;
|
40 |
+
height: auto;
|
41 |
+
}
|
42 |
+
.center {
|
43 |
+
display: block;
|
44 |
+
margin-left: auto;
|
45 |
+
margin-right: auto;
|
46 |
+
width: 1344;
|
47 |
+
}
|
48 |
+
figcaption {
|
49 |
+
display: block;
|
50 |
+
font-style: italic;
|
51 |
+
color: white;
|
52 |
+
padding: 2px;
|
53 |
+
text-align: center;
|
54 |
+
}
|
55 |
+
</style>
|
56 |
+
<div class="title-container">
|
57 |
+
<h1 class="title">
|
58 |
+
<span>Skaven</span><br>
|
59 |
+
<span>Warhammer Fantasy</span>
|
60 |
+
</h1>
|
61 |
+
</div>
|
62 |
+
<figure>
|
63 |
+
<img src="assets/sample_1.png" alt="Sample Image" class="center"/>
|
64 |
+
<figcaption>Generated using Epoch 08</figcaption>
|
65 |
+
</figure>
|
66 |
+
</html>
|
67 |
+
|
68 |
+
### Epoch08 is recommended!
|
69 |
+
|
70 |
+
<!-- START Model Info -->
|
71 |
+
<div class="model-info-container" style='font-family:Monospace'>
|
72 |
+
<table id="model-info-table">
|
73 |
+
<tr>
|
74 |
+
<th></th>
|
75 |
+
<th></th>
|
76 |
+
</tr>
|
77 |
+
<tr>
|
78 |
+
<td>Base Model</td>
|
79 |
+
<td>SDXL v1.0</td>
|
80 |
+
</tr>
|
81 |
+
<tr>
|
82 |
+
<td>VAE</td>
|
83 |
+
<td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
|
84 |
+
</tr>
|
85 |
+
<tr>
|
86 |
+
<td>Type</td>
|
87 |
+
<td>LoRA</td>
|
88 |
+
</tr>
|
89 |
+
</table>
|
90 |
+
</div>
|
91 |
+
<!-- END Model Info -->
|