Hello everyone,
This Checkpoint Merge aims for a photorealistic style. It works well with abstract topics aswell.
Checkpoints I used! ⬇️
CyberRealistic from Cyberdelia
epicRealism - Natural Sin RC1 from epinikion
Photon from Photographer
Special thanks for this amazing Checkpoints! 🙌
I have used these settings almost exclusively. They are a good starting point and can be adjusted depending on what you want to generate.
Sampling method:
DPM++ 2M Karras
DPM++ 2M SDE Karras
DPM++ 2M SDE (if you want even more skin texture, but be careful with it > higher sampling steps can break it and give you a bad result)
Sampling Steps:
20-40
CFG Scale: 3-7 (5 is a good starting point)
I recommend clip skip 1.
So far, I haven't really tried Clip Skip 2. Feel free to try it out and see if it produces good results.
Recommended Upscaler Settings:
Hires. fix Upscaler:
Hires steps: 10-20
Denoising strength: ~ 0.2-0.5
If you can use Hires.fix for better Results!
I don't use restore faces. If you got a bad face or want to change it use ADetailer for it!
I would greatly appreciate any feedback!
If you like this model, I would greatly appreciate a positive review along with constructive criticism, suggestions for improvement, or anything similar!
Description
FAQ
Comments (19)
Hey there Bret and Fusch, lovely merge, and love all the images..thank you overloading them!! lol..will try add some my self soon! peace and ty you all!
@pscwiz Didn't see your comment before XD ... Thanks ! I'm going to overload this third version ;-)
amazing model :)
we need this model for inpainting, PLEASE!! This model is awesome
Is it just me or was there a v3 like 5 minutes ago?
There was, ya
3. Download Model reallife_v30
Download failed.
Not Found
Download url: https://civitai.com/api/download/models/249017?type: Model&format: SafeTensor&size: full&fp: fp16
@LizVicious Heyyy, you aren't Liz Vicious! Liar!
@Picky2011670 You caught me Mr. Sherlock :D
@LizVicious Hey....who told you my real name?
@Picky2011670 Your CC statement to my site =P
@LizVicious What site! To complete the time loop now you have to tell me so I can enter that CC there.
@LizVicious @Picky2011670 Sorry, I had some troubles with the website and I had no time left so I unpublished it. I release it in an hour.
@Fusch It's all good, homey. I did manage to nab it minutes before you took it down. Is that any diff than the model up now?
@LizVicious And who, LizV, are you! I must know!
Anyone else got problems with V3 using it with Civit generator or any other problems?
It's started working slowly, though the showcase images with seed are coming up very different. Still, better than the auto fails of before!
Back to breaking even with absolutely zero loras and embeddings on the civit generator :( a damn shame as its my SD go to before I try others. Especially as it includes photon, which I love for realism, which you can't use otherwise.
v3 not working, errors everywhere :)
Things based on diffusers don't seem to like it (v2 is fine). I needed to use the following python script to rewrite the .safetensors file before it would work with what I usually use (though its fine in ComfyUI):
(No idea whether civitai will format this correctly (apparently not))
```python
import sys
import os
from safetensors import safe_open
from safetensors.torch import save_file, load_file
def fix_diffusers_model_conversion(load_path: str, save_path: str):
# load original
tensors = {}
with safe_open(load_path, framework="pt") as f:
for key in f.keys():
tensors[key] = f.get_tensor(key)
# migrate
new_tensors = {}
for k, v in tensors.items():
new_key = k
# only fix the vae
if "first_stage_model." in k:
# migrate q, k, v keys
new_key = new_key.replace(".to_q.weight", ".q.weight")
new_key = new_key.replace(".to_q.bias", ".q.bias")
new_key = new_key.replace(".to_k.weight", ".k.weight")
new_key = new_key.replace(".to_k.bias", ".k.bias")
new_key = new_key.replace(".to_v.weight", ".v.weight")
new_key = new_key.replace(".to_v.bias", ".v.bias")
new_tensors[new_key] = v
# save
save_file(new_tensors, save_path)
if name == "__main__":
fix_diffusers_model_conversion(
os.path.normpath(sys.argv[1]),
os.path.normpath(sys.argv[1] + "_fixed"),
)
```
Details
Files
Available On (1 platform)
Same model published on other platforms. May have additional downloads or version variants.









