nDimensional commited on
Commit
31a2f16
·
verified ·
1 Parent(s): 85ec95c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +99 -0
README.md CHANGED
@@ -1,3 +1,102 @@
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, highest quality, Anime \(style\), Death Korps of Krieg Engineer digging a tunnel, gas mask, shovel, on an active battlefield, barbwire, debris, smoldering smoke, warhammer 40k, grimdark, cel shading, extremely detailed, <lora:Death-Korps-000007:1>
15
+ output:
16
+ url: https://huggingface.co/Schisim/Death-Korps-of-Krieg-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image_1.png?download=true
17
+ - text: >-
18
+ A digital painting of a Death Korps of Krieg soldier holding a wounded comrade in his arms. The soldier is wearing a black gas mask and a black uniform. He is kneeling in the mud and holding the wounded soldier in his arms. The wounded soldier is wearing a similar uniform and is also wearing a gas mask. He has a bloody bandage wrapped around his head and is unconscious. The background is a bleak and barren landscape with dead trees and a dark, cloudy sky with heavy rain. By Váradi Paszkál. <lora:Death-Korps-000007:1>
19
+ output:
20
+ url: https://huggingface.co/Schisim/Death-Korps-of-Krieg-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image_2.png?download=true
21
+ - text: >-
22
+ closeup portrait, death korps of kreig soldier, gas mask, steel helmet, dramatic colors, vignette, stylized, illustration, upper body, centered, grimdark, artillery shells, [WWII movie poster] \(style\), artstation, masterpiece, highest quality, concept art, extremely detailed, warhammer 40k, film grain, noise, <lora:Death-Korps-000007:1>
23
+ output:
24
+ url: https://huggingface.co/Schisim/Death-Korps-of-Krieg-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image_3.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/Death-Korps-of-Krieg-SDXL-LoRA-Warhammer-40k/resolve/main/assets/militarum.svg" atl="Astra Militarum Icon"/>
65
+ </div>
66
+ <h1 class="title">
67
+ <span>Death Korps of Krieg SDXL</span>
68
+ </h1>
69
+ </div>
70
+ </html>
71
+
72
+ <Gallery />
73
+
74
+
75
+ ### The inference images are just to display samples. The inference API is **not** connected.
76
+ ### All sample images generated with `Epoch07`
77
+ ### Epoch07 recommended!
78
+
79
+ <!-- START Model Info -->
80
+
81
+
82
+ <div class="model-info-container" style='font-family:Monospace'>
83
+ <table id="model-info-table">
84
+ <tr>
85
+ <th></th>
86
+ <th></th>
87
+ </tr>
88
+ <tr>
89
+ <td>Base Model</td>
90
+ <td>SDXL v1.0</td>
91
+ </tr>
92
+ <tr>
93
+ <td>VAE</td>
94
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
95
+ </tr>
96
+ <tr>
97
+ <td>Type</td>
98
+ <td>LoRA</td>
99
+ </tr>
100
+ </table>
101
+ </div>
102
+ <!-- END Model Info -->