File size: 2,992 Bytes
9ecfabb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
license: apache-2.0
---
[GitHub VNCCS](https://github.com/AHEKOT/ComfyUI_VNCCS)

# VNCCS V3.0 Model Pack

This repository contains model files and model metadata used by
[AHEKOT/ComfyUI_VNCCS](https://github.com/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.

<a href="https://discord.com/invite/9Dacp4wvQw" target="_blank"><img src="https://img.shields.io/badge/Join%20our%20Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" style="height: 60px !important;"></a>




---

## 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.

[![Buy Me a Coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20rtx%203090&emoji=☕&slug=MIUProject&button_colour=FFDD00&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=ffffff)](https://www.buymeacoffee.com/MIUProject)


## 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:

```text
models/checkpoints/
models/loras/
models/controlnet/
models/upscale_models/
models/diffusion_models/
models/text_encoders/
models/vae/
```

For example:

```text
models/loras/qwen/VNCCS/
models/loras/DMD2/
models/loras/IL/
models/upscale_models/
models/checkpoints/Illustrious/
```

## Installation

Install the main VNCCS custom node first:

```bash
cd ComfyUI/custom_nodes
git 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:

https://github.com/AHEKOT/ComfyUI_VNCCS