How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("shreenithi20/childrens_illustration_flux_lora")

prompt = "SK3TCH illustration style, a birthday party"
image = pipe(prompt).images[0]

childrens_illustration_flux_lora

Prompt
SK3TCH illustration style, a birthday party
Prompt
SK3TCH illustration style, a boy in a red jacket and yellow packback riding a bicyle along ducks and birds
Prompt
SK3TCH illustration style, a young boy working on a laptop at home
Prompt
SK3TCH illustration style, a plate of berries
Prompt
SK3TCH illustration style, a coffee mug
Prompt
SK3TCH illustration style, a girl with hair in a bun, in ballet clothes, dancing in front of an animal audience
Prompt
SK3TCH illustration style, a boy wearing super hero costume, climbing into a school bus
Prompt
SK3TCH illustration style, a baby girl with curly brown hair sitting near house plants near a well lit window, surrounded by her soft toy animals
Prompt
SK3TCH illustration style, an elephant crossing the road, wearing a party hat

Trigger words

You should use SK3TCH illustration style as a suffix to trigger the image generation.

Download model

Download them in the Files & versions tab.

Recommended settings:

  • Guidance scale: 3.5
  • Steps: 35
  • LoRA strength: 0.7-1.0
Downloads last month
5
Inference Providers NEW
Examples

Model tree for shreenithi20/childrens_illustration_flux_lora

Adapter
(41936)
this model

Collection including shreenithi20/childrens_illustration_flux_lora