accelerate diffusers #gradio==3.39.0 #gradio-client==1.3.0 #h5py==3.11.0 #huggingface-hub==0.24.6 imageio imageio-ffmpeg importlib-metadata importlib-resources ipdb ipython ipywidgets kornia #kornia-rs==0.1.5 omegaconf opencv-python pandas pillow scikit-image scikit-learn scipy torch torchaudio torchmetrics torchvision tqdm transformers einops basicsr==1.3.5
ComfyUI_MangaNinjia is a ComfyUI node of MangaNinja which is a ” Line Art Colorization with Precise Reference Following ” method。
In the ./ComfyUI /custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_MangaNinjia.git
pip install -r requirements.txt
-- ComfyUI/models/checkpoints
|-- any sd1.5 safetensors #任意sd1.5模型,注意要带vae的
-- ComfyUI/models/controlnet
|-- control_v11p_sd15_lineart_fp16.safetensors or control_v11p_sd15s2_lineart_anime_fp16.safetensors
-- ComfyUI/models/clip
|-- clip_l.safetensors #clip-vit-large-patch14
-- ComfyUI/models/MangaNinjia
|-- denoising_unet.pth
|-- reference_unet.pth
|-- point_net.pthnaz
|-- controlnet.pth
|-- sk_model.pth
@article{liu2025manganinja,
title={MangaNinja: Line Art Colorization with Precise Reference Following},
author={Liu, Zhiheng and Cheng, Ka Leong and Chen, Xi and Xiao, Jie and Ouyang, Hao and Zhu, Kai and Liu, Yu and Shen, Yujun and Chen, Qifeng and Luo, Ping},
journal={arXiv preprint arXiv:2501.08332},
year={2025}
}