Instructions to use kenerateai/Flux-uncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kenerateai/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("kenerateai/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
careful in prompt to avoid unintended images
#19
by deleted - opened
Very powerful model, appears a lot of work went into it- need to be careful in prompt to avoid unrequested / unintended collateral images that might end up being under age themed, for example a kid's face on a t-shirt in or some painting, none have appeared to be explicit though...
deleted changed discussion title from images of people that end up on clothing like t-shirts should prevent underage images appearing to to avoid unintended images on clothing
deleted changed discussion title from to avoid unintended images on clothing to careful in prompt to avoid unintended images
it makes me puke sometimes how good. I exit or refresh if shit gets bad sometimes.