Browse Source

update script

update DB
pull/539/head
Dr.Lt.Data 8 months ago
parent
commit
37c91225de
  1. 9
      extension-node-map.json
  2. 4
      github-stats.json
  3. 20
      node_db/new/custom-node-list.json
  4. 9
      node_db/new/extension-node-map.json
  5. 2
      scan.sh

9
extension-node-map.json

@ -5284,6 +5284,15 @@
"title_aux": "ComfyUI-MotionCtrl-SVD" "title_aux": "ComfyUI-MotionCtrl-SVD"
} }
], ],
"https://github.com/chaojie/ComfyUI-MuseV": [
[
"MuseVRun"
],
{
"author": "infguo",
"title_aux": "ComfyUI-MuseV"
}
],
"https://github.com/chaojie/ComfyUI-Open-Sora": [ "https://github.com/chaojie/ComfyUI-Open-Sora": [
[ [
"OpenSoraLoader", "OpenSoraLoader",

4
github-stats.json

@ -2666,5 +2666,9 @@
"https://github.com/comfyanonymous/ComfyUI": { "https://github.com/comfyanonymous/ComfyUI": {
"stars": 30467, "stars": 30467,
"last_update": "2024-04-02 07:38:10" "last_update": "2024-04-02 07:38:10"
},
"https://github.com/chaojie/ComfyUI-MuseV": {
"stars": 2,
"last_update": "2024-04-02 15:39:23"
} }
} }

20
node_db/new/custom-node-list.json

@ -10,6 +10,16 @@
}, },
{
"author": "chaojie",
"title": "ComfyUI-MuseV",
"reference": "https://github.com/chaojie/ComfyUI-MuseV",
"files": [
"https://github.com/chaojie/ComfyUI-MuseV"
],
"install_type": "git-clone",
"description": "ComfyUI MuseV"
},
{ {
"author": "DrMWeigand", "author": "DrMWeigand",
"title": "ComfyUI Color Detection Nodes", "title": "ComfyUI Color Detection Nodes",
@ -681,16 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "DragAnything" "description": "DragAnything"
},
{
"author": "chaojie",
"title": "ComfyUI-Trajectory",
"reference": "https://github.com/chaojie/ComfyUI-Trajectory",
"files": [
"https://github.com/chaojie/ComfyUI-Trajectory"
],
"install_type": "git-clone",
"description": "ComfyUI Trajectory"
} }
] ]
} }

9
node_db/new/extension-node-map.json

@ -5284,6 +5284,15 @@
"title_aux": "ComfyUI-MotionCtrl-SVD" "title_aux": "ComfyUI-MotionCtrl-SVD"
} }
], ],
"https://github.com/chaojie/ComfyUI-MuseV": [
[
"MuseVRun"
],
{
"author": "infguo",
"title_aux": "ComfyUI-MuseV"
}
],
"https://github.com/chaojie/ComfyUI-Open-Sora": [ "https://github.com/chaojie/ComfyUI-Open-Sora": [
[ [
"OpenSoraLoader", "OpenSoraLoader",

2
scan.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm ~/.tmp/default/*.py > /dev/null 2>&1 rm ~/.tmp/default/*.py > /dev/null 2>&1
python scanner.py ~/.tmp/default $@ python scanner.py ~/.tmp/default $*
cp extension-node-map.json node_db/new/. cp extension-node-map.json node_db/new/.
echo Integrity check echo Integrity check

Loading…
Cancel
Save