nDimensional commited on
Commit
bba80c4
1 Parent(s): 49c9e17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -3
README.md CHANGED
@@ -1,3 +1,97 @@
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
+ <style>
16
+ .title-container {
17
+ display: flex;
18
+ justify-content: center;
19
+ align-items: center;
20
+ }
21
+ .title {
22
+ font-size: 2.5em;
23
+ text-align: center;
24
+ color: #1d1d1d!important;
25
+ text-transform: uppercase;
26
+ letter-spacing: 0.1em;
27
+ padding: 0.5em 0;
28
+ background: transparent;
29
+ }
30
+ .title span {
31
+ background: -webkit-linear-gradient(45deg, #a57941, #753522);
32
+ -webkit-background-clip: text;
33
+ -webkit-text-fill-color: transparent;
34
+ }
35
+ .icon {
36
+ margin-right: 10px;
37
+ }
38
+ .icon img {
39
+ width: 50px;
40
+ height: auto;
41
+ padding-bottom: 12px;
42
+ }
43
+ img {
44
+ max-width: 100%;
45
+ height: auto;
46
+ }
47
+ .center {
48
+ display: block;
49
+ margin-left: auto;
50
+ margin-right: auto;
51
+ width: 1344;
52
+ }
53
+ figcaption {
54
+ display: block;
55
+ font-style: italic;
56
+ color: white;
57
+ padding: 2px;
58
+ text-align: center;
59
+ }
60
+ </style>
61
+ <div class="title-container">
62
+ <div class="icon">
63
+ <img src="assets/openmw-logo.svg" atl="Morrowind SVG"/>
64
+ </div>
65
+ <h1 class="title">
66
+ <span>Dunmer</span>
67
+ </h1>
68
+ </div>
69
+ <figure>
70
+ <img src="assets/sample_image.png" alt="sample image" class="center"/>
71
+ <figcaption>Digital painting, painterly \(style\), beautiful Female Dunmer refugee, solo, grey skin, messy short hair, ragged robes, torn clothing, dynamic composition, medieval fantasy docks, cold, Windhelm \(Skryim\), extremely detailed, atmospheric, expressive brushstrokes, bold lines, vignette, cool color palette, shading, oil on canvas, thick lines, masterpiece, detailed facial features, &lt;lora:Dunmer:1&gt;</figcaption>
72
+ </figure>
73
+ </html>
74
+
75
+
76
+ <!-- START Model Info -->
77
+ <div class="model-info-container" style='font-family:Monospace'>
78
+ <table id="model-info-table">
79
+ <tr>
80
+ <th></th>
81
+ <th></th>
82
+ </tr>
83
+ <tr>
84
+ <td>Base Model</td>
85
+ <td>SDXL v1.0</td>
86
+ </tr>
87
+ <tr>
88
+ <td>VAE</td>
89
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
90
+ </tr>
91
+ <tr>
92
+ <td>Type</td>
93
+ <td>LoRA</td>
94
+ </tr>
95
+ </table>
96
+ </div>
97
+ <!-- END Model Info -->