Crochet Amigurumi LoRA for FLUX.2 Klein
Generate consistent crochet plush toys with FLUX.2 Klein using this LoRA. Trigger words, settings, and examples.
On this page
Crochet Amigurumi LoRA for FLUX.2 Klein
- What it does: Adds crochet amigurumi plush toy style to FLUX.2 Klein 9B
- Trigger words:
Amigurumi, Crochet. - Format: Safetensors (81 MB), Apache 2.0 license
What This Model Does
This LoRA teaches FLUX.2 Klein to generate crochet amigurumi — the Japanese art of knitting or crocheting small, stuffed yarn creatures. The model produces soft, plush toy characters (bunnies, bears, custom creatures) with visible yarn texture and stitching detail. The style is consistent: rounded forms, soft color palettes (cream, beige, tan), and the distinctive look of hand-crocheted items.

Training Details
- Base model: FLUX.2 Klein 9B (Black Forest Labs)
- Training compute: Sponsored by Redmond.AI
- Trigger words:
Amigurumi, Crochet.(instance prompt used during training) - License: Apache 2.0
- File size: 81.15 MB Safetensors
- Published: February 2026
Civitai lists additional base model variants (ZImageTurbo, Qwen, SDXL 1.0) but the Hugging Face release specifically targets FLUX.2 Klein.
How to Use
ComfyUI (Recommended)
- Load the LoRA via the Load LoRA node
- Set strength around 0.8–1.0 (start at 1.0)
- Include trigger words in your prompt:
Amigurumi, Crochet, a cute bunny plush toy - Generate
Diffusers
from diffusers import FluxPipeline
import torch
pipe = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.2-klein-9B",
torch_dtype=torch.bfloat16
)
pipe.load_lora_weights(
"artificialguybr/CROCHET-AMIGURUMI-REDMOND-FLUXKLEIN"
)
pipe.to("cuda")
image = pipe(
"Amigurumi, Crochet, a cute bear plush toy, soft yarn texture",
num_inference_steps=28,
guidance_scale=3.5
).images[0]

Recommended Settings
Parameter | Value
|---|---
LoRA strength | 0.8–1.0 Steps | 20–30 Guidance (CFG) | 3.0–4.0 Sampler | Euler / DPM++ 2M Resolution | 1024×1024 or 1024×1536 The trigger words Amigurumi, Crochet. should appear at the start of your prompt for best consistency.

Common Errors and Fixes
Error | Cause | Fix
|---|---|---
Style not applying | Trigger words missing or misspelled | Use exactly Amigurumi, Crochet. at prompt start Overcooked look | LoRA strength too high | Reduce to 0.7–0.8 Wrong base model | Using SDXL/other instead of FLUX.2 Klein | Use FLUX.2 Klein 9B base
FAQ
Q: Does this work with SDXL? A: The HF release targets FLUX.2 Klein. Civitai hosts separate variants for SDXL 1.0, ZImageTurbo, and Qwen — download the matching version.
Q: What license applies? A: Apache 2.0 — free for commercial use with attribution.
Q: Recommended LoRA weight? A: Start at 1.0; drop to 0.8 if generations look overstyled.
Sources
- Hugging Face model card: https://huggingface.co/artificialguybr/CROCHET-AMIGURUMI-REDMOND-FLUXKLEIN
- Civitai model page: https://civitai.com/models/347806
- Redmond.AI compute sponsor: https://redmond.ai/
- ArtificialGuyBR portfolio: https://artificialguy.com/