CivArchive
    RealLife - v2.0
    NSFW
    Preview 3511560
    Preview 3511559
    Preview 3511573
    Preview 3511575
    Preview 3511603
    Preview 3511604
    Preview 3511649
    Preview 3511651
    Preview 3511650
    Preview 3511675

    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)

    pscwizNov 10, 2023· 2 reactions
    CivitAI

    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!

    BretChampagneDec 4, 2023

    @pscwiz Didn't see your comment before XD ... Thanks ! I'm going to overload this third version ;-)

    GetAiKOFiNov 16, 2023· 1 reaction
    CivitAI

    amazing model :)

    Anderson452Nov 25, 2023
    CivitAI

    we need this model for inpainting, PLEASE!! This model is awesome

    Picky_FlickyDec 3, 2023· 2 reactions
    CivitAI

    Is it just me or was there a v3 like 5 minutes ago?

    LizViciousDec 3, 2023

    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

    Picky_FlickyDec 4, 2023

    @LizVicious Heyyy, you aren't Liz Vicious! Liar!

    LizViciousDec 4, 2023

    @Picky2011670 You caught me Mr. Sherlock :D

    Picky_FlickyDec 4, 2023· 2 reactions

    @LizVicious Hey....who told you my real name?

    LizViciousDec 4, 2023

    @Picky2011670 Your CC statement to my site =P

    Picky_FlickyDec 4, 2023· 1 reaction

    @LizVicious What site! To complete the time loop now you have to tell me so I can enter that CC there.

    Fusch
    Author
    Dec 4, 2023

    @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.

    Picky_FlickyDec 4, 2023

    @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?

    Picky_FlickyDec 4, 2023

    @LizVicious And who, LizV, are you! I must know!

    Fusch
    Author
    Dec 4, 2023· 1 reaction
    CivitAI

    Anyone else got problems with V3 using it with Civit generator or any other problems?

    Alienor_Dec 4, 2023

    It's started working slowly, though the showcase images with seed are coming up very different. Still, better than the auto fails of before!

    Alienor_Dec 7, 2023

    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.

    medvedl2p4579Dec 10, 2023· 1 reaction

    v3 not working, errors everywhere :)

    AwayWithTheFaeriesDec 31, 2023

    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"),

        )
    ```

    Checkpoint
    SD 1.5

    Details

    Downloads
    2,824
    Platform
    CivitAI
    Platform Status
    Available
    Created
    11/10/2023
    Updated
    4/30/2026
    Deleted
    -

    Files

    reallife_v20.safetensors

    Mirrors

    Huggingface (1 mirrors)
    CivitAI (1 mirrors)
    Other Platforms (TensorArt, SeaArt, etc.) (1 mirrors)

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.