nDimensional commited on
Commit
bf1a2b4
1 Parent(s): eece3cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,3 +1,66 @@
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
+ <style>
14
+ .title span {
15
+ background: -webkit-linear-gradient(45deg, #fcb900, #F30739);
16
+ -webkit-background-clip: text;
17
+ -webkit-text-fill-color: transparent;
18
+ }
19
+ img {
20
+ max-width: 100%;
21
+ height: auto;
22
+ }
23
+ .center {
24
+ display: block;
25
+ margin-left: auto;
26
+ margin-right: auto;
27
+ width: 1024
28
+ }
29
+ figcaption {
30
+ display: block;
31
+ font-style: italic;
32
+ color: white;
33
+ padding: 2px;
34
+ text-align: center;
35
+ }
36
+ </style>
37
+
38
+ <div class="title" align="center">
39
+ <font size="12"><span style="font-family:Comic Sans MS">Etch A Sketch SDXL</span></font>
40
+ </div>
41
+
42
+ <figure>
43
+ <img src="https://huggingface.co/nDimensional/Etch-A-Sketch-SDXL-LoRA/resolve/main/sample_images/sample_image.png?download=true" alt="sample image" class="center"/>
44
+ <figcaption>A photo of a red Etch A Sketch toy. The toy is laying on a dark background. The screen of the Etch A Sketch has a drawing of a majestic fantasy landscape on it. &lt;lora:Etch_A_Sketch-000009:1&gt;</figcaption>
45
+ </figure>
46
+
47
+ <div class="model-info-container" style='font-family:Monospace'>
48
+ <table id="model-info-table">
49
+ <tr>
50
+ <th></th>
51
+ <th></th>
52
+ </tr>
53
+ <tr>
54
+ <td>Base Model</td>
55
+ <td>SDXL v1.0</td>
56
+ </tr>
57
+ <tr>
58
+ <td>VAE</td>
59
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
60
+ </tr>
61
+ <tr>
62
+ <td>Type</td>
63
+ <td>LoRA</td>
64
+ </tr>
65
+ </table>
66
+ </div>