SD1.5 Manga Linework
Official adapter · maintained by ModelForgeLab
Crisp black-and-white manga panel aesthetic. Speed lines, screen tone patterns, and expressive ink weight variation.
Usage
from diffusers import DiffusionPipeline
import torch
pipe = DiffusionPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5",
torch_dtype=torch.float16,
).to("cuda")
pipe.load_lora_weights("modelforgelab/sd15-manga-lora")
image = pipe("your prompt here").images[0]
image.save("output.png")
Compatibility
- diffusers>=0.21
- Automatic1111
- ComfyUI