MIUProject commited on
Commit
dd0155e
·
verified ·
1 Parent(s): 4d3233c

Upload model_updater.json

Browse files
Files changed (1) hide show
  1. model_updater.json +145 -0
model_updater.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": [
3
+ {
4
+ "name": "VN Character Sheet",
5
+ "hf_path": "models/loras/vn_character_sheet_v4.safetensors",
6
+ "local_path": "models/loras/vn_character_sheet_v4.safetensors",
7
+ "version": "4.0.0",
8
+ "description": "Latest V4 LoRA for creating consistent character sheets."
9
+ },
10
+ {
11
+ "name": "VN Character Sheet",
12
+ "hf_path": "models/loras/vn_character_sheet.safetensors",
13
+ "local_path": "models/loras/vn_character_sheet.safetensors",
14
+ "version": "1.0.0",
15
+ "description": "Legacy V1 LoRA for character sheets."
16
+ },
17
+ {
18
+ "name": "VNCCS Clothes Helper",
19
+ "hf_path": "models/loras/qwen/VNCCS/ClothesHelperUltimateV1_000005100.safetensors",
20
+ "local_path": "models/loras/VNCCS/ClothesHelperUltimateV1_000005100.safetensors",
21
+ "version": "1.0.0",
22
+ "description": "Helps maintain clothing consistency (V1)."
23
+ },
24
+ {
25
+ "name": "VNCCS Emotion Core",
26
+ "hf_path": "models/loras/qwen/VNCCS/EmotionCoreV1_000003000.safetensors",
27
+ "local_path": "models/loras/VNCCS/EmotionCoreV1_000003000.safetensors",
28
+ "version": "1.0.0",
29
+ "description": "Core LoRA for generating character emotions."
30
+ },
31
+ {
32
+ "name": "VNCCS Transfer Clothes",
33
+ "hf_path": "models/loras/qwen/VNCCS/TransferClothes_000006700.safetensors",
34
+ "local_path": "models/loras/VNCCS/TransferClothes_000006700.safetensors",
35
+ "version": "1.0.0",
36
+ "description": "Helper model for transferring outfits between poses."
37
+ },
38
+ {
39
+ "name": "VNCCS Poser Helper",
40
+ "hf_path": "models/loras/qwen/VNCCS/poser_helper_v2_000004200.safetensors",
41
+ "local_path": "models/loras/VNCCS/poser_helper_v2_000004200.safetensors",
42
+ "version": "2.0.0",
43
+ "description": "V2 Helper for pose alignment and stability."
44
+ },
45
+ {
46
+ "name": "ControlNet AnyTest",
47
+ "hf_path": "models/controlnet/SDXL/AnytestV4.safetensors",
48
+ "local_path": "models/controlnet/AnytestV4.safetensors",
49
+ "version": "4.0.0",
50
+ "description": "SDXL ControlNet for high-quality pose guidance."
51
+ },
52
+ {
53
+ "name": "ControlNet OpenPose Illustrious",
54
+ "hf_path": "models/controlnet/SDXL/IllustriousXL_openpose.safetensors",
55
+ "local_path": "models/controlnet/IllustriousXL_openpose.safetensors",
56
+ "version": "1.0.0",
57
+ "description": "OpenPose ControlNet optimized for anime/illustrious style."
58
+ },
59
+ {
60
+ "name": "DMD2 SDXL Lightning",
61
+ "hf_path": "models/loras/DMD2/dmd2_sdxl_4step_lora_fp16.safetensors",
62
+ "local_path": "models/loras/dmd2_sdxl_4step_lora_fp16.safetensors",
63
+ "version": "1.0.0",
64
+ "description": "4-Step Lightning/Turbo LoRA for fast generation."
65
+ },
66
+ {
67
+ "name": "Mimimeter",
68
+ "hf_path": "models/loras/IL/mimimeter.safetensors",
69
+ "local_path": "models/loras/mimimeter.safetensors",
70
+ "version": "1.0.0",
71
+ "description": "LoRA for specific measuring/referencing."
72
+ },
73
+ {
74
+ "name": "YOLOv8 Face (Medium)",
75
+ "hf_path": "models/ultralytics/bbox/face_yolov8m.pt",
76
+ "local_path": "models/ultralytics/bbox/face_yolov8m.pt",
77
+ "version": "8.0.0",
78
+ "description": "Medium-sized YOLOv8 model for face detection."
79
+ },
80
+ {
81
+ "name": "YOLOv9 Face (Compact)",
82
+ "hf_path": "models/ultralytics/bbox/face_yolov9c.pt",
83
+ "local_path": "models/ultralytics/bbox/face_yolov9c.pt",
84
+ "version": "9.0.0",
85
+ "description": "Compact YOLOv9 model for face detection."
86
+ },
87
+ {
88
+ "name": "YOLOv8 Hand (Small)",
89
+ "hf_path": "models/ultralytics/bbox/hand_yolov8s.pt",
90
+ "local_path": "models/ultralytics/bbox/hand_yolov8s.pt",
91
+ "version": "8.0.0",
92
+ "description": "Small YOLOv8 model for hand detection."
93
+ },
94
+ {
95
+ "name": "YOLOv8 Foot (Large)",
96
+ "hf_path": "models/ultralytics/bbox/foot-yolov8l.pt",
97
+ "local_path": "models/ultralytics/bbox/foot-yolov8l.pt",
98
+ "version": "8.0.0",
99
+ "description": "Large YOLOv8 model for foot detection."
100
+ },
101
+ {
102
+ "name": "YOLOv8 Seg Face (Medium)",
103
+ "hf_path": "models/ultralytics/segm/face_yolov8m-seg_60.pt",
104
+ "local_path": "models/ultralytics/segm/face_yolov8m-seg_60.pt",
105
+ "version": "8.0.0",
106
+ "description": "Segmentation model for faces."
107
+ },
108
+ {
109
+ "name": "YOLOv8 Seg Hair (Nano)",
110
+ "hf_path": "models/ultralytics/segm/hair_yolov8n-seg_60.pt",
111
+ "local_path": "models/ultralytics/segm/hair_yolov8n-seg_60.pt",
112
+ "version": "8.0.0",
113
+ "description": "Nano segmentation model for hair."
114
+ },
115
+ {
116
+ "name": "YOLOv8 Seg Person (Medium)",
117
+ "hf_path": "models/ultralytics/segm/person_yolov8m-seg.pt",
118
+ "local_path": "models/ultralytics/segm/person_yolov8m-seg.pt",
119
+ "version": "8.0.0",
120
+ "description": "Segmentation model for full person."
121
+ },
122
+ {
123
+ "name": "SAM ViT-B (Segment Anything)",
124
+ "hf_path": "models/sams/sam_vit_b_01ec64.pth",
125
+ "local_path": "models/sams/sam_vit_b_01ec64.pth",
126
+ "version": "1.0.0",
127
+ "description": "Vision Transformer Base model for Segment Anything."
128
+ },
129
+ {
130
+ "name": "APISR 2x RRDB",
131
+ "hf_path": "models/upscale_models/2x_APISR_RRDB_GAN_generator.pth",
132
+ "local_path": "models/upscale_models/2x_APISR_RRDB_GAN_generator.pth",
133
+ "version": "1.0.0",
134
+ "description": "Upscaler: 2x Anime Production Oriented ISR (RRDB)."
135
+ },
136
+ {
137
+ "name": "APISR 4x GRL",
138
+ "hf_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
139
+ "local_path": "models/upscale_models/4x_APISR_GRL_GAN_generator.pth",
140
+ "version": "1.0.0",
141
+ "description": "Upscaler: 4x Anime Production Oriented ISR (GRL)."
142
+ }
143
+ ],
144
+ "config_version": "1.0"
145
+ }