๐๐๐ Alpha version of Lustly is out! Try hosted inference of this model from 2c/image at Lustly.ai ๐๐๐
๐๐๐ 10% OFF FOR CRYPTO TOP UPS WITH CODE HUGGINGFACE ๐๐๐
v2 is coming soon exclusively on Lustly.ai
We are thrilled to be introducing our first uncensored Flux model:
Flux Lustly.ai Uncensored v1: Full Frontal Nudity!
Also check out our CivitAi model page.
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:
Check out hosted inference at Lustly.ai, or try locally using diffusers:
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
Try this model out at Lustly.ai