MIUProject commited on
Commit
761ec42
·
verified ·
1 Parent(s): 4c9b7fa

Upload model_updater.json

Browse files
Files changed (1) hide show
  1. model_updater.json +26 -0
model_updater.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": [
3
+ {
4
+ "name": "VNCCS Main Model",
5
+ "hf_path": "models/loras/VNCCS/qwen/ClothesHelperUltimateV1_000005100.safetensors",
6
+ "local_path": "models/loras/VNCCS/qwen/ClothesHelperUltimateV1_000005100.safetensors",
7
+ "version": "1.0.0",
8
+ "description": "The primary checkpoint for character generation."
9
+ },
10
+ {
11
+ "name": "Pose ControlNet",
12
+ "hf_path": "controlnet_pose.safetensors",
13
+ "local_path": "models/controlnet/vnccs_pose.safetensors",
14
+ "version": "1.2.0",
15
+ "description": "ControlNet for managing character poses."
16
+ },
17
+ {
18
+ "name": "Clothing LoRA",
19
+ "hf_path": "clothing_lora_v2.safetensors",
20
+ "local_path": "models/loras/clothing_v2.safetensors",
21
+ "version": "2.1.0",
22
+ "description": "LoRA for enhanced clothing details."
23
+ }
24
+ ],
25
+ "config_version": "1.0"
26
+ }