MIUProject commited on
Commit
9a3a806
·
verified ·
1 Parent(s): 27515f1

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,3 @@
1
  ---
2
- license: mit
3
  ---
 
1
  ---
2
+ license: apache-2.0
3
  ---
control_center.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "My Workflow Pack",
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
+ },
13
+ {
14
+ "name": "Qwen-Image-Edit-2511-GGUF-Q5",
15
+ "type": "gguf",
16
+ "hf_repo": "unsloth/Qwen-Image-Edit-2511-GGUF",
17
+ "hf_path": "qwen-image-edit-2511-Q5_0.gguf",
18
+ "local_path": "models/unet/qwen-image-edit-2511-Q5_0.gguf",
19
+ "version": "1.0",
20
+ "description": "Quantized Q5 GGUF — lower VRAM, slightly lower quality."
21
+ },
22
+ {
23
+ "name": "Qwen-Image-Edit-2511-GGUF-Q8",
24
+ "type": "gguf",
25
+ "hf_repo": "unsloth/Qwen-Image-Edit-2511-GGUF",
26
+ "hf_path": "qwen-image-edit-2511-Q8_0.gguf",
27
+ "local_path": "models/unet/qwen-image-edit-2511-Q8_0.gguf",
28
+ "version": "1.0",
29
+ "description": "Quantized Q8 GGUF — near-lossless, higher VRAM than Q4."
30
+ },
31
+ {
32
+ "name": "Qwen-Image-Edit-2511-nunchaku-balance-fp4",
33
+ "type": "nunchaku",
34
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
35
+ "hf_path": "nunchaku_qwen_image_edit_2511_balance_fp4.safetensors",
36
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_balance_fp4.safetensors",
37
+ "version": "1.0",
38
+ "description": "(NVIDIA 5xxx series ONLY) Nunchaku Balance FP4 — balanced quality/speed."
39
+ },
40
+ {
41
+ "name": "Qwen-Image-Edit-2511-nunchaku-balance-int4",
42
+ "type": "nunchaku",
43
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
44
+ "hf_path": "nunchaku_qwen_image_edit_2511_balance_int4.safetensors",
45
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_balance_int4.safetensors",
46
+ "version": "1.0",
47
+ "description": "(NVIDIA 4xxx and lower) Nunchaku Balance INT4 — balanced quality/speed."
48
+ },
49
+ {
50
+ "name": "Qwen-Image-Edit-2511-nunchaku-best-quality-fp4",
51
+ "type": "nunchaku",
52
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
53
+ "hf_path": "nunchaku_qwen_image_edit_2511_best_quality_fp4.safetensors",
54
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_best_quality_fp4.safetensors",
55
+ "version": "1.0",
56
+ "description": "(NVIDIA 5xxx series ONLY) Nunchaku Best Quality FP4 — highest quality, higher VRAM."
57
+ },
58
+ {
59
+ "name": "Qwen-Image-Edit-2511-nunchaku-best-quality-int4",
60
+ "type": "nunchaku",
61
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
62
+ "hf_path": "nunchaku_qwen_image_edit_2511_best_quality_int4.safetensors",
63
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_best_quality_int4.safetensors",
64
+ "version": "1.0",
65
+ "description": "(NVIDIA 4xxx and lower) Nunchaku Best Quality INT4 — highest quality, higher VRAM."
66
+ },
67
+ {
68
+ "name": "Qwen-Image-Edit-2511-nunchaku-ultimate-speed-fp4",
69
+ "type": "nunchaku",
70
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
71
+ "hf_path": "nunchaku_qwen_image_edit_2511_ultimate_speed_fp4.safetensors",
72
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_ultimate_speed_fp4.safetensors",
73
+ "version": "1.0",
74
+ "description": "(NVIDIA 5xxx series ONLY) Nunchaku Ultimate Speed FP4 — fastest inference, lower VRAM."
75
+ },
76
+ {
77
+ "name": "Qwen-Image-Edit-2511-nunchaku-ultimate-speed-int4",
78
+ "type": "nunchaku",
79
+ "hf_repo": "QuantFunc/Nunchaku-Qwen-Image-EDIT-2511",
80
+ "hf_path": "nunchaku_qwen_image_edit_2511_ultimate_speed_int4.safetensors",
81
+ "local_path": "models/diffusion_models/nunchaku_qwen_image_edit_2511_ultimate_speed_int4.safetensors",
82
+ "version": "1.0",
83
+ "description": "(NVIDIA 4xxx and lower) Nunchaku Ultimate Speed INT4 — fastest inference, lower VRAM."
84
+ },
85
+ {
86
+ "name": "Qwen-Image-Edit-2511-NVFP4",
87
+ "type": "unet",
88
+ "hf_repo": "Bedovyy/Qwen-Image-Edit-2511-NVFP4",
89
+ "hf_path": "qwen_image_edit_2511_nvfp4.safetensors",
90
+ "local_path": "models/diffusion_models/qwen_image_edit_2511_nvfp4.safetensors",
91
+ "version": "1.0",
92
+ "description": "(NVIDIA 5xxx series ONLY) Native NVFP4 UNet — full quality at reduced VRAM."
93
+ }
94
+ ],
95
+ "clip": [
96
+ {
97
+ "name": "QIE2511_Text_Encoder",
98
+ "clip_type": "qwen_image",
99
+ "hf_repo": "f5aiteam/CLIP",
100
+ "hf_path": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
101
+ "local_path": "models/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors",
102
+ "version": "1.0",
103
+ "description": "Text encoder for Qwen Image Edit 2511."
104
+ }
105
+ ],
106
+ "vae": [
107
+ {
108
+ "name": "QIE2511 VAE",
109
+ "hf_repo": "Comfy-Org/Qwen-Image_ComfyUI",
110
+ "hf_path": "split_files/vae/qwen_image_vae.safetensors",
111
+ "local_path": "models/vae/qwen_image_vae.safetensors",
112
+ "version": "1.0",
113
+ "description": "Official VAE for Qwen Image Edit 2511."
114
+ }
115
+ ],
116
+ "lora": [
117
+ {
118
+ "name": "VNCCS Clothes Core",
119
+ "hf_repo": "MIUProject/VNCCS",
120
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC1.safetensors",
121
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_ClothesCore-RC1.safetensors",
122
+ "version": "0.1.0",
123
+ "description": "Helps maintain clothing consistency."
124
+ },
125
+ {
126
+ "name": "VNCCS Emotion Core",
127
+ "hf_repo": "MIUProject/VNCCS",
128
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_EmotionCore-RC1.safetensors",
129
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_EmotionCore-RC1.safetensors",
130
+ "version": "0.1.0",
131
+ "description": "Core LoRA for generating character emotions."
132
+ },
133
+ {
134
+ "name": "VNCCS Transfer Clothes",
135
+ "hf_repo": "MIUProject/VNCCS",
136
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_TransferClothes-RC1.safetensors",
137
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_TransferClothes-RC1.safetensors",
138
+ "version": "0.1.0",
139
+ "description": "Helper model for transferring outfits between poses."
140
+ },
141
+ {
142
+ "name": "VNCCS Pose Studio ART",
143
+ "hf_repo": "MIUProject/VNCCS",
144
+ "hf_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.safetensors",
145
+ "local_path": "models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.safetensors",
146
+ "version": "5.0.0",
147
+ "description": "LoRA for VNCCS Pose Studio node."
148
+ },
149
+ {
150
+ "name": "Qwen Image Edit 2511 Lightning",
151
+ "hf_repo": "MIUProject/VNCCS",
152
+ "hf_path": "models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
153
+ "local_path": "models/loras/qwen/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors",
154
+ "version": "1.0.0",
155
+ "description": "4-Step Lightning LoRA for Qwen Image Edit."
156
+ },
157
+ {
158
+ "name": "DMD2 SDXL Lightning",
159
+ "hf_repo": "MIUProject/VNCCS",
160
+ "hf_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
161
+ "local_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
162
+ "version": "1.0.0",
163
+ "description": "4-Step Lightning/Turbo LoRA for SDXL models."
164
+ },
165
+ {
166
+ "name": "Mimimeter",
167
+ "hf_repo": "MIUProject/VNCCS",
168
+ "hf_path": "models/loras/IL/mimimeter.safetensors",
169
+ "local_path": "models/loras/IL/mimimeter.safetensors",
170
+ "version": "1.0.0",
171
+ "description": "SDXL LoRA for age control."
172
+ }
173
+ ],
174
+ "controlnet": [
175
+ {
176
+ "name": "ControlNet AnyTest",
177
+ "hf_repo": "MIUProject/VNCCS",
178
+ "hf_path": "models/controlnet/SDXL/AnytestV4.safetensors",
179
+ "local_path": "models/controlnet/SDXL/AnytestV4.safetensors",
180
+ "version": "4.0.0",
181
+ "description": "SDXL ControlNet for high-quality pose guidance."
182
+ },
183
+ {
184
+ "name": "ControlNet OpenPose Illustrious",
185
+ "hf_repo": "MIUProject/VNCCS",
186
+ "hf_path": "models/controlnet/SDXL/IllustriousXL_openpose.safetensors",
187
+ "local_path": "models/controlnet/SDXL/IllustriousXL_openpose.safetensors",
188
+ "version": "1.0.0",
189
+ "description": "OpenPose ControlNet optimized for illustrious models."
190
+ }
191
+ ],
192
+ "other": [
193
+ {
194
+ "name": "2x_APISR_RRDB_GAN",
195
+ "hf_repo": "MIUProject/VNCCS",
196
+ "hf_path": "models/upscale_models/2x_APISR_RRDB_GAN_generator.pth",
197
+ "local_path": "models/upscale_models/2x_APISR_RRDB_GAN_generator.pth",
198
+ "version": "1.0.0",
199
+ "description": "Anime Production Inspired Real-World Anime Super-Resolution."
200
+ },
201
+ {
202
+ "name": "4x_APISR_GRL_GAN",
203
+ "hf_repo": "MIUProject/VNCCS",
204
+ "hf_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
205
+ "local_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
206
+ "version": "1.0.0",
207
+ "description": "4x Anime Production Inspired GRL GAN Super-Resolution."
208
+ }
209
+ ]
210
+ }
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/controlnet/SDXL/AnytestV4.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807aa29189c10660dff77a5bbfcf5cf39d60f7780199db36db36a9096e11ace7
3
+ size 2502139104
models/controlnet/SDXL/IllustriousXL_openpose.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d8bacf24534dc6f2716f5d0ffa6085571928776f8687565ef290a17d9f3615c
3
+ size 2502140008
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-RC1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33fb6e14530f8ae7cd15e7ea757957eafdd1085642152f23d60797478b5b386a
3
+ size 295146200
models/loras/qwen/VNCCS/VNCCS_QIE2511_EmotionCore-RC1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047c51bc58264e67efae0ede0d61ddf1829d65a0834d79bb9820f6c878783163
3
+ size 295146176
models/loras/qwen/VNCCS/VNCCS_QIE2511_PoseStudio_ART_V5.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19a546802f37a4f5df7799459b521c8349a69bcd87196f19252ed4913371b22
3
+ size 590058864
models/loras/qwen/VNCCS/VNCCS_QIE2511_TransferClothes-RC1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d97165a5e5c285d8ecbe4730f0fbd954ec36112bc32591442d968a271ba788b
3
+ size 295146176
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