MIUProject commited on
Commit
9ecfabb
·
0 Parent(s):

Duplicate from MIUProject/VNCCS_v3.0

Browse files
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ [GitHub VNCCS](https://github.com/AHEKOT/ComfyUI_VNCCS)
5
+
6
+ # VNCCS V3.0 Model Pack
7
+
8
+ This repository contains model files and model metadata used by
9
+ [AHEKOT/ComfyUI_VNCCS](https://github.com/AHEKOT/ComfyUI_VNCCS), the Visual
10
+ Novel Character Creation Suite for ComfyUI.
11
+
12
+ VNCCS is a ComfyUI custom-node project focused on building consistent visual
13
+ novel character sprites. Instead of generating a single isolated image, it
14
+ provides a full character workflow: base character creation, character cloning,
15
+ clothing sets, emotion sets, pose workflows, sprite generation, and optional
16
+ dataset creation for LoRA training.
17
+
18
+ ## What Is In This Repository
19
+
20
+ This repo is not the ComfyUI custom node itself. It is a companion model bundle
21
+ for VNCCS. The files here are intended to be placed in the standard ComfyUI
22
+ `models/` directory layout so the VNCCS workflows and nodes can find them.
23
+
24
+ The bundle includes:
25
+
26
+ - Illustrious/SDXL checkpoints for VNCCS character generation.
27
+ - VNCCS helper LoRAs for Qwen Image Edit 2511 workflows.
28
+ - Turbo/Lightning LoRAs for faster SDXL and Qwen Image Edit inference.
29
+ - Age/style helper LoRAs used by VNCCS workflows.
30
+ - Anime upscaling models used during sprite refinement.
31
+ - JSON metadata used by VNCCS model-management tooling.
32
+
33
+ <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>
34
+
35
+
36
+
37
+
38
+ ---
39
+
40
+ ## Support the Project
41
+
42
+ If you find VNCCS useful, please consider supporting it. I work on it
43
+ independently, and your support helps me keep maintaining it and adding new
44
+ features.
45
+
46
+ [![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)
47
+
48
+
49
+ ## Expected Layout
50
+
51
+ Keep the files in the same relative paths shown in this repository. VNCCS and
52
+ ComfyUI expect models to live under folders such as:
53
+
54
+ ```text
55
+ models/checkpoints/
56
+ models/loras/
57
+ models/controlnet/
58
+ models/upscale_models/
59
+ models/diffusion_models/
60
+ models/text_encoders/
61
+ models/vae/
62
+ ```
63
+
64
+ For example:
65
+
66
+ ```text
67
+ models/loras/qwen/VNCCS/
68
+ models/loras/DMD2/
69
+ models/loras/IL/
70
+ models/upscale_models/
71
+ models/checkpoints/Illustrious/
72
+ ```
73
+
74
+ ## Installation
75
+
76
+ Install the main VNCCS custom node first:
77
+
78
+ ```bash
79
+ cd ComfyUI/custom_nodes
80
+ git clone https://github.com/AHEKOT/ComfyUI_VNCCS.git
81
+ ```
82
+
83
+ VNCCS Control Center will download all models.
84
+
85
+
86
+ ## About VNCCS
87
+
88
+ Visual Novel Character Creation Suite is built for artists, visual novel
89
+ developers, and AI workflow creators who need consistent character sprites
90
+ across outfits, poses, emotions, and final production-ready assets.
91
+
92
+ The main project documentation, workflows, installation instructions, and
93
+ updates live in the upstream GitHub repository:
94
+
95
+ https://github.com/AHEKOT/ComfyUI_VNCCS
control_center.json ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "VNCCS Core Models",
3
+ "models": [
4
+ {
5
+ "name": "Qwen-Image-Edit-2511-GGUF-Q4",
6
+ "type": "gguf",
7
+ "hf_repo": "unsloth/Qwen-Image-Edit-2511-GGUF",
8
+ "hf_path": "qwen-image-edit-2511-Q4_0.gguf",
9
+ "local_path": "models/unet/qwen-image-edit-2511-Q4_0.gguf",
10
+ "version": "1.0",
11
+ "description": "Quantized Q4 GGUF — lower VRAM, slightly lower quality.",
12
+ "kind": "QIE2511"
13
+ },
14
+ {
15
+ "name": "Qwen-Image-Edit-2511-GGUF-Q5",
16
+ "type": "gguf",
17
+ "hf_repo": "unsloth/Qwen-Image-Edit-2511-GGUF",
18
+ "hf_path": "qwen-image-edit-2511-Q5_0.gguf",
19
+ "local_path": "models/unet/qwen-image-edit-2511-Q5_0.gguf",
20
+ "version": "1.0",
21
+ "description": "Quantized Q5 GGUF — lower VRAM, slightly lower quality.",
22
+ "kind": "QIE2511"
23
+ },
24
+ {
25
+ "name": "Qwen-Image-Edit-2511-GGUF-Q8",
26
+ "type": "gguf",
27
+ "hf_repo": "unsloth/Qwen-Image-Edit-2511-GGUF",
28
+ "hf_path": "qwen-image-edit-2511-Q8_0.gguf",
29
+ "local_path": "models/unet/qwen-image-edit-2511-Q8_0.gguf",
30
+ "version": "1.0",
31
+ "description": "Quantized Q8 GGUF — near-lossless, higher VRAM than Q4.",
32
+ "kind": "QIE2511"
33
+ },
34
+ {
35
+ "name": "Qwen-Image-Edit-2511-nunchaku-balance-fp4",
36
+ "type": "nunchaku",
37
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
38
+ "hf_path": "nunchaku_qwen_image_edit_2511_balance_fp4.safetensors",
39
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_balance_fp4.safetensors",
40
+ "version": "1.0",
41
+ "description": "(NVIDIA 5xxx series ONLY) Nunchaku Balance FP4 — balanced quality/speed.",
42
+ "kind": "QIE2511"
43
+ },
44
+ {
45
+ "name": "Qwen-Image-Edit-2511-nunchaku-balance-int4",
46
+ "type": "nunchaku",
47
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
48
+ "hf_path": "nunchaku_qwen_image_edit_2511_balance_int4.safetensors",
49
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_balance_int4.safetensors",
50
+ "version": "1.0",
51
+ "description": "(NVIDIA 4xxx and lower) Nunchaku Balance INT4 — balanced quality/speed.",
52
+ "kind": "QIE2511"
53
+ },
54
+ {
55
+ "name": "Qwen-Image-Edit-2511-nunchaku-best-quality-fp4",
56
+ "type": "nunchaku",
57
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
58
+ "hf_path": "nunchaku_qwen_image_edit_2511_best_quality_fp4.safetensors",
59
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_best_quality_fp4.safetensors",
60
+ "version": "1.0",
61
+ "description": "(NVIDIA 5xxx series ONLY) Nunchaku Best Quality FP4 — highest quality, higher VRAM.",
62
+ "kind": "QIE2511"
63
+ },
64
+ {
65
+ "name": "Qwen-Image-Edit-2511-nunchaku-best-quality-int4",
66
+ "type": "nunchaku",
67
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
68
+ "hf_path": "nunchaku_qwen_image_edit_2511_best_quality_int4.safetensors",
69
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_best_quality_int4.safetensors",
70
+ "version": "1.0",
71
+ "description": "(NVIDIA 4xxx and lower) Nunchaku Best Quality INT4 — highest quality, higher VRAM.",
72
+ "kind": "QIE2511"
73
+ },
74
+ {
75
+ "name": "Qwen-Image-Edit-2511-nunchaku-ultimate-speed-fp4",
76
+ "type": "nunchaku",
77
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
78
+ "hf_path": "nunchaku_qwen_image_edit_2511_ultimate_speed_fp4.safetensors",
79
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_ultimate_speed_fp4.safetensors",
80
+ "version": "1.0",
81
+ "description": "(NVIDIA 5xxx series ONLY) Nunchaku Ultimate Speed FP4 — fastest inference, lower VRAM.",
82
+ "kind": "QIE2511"
83
+ },
84
+ {
85
+ "name": "Qwen-Image-Edit-2511-nunchaku-ultimate-speed-int4",
86
+ "type": "nunchaku",
87
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
88
+ "hf_path": "nunchaku_qwen_image_edit_2511_ultimate_speed_int4.safetensors",
89
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_ultimate_speed_int4.safetensors",
90
+ "version": "1.0",
91
+ "description": "(NVIDIA 4xxx and lower) Nunchaku Ultimate Speed INT4 — fastest inference, lower VRAM.",
92
+ "kind": "QIE2511"
93
+ },
94
+ {
95
+ "name": "Qwen-Image-Edit-2511-NVFP4",
96
+ "type": "unet",
97
+ "hf_repo": "Bedovyy/Qwen-Image-Edit-2511-NVFP4",
98
+ "hf_path": "qwen_image_edit_2511_nvfp4.safetensors",
99
+ "local_path": "models/diffusion_models/qwen_image_edit_2511_nvfp4.safetensors",
100
+ "version": "1.0",
101
+ "description": "(NVIDIA 5xxx series ONLY) Native NVFP4 UNet — full quality at reduced VRAM.",
102
+ "kind": "QIE2511"
103
+ },
104
+ {
105
+ "name": "Anima Base v1.0",
106
+ "type": "unet",
107
+ "kind": "Anima",
108
+ "hf_repo": "circlestone-labs/Anima",
109
+ "hf_path": "split_files/diffusion_models/anima-base-v1.0.safetensors",
110
+ "local_path": "models/diffusion_models/anima-base-v1.0.safetensors",
111
+ "version": "1.0",
112
+ "description": "Anima base diffusion model v1.0."
113
+ },
114
+ {
115
+ "name": "ILFlatMix",
116
+ "type": "checkpoint",
117
+ "kind": "Illustrious",
118
+ "hf_repo": "MIUProject/VNCCS_v3.0",
119
+ "hf_path": "models/checkpoints/Illustrious/ILFlatMix.safetensors",
120
+ "local_path": "models/checkpoints/Illustrious/ILFlatMix.safetensors",
121
+ "version": "1.0",
122
+ "description": "Illustrious checkpoint made for VNCCS. Flat style with good line quality and color consistency."
123
+ },
124
+ {
125
+ "name": "Newgrounds Mix v2.0",
126
+ "type": "checkpoint",
127
+ "kind": "Illustrious",
128
+ "hf_repo": "MIUProject/VNCCS_v3.0",
129
+ "hf_path": "models/checkpoints/Illustrious/newgroundsMix_v20.safetensors",
130
+ "local_path": "models/checkpoints/Illustrious/newgroundsMix_v20.safetensors",
131
+ "version": "1.0",
132
+ "description": "Newgrounds Mix v2.0 Illustrious checkpoint. Good variety of Niji styles."
133
+ },
134
+ {
135
+ "name": "WAI Illustrious SDXL v1.70",
136
+ "type": "checkpoint",
137
+ "kind": "Illustrious",
138
+ "hf_repo": "MIUProject/VNCCS_v3.0",
139
+ "hf_path": "models/checkpoints/Illustrious/waiIllustriousSDXL_v170.safetensors",
140
+ "local_path": "models/checkpoints/Illustrious/waiIllustriousSDXL_v170.safetensors",
141
+ "version": "1.0",
142
+ "description": "WAI Illustrious v1.70 checkpoint. Most stable model."
143
+ }
144
+ ],
145
+ "clip": [
146
+ {
147
+ "name": "QIE2511_Text_Encoder",
148
+ "clip_type": "qwen_image",
149
+ "hf_repo": "f5aiteam/CLIP",
150
+ "hf_path": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
151
+ "local_path": "models/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
152
+ "version": "1.0",
153
+ "description": "Text encoder for Qwen Image Edit 2511.",
154
+ "type": "TextEncoder",
155
+ "kind": "QIE2511"
156
+ },
157
+ {
158
+ "name": "Anima Qwen 3 0.6B Text Encoder",
159
+ "type": "TextEncoder",
160
+ "kind": "Anima",
161
+ "clip_type": "qwen_image",
162
+ "hf_repo": "circlestone-labs/Anima",
163
+ "hf_path": "split_files/text_encoders/qwen_3_06b_base.safetensors",
164
+ "local_path": "models/text_encoders/qwen_3_06b_base.safetensors",
165
+ "version": "1.0",
166
+ "description": "Text encoder for Anima v1.0."
167
+ }
168
+ ],
169
+ "vae": [
170
+ {
171
+ "name": "QIE2511 VAE",
172
+ "hf_repo": "Comfy-Org/Qwen-Image_ComfyUI",
173
+ "hf_path": "split_files/vae/qwen_image_vae.safetensors",
174
+ "local_path": "models/vae/qwen_image_vae.safetensors",
175
+ "version": "1.0",
176
+ "description": "Official VAE for Qwen Image Edit 2511.",
177
+ "type": "VAE",
178
+ "kind": "QIE2511"
179
+ },
180
+ {
181
+ "name": "Anima VAE",
182
+ "type": "VAE",
183
+ "kind": "Anima",
184
+ "hf_repo": "circlestone-labs/Anima",
185
+ "hf_path": "split_files/vae/qwen_image_vae.safetensors",
186
+ "local_path": "models/vae/qwen_image_vae.safetensors",
187
+ "version": "1.0",
188
+ "description": "VAE for Anima v1.0."
189
+ }
190
+ ],
191
+ "lora": [
192
+ {
193
+ "name": "VNCCS Clothes Core",
194
+ "hf_repo": "MIUProject/VNCCS_v3.0",
195
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.safetensors",
196
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.safetensors",
197
+ "version": "0.3.0",
198
+ "description": "Helps maintain clothing consistency.",
199
+ "type": "Helper",
200
+ "kind": "QIE2511"
201
+ },
202
+ {
203
+ "name": "VNCCS Clothes Core",
204
+ "hf_repo": "MIUProject/VNCCS_v3.0",
205
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.5.safetensors",
206
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.5.safetensors",
207
+ "version": "0.3.5",
208
+ "description": "Helps maintain clothing consistency.",
209
+ "type": "Helper",
210
+ "kind": "QIE2511"
211
+ },
212
+ {
213
+ "name": "VNCCS Clothes Core",
214
+ "hf_repo": "MIUProject/VNCCS_v3.0",
215
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.6.safetensors",
216
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.6.safetensors",
217
+ "version": "0.3.6",
218
+ "description": "Helps maintain clothing consistency.",
219
+ "type": "Helper",
220
+ "kind": "QIE2511"
221
+ },
222
+ {
223
+ "name": "VNCCS Clothes Core",
224
+ "hf_repo": "MIUProject/VNCCS_v3.0",
225
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.7.safetensors",
226
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.7.safetensors",
227
+ "version": "0.3.7",
228
+ "description": "Helps maintain clothing consistency.",
229
+ "type": "Helper",
230
+ "kind": "QIE2511"
231
+ },
232
+ {
233
+ "name": "VNCCS Pose Studio QIE2511",
234
+ "hf_repo": "MIUProject/VNCCS_PoseStudio",
235
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.9.5.safetensors",
236
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.9.5.safetensors",
237
+ "version": "5.9.5",
238
+ "description": "LoRA for VNCCS Pose Studio node.",
239
+ "type": "Helper",
240
+ "kind": "QIE2511"
241
+ },
242
+ {
243
+ "name": "Qwen Image Edit 2511 Lightning",
244
+ "hf_repo": "MIUProject/VNCCS_v3.0",
245
+ "hf_path": "models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
246
+ "local_path": "models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
247
+ "version": "1.0.0",
248
+ "description": "4-Step Lightning LoRA for Qwen Image Edit.",
249
+ "type": "TurboLora",
250
+ "kind": "QIE2511"
251
+ },
252
+ {
253
+ "name": "DMD2 SDXL Lightning",
254
+ "hf_repo": "MIUProject/VNCCS_v3.0",
255
+ "hf_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
256
+ "local_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
257
+ "version": "1.0.0",
258
+ "description": "4-Step Lightning/Turbo LoRA for SDXL models.",
259
+ "type": "TurboLora",
260
+ "kind": "SDXL"
261
+ },
262
+ {
263
+ "name": "Anima Turbo LoRA",
264
+ "hf_repo": "MIUProject/VNCCS_v3.0",
265
+ "hf_path": "models/loras/Anima/anima-turbo-lora-v0.1.safetensors",
266
+ "local_path": "models/loras/Anima/anima-turbo-lora-v0.1.safetensors",
267
+ "version": "0.2.0",
268
+ "description": "12-Step Turbo LoRA for Anima model.",
269
+ "type": "TurboLora",
270
+ "kind": "Anima"
271
+ },
272
+ {
273
+ "name": "Mimimeter",
274
+ "hf_repo": "MIUProject/VNCCS_v3.0",
275
+ "hf_path": "models/loras/IL/mimimeter.safetensors",
276
+ "local_path": "models/loras/IL/mimimeter.safetensors",
277
+ "version": "1.0.0",
278
+ "description": "SDXL LoRA for age control.",
279
+ "type": "AgeSlider",
280
+ "kind": "SDXL"
281
+ }
282
+ ],
283
+ "other": [
284
+ {
285
+ "name": "4x_APISR_GRL_GAN",
286
+ "hf_repo": "MIUProject/VNCCS_v3.0",
287
+ "hf_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
288
+ "local_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
289
+ "version": "1.0.0",
290
+ "description": "4x Anime Production Inspired GRL GAN Super-Resolution.",
291
+ "type": "Upscaler",
292
+ "kind": "UTILITY"
293
+ }
294
+ ]
295
+ }
model_updater.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": [
3
+ {
4
+ "name": "VNCCS Clothes Core",
5
+ "hf_repo": "MIUProject/VNCCS",
6
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC1.safetensors",
7
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC1.safetensors",
8
+ "version": "0.1.0",
9
+ "description": "Helps maintain clothing consistency (QIE2511 RC1)."
10
+ },
11
+ {
12
+ "name": "VNCCS Emotion Core",
13
+ "hf_repo": "MIUProject/VNCCS",
14
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_EmotionCore-RC1.safetensors",
15
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_EmotionCore-RC1.safetensors",
16
+ "version": "0.1.0",
17
+ "description": "Core LoRA for generating character emotions."
18
+ },
19
+ {
20
+ "name": "VNCCS Transfer Clothes",
21
+ "hf_repo": "MIUProject/VNCCS",
22
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_TransferClothes-RC1.safetensors",
23
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_TransferClothes-RC1.safetensors",
24
+ "version": "0.1.0",
25
+ "description": "Helper model for transferring outfits between poses."
26
+ },
27
+ {
28
+ "name": "VNCCS Pose Studio ART",
29
+ "hf_repo": "MIUProject/VNCCS",
30
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.safetensors",
31
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.safetensors",
32
+ "version": "5.0.0",
33
+ "description": "LoRa for VNCCS Pose Studio node."
34
+ },
35
+ {
36
+ "name": "Qwen Image Edit 2511 Lightning",
37
+ "hf_repo": "MIUProject/VNCCS",
38
+ "hf_path": "models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
39
+ "local_path": "models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
40
+ "version": "1.0.0",
41
+ "description": "4-Step Lightning LoRA for Qwen Image Edit."
42
+ },
43
+ {
44
+ "name": "ControlNet AnyTest",
45
+ "hf_repo": "MIUProject/VNCCS",
46
+ "hf_path": "models/controlnet/SDXL/AnytestV4.safetensors",
47
+ "local_path": "models/controlnet/SDXL/AnytestV4.safetensors",
48
+ "version": "4.0.0",
49
+ "description": "SDXL ControlNet for high-quality pose guidance."
50
+ },
51
+ {
52
+ "name": "ControlNet OpenPose Illustrious",
53
+ "hf_repo": "MIUProject/VNCCS",
54
+ "hf_path": "models/controlnet/SDXL/IllustriousXL_openpose.safetensors",
55
+ "local_path": "models/controlnet/SDXL/IllustriousXL_openpose.safetensors",
56
+ "version": "1.0.0",
57
+ "description": "OpenPose ControlNet optimized for illustrious models."
58
+ },
59
+ {
60
+ "name": "DMD2 SDXL Lightning",
61
+ "hf_repo": "MIUProject/VNCCS",
62
+ "hf_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
63
+ "local_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
64
+ "version": "1.0.0",
65
+ "description": "4-Step Lightning/Turbo LoRA for SDXL models."
66
+ },
67
+ {
68
+ "name": "Mimimeter",
69
+ "hf_repo": "MIUProject/VNCCS",
70
+ "hf_path": "models/loras/IL/mimimeter.safetensors",
71
+ "local_path": "models/loras/IL/mimimeter.safetensors",
72
+ "version": "1.0.0",
73
+ "description": "SDXL LoRA for age control."
74
+ },
75
+ {
76
+ "name": "2x_APISR_RRDB_GAN",
77
+ "hf_repo": "MIUProject/VNCCS",
78
+ "hf_path": "models/upscale_models/2x_APISR_RRDB_GAN_generator.pth",
79
+ "local_path": "models/upscale_models/2x_APISR_RRDB_GAN_generator.pth",
80
+ "version": "1.0.0",
81
+ "description": "Anime Production Inspired Real-World Anime Super-Resolution."
82
+ },
83
+ {
84
+ "name": "4x_APISR_GRL_GAN",
85
+ "hf_repo": "MIUProject/VNCCS",
86
+ "hf_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
87
+ "local_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
88
+ "version": "1.0.0",
89
+ "description": "4x Anime Production Inspired GRL GAN Super-Resolution."
90
+ }
91
+ ],
92
+ "config_version": "1.0"
93
+ }
models/checkpoints/Illustrious/ILFlatMix.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8f7029faef8fe5f4e0c725d6ec9cca1e01483976e3fa746ea32a85e4606ea1
3
+ size 6938040856
models/checkpoints/Illustrious/newgroundsMix_v20.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8bba96c87dd91e04167002cf9bda47f6dc158698f0160c41fba5f2d2e5f9ca
3
+ size 6938057154
models/checkpoints/Illustrious/waiIllustriousSDXL_v170.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f116b0c78ff441467b0cdc8f1936e1ed18ea31e9997c7b132b1b8db533f0bd04
3
+ size 6938040682
models/loras/Anima/anima-turbo-lora-v0.1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68ed0aec6ff4ebc3add1180e191797adb5aa6b69dd8b0fc8aa9e680145f65aac
3
+ size 148902616
models/loras/Anima/anima-turbo-lora-v0.2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b55e40bdb1d0e5a78cb498f245fccfdaae97823265db957d2aabdcf4cd3caf1
3
+ size 148902616
models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d9173815a4b595991c3a7a0e0e63ad821080f314a0b2a3cc31ecd7fcf2cbb8
3
+ size 393854592
models/loras/IL/mimimeter.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba136f5d35d226ed4c1f94924f455c71d87f0c2e6221fdda9d182357c95bf6a
3
+ size 52399535
models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22226e8d05d354bb356627d428809f5afd7819399b077238a2b70a82883a904f
3
+ size 849608296
models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.5.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8acf6fc95bd156bd4dfd6cb7429db8890269da1075ed5801ff7eff748dbd74b9
3
+ size 147687264
models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.6.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6abc3aaf350f5c1a409464d283602f3246a6d925a0f730a4cc38f38de36d4f1
3
+ size 295146320
models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.7.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f046c09ff88cf90dd16b26713bf1e0dcc9d12f66728d2f4a56d3e57cd78cda49
3
+ size 147687264
models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa3d2ffd67ee8f0e92662e251c6c7d8a65d51a61d297f3c38e55b1704a21fb8
3
+ size 147687264
models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.9.5.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81f7f446f56188d96a1094ffe5d4183e7e4473d27eebb43e4c9555d3537bbb8
3
+ size 1179883808
models/upscale_models/2x_APISR_RRDB_GAN_generator.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0d2b3a3c0461ac17d00f4f32240666fb832b738ea5a48449b1acf07fbb07e5
3
+ size 17960938
models/upscale_models/4x_APISR_GRL_GAN_generator.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56fff250139563dea59c4ca81af19cc098d94dc3abaad23640f14cec488e5da1
3
+ size 6479400