CoolFace
Modelpublic

lustlyai/Flux_Lustly.ai_Uncensored_nsfw_v1

sourceHugging Facecreativeml-openrail-mupdated 4mo agoView on Hugging Face
297likes27kdownloads
Model Card

New model, Z-Image-Uncensored is now live!

Lustly → Periwinkl.ai

New model: https://huggingface.co/periwinklai/Z-Image-Uncensored

=== ARCHIVED INFORMATION BELOW ===

We are thrilled to be introducing our first uncensored Flux model:

Flux Lustly.ai Uncensored v1: Full Frontal Nudity!

<Gallery />

Also check out our [CivitAi model page](https://civitai.com/models/875879).

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:

python
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](https://lustly.ai)