Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,62 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- diffusers
|
5 |
+
- safetensors
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- stable-diffusion-diffusers
|
9 |
+
- StableDiffusion
|
10 |
+
- image-generation
|
11 |
+
- SDXL
|
12 |
+
- SDXLv1.0
|
13 |
+
- image-generation
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
library_name: diffusers
|
17 |
+
---
|
18 |
+
<style>
|
19 |
+
.center {
|
20 |
+
display: block;
|
21 |
+
margin-left: auto;
|
22 |
+
margin-right: auto;
|
23 |
+
width: 1216;
|
24 |
+
}
|
25 |
+
</style>
|
26 |
+
|
27 |
+
<div align="center">
|
28 |
+
<font size="12"><span>Natural Vision</span></font>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
<img src="assets/sample_image.png" alt="Sample image, Epoch68" class="center"/>
|
32 |
+
|
33 |
+
<!-- START SUPPORT -->
|
34 |
+
<a href='https://ko-fi.com/M4M3ZBOIT' target='_blank'>
|
35 |
+
<img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
|
36 |
+
</a>
|
37 |
+
<!-- END SUPPORT -->
|
38 |
+
|
39 |
+
---
|
40 |
+
<b>Model Info</b>
|
41 |
+
* Base Model - SDXL v1.0
|
42 |
+
* VAE - <a href="https://huggingface.co/madebyollin/sdxl-vae-fp16-fix">sdxl-vae-fp16-fix</a>
|
43 |
+
* Type - Full-parameter fine-tune, FP16
|
44 |
+
* Medium - Photorealistic, Cinematography, Photography, Generalist
|
45 |
+
* Recommended Generation Dimensions:
|
46 |
+
* 1344x768 (16:9) — Cinematic Film Stills
|
47 |
+
* 1536x640 (21:9) — Ultrawide Cinematic Film Stills
|
48 |
+
* 1152x896 (4:3) — Fullscreen
|
49 |
+
* 1216x832 (3:2) — Mobile landscape
|
50 |
+
* 1024x1024 (1:1) — Square
|
51 |
+
* 1024x704 (11:16)
|
52 |
+
* 768x1344 (9:16) — Tall (Instagram stories / snapchat)
|
53 |
+
* 896x1152 (3:4)
|
54 |
+
* 832x1216 (2:3) — Mobile Portrait
|
55 |
+
* 704x1024 (16:11)
|
56 |
+
|
57 |
+
---
|
58 |
+
<b>Latest Epoch:<font color="yellow"> Epoch68</font></b>
|
59 |
+
<br>
|
60 |
+
<b>Civitai Link: <a href="https://civitai.com/models/617652/natvis-natural-vision"><font color="red">NSFW WARNING</font></a></b>
|
61 |
+
|
62 |
+
---
|