Instructions to use enhanceaiteam/Flux-uncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use enhanceaiteam/Flux-uncensored with Diffusers:
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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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)
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
Model tree for enhanceaiteam/Flux-uncensored
Base model
black-forest-labs/FLUX.1-dev