nDimensional commited on
Commit
2754002
1 Parent(s): 42db3ec

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
+ (Digital illustration), sister of battle, white hair, black and red power armor, holding bolter, dynamic composition, comic book \(style\), bold lines, dramatic shading, red splashes, line art, limited color palette, extremely detailed, <lora:Sisters-of-Battle-subset-000004:1>
15
+ output:
16
+ url: https://huggingface.co/Schisim/Sisters-of-Battle-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image_1.png?download=true-
17
+ - text: >-
18
+ (Digital Illustration), closeup portrait, beautiful sister of battle, white and gold power armor, dynamic composition, comic book \(style\), lineart, [linear], bold lines, dramatic shading, limited color palette, blue and green accents, cohesive, moody atmosphere, extremely detailed, <lora:Sisters-of-Battle-subset-000004:1>
19
+ output:
20
+ url: https://huggingface.co/Schisim/Sisters-of-Battle-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image_2.png?download=true
21
+ - text: >-
22
+ (Digital Illustration), Sister of Battle, Seraphim, soaring through the air, armed with an ornate bolt pistol, flying high in the sky firing bolter rounds at enemies on the ground bellow her, (angle wings), RPG artwork \(style\), dramatic, dynamic composition, stylized, painterly, brush strokes, city backdrop, depth, atmospheric, warm color, dramatic shading, extremely detailed, <lora:Sisters-of-Battle-subset-000004:1>
23
+ output:
24
+ url: https://huggingface.co/Schisim/Sisters-of-Battle-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/Sisters-of-Battle-SDXL-LoRA-Warhammer-40k/resolve/main/assets/adepta-sororitas.svg" atl="Sisters-of-Battle Icon"/>
65
+ </div>
66
+ <h1 class="title">
67
+ <span>Sisters of Battle 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 `Epoch04`
77
+ ### Epoch04 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 -->