CoolFace
Modelpublic

frutiemax/twisted-reality-sana-reddit-bimbos

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes7downloads
Model Card

frutiemax/twisted-reality-sana-reddit-bimbos

This model generates women in the style of the "bimbos" found on reddit, i.e., women with enhanced, unnatural features such a big lips and large breasts. Use terms like large lips, bimbo woman, subtle expression, long eyelashes, bold eyeliners to trigger the LoRA.

How to use

This LoRA also keeps the base model's style as much as it can. Suggested strength is 0.8 and below. This is a PEFT rank 32 LoRA.

python
transformer = SanaTransformer2DModel.from_pretrained("frutiemax/twisted-reality-sana-4800M-1024px").to(torch.bfloat16)
transformer = PeftModel.from_pretrained(transformer, 'frutiemax/twisted-reality-sana-reddit-bimbos', adapter_name='bimbos')
transformer.add_weighted_adapter(['bimbos'], weights=[0.8], adapter_name='merged', combination_type='linear')
transformer.set_adapter('merged')
transformer = transformer.merge_and_unload()

Gallery

<details> <summary>NSFW / spoiler content — click to view</summary>

<table> <tr> <td><img src="images/1.png" width="256"/></td> <td><img src="images/2.png" width="256"/></td> <td><img src="images/3.png" width="256"/></td> </tr> <tr> <td><img src="images/4.png" width="256"/></td> <td><img src="images/5.png" width="256"/></td> <td><img src="images/6.png" width="256"/></td> </tr> <tr> <td><img src="images/7.png" width="256"/></td> <td><img src="images/8.png" width="256"/></td> <td><img src="images/9.png" width="256"/></td> </tr> </table>

</details>