Juicy pussy, dripping wet vagina grool for FLUX
Model description
The goal of this lora is to produce image with drips of fluid coming out of a vagina.
The dataset for this lora has been prepared like my typical lora. It is captioned in natural language without trigger words. All faces in dataset have been censored in various ways to prevent the result from looking like the persons in the dataset. If you want to see a face, put details of it in your prompt. Random edits were used to prevent the introduction of bias caused by these edits.
Trigger words
You should use Clear fluid
, dripping from vulva
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/juicy-pussy-dripping-wet-vagina-grool-for-flux', weight_name='Juicy_pussy_dripping_wet_vagina_grool.safetensors')
image = pipeline('creating a viscous trail that splatters onto the surrounding skin., This is a high-resolution photograph capturing an intimate, with a fair complexion, close-up photograph of a nude woman taken from a low-angle perspective, revealing a glimpse of the vaginal opening, high-resolution photograph of a person's genital area, The image is a high-resolution photograph of a young woman').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 1,317
Model tree for Keltezaa/juicy-pussy-dripping-wet-vagina-grool-for-flux
Base model
black-forest-labs/FLUX.1-dev