Lineart Style LoRA
Stable Diffusion 1.5 ๊ธฐ๋ฐ ๋ผ์ธ์ํธ ์คํ์ผ LoRA ๋ชจ๋ธ์ ๋๋ค.
Trigger Word
lineart_style
ํ๋กฌํํธ์ ์ด ๋จ์ด๋ฅผ ํฌํจํด์ผ ํ์ต๋ ์คํ์ผ์ด ์ ์ฉ๋ฉ๋๋ค.
Usage
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5",
torch_dtype=torch.float16,
).to("cuda")
pipe.load_lora_weights("whitebearhands/lineart-lora")
image = pipe(
"lineart_style, a person working at a desk, clean lines",
negative_prompt="blurry, low quality, color, photorealistic",
).images[0]
Training Details
- Base Model: Stable Diffusion 1.5
- Method: LoRA (PEFT)
- Rank: 64
- Alpha: 32
- Training Images: 3,000
- Steps: 5,000
- Learning Rate: 1e-4
- Resolution: 512x512
Examples
License
MIT
Model tree for whitebearhands/lineart-lora
Base model
runwayml/stable-diffusion-v1-5