Waifu Diffusion – Frieren Dreambooth LoRA

Dreambooth LoRA adapter for hakurei/waifu-diffusion to generate Frieren-like character images.

image (1)

Quickstart (Diffusers)

import torch
from diffusers import StableDiffusionPipeline

base_id = "hakurei/waifu-diffusion"
lora_id = "lumicero/frieren-waifu-diffusion-lora-db"

pipe = StableDiffusionPipeline.from_pretrained(base_id, torch_dtype=torch.float16).to("cuda")
pipe.load_lora_weights(lora_id)

prompt = "lmyfrieren, 1girl, elf, winter clothes, masterpiece, best quality"
image = pipe(prompt, num_inference_steps=28, guidance_scale=7.0,
             cross_attention_kwargs={"scale": 0.8}).images[0]
image.save("out.png")

Usage tips

  • Trigger word: frieren, 1girl, elf
  • Recommended LoRA scale: 0.6–0.9
  • Steps: 20–35
  • Instance prompt: lmyfrieren

Training details

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including lumicero/frieren-waifu-diffusion-lora-db