nDimensional commited on
Commit
5644aa0
·
verified ·
1 Parent(s): 1673e80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md CHANGED
@@ -1,3 +1,84 @@
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=Skranji&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: 'Skranji';
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(45deg, #fcb900, #ff6900);
35
+ -webkit-background-clip: text;
36
+ -webkit-text-fill-color: transparent;
37
+ }
38
+ .icon {
39
+ margin-right: 10px;
40
+ }
41
+ .icon img {
42
+ width: 50px;
43
+ height: auto;
44
+ padding-bottom: 12px;
45
+ }
46
+ </style>
47
+ <div class="title-container">
48
+ <div class="icon">
49
+ <img src="assets/dark-eldar-icon.svg" atl="Drukhari Icon"/>
50
+ </div>
51
+ <h1 class="title">
52
+ <span>Drukhari</span>
53
+ </h1>
54
+ </div>
55
+ </html>
56
+
57
+ <Gallery />
58
+
59
+ ### Epoch06 recommended!
60
+ ### Samples images available in [assets dir](https://huggingface.co/nDimensional/Drukhari-SDXL-LoRA-Warhammer-40k/tree/main/assets).
61
+ <!-- START Model Info -->
62
+
63
+
64
+ <div class="model-info-container" style='font-family:Monospace'>
65
+ <table id="model-info-table">
66
+ <tr>
67
+ <th></th>
68
+ <th></th>
69
+ </tr>
70
+ <tr>
71
+ <td>Base Model</td>
72
+ <td>SDXL v1.0</td>
73
+ </tr>
74
+ <tr>
75
+ <td>VAE</td>
76
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
77
+ </tr>
78
+ <tr>
79
+ <td>Type</td>
80
+ <td>LoRA</td>
81
+ </tr>
82
+ </table>
83
+ </div>
84
+ <!-- END Model Info -->