Downloads · 30 days
26
3% of all-time downloads
Chan-Y/MangaDF
MangaDF is a text-to-image model from Chan-Y. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as apache-2.0.
Downloads · 30 days
26
3% of all-time downloads
All-time downloads
980
Public
Parameters
2.1B
17.5 GB on disk
Likes
1
Public
Click a slice to open those files.
.safetensors17.5 GB · 100%
From the Hugging Face model README
Base Model: stabilityai/stable-diffusion-3-medium
Finetuned On: Images created by alvdansen/BandW-Manga
MangaDF is a finetuned version of the 'stabilityai/stable-diffusion-3-medium' model. It has been specifically trained to generate bold line portrait illustrations, inspired by manga-style art. The finetuning dataset was created using images generated by the 'alvdansen/BandW-Manga' stable diffusion model, ensuring high-quality and stylistically consistent outputs.
This model is designed for artists, illustrators, and enthusiasts who want to create manga-style bold line portraits. It can be used for various purposes, including concept art, character design, and graphic novels.
To use this model, you need to load it with the diffusers library in Python. Here's a quick start guide:
from diffusers import DiffusionPipeline
import torch
pipeline = DiffusionPipeline.from_pretrained(
"Chan-Y/MangaDF",
torch_dtype=torch.float16
).to("cuda")
# Generate an image
prompt = "A bold line portrait of a fantasy character"
image = pipeline(prompt).images[0]
image
The finetuning dataset was created using images generated by the alvdansen/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.
For any questions or issues, please contact me