diff --git a/extension-node-map.json b/extension-node-map.json index bdaf542c..fd742501 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -272,6 +272,20 @@ "title_aux": "ComfyUI Deploy" } ], + "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ + [ + "BatchJoinAudio", + "CutAudio", + "DuplicateAudio", + "JoinAudio", + "ResampleAudio", + "ReverseAudio", + "StretchAudio" + ], + { + "title_aux": "Waveform Extensions" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -1912,6 +1926,7 @@ "CR Schedule To ScheduleList", "CR Seed", "CR Seed to Int", + "CR Select Font", "CR Select Model", "CR Set Value On Binary", "CR Set Value On Boolean", @@ -1978,7 +1993,7 @@ ], { "author": "Suzie1", - "description": "164 custom nodes for artists, designers and animators.", + "description": "165 custom nodes for artists, designers and animators.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -3351,6 +3366,15 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], + "https://github.com/chaojie/ComfyUI-DragNUWA": [ + [ + "DragNUWA Run", + "Load CheckPoint DragNUWA" + ], + { + "title_aux": "ComfyUI-DragNUWA" + } + ], "https://github.com/chaojie/ComfyUI-MotionCtrl": [ [ "Load Motion Camera Preset", @@ -4657,6 +4681,8 @@ ], "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ [ + "DynamicTileMerge", + "DynamicTileSplit", "TileCalc", "TileMerge", "TileSplit" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ee77e8f4..7b47e7aa 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-DragNUWA", + "reference": "https://github.com/chaojie/ComfyUI-DragNUWA", + "files": [ + "https://github.com/chaojie/ComfyUI-DragNUWA" + ], + "install_type": "git-clone", + "description": "Nodes: Download the weights of DragNUWA [a/drag_nuwa_svd.pth](https://drive.google.com/file/d/1Z4JOley0SJCb35kFF4PCc6N6P1ftfX4i/view) and put it to ComfyUI/models/checkpoints/drag_nuwa_svd.pth" + }, { "author": "chflame163", "title": "ComfyUI_WordCloud", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bdaf542c..fd742501 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -272,6 +272,20 @@ "title_aux": "ComfyUI Deploy" } ], + "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ + [ + "BatchJoinAudio", + "CutAudio", + "DuplicateAudio", + "JoinAudio", + "ResampleAudio", + "ReverseAudio", + "StretchAudio" + ], + { + "title_aux": "Waveform Extensions" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -1912,6 +1926,7 @@ "CR Schedule To ScheduleList", "CR Seed", "CR Seed to Int", + "CR Select Font", "CR Select Model", "CR Set Value On Binary", "CR Set Value On Boolean", @@ -1978,7 +1993,7 @@ ], { "author": "Suzie1", - "description": "164 custom nodes for artists, designers and animators.", + "description": "165 custom nodes for artists, designers and animators.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -3351,6 +3366,15 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], + "https://github.com/chaojie/ComfyUI-DragNUWA": [ + [ + "DragNUWA Run", + "Load CheckPoint DragNUWA" + ], + { + "title_aux": "ComfyUI-DragNUWA" + } + ], "https://github.com/chaojie/ComfyUI-MotionCtrl": [ [ "Load Motion Camera Preset", @@ -4657,6 +4681,8 @@ ], "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ [ + "DynamicTileMerge", + "DynamicTileSplit", "TileCalc", "TileMerge", "TileSplit"