CoolFace
Modelpublic

anomalythree/Flux_Lustly.ai_Uncensored_nsfw_v1

sourceHugging Facecreativeml-openrail-mupdated 6mo agoView on Hugging Face
3likes226downloads
Model Card

๐Ÿš€๐Ÿš€๐Ÿš€ Alpha version of Lustly is out! Try hosted inference of this model from 2c/image at [Lustly.ai](https://lustly.ai) ๐Ÿš€๐Ÿš€๐Ÿš€

๐ŸŽ๐ŸŽ๐ŸŽ 10% OFF FOR CRYPTO TOP UPS WITH CODE `HUGGINGFACE` ๐ŸŽ๐ŸŽ๐ŸŽ

v2 is coming soon exclusively on Lustly.ai

<img src="https://huggingface.co/lustlyai/FluxLustly.aiUncensorednsfwv1/resolve/main/samples/lustlyscreenshotgot.png">

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)