mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
Add DynamiCrafterWrapper node and models
This commit is contained in:
parent
983998e737
commit
85a1d43c60
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user