From 535dafade54caf11df8752e024c99be44b5f6eae Mon Sep 17 00:00:00 2001 From: Mel Massadian Date: Sat, 22 Jul 2023 19:23:40 +0200 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E2=9A=A1=EF=B8=8F=20add=20the=200.1?= =?UTF-8?q?.0=20node=20list=20for=20mtb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension-node-map.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 51ea9e2..e8d3aea 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -914,22 +914,22 @@ "RawTextReplace" ], "https://github.com/melMass/comfy_mtb": [ - "B Box From Mask (mtb)", + "Animation Builder (mtb)", + "Bbox (mtb)", + "Bbox From Mask (mtb)", "Blur (mtb)", - "Bounding Box (mtb)", "Color Correct (mtb)", "Colored Image (mtb)", "Concat Images (mtb)", "Crop (mtb)", + "Debug (mtb)", "Deep Bump (mtb)", - "Deglaze Image (mtb)", - "Denoise (mtb)", "Export To Prores (mtb)", "Face Swap (mtb)", "Film Interpolation (mtb)", + "Fit Number (mtb)", "Float To Number (mtb)", "Get Batch From History (mtb)", - "Hsv To Rgb (mtb)", "Image Compare (mtb)", "Image Premultiply (mtb)", "Image Remove Background Rembg (mtb)", @@ -945,13 +945,11 @@ "Load Image From Url (mtb)", "Load Image Sequence (mtb)", "Mask To Image (mtb)", - "Mtb Examples (mtb)", "Qr Code (mtb)", "Restore Face (mtb)", - "Rgb To Hsv (mtb)", + "Save Gif (mtb)", "Save Image Grid (mtb)", "Save Image Sequence (mtb)", - "Save Tensors (mtb)", "Smart Step (mtb)", "String Replace (mtb)", "Styles Loader (mtb)", @@ -1118,4 +1116,4 @@ "DTPromptAgent", "DTPromptAgentString" ] -} \ No newline at end of file +} From 4f4f04eed7bacbb0b9b78045c128b3547c23f8fe Mon Sep 17 00:00:00 2001 From: melMass Date: Sat, 22 Jul 2023 19:40:18 +0200 Subject: [PATCH 2/2] Update model-list.json --- model-list.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/model-list.json b/model-list.json index f8ca864..192bed4 100644 --- a/model-list.json +++ b/model-list.json @@ -70,6 +70,56 @@ "filename": "4x-UltraSharp.pth", "url": "https://huggingface.co/datasets/Kizi-Art/Upscale/resolve/fa98e357882a23b8e7928957a39462fbfaee1af5/4x-UltraSharp.pth" }, + { + "name": "Inswapper (face swap)", + "type": "insightface", + "base" : "inswapper", + "save_path": "insightface", + "description": "Checkpoint of the insightface swapper model (used by Comfy-Roop and comfy_mtb)", + "reference": "https://huggingface.co/deepinsight/inswapper/", + "filename": "inswapper_128.onnx", + "url": "https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx" + }, + { + "name": "Deepbump", + "type": "deepbump", + "base": "deepbump", + "save_path": "deepbump", + "description": "Checkpoint of the deepbump model to generate height and normal maps textures from an image (requires comfy_mtb)", + "reference": "https://github.com/HugoTini/DeepBump", + "filename": "deepbump256.onnx", + "url": "https://github.com/HugoTini/DeepBump/raw/master/deepbump256.onnx" + }, + { + "name": "GFPGAN 1.3", + "type": "face_restore", + "base": "face_restore", + "save_path": "face_restore", + "description": "Face restoration", + "reference": "https://github.com/TencentARC/GFPGAN", + "filename": "GFPGANv1.3.pth", + "url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth" + }, + { + "name": "GFPGAN 1.4", + "type": "face_restore", + "base": "face_restore", + "save_path": "face_restore", + "description": "Face restoration", + "reference": "https://github.com/TencentARC/GFPGAN", + "filename": "GFPGANv1.4.pth", + "url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth" + }, + { + "name": "RestoreFormer", + "type": "face_restore", + "base": "face_restore", + "save_path": "face_restore", + "description": "Face restoration", + "reference": "https://github.com/TencentARC/GFPGAN", + "filename": "RestoreFormer.pth", + "url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/RestoreFormer.pth" + }, { "name": "negative_hand Negative Embedding", "type": "embeddings", @@ -571,4 +621,4 @@ "url": "https://huggingface.co/shi-labs/prompt-free-diffusion/resolve/main/pretrained/pfd/seecoder/seecoder-anime-v1-0.safetensors" } ] -} \ No newline at end of file +}