You've seen female nudity in Flux; now, we're evening the playing field by introducing male nudity as well.
Performance:
Reliable on Flux dev
Promising on schnell model, though slightly less stable. High-quality results are still very achievable.
Testing:
We tested on full dev and schnell models using diffusers.
Community Call: We haven't tested in other environments like Forge or ComfyUI, nor on quantized models. Let us know if you achieve good results!
To Use This Model:
To integrate this Lora into your Flux pipeline, use the following standard method:
from diffusers import AutoPipelineForText2Image
import torch
import os
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16) # or black-forest-labs/FLUX.1-schnell
pipeline.to("cuda")
pipeline.load_lora_weights("lustlyai/Flux_Lustly.ai_Uncensored_nsfw_v1",
weight_name="flux_lustly-ai_v1.safetensors",
adapter_name="v1")
pipeline.set_adapters(["v1"], adapter_weights=[1])
prompt = "high quality, on the street, a naked woman with purple hair, standing next to a black naked male with big flaccid dick, both hold a neon sign 'lustly.ai'"
out = pipeline(
prompt=prompt,
guidance_scale=4,
height=768,
width=768,
num_inference_steps=20,
).images[0]
display(out)
Roadmap
Looking ahead, we're excited to develop further iterations of our open-source base model, expanding into:
More diverse poses
More, ehm, dynamic interactions between individuals
All sorts of kinks
Join the Movement
Join our waitlist now at Lustly.ai and consider supporting the project by purchasing one of our Early Adopter Packs::
Pre-sale of compute credits for image generation
Exclusive access to our proprietary models (once released)
Downloads last month
9,951
Model tree for lustlyai/Flux_Lustly.ai_Uncensored_nsfw_v1