nDimensional commited on
Commit
e8f943e
1 Parent(s): c89dc42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md CHANGED
@@ -1,3 +1,99 @@
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
+ widget:
13
+ - text: >-
14
+ Masterpiece, painting, highest quality, T'au female fire warrior, (damaged white and red battle suit), small drone in sky, large breasts, snowy forest, complex, beautiful background, cold colors, muted colors, dramatic, oil on canvas, sci-fi, (grimdark:0.9), warhammer 40k, Vignette, 2d, [smudge], dynamic pose, extremely detailed, <lora:Tau:1>
15
+ output:
16
+ url: https://huggingface.co/Schisim/Tau-SDXL-LoRA/resolve/main/assets/sample_image%20(4).png?download=true
17
+ - text: >-
18
+ Masterpiece, digital painting, concept art, Kroot Warrior, pulse rifle, brown cloak, bone necklace, [abs], [tribal], battlefield, complex background, grimdark, warhammer 40k, muted colors, illustration, highest quality, intricately detailed, <lora:Tau:1>
19
+ output:
20
+ url: https://huggingface.co/Schisim/Tau-SDXL-LoRA/resolve/main/assets/sample_image%20(5).png?download=true
21
+ - text: >-
22
+ Masterpiece, high quality illustration, T'au XV8 Crisis Battle Suit, jungle, dense vegetation, night, tense, action, complex background, [landscape], Purple, muted colors, grimdark, sci-fi, warhammer 40k, painting, concept art, extremely detailed, By Mark Bulahao. <lora:Tau:1>
23
+ output:
24
+ url: https://huggingface.co/Schisim/Tau-SDXL-LoRA/resolve/main/assets/sample_image%20(1).png?download=true
25
  ---
26
+
27
+
28
+ <html>
29
+ <head>
30
+ <link href="https://fonts.googleapis.com/css2?family=Skranji&display=swap" rel="stylesheet">
31
+ </head>
32
+ <style>
33
+ .title-container {
34
+ display: flex;
35
+ justify-content: center;
36
+ align-items: center;
37
+ }
38
+ .title {
39
+ font-size: 2.5em;
40
+ text-align: center;
41
+ color: #1d1d1d!important;
42
+ font-family: 'Skranji';
43
+ text-transform: uppercase;
44
+ letter-spacing: 0.1em;
45
+ padding: 0.5em 0;
46
+ background: transparent;
47
+ }
48
+ .title span {
49
+ background: -webkit-linear-gradient(45deg, #fcb900, #ff6900);
50
+ -webkit-background-clip: text;
51
+ -webkit-text-fill-color: transparent;
52
+ }
53
+ .icon {
54
+ margin-right: 10px;
55
+ }
56
+ .icon img {
57
+ width: 50px;
58
+ height: auto;
59
+ padding-bottom: 12px;
60
+ }
61
+ </style>
62
+ <div class="title-container">
63
+ <div class="icon">
64
+ <img src="https://huggingface.co/Schisim/Tau-SDXL-LoRA/blob/main/assets/tau-empire.svg" atl="T'au Icon"/>
65
+ </div>
66
+ <h1 class="title">
67
+ <span>T'au Empire SDXL</span>
68
+ </h1>
69
+ </div>
70
+ </html>
71
+
72
+ <Gallery />
73
+
74
+ ### The inference images are just to display samples. The inference API is **not** connected.
75
+
76
+ <!-- START Model Info -->
77
+
78
+
79
+ <div class="model-info-container" style='font-family:Monospace'>
80
+ <table id="model-info-table">
81
+ <tr>
82
+ <th></th>
83
+ <th></th>
84
+ </tr>
85
+ <tr>
86
+ <td>Base Model</td>
87
+ <td>SDXL v1.0</td>
88
+ </tr>
89
+ <tr>
90
+ <td>VAE</td>
91
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
92
+ </tr>
93
+ <tr>
94
+ <td>Type</td>
95
+ <td>LoRA</td>
96
+ </tr>
97
+ </table>
98
+ </div>
99
+ <!-- END Model Info -->