diff --git a/custom-node-list.json b/custom-node-list.json index e0974440..149df958 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2399,6 +2399,16 @@ "install_type": "git-clone", "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" }, + { + "author": "kijai", + "title": "ComfyUI-DynamiCrafterWrapper", + "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", diff --git a/model-list.json b/model-list.json index f61e643a..b0056c2d 100644 --- a/model-list.json +++ b/model-list.json @@ -2329,6 +2329,26 @@ "reference": "https://github.com/ChaoningZhang/MobileSAM/", "filename": "mobile_sam.pt", "url": "https://github.com/ChaoningZhang/MobileSAM/blob/master/weights/mobile_sam.pt" + }, + { + "name": "DynamiCrafter 1024 bf16 safetensors", + "type": "checkpoints", + "base": "DynamiCrafter", + "save_path": "checkpoints/dynamicrafter", + "description": "DynamiCrafter image2video model 1024x575", + "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", + "filename": "dynamicrafter_1024_v1_bf16.safetensors", + "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_1024_v1_bf16.safetensors" + }, + { + "name": "DynamiCrafter 512 interpolation bf16 safetensors", + "type": "checkpoints", + "base": "DynamiCrafter", + "save_path": "checkpoints/dynamicrafter", + "description": "DynamiCrafter image2video interpolation model 512", + "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", + "filename": "dynamicrafter_512_interp_v1_bf16.safetensors", + "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_512_interp_v1_bf16.safetensors" } ] }