nDimensional commited on
Commit
9ace48b
1 Parent(s): 1c1de75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md CHANGED
@@ -1,3 +1,100 @@
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), Blood Angel Space Marine, Red Power Armor, holding bolter, heroic pose, dynamic composition, centered, comic book \(style\), bold lines, dramatic shading, red splashes, line art, limited color palette, extremely detailed, warhammer 40k <lora:Astartes-000007:1>
15
+ output:
16
+ url: https://huggingface.co/nDimensional/Space-Marine-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image%20(4).png?download=true
17
+ - text: >-
18
+ (illustration), Space Marine from the Ultramarine chapter, blue power armor, blood stains bolter in his right hand, action pose, charging into battle, upper body, comic book \(style\), cel shading, bold outlines, vibrant colors, dynamic composition, dramatic, [[splash page]], expressive, line art, extremely detailed, warhammer 40k, <lora:Astartes-000007:1>
19
+ output:
20
+ url: https://huggingface.co/nDimensional/Space-Marine-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image%20(5).png?download=true
21
+ - text: >-
22
+ (Digital Illustration), Carcharodon Ancient from the Carcharodons Space Marine chapter. He is shown from the chest up, wearing a black power armor with white and gold trim. He has a large bald head with a tattooed face and several cybernetic implants. He is looking at the viewer with a stern expression. The background is a dark grey. dynamic composition, centered, comic book \(style\), bold lines, dramatic shading, red splashes, line art, limited color palette, extremely detailed, warhammer 40k, <lora:Astartes-000007:1>
23
+ output:
24
+ url: https://huggingface.co/nDimensional/Space-Marine-SDXL-LoRA-Warhammer-40k/resolve/main/assets/sample_image%20(7).png?download=true
25
  ---
26
+
27
+ <html>
28
+ <head>
29
+ <link href="https://fonts.googleapis.com/css2?family=Skranji&display=swap" rel="stylesheet">
30
+ </head>
31
+ <style>
32
+ .title-container {
33
+ display: flex;
34
+ justify-content: center;
35
+ align-items: center;
36
+ }
37
+ .title {
38
+ font-size: 2.5em;
39
+ text-align: center;
40
+ color: #1d1d1d!important;
41
+ font-family: 'Skranji';
42
+ text-transform: uppercase;
43
+ letter-spacing: 0.1em;
44
+ padding: 0.5em 0;
45
+ background: transparent;
46
+ }
47
+ .title span {
48
+ background: -webkit-linear-gradient(45deg, #fcb900, #ff6900);
49
+ -webkit-background-clip: text;
50
+ -webkit-text-fill-color: transparent;
51
+ }
52
+ .icon {
53
+ margin-right: 10px;
54
+ }
55
+ .icon img {
56
+ width: 50px;
57
+ height: auto;
58
+ padding-bottom: 12px;
59
+ }
60
+ </style>
61
+ <div class="title-container">
62
+ <div class="icon">
63
+ <img src="https://huggingface.co/nDimensional/Space-Marine-SDXL-LoRA-Warhammer-40k/resolve/main/assets/astartes.svg" atl="Adeptus Astartes Icon"/>
64
+ </div>
65
+ <h1 class="title">
66
+ <span>Astartes</span>
67
+ </h1>
68
+ </div>
69
+ </html>
70
+
71
+ <Gallery />
72
+
73
+ ### The inference images are just to display samples. The inference API is **not** connected.
74
+ ### All sample images generated with `Epoch07`
75
+ ### Epoch07 recommended!
76
+ ### More samples images available in [assets dir](https://huggingface.co/nDimensional/Space-Marine-SDXL-LoRA-Warhammer-40k/tree/main/assets).
77
+ <!-- START Model Info -->
78
+
79
+
80
+ <div class="model-info-container" style='font-family:Monospace'>
81
+ <table id="model-info-table">
82
+ <tr>
83
+ <th></th>
84
+ <th></th>
85
+ </tr>
86
+ <tr>
87
+ <td>Base Model</td>
88
+ <td>SDXL v1.0</td>
89
+ </tr>
90
+ <tr>
91
+ <td>VAE</td>
92
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
93
+ </tr>
94
+ <tr>
95
+ <td>Type</td>
96
+ <td>LoRA</td>
97
+ </tr>
98
+ </table>
99
+ </div>
100
+ <!-- END Model Info -->