KiwiMate/KiwiMate-Image-Fast-1.0
KiwiMate Image Fast 1.0
A speed-tuned fine-tune of [black-forest-labs/FLUX.2-klein-9B](https://huggingface.co/black-forest-labs/FLUX.2-klein-9B), trained with ai-toolkit to produce clean, sharp images in very few steps.
Image inputs supported — like its base model, this fine-tune can take images as inputs, so you can drive generation with reference photos, restyle or edit your own pictures, and do full image-to-image workflows, not just text-to-image.
What's in the repo
Sample gallery
All samples below were generated by the final step-3000 weights.
The set shows off speed-friendly fundamentals: good anatomy (hands, faces, animals), legible signage/text, strong lighting (stage rays, neon reflections), stylized monochrome looks, and larger scenes that hold detail without burning many sampling steps.
Usage
ComfyUI:
# Merged checkpoint — drag straight into models/checkpoints
huggingface-cli download KiwiMate/KiwiMate-Image-Fast-1.0 KiwiMate-Image-Fast-1.0-merged.safetensors --local-dir models/checkpointsOr stack the adapter on the unmodified base instead:
# Standalone LoRA on top of black-forest-labs/FLUX.2-klein-9B at strength ~1.0
huggingface-cli download KiwiMate/KiwiMate-Image-Fast-1.0 KiwiMate-Image-Fast-1.0.safetensors --local-dir models/lorasFor image-input workflows (reference images / edits / img2img), load your source picture the same way you would with stock FLUX.2 Klein — the LoRA is name-compatible with the native BFL single-file key layout (double_blocks / single_blocks).
Want to reproduce or tweak the merge itself? merge_lora.py rebuilds the standalone checkpoint from the base + LoRA pair:
pip install numpy
python merge_lora.py \
--base flux-2-klein-9b.safetensors \
--lora KiwiMate-Image-Fast-1.0.safetensors \
--output merged.safetensorsTraining details
- Base: black-forest-labs/FLUX.2-klein-9B
- Method: LoRA (rank 32), trained with ai-toolkit
- Final release: step 3000, epoch 2 (
alpha == rank, merged at scale 1.0) - Intermediate snapshots: every 250 steps in `checkpoints/`
License
This fine-tune inherits the licensing terms of the base model. Please review FLUX.2-klein-9B's own license terms before commercial use.













