TwistedReality-XL
Version 4 (full SDXL finetune)
This version is a full finetune from the base SDXL checkpoint, and not base on Cyberrealistic XL.
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
These are the hyperparameters used for the training:
8 A40s
5000 steps
lr = 1e-4
batch size = 8
gradient accumulation = 4
total effective batch size = 8 x 8 x 4 = 256
The dataset has been captioned with either xcomposer or qwen vlm, and compressed into comma separated prompts. I've let out the pronouns, verb, so use nouns and adjectives to describe the scene.
It is not very good with hardcore NSFW stuff (this is not pony, illustrious or noobai), so you need to use a Lora for this.
I might look into data balancing techniques to promote rarer concepts...
Versions 3 and below
This model is a Dora trained model on top of the excellent CyberrealisticXL checkpoint. This model enhances the realism of the photos and force the output to be in the style of the adult movie studios Playboy and ScoreGroup. I strongly suggest using Perturbed Attention Guidance (PAG) to fix some of the anatomy problems that can come up with this model. CFG can go from 1.0 to 7.0,
Description
This version uses the fixed code for the PEFT FourierFT training technique, with more gradient accumulation steps.