nDimensional commited on
Commit
7babc09
1 Parent(s): 3381e31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -3
README.md CHANGED
@@ -1,3 +1,83 @@
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
+ <html>
14
+ <head>
15
+ <link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
16
+ </head>
17
+ <style>
18
+ .title {
19
+ font-size: 2.5em;
20
+ text-align: center;
21
+ color: #1d1d1d!important;
22
+ font-family: "Bangers";
23
+ text-transform: uppercase;
24
+ letter-spacing: 0.1em;
25
+ padding: 0.5em 0;
26
+ background: transparent;
27
+ }
28
+ .title span {
29
+ background: -webkit-linear-gradient(45deg, #d03c39, #2e70e1);
30
+ -webkit-background-clip: text;
31
+ -webkit-text-fill-color: transparent;
32
+ }
33
+ img {
34
+ max-width: 100%;
35
+ height: auto;
36
+ }
37
+ .center {
38
+ display: block;
39
+ margin-left: auto;
40
+ margin-right: auto;
41
+ width: 1024
42
+ }
43
+ figcaption {
44
+ display: block;
45
+ font-style: italic;
46
+ color: white;
47
+ padding: 2px;
48
+ text-align: center;
49
+ }
50
+ </style>
51
+
52
+ <div class="title" align="center">
53
+ <font size="12"><span>Manipulator</span></font>
54
+ </div>
55
+
56
+ <figure>
57
+ <img src="assets/sample_image.png" alt="sample image" class="center"/>
58
+ <figcaption>Generated with Final Epoch</figcaption>
59
+ </figure>
60
+ </html>
61
+
62
+ ### See [Civitai Page](https://civitai.com/models/513111/manipulator-photo-manipulation-sdxl) for more information and prompt examples.
63
+
64
+ <div class="model-info-container" style='font-family:Monospace'>
65
+ <table id="model-info-table">
66
+ <tr>
67
+ <th></th>
68
+ <th></th>
69
+ </tr>
70
+ <tr>
71
+ <td>Base Model</td>
72
+ <td>SDXL v1.0</td>
73
+ </tr>
74
+ <tr>
75
+ <td>VAE</td>
76
+ <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
77
+ </tr>
78
+ <tr>
79
+ <td>Type</td>
80
+ <td>LoRA</td>
81
+ </tr>
82
+ </table>
83
+ </div>