Browse Source

update DB

pull/365/head
dr.lt.data 10 months ago
parent
commit
65699ead73
  1. 10
      model-list.json
  2. 12
      node_db/new/model-list.json

10
model-list.json

@ -1740,6 +1740,16 @@
"reference": "https://github.com/xinntao/facexlib", "reference": "https://github.com/xinntao/facexlib",
"filename": "yolov5n-face.pth", "filename": "yolov5n-face.pth",
"url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5n-face.pth" "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5n-face.pth"
},
{
"name": "photomaker-v1.bin",
"type": "photomaker",
"base": "photomaker",
"save_path": "photomaker",
"description": "PhotoMaker model",
"reference": "https://huggingface.co/TencentARC/PhotoMaker",
"filename": "photomaker-v1.bin",
"url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin"
} }
] ]
} }

12
node_db/new/model-list.json

@ -1,5 +1,16 @@
{ {
"models": [ "models": [
{
"name": "photomaker-v1.bin",
"type": "photomaker",
"base": "photomaker",
"save_path": "photomaker",
"description": "PhotoMaker model",
"reference": "https://huggingface.co/TencentARC/PhotoMaker",
"filename": "photomaker-v1.bin",
"url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin"
},
{ {
"name": "TencentARC/motionctrl.pth", "name": "TencentARC/motionctrl.pth",
"type": "checkpoints", "type": "checkpoints",
@ -10,7 +21,6 @@
"filename": "motionctrl.pth", "filename": "motionctrl.pth",
"url": "https://huggingface.co/TencentARC/MotionCtrl/resolve/main/motionctrl.pth" "url": "https://huggingface.co/TencentARC/MotionCtrl/resolve/main/motionctrl.pth"
}, },
{ {
"name": "ip-adapter-faceid-plusv2_sd15.bin", "name": "ip-adapter-faceid-plusv2_sd15.bin",
"type": "IP-Adapter", "type": "IP-Adapter",

Loading…
Cancel
Save