π¦ ClawHub
Flux Image
by @okaris
Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilitie...
π‘ Examples
High-Quality Generation
infsh app run falai/flux-dev-lora --input '{
"prompt": "professional product photo of headphones, studio lighting, white background"
}'
Fast Generation (Klein)
infsh app run falai/flux-2-klein-lora --input '{"prompt": "abstract art, colorful"}'
With LoRA Custom Styles
infsh app sample falai/flux-dev-lora --save input.jsonEdit to add lora_url for custom style
infsh app run falai/flux-dev-lora --input input.json
Image-to-Image
infsh app run falai/flux-dev-lora --input '{
"prompt": "transform to watercolor style",
"image_url": "https://your-image.jpg"
}'
TERMINAL
clawhub install flux-image