mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 10:02:28 +08:00
update script
update DB
This commit is contained in:
parent
7a97328e4b
commit
37c91225de
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
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…
Reference in New Issue
Block a user