File size: 1,411 Bytes
8345984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e1f0dc2
 
8345984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: creativeml-openrail-m
language:
- en
library_name: diffusers
tags:
- text-to-image
- stable-diffusion
- stable-diffusion-xl
- SDXL
- LoRA
---
<style>
  .title span {
    background: -webkit-linear-gradient(45deg, #bbeafb, #32c4e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1024
  }
  figcaption {
    display: block;
    font-style: italic;
    color: white;
    padding: 2px;
    text-align: center;
  }
</style>

<div class="title" align="center">
  <font size="12"><span>Double Exposure</span></font>
</div>

<figure>
  <img src="assets/sample_image.png" alt="sample image" class="center"/>
  <figcaption>Generated with Epoch-08</figcaption>
</figure>

### See [Civitai Page (NSFW)](https://civitai.com/models/444153/double-exposure-sdxl) for more information and prompt examples.

<div class="model-info-container" style='font-family:Monospace'>
  <table id="model-info-table">
    <tr>
      <th></th>
      <th></th>
    </tr>
    <tr>
      <td>Base Model</td>
      <td>SDXL v1.0</td>
    </tr>
    <tr>
      <td>VAE</td>
      <td><a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">SDXL-VAE-FP16-FIX</a></td>
    </tr>
    <tr>
      <td>Type</td>
      <td>LoRA</td>
    </tr>
  </table>
</div>