From 37c91225dea24f4c776ee073ed1e149cd5ea941a Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 3 Apr 2024 00:43:47 +0900 Subject: [PATCH] update script update DB --- extension-node-map.json | 9 +++++++++ github-stats.json | 4 ++++ node_db/new/custom-node-list.json | 20 ++++++++++---------- node_db/new/extension-node-map.json | 9 +++++++++ scan.sh | 2 +- 5 files changed, 33 insertions(+), 11 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index d24d3ca..3984e2b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5284,6 +5284,15 @@ "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": [ [ "OpenSoraLoader", diff --git a/github-stats.json b/github-stats.json index 9d75d61..e89ab3f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2666,5 +2666,9 @@ "https://github.com/comfyanonymous/ComfyUI": { "stars": 30467, "last_update": "2024-04-02 07:38:10" + }, + "https://github.com/chaojie/ComfyUI-MuseV": { + "stars": 2, + "last_update": "2024-04-02 15:39:23" } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 18fa20b..ecd2c9a 100644 --- a/node_db/new/custom-node-list.json +++ b/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", "title": "ComfyUI Color Detection Nodes", @@ -681,16 +691,6 @@ ], "install_type": "git-clone", "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" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d24d3ca..3984e2b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5284,6 +5284,15 @@ "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": [ [ "OpenSoraLoader", diff --git a/scan.sh b/scan.sh index ef6e434..f1f088e 100755 --- a/scan.sh +++ b/scan.sh @@ -1,6 +1,6 @@ #!/bin/bash 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/. echo Integrity check