ReleasesNSFW
MIT-licensed FLUX2-Klein 9B LoRA for adult content drops on HuggingFace
B4100 released an MIT-licensed LoRA adapter for the open-weight FLUX2-Klein 9B model, enabling uncensored text-to-image generation on local hardware.
B4100 released a text-to-image LoRA adapter for wikeeyang's FLUX2-Klein 9B True v2 base model this week on HuggingFace under an MIT license. The adapter carries the not-for-all-audiences tag, signaling explicit adult content generation capability.
FLUX2-Klein 9B is an open-weight diffusion model that runs locally, making it a natural target for uncensored fine-tuning. LoRA adapters like this one modify the base model's behavior without replacing the full checkpoint, letting practitioners swap styles and subjects on the fly.
What stands out
- 01Open-weight foundation. FLUX2-Klein 9B is fully open-weight, so any LoRA built on it can be run locally without API restrictions or safety filters.
- 02MIT license. The adapter itself is MIT-licensed, meaning commercial use and redistribution are permitted with attribution.
- 03Adapter-only distribution. This is a LoRA, not a full checkpoint, so users need the FLUX2-Klein 9B base weights separately to run it.
- 04HuggingFace diffusers pipeline. The model card lists the
diffuserstag, indicating compatibility with HuggingFace's text-to-image inference library.
