CivArchive
    CyberRealistic XL Desire - Desire v2.0
    NSFW
    Preview 117358328
    Preview 117358240
    Preview 117358209
    Preview 117358215
    Preview 117358271
    Preview 117358276
    Preview 117358200
    Preview 117358230
    Preview 117358212
    Preview 117358272
    Preview 117358229
    Preview 117358277
    Preview 117358247
    Preview 117358244
    Preview 117358248
    Preview 117358241
    Preview 117358278
    Preview 117358327
    Preview 117358249
    Preview 117358372

    Join The Tinkerer on Whop. Membership gets you early releases, private tools and a bunch of extra stuff.

    👉 Join on Whop
    💬 Join the community for support, free tools and early news on Discord


    This isn’t just another version of CyberRealistic XL. Desire is a special edition, fine-tuned for artists who want to create stunning NSFW (and SFW) content with speed, realism, and flexibility.

    So why go with Desire?

    While the original CyberRealistic XL aims for pure realism across all types of work, Desire turns up the creativity. It’s designed for those moments when you want more freedom, more play, and a smoother workflow.

    Desire captures the spirit of exploration. Whether you're pushing boundaries or just having fun with your art, it’s here to help you move fast and create without limits.


    Sampling method: DPM++ 2M SDE Karras 
    VAE: is already Baked In
    Sampling steps: 30+ Steps
    Resolution: 832x1216 / 896x1152
    CFG: 3-5
    Clip Skip: 1
    Upscale: 1.5 upscale (0.3 - 0.35 denoise)
    Upscalers: 4x_NickelbackFS_72000_G / 4x_foolhardy_Remacri / 4x_NMKD-Siax_200k
    Sampler: LCM
    Schedule Type: Exponential
    Sampling Steps: 8/12 (12 for extra detail)
    CFG Scale: 1-1.5
    ⚡ These settings are not the same as the standard SDXL workflow — be sure to adjust your pipeline!

    Description

    V2.0 fixes a ton of the underlying issues, making prompting smoother, anatomy more consistent, and NSFW output a lot more reliable overall.

    This version’s also more permissive and predictable, with much better proportions and posing - especially for tricky erotic setups. Overall it's a LOT more NSFW.

    Most of the sample images were generated using DMD2 but there are also samples made without DMD2 so you can clearly see how the model behaves on its own.

    Personally, I use two custom DMD2 LoRAs (dmd2_CyberRealistic_part1 and part2) with different weights. They're not public (yet?), but for now, just stick with the standard DMD2 LoRA or run the model without it. Both work just fine.

    FAQ

    Comments (12)

    snnep78616Jan 30, 2026· 6 reactions
    CivitAI

    Tbh it sometimes feels like this model doesn't care about what I write in my prompt. "Woman sunbathing naked" model decides to throw in cowgirl scene for good measure lol.

    Cyberdelia
    Author
    Jan 30, 2026· 8 reactions

    The phrase "woman sunbathing naked" can technically work in SDXL, since the model does have some internal understanding of what "sunbathing" implies. But here's the catch: the results often depend heavily on the rest of the prompt.

    If the supporting details aren't helping to visually anchor the scene, like pose, environment, lighting, or setting - the model may just default to something vague, generic, or fully ignore the “sunbathing” part.

    Think of it like this: SDXL knows the word, but it doesn't always act on it unless it's backed up with clear visual cues. So if a prompt seems like it's not working, it’s often not about the main subject, but how it's framed around it.

    hazzoom82659Jan 30, 2026· 2 reactions

    @Cyberdelia True that, That is a good catch ✌🏽😉

    10615301Feb 3, 2026
    CivitAI

    Amazing.

    InsecureErasureFeb 23, 2026· 4 reactions
    CivitAI

    Excellent model. I was running some analysis to compare the CLIP models embedded in different SDXL checkpoints from CivitAI and I found a corruption on layer 11 of the CLIP-L model in V2.0, where several tensors have infinite values. Not sure if this is relevant for the final quality of the generated images, though. This is something I haven't noticed on other checkpoints, anyway.

    You can check it with the following Python code provided you have PyTorch installed

    import torch sd = load_file("cyberrealisticXL_desireV20_clip_l.safetensors") for k, v in sd.items(): if not torch.isfinite(v.float()).all(): n_bad = (~torch.isfinite(v.float())).sum().item() print(f"{k}: {n_bad} non-finite values — shape {v.shape}")


    If you run this code it shows the following

    text_model.encoder.layers.11.mlp.fc1.weight: 2359296 non-finite values — shape torch.Size([3072, 768]) text_model.encoder.layers.11.mlp.fc2.weight: 2359296 non-finite values — shape torch.Size([768, 3072]) text_model.encoder.layers.11.self_attn.k_proj.weight: 589824 non-finite values — shape torch.Size([768, 768]) text_model.encoder.layers.11.self_attn.out_proj.weight: 589824 non-finite values — shape torch.Size([768, 768]) text_model.encoder.layers.11.self_attn.q_proj.weight: 589824 non-finite values — shape torch.Size([768, 768]) text_model.encoder.layers.11.self_attn.v_proj.weight: 589824 non-finite values — shape torch.Size([768, 768])

    RetergMar 10, 2026
    CivitAI

    Pardon my ignorance. I'm new at this.

    I load the workflow in ComfyUI from one of the images. But hit a snag.

    Where do I get dmd2_CyberRealistic_part1 and dmd2_CyberRealistic_part2? I can't find them. I'm very confused, how do I get this to work?

    Cyberdelia
    Author
    Mar 10, 2026

    Just use standard DMD2 lora

    RetergMar 11, 2026

    @Cyberdelia Ok. So I have dmd2_sdxl_4step_lora.safetensors installed. Just use that for both nodes?

    Cyberdelia
    Author
    Mar 11, 2026

    @Reterg I'm sorry. I don't use ComfyUI so not an expert on this. I guess you need to load it as LoRa in your workflow

    RetergMar 11, 2026

    @Cyberdelia My bad. I loaded an image from the page, which loads the workflow in ComfyUI and it had two Lora Nodes at 0.5 each, totalling it to 1. I loaded one of the other pics and it had 1 Lora node at 1.0.

    What do you use if not ComfyUI, just out of curiosity?

    Cyberdelia
    Author
    Mar 11, 2026· 2 reactions

    @Reterg I'm a Forge Neo addict ;)

    RetergMar 12, 2026

    @Cyberdelia I'll check it out. ComfyUI is a bit annoying sometimes and it's been hard to work out. The workflow loaded from the image, makes a blank screen image. 🤷‍♂️

    Checkpoint
    SDXL 1.0

    Details

    Downloads
    5,356
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/13/2026
    Updated
    6/24/2026
    Deleted
    -