How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("enhanceaiteam/Flux-uncensored")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

FLUX LoRA (Removed)

Banner Logo

This Model Has Been Removed

The FLUX LoRA is no longer available.

Join the KenerateAI Community

πŸš€ Join Our Official Discord Community

πŸ‘‰ https://discord.gg/aztybnNkgv

Stay connected with the community for:

  • AI model updates
  • New releases
  • Early previews
  • Community support
  • Prompt sharing
  • Creator discussions
  • Exclusive announcements

About KenerateAI

Created by KenerateAI

🌐 Website: https://kenerateai.com

KenerateAI builds powerful AI tools and creative models for developers, creators, and AI enthusiasts.

Support Us

Your support helps us continue building better AI tools and growing the community.

Visit: https://kenerateai.com


πŸ”₯ Join Discord Now

https://discord.gg/aztybnNkgv

Downloads last month
21,307
Inference Providers NEW

Model tree for enhanceaiteam/Flux-uncensored

Adapter
(40023)
this model

Spaces using enhanceaiteam/Flux-uncensored 100