chmielvu/flux-klein-simple
1
FLUX.2 Klein Simple
Unified FLUX.2 Klein model for text-to-image and image-to-image generation with LoRA support.
Features
- 2 Model Variants: 4B distilled (fast) and 4B base (quality)
- Unified Pipeline: Same model handles text2img and img2img
- Civitai LoRA Support: Add style LoRAs by version ID
- ZeroGPU acceleration: Runs on HuggingFace ZeroGPU
Model Variants
API Usage
from gradio_client import Client
client = Client("chmielvu/flux-klein-simple")
result = client.predict(
prompt="A portrait of a warrior in fantasy style",
model="4b-distilled",
preset="balanced",
api_name="/generate"
)