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