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

image

License

MIT

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

Model tree for whitebearhands/lineart-lora

Adapter
(2715)
this model

Space using whitebearhands/lineart-lora 1