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("LoliRimuru/moeFussion", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Furrey/BabyChar")

prompt = "<lora:BabyChar_Ill_v1:1>,infant,child,female child,infant_hands,interior,baby bottle,drink the bottle,one piece pajamas,standing up,full body,bottle in hand,​​​"
image = pipe(prompt).images[0]

BabyChar

Prompt
<lora:BabyChar_Ill_v1:1>,infant,child,female child,infant_hands,interior,baby bottle,drink the bottle,one piece pajamas,standing up,full body,bottle in hand,​​​
Prompt
<lora:BabyChar_Ill_v1:1>,infant,child,female child,infant_hands,interior,one piece pajamas,full body,sitting,healthy,happy,hood down,​​​
Prompt
<lora:BabyChar_Ill_v1:1>,infant,child,female child,infant_hands,full body,sitting,happy,playground,slide,to play,dodge on the slide,female,side view,​​​

Trigger words

You should use infant to trigger the image generation.

You should use child to trigger the image generation.

You should use infant_hands to trigger the image generation.

Download model

Download them in the Files & versions tab.

Downloads last month
4
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Furrey/BabyChar

Adapter
(4)
this model