Views
No views yet
1from diffusers import DiffusionPipeline
2import torch
3pipeline = DiffusionPipeline.from_pretrained(
4 "Chan-Y/MangaDF",
5 torch_dtype=torch.float16
6).to("cuda")
7
8# Generate an image
9prompt = "A bold line portrait of a fantasy character"
10image = pipeline(prompt).images[0]
11imagealvdansen/BandW-Manga stable diffusion model, which specializes in generating black and white manga-style illustrations. This dataset ensures that the MangaDF model produces high-quality and consistent manga-style bold line portraits.