Trigger word
Use animated-style in your prompt to activate the style.
animated-style a fox standing on a cliff overlooking the ocean, fluffy clouds in a bright blue sky
Files
Table with columns: File, Notes| File | Notes |
|---|
animation-000004.safetensors | Epoch 4 checkpoint (early — more checkpoints coming) |
Usage
Works with any FLUX-capable UI (ComfyUI, Forge, etc.) — place the file in your LoRA folder and load at strength 0.7–1.2.
With 🧨 diffusers:
import torch
from diffusers import FluxPipeline
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("yasaone1919/flux-schnell-stylized-animation-lora", weight_name="animation-000004.safetensors")
pipe.to("cuda")
image = pipe(
"animated-style a fox standing on a cliff overlooking the ocean",
num_inference_steps=4,
guidance_scale=0.0,
).images[0]
image.save("out.png")
Training details
- Base model: FLUX.1-schnell (fp8)
- Trainer: kohya-ss/sd-scripts via fluxgym
- Dataset: 10 stylized animation frames, auto-captioned with Florence-2
- Network dim: 4, LR 8e-4, adafactor, 512px, bf16 mixed precision
- Trained on a single RTX 3070 Ti (8 GB) using 35-block CPU swapping