nDimensional commited on
Commit
8ff1462
1 Parent(s): 0d5a5fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md CHANGED
@@ -1,3 +1,92 @@
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
  ---
12
+ <html>
13
+ <head>
14
+ <link href="https://fonts.googleapis.com/css2?family=Workbench&display=swap" rel="stylesheet">
15
+ </head>
16
+ <style>
17
+ .title-container {
18
+ display: flex;
19
+ justify-content: center;
20
+ align-items: center;
21
+ }
22
+ .title {
23
+ font-size: 2.5em;
24
+ text-align: center;
25
+ color: #1d1d1d!important;
26
+ font-family: 'Workbench';
27
+ text-transform: uppercase;
28
+ letter-spacing: 0.1em;
29
+ padding: 0.5em 0;
30
+ background: transparent;
31
+ }
32
+ .title span {
33
+ background: -webkit-linear-gradient(45deg, #f59b3d, #fc5c5a);
34
+ -webkit-background-clip: text;
35
+ -webkit-text-fill-color: transparent;
36
+ }
37
+ img {
38
+ max-width: 100%;
39
+ height: auto;
40
+ }
41
+ .center {
42
+ display: block;
43
+ margin-left: auto;
44
+ margin-right: auto;
45
+ width: 1344;
46
+ }
47
+ figcaption {
48
+ display: block;
49
+ font-style: italic;
50
+ color: white;
51
+ padding: 2px;
52
+ text-align: center;
53
+ }
54
+ </style>
55
+ <div class="title-container">
56
+ <h1 class="title">
57
+ <span>Experience SDXL BETA</span>
58
+ </h1>
59
+ </div>
60
+ <figure>
61
+ <img src="assets/sample_image (4).png" alt="Sample Image" class="center"/>
62
+ <figcaption>Generated with Experience SDXL v1 BETA</figcaption>
63
+ </figure>
64
+ </html>
65
+
66
+ <h3>Civiati link for more examples: <a href="https://civitai.com/models/380142/experience-sdxl-beta"><font color="red">NSFW WARNING</font></a></h3>
67
+ <h3>Samples in <a href="https://huggingface.co/nDimensional/Experience-SDXL-BETA/tree/main/assets">assets dir</a> have metadata.</h3>
68
+
69
+ <!-- START Model Info -->
70
+
71
+
72
+ <div class="model-info-container" style='font-family:Monospace'>
73
+ <table id="model-info-table">
74
+ <tr>
75
+ <th></th>
76
+ <th></th>
77
+ </tr>
78
+ <tr>
79
+ <td>Base Model</td>
80
+ <td>SDXL v1.0</td>
81
+ </tr>
82
+ <tr>
83
+ <td>VAE</td>
84
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
85
+ </tr>
86
+ <tr>
87
+ <td>Type</td>
88
+ <td>Fine-Tune + Merge</td>
89
+ </tr>
90
+ </table>
91
+ </div>
92
+ <!-- END Model Info -->