diff --git a/custom-node-list.json b/custom-node-list.json index c850bd9..1cc4802 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2980,6 +2980,16 @@ "install_type": "git-clone", "description": "ComfyUI Portrait Master 简体中文版." }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-Q-Align", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align" + ], + "install_type": "git-clone", + "description": "Nodes:Q-Align Scoring. Implementation of [a/Q-Align](https://arxiv.org/abs/2312.17090) for ComfyUI" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -3924,6 +3934,16 @@ "install_type": "git-clone", "description": "Photoshop custom nodes inside of ComfyUi, send and get data via Photoshop UXP plugin for cross platform support" }, + { + "author": "Ryuukeisyou", + "title": "comfyui_image_io_helpers", + "reference": "https://github.com/Ryuukeisyou/comfyui_image_io_helpers", + "files": [ + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers" + ], + "install_type": "git-clone", + "description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64." + }, diff --git a/extension-node-map.json b/extension-node-map.json index a783885..f304548 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1492,6 +1492,18 @@ "title_aux": "comfyui_face_parsing" } ], + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers": [ + [ + "ImageLoadAsMaskByPath(ImageIOHelpers)", + "ImageLoadByPath(ImageIOHelpers)", + "ImageLoadFromBase64(ImageIOHelpers)", + "ImageSaveAsBase64(ImageIOHelpers)", + "ImageSaveToPath(ImageIOHelpers)" + ], + { + "title_aux": "comfyui_image_io_helpers" + } + ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ [ "ImageDuplicator", @@ -2523,6 +2535,14 @@ "title_aux": "ComfyUI-Gemini" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ + [ + "QAlign_Zho" + ], + { + "title_aux": "ComfyUI-Q-Align" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [ [ "AlphaChanelAddByMask", @@ -4376,7 +4396,6 @@ "ImageGridComposite2x2", "ImageGridComposite3x3", "InjectNoiseToLatent", - "MarigoldVAELoader", "NormalizeLatent", "OffsetMask", "ReferenceOnlySimple3", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 92514d6..aff93c2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,7 +10,26 @@ }, - + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-Q-Align", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align" + ], + "install_type": "git-clone", + "description": "Nodes:Q-Align Scoring. Implementation of [a/Q-Align](https://arxiv.org/abs/2312.17090) for ComfyUI" + }, + { + "author": "Ryuukeisyou", + "title": "comfyui_image_io_helpers", + "reference": "https://github.com/Ryuukeisyou/comfyui_image_io_helpers", + "files": [ + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers" + ], + "install_type": "git-clone", + "description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64." + }, { "author": "Millyarde", "title": "Pomfy - Photoshop and ComfyUI 2-way sync", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a783885..f304548 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1492,6 +1492,18 @@ "title_aux": "comfyui_face_parsing" } ], + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers": [ + [ + "ImageLoadAsMaskByPath(ImageIOHelpers)", + "ImageLoadByPath(ImageIOHelpers)", + "ImageLoadFromBase64(ImageIOHelpers)", + "ImageSaveAsBase64(ImageIOHelpers)", + "ImageSaveToPath(ImageIOHelpers)" + ], + { + "title_aux": "comfyui_image_io_helpers" + } + ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ [ "ImageDuplicator", @@ -2523,6 +2535,14 @@ "title_aux": "ComfyUI-Gemini" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ + [ + "QAlign_Zho" + ], + { + "title_aux": "ComfyUI-Q-Align" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [ [ "AlphaChanelAddByMask", @@ -4376,7 +4396,6 @@ "ImageGridComposite2x2", "ImageGridComposite3x3", "InjectNoiseToLatent", - "MarigoldVAELoader", "NormalizeLatent", "OffsetMask", "ReferenceOnlySimple3",