From 63f81442e4d312e0c4eca9903ed598f8b2ab6ee1 Mon Sep 17 00:00:00 2001 From: Fuou Marinas <57849916+FuouM@users.noreply.github.com> Date: Sat, 29 Jun 2024 13:38:19 +0700 Subject: [PATCH] Add ComfyUI-FirstOrderMM node (#825) --- 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." } ] }