VNCCS V3.0 Model Pack
This repository contains model files and model metadata used by
AHEKOT/ComfyUI_VNCCS, the Visual
Novel Character Creation Suite for ComfyUI.
VNCCS is a ComfyUI custom-node project focused on building consistent visual
novel character sprites. Instead of generating a single isolated image, it
provides a full character workflow: base character creation, character cloning,
clothing sets, emotion sets, pose workflows, sprite generation, and optional
dataset creation for LoRA training.
What Is In This Repository
This repo is not the ComfyUI custom node itself. It is a companion model bundle
for VNCCS. The files here are intended to be placed in the standard ComfyUI
models/ directory layout so the VNCCS workflows and nodes can find them.
The bundle includes:
- Illustrious/SDXL checkpoints for VNCCS character generation.
- VNCCS helper LoRAs for Qwen Image Edit 2511 workflows.
- Turbo/Lightning LoRAs for faster SDXL and Qwen Image Edit inference.
- Age/style helper LoRAs used by VNCCS workflows.
- Anime upscaling models used during sprite refinement.
- JSON metadata used by VNCCS model-management tooling.
Support the Project
If you find VNCCS useful, please consider supporting it. I work on it
independently, and your support helps me keep maintaining it and adding new
features.
Expected Layout
Keep the files in the same relative paths shown in this repository. VNCCS and
ComfyUI expect models to live under folders such as:
1models/checkpoints/
2models/loras/
3models/controlnet/
4models/upscale_models/
5models/diffusion_models/
6models/text_encoders/
7models/vae/
For example:
1models/loras/qwen/VNCCS/
2models/loras/DMD2/
3models/loras/IL/
4models/upscale_models/
5models/checkpoints/Illustrious/
Installation
Install the main VNCCS custom node first:
1cd ComfyUI/custom_nodes
2git clone https://github.com/AHEKOT/ComfyUI_VNCCS.git
VNCCS Control Center will download all models.
About VNCCS
Visual Novel Character Creation Suite is built for artists, visual novel
developers, and AI workflow creators who need consistent character sprites
across outfits, poses, emotions, and final production-ready assets.
The main project documentation, workflows, installation instructions, and
updates live in the upstream GitHub repository: