Flux booster LoRA
Collection
Flux Models
•
75 items
•
Updated
•
11
Ratio size: 1080 x 1920 for high quality generations.
You should use 1woman
, pov from behind
, prone position
, lying on bed
, anus
, pussy
, pink pussy
, ass spread
, painted fingernails
, extreme close up
, HD
, very detailed
, high quality
to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
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/flux-prone-ass-spread-hd', weight_name='47331ba5-3235-4e0a-868e-8c1072786e8e.TA_trained.safetensors')
image = pipeline('1woman, hair, full body, pov from behind, prone position,lying on bed,anus,pink pussy,ass spread,painted fingernails,HD,very detailed,high quality,double package,skin').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
Base model
black-forest-labs/FLUX.1-dev