Browse Source

Merge pull request #30 from melMass/patch-1

fix: ️ node list & models for mtb
pull/33/head
Dr.Lt.Data 1 year ago committed by GitHub
parent
commit
d1548b3128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      extension-node-map.json
  2. 52
      model-list.json

16
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"
]
}
}

52
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"
}
]
}
}

Loading…
Cancel
Save