luisrguerra
commited on
Commit
•
62cba18
1
Parent(s):
71b1122
Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- realistic
|
8 |
+
- photorealistic
|
9 |
+
---
|
10 |
+
|
11 |
+
# Real Dream
|
12 |
+
## Stable Diffusion 1.5 Model for artificial inteligence image generation
|
13 |
+
|
14 |
+
<div style="display:flex">
|
15 |
+
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b183f633-30dc-42d9-a96a-1c4dcbccfa9b/width=616/tmpgunsu1zp.jpeg" width="300px">
|
16 |
+
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b87de98d-b5a7-4b1d-8146-070691b57bf0/width=616/tmpanvvosv_.jpeg" width="300px">
|
17 |
+
</div>
|
18 |
+
<div style="display:flex">
|
19 |
+
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ea1c019-1d10-4d25-ad3e-e67d271d4796/width=512/tmpw_defdr8.jpeg" width="300px">
|
20 |
+
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc927284-3dd1-4cdf-8c20-3092a0763817/width=512/tmpc7q_spco.jpeg" width="300px">
|
21 |
+
</div>
|
22 |
+
|
23 |
+
Recomendations:
|
24 |
+
|
25 |
+
Use the DPM++ SDE Karras sampler with only 20 steps for better quality.
|
26 |
+
Use the CFG scale between 5 and 9. CFG scale at 7 is recommended.
|
27 |
+
Resolution between 512 and 768 using "Hires. Fix" or other form of upscaling.
|
28 |
+
|
29 |
+
Download Link:
|
30 |
+
|
31 |
+
[https://huggingface.co/luisrguerra/sd-1.5-real-dream/resolve/main/real-dream-8.safetensors](https://huggingface.co/luisrguerra/sd-1.5-real-dream/resolve/main/real-dream-8.safetensors)
|