From f7892070d85c92594faa947b67eea9e260afcddb Mon Sep 17 00:00:00 2001 From: ArtBot2023 <144081231+ArtBot2023@users.noreply.github.com> Date: Tue, 5 Sep 2023 23:02:51 +0800 Subject: [PATCH] add CharacterFaceSwap --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 953a59a..8c6f44d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1820,6 +1820,16 @@ ], "install_type": "unzip", "description": "Various image processing nodes." - } + }, + { + "author": "ArtBot2023", + "title": "Character Face Swap", + "reference": "https://github.com/ArtBot2023/CharacterFaceSwap", + "files": [ + "https://github.com/ArtBot2023/CharacterFaceSwap" + ], + "install_type": "git-clone", + "description": "Character face swap with LoRA and embeddings." + } ] }