From 0244d2058b93875a9fad9380a08732b1444d4c16 Mon Sep 17 00:00:00 2001 From: FuouM Date: Sat, 29 Jun 2024 13:18:34 +0700 Subject: [PATCH] Add ComfyUI-FirstOrderMM node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d4d29fed..614e19e5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11334,6 +11334,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Fuou Marinas", + "title": "ComfyUI-FirstOrderMM", + "id": "fomm", + "reference": "https://github.com/FuouM/ComfyUI-FirstOrderMM", + "files": [ + "https://github.com/FuouM/ComfyUI-FirstOrderMM" + ], + "install_type": "git-clone", + "description": "Run First Order Motion Model for Image Animation in ComfyUI." } ] }