Model The-Truality-Engine-TRUALITY-ENGINE-PRO from civitai
Browse files- README.md +40 -0
- preview.jpeg +0 -0
- theTrualityEngine_trualityENGINEPRO.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- Safetensors
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
pipeline_tag: text-to-image
|
10 |
+
---
|
11 |
+
|
12 |
+
# The Truality Engine
|
13 |
+
## TRUALITY ENGINE (PRO)
|
14 |
+
|
15 |
+
![Generated Sample](preview.jpeg)
|
16 |
+
|
17 |
+
### Description:
|
18 |
+
|
19 |
+
> <p><strong>DON'T USE VAE</strong></p><p><strong>SETTINGS</strong></p><p><strong>Steps: 35</strong><br />with this model, too high means it takes longer to load, test it for each scene individually, keep it at 35 if you don't mind waiting a few seconds longer.</p><p><strong>CFG: 3.5 to 11.5</strong><br />The higher the value the higher the contrast and the amount of colors. The engine will listen more subtly to your prompt up till CFG 7. Everything above could be described as over-exaggerating your prompt to adding new features. A Lens Flare can become something entirely else. Definitely interesting if you feel like experimenting.<br /><strong>When using TI's and Lora's you should not go higher as 4.5</strong></p><p><strong>Best Size 512 x 768</strong></p><p><strong>Best Samplers: DPM++ 2M SDE KARRAS</strong></p><p><strong>HIRES FIX</strong></p><p><strong>Upscale a 512x 768 by 2x</strong><br />UPSCALER for V3 <a target="_blank" rel="ugc" href="https://mega.nz/folder/qZRBmaIY#nIG8KyWFcGNTuMX_XNbJ_g">4x UltraSharp</a><br />Clean and less grainy results, yet very detailed<br />(Resize Steps 15 to 25, Denoise 0.23-0.33)</p><p><strong>UPSCALER</strong> for V1 & V2 & Pro: <a target="_blank" rel="ugc" href="https://nmkd.de/shared/ESRGAN/Models/Realistic%2C%20Multipurpose/4x_NMKD-Superscale-SP_178000_G.pth">4x_NMKD-Superscale-SP178000_G.pth</a></p><p>(Resize Steps 10 to 15, Denoise 0.17-0.33)</p><p>This upscaler provides a special layer of depth for photo realistic images, slightly grainy.</p>
|
20 |
+
|
21 |
+
### Creator: Tower13Studios
|
22 |
+
### Civitai Page: https://civitai.com/models/158621
|
23 |
+
|
24 |
+
You can use this with the [🧨Diffusers library](https://github.com/huggingface/diffusers)
|
25 |
+
|
26 |
+
### Diffusers
|
27 |
+
```py
|
28 |
+
from diffusers import StableDiffusionPipeline
|
29 |
+
import torch
|
30 |
+
|
31 |
+
model_id = "sam749/The-Truality-Engine-TRUALITY-ENGINE-PRO"
|
32 |
+
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
33 |
+
pipe = pipe.to("cuda")
|
34 |
+
|
35 |
+
prompt = "masterpiece, best quality, 1girl, (colorful),(delicate eyes and face), volumatic light, ray tracing, bust shot ,extremely detailed CG unity 8k wallpaper,solo,smile"
|
36 |
+
image = pipe(prompt).images[0]
|
37 |
+
|
38 |
+
image.save("result.png")
|
39 |
+
```
|
40 |
+
|
preview.jpeg
ADDED
theTrualityEngine_trualityENGINEPRO.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e73d775ff94767df70e25064d6ca915ac328b7cc8210786ca77affcce3e8f458
|
3 |
+
size 2299933688
|