Flux Hand Drawn Stickman LoRA
LoRA weights for FLUX.1-dev, fine-tuned to generate images in a hand-drawn stick figure style.

- Prompt
- huashuo drawing, a purple octopus with pink tentacles, white background

- Prompt
- huashuo drawing, a stick figure in black lines releasing a colorful butterfly from open hands, white background

- Prompt
- huashuo drawing, two stick figures in black lines hugging with a red heart above, white background

- Prompt
- huashuo drawing, a stick figure in black lines with a green and blue mermaid tail, white background

- Prompt
- huashuo drawing, a stick figure in black lines slumped over a brown wooden desk with a blue coffee cup, white background

- Prompt
- huashuo drawing, a white unicorn with a rainbow mane and golden horn, white background
Trigger words
Use huashuo drawing to trigger the style.
Usage
from diffusers import FluxPipeline
import torch
pipeline = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16
).to("cuda")
pipeline.load_lora_weights(
"artshooter/flux-hand-drawn-stickman",
weight_name="flux_hand_drawn_stickman.safetensors",
)
image = pipeline("huashuo drawing, a dragon breathing fire, white background").images[0]
Training details
- Base model: FLUX.1-dev
- Method: kohya-ss sd-scripts
- Resolution: 1024
- Network: LoRA rank 64, alpha 64
Credits
Style inspired by the Simple Characters Excalidraw library by @moochin, who learned this style from @evalottchen.
License
Please adhere to the FLUX.1-dev licensing terms as described here.
- Downloads last month
- 9
Model tree for artshooter/flux-hand-drawn-stickman
Base model
black-forest-labs/FLUX.1-dev