Browse Source

update DB

fix README.md
pull/376/head
Dr.Lt.Data 10 months ago
parent
commit
a972a74df5
  1. 2
      README.md
  2. 21
      custom-node-list.json
  3. 26
      extension-node-map.json
  4. 142
      node_db/new/custom-node-list.json
  5. 26
      node_db/new/extension-node-map.json

2
README.md

@ -274,7 +274,7 @@ NODE_CLASS_MAPPINGS.update({
* For cases where nodes like `PreviewTextNode` from `ComfyUI_Custom_Nodes_AlekPet` are only supported as front-end nodes, we currently do not provide missing nodes for them. * For cases where nodes like `PreviewTextNode` from `ComfyUI_Custom_Nodes_AlekPet` are only supported as front-end nodes, we currently do not provide missing nodes for them.
* Currently, `vid2vid` is not being updated, causing compatibility issues. * Currently, `vid2vid` is not being updated, causing compatibility issues.
* If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows * If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows
* Edit `config.ini` file: add `windows_selector_event_loop_policy = False` * Edit `config.ini` file: add `windows_selector_event_loop_policy = True`
## TODO: Unconventional form of custom node list ## TODO: Unconventional form of custom node list

21
custom-node-list.json

@ -4694,6 +4694,27 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Custom Node to Rotate Images, Img2Img node." "description": "ComfyUI Custom Node to Rotate Images, Img2Img node."
}, },
{
"author": "mape",
"title": "mape's ComfyUI Helpers",
"reference": "https://github.com/mape/ComfyUI-mape-Helpers",
"files": [
"https://github.com/mape/ComfyUI-mape-Helpers"
],
"install_type": "git-clone",
"description": "A project that combines all my qualify of life improvements for ComyUI. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)"
},
{
"author": "zhongpei",
"title": "Comfyui_image2prompt",
"reference": "https://github.com/zhongpei/Comfyui_image2prompt",
"files": [
"https://github.com/zhongpei/Comfyui_image2prompt"
],
"install_type": "git-clone",
"description": "Nodes:Image to Text, Loader Image to Text Model."
},

26
extension-node-map.json

@ -3751,6 +3751,7 @@
"DragNUWA Run MotionBrush", "DragNUWA Run MotionBrush",
"Get First Image", "Get First Image",
"Get Last Image", "Get Last Image",
"InstantMotionBrush",
"Load CheckPoint DragNUWA", "Load CheckPoint DragNUWA",
"Load MotionBrush From Optical Flow", "Load MotionBrush From Optical Flow",
"Load MotionBrush From Optical Flow Directory", "Load MotionBrush From Optical Flow Directory",
@ -3845,10 +3846,12 @@
], ],
"https://github.com/chflame163/ComfyUI_LayerStyle": [ "https://github.com/chflame163/ComfyUI_LayerStyle": [
[ [
"LayerFilter: ChannelShake",
"LayerFilter: GaussianBlur", "LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur", "LayerFilter: MotionBlur",
"LayerMask: MaskBoxDetect", "LayerMask: MaskBoxDetect",
"LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeShrink",
"LayerMask: MaskGradient",
"LayerMask: MaskGrow", "LayerMask: MaskGrow",
"LayerMask: MaskInvert", "LayerMask: MaskInvert",
"LayerMask: MaskPreview", "LayerMask: MaskPreview",
@ -3859,7 +3862,6 @@
"LayerStyle: InnerShadow", "LayerStyle: InnerShadow",
"LayerStyle: OuterGlow", "LayerStyle: OuterGlow",
"LayerStyle: Stroke", "LayerStyle: Stroke",
"LayerStyle_Illumine",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
"LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvas",
@ -5120,6 +5122,7 @@
], ],
"https://github.com/jitcoder/lora-info": [ "https://github.com/jitcoder/lora-info": [
[ [
"ImageFromURL",
"LoraInfo" "LoraInfo"
], ],
{ {
@ -5797,6 +5800,17 @@
"title_aux": "m957ymj75urz/ComfyUI-Custom-Nodes" "title_aux": "m957ymj75urz/ComfyUI-Custom-Nodes"
} }
], ],
"https://github.com/mape/ComfyUI-mape-Helpers": [
[
"mape Variable"
],
{
"author": "mape",
"description": "Various QoL improvements like prompt tweaking, variable assignment, image preview, fuzzy search, error reporting, organizing and node navigation.",
"title": "mape's helpers",
"title_aux": "mape's ComfyUI Helpers"
}
],
"https://github.com/marhensa/sdxl-recommended-res-calc": [ "https://github.com/marhensa/sdxl-recommended-res-calc": [
[ [
"RecommendedResCalc" "RecommendedResCalc"
@ -7414,6 +7428,7 @@
"easy convertAnything", "easy convertAnything",
"easy detailerFix", "easy detailerFix",
"easy float", "easy float",
"easy fooocusInpaintLoader",
"easy fullLoader", "easy fullLoader",
"easy fullkSampler", "easy fullkSampler",
"easy globalSeed", "easy globalSeed",
@ -7625,6 +7640,15 @@
"title_aux": "ComfyUI_zfkun" "title_aux": "ComfyUI_zfkun"
} }
], ],
"https://github.com/zhongpei/Comfyui_image2prompt": [
[
"Image2Text",
"LoadImage2TextModel"
],
{
"title_aux": "Comfyui_image2prompt"
}
],
"https://github.com/zhuanqianfish/ComfyUI-EasyNode": [ "https://github.com/zhuanqianfish/ComfyUI-EasyNode": [
[ [
"EasyCaptureNode", "EasyCaptureNode",

142
node_db/new/custom-node-list.json

@ -10,6 +10,26 @@
}, },
{
"author": "mape",
"title": "mape's ComfyUI Helpers",
"reference": "https://github.com/mape/ComfyUI-mape-Helpers",
"files": [
"https://github.com/mape/ComfyUI-mape-Helpers"
],
"install_type": "git-clone",
"description": "A project that combines all my qualify of life improvements for ComyUI. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)"
},
{
"author": "zhongpei",
"title": "Comfyui_image2prompt",
"reference": "https://github.com/zhongpei/Comfyui_image2prompt",
"files": [
"https://github.com/zhongpei/Comfyui_image2prompt"
],
"install_type": "git-clone",
"description": "Nodes:Image to Text, Loader Image to Text Model."
},
{ {
"author": "jamal-alkharrat", "author": "jamal-alkharrat",
"title": "ComfyUI_rotate_image", "title": "ComfyUI_rotate_image",
@ -669,128 +689,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Loades:SingleImageDataUrlLoader" "description": "Loades:SingleImageDataUrlLoader"
},
{
"author": "tzwm",
"title": "ComfyUI Profiler",
"reference": "https://github.com/tzwm/comfyui-profiler",
"files": [
"https://github.com/tzwm/comfyui-profiler"
],
"install_type": "git-clone",
"description": "Calculate the execution time of all nodes."
},
{
"author": "Hangover3832",
"title": "ComfyUI-Hangover-Nodes",
"reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes",
"files": [
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes"
],
"install_type": "git-clone",
"description": "Nodes: MS kosmos-2 Interrogator, Save Image w/o Metadata, Image Scale Bounding Box. An implementation of Microsoft [a/kosmos-2](https://huggingface.co/microsoft/kosmos-2-patch14-224) image to text transformer."
},
{
"author": "celsojr2013",
"title": "ComfyUI SimpleTools Suit",
"reference": "https://github.com/celsojr2013/comfyui_simpletools",
"files": [
"https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py",
"https://github.com/celsojr2013/comfyui_simpletools/raw/main/parameters.py",
"https://github.com/celsojr2013/comfyui_simpletools/raw/main/resolution_solver.py"
],
"install_type": "copy",
"description": "Nodes:Simple Gooogle Translator Client, Simple Mustache Parameter Switcher, Simple Latent Resolution Solver."
},
{
"author": "MrForExample",
"title": "ComfyUI-3D-Pack",
"reference": "https://github.com/MrForExample/ComfyUI-3D-Pack",
"files": [
"https://github.com/MrForExample/ComfyUI-3D-Pack"
],
"install_type": "git-clone",
"description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)"
},
{
"author": "kft334",
"title": "Knodes",
"reference": "https://github.com/kft334/Knodes",
"files": [
"https://github.com/kft334/Knodes"
],
"install_type": "git-clone",
"description": "Nodes: Image(s) To Websocket (Base64), Load Image (Base64),Load Images (Base64)"
},
{
"author": "alexopus",
"title": "ComfyUI Image Saver",
"reference": "https://github.com/alexopus/ComfyUI-Image-Saver",
"files": [
"https://github.com/alexopus/ComfyUI-Image-Saver"
],
"install_type": "git-clone",
"description": "Allows you to save images with their generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
},
{
"author": "chaojie",
"title": "ComfyUI-MotionCtrl",
"reference": "https://github.com/chaojie/ComfyUI-MotionCtrl",
"files": [
"https://github.com/chaojie/ComfyUI-MotionCtrl"
],
"install_type": "git-clone",
"description": "Nodes: Download the weights of MotionCtrl [a/motionctrl.pth](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth) and put it to ComfyUI/models/checkpoints"
},
{
"author": "hinablue",
"title": "ComfyUI 3D Pose Editor",
"reference": "https://github.com/hinablue/ComfyUI_3dPoseEditor",
"files": [
"https://github.com/hinablue/ComfyUI_3dPoseEditor"
],
"install_type": "git-clone",
"description": "Nodes:3D Pose Editor"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-ArtGallery",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery"
],
"install_type": "git-clone",
"description": "Prompt Visualization | Art Gallery\n[w/WARN: Installation requires 2GB of space, and it will involve a long download time.]"
},
{
"author": "SiliconFlow",
"title": "OneDiff Nodes",
"reference": "https://github.com/siliconflow/onediff_comfy_nodes",
"files": [
"https://github.com/siliconflow/onediff_comfy_nodes"
],
"install_type": "git-clone",
"description": "[a/Onediff](https://github.com/siliconflow/onediff) ComfyUI Nodes."
},
{
"author": "flowtyone",
"title": "ComfyUI-Flowty-LDSR",
"reference": "https://github.com/flowtyone/ComfyUI-Flowty-LDSR",
"files": [
"https://github.com/flowtyone/ComfyUI-Flowty-LDSR"
],
"install_type": "git-clone",
"description": "This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI."
},
{
"author": "massao000",
"title": "ComfyUI_aspect_ratios",
"reference": "https://github.com/massao000/ComfyUI_aspect_ratios",
"files": [
"https://github.com/massao000/ComfyUI_aspect_ratios"
],
"install_type": "git-clone",
"description": "Aspect ratio selector for ComfyUI based on [a/sd-webui-ar](https://github.com/alemelis/sd-webui-ar?tab=readme-ov-file)."
} }
] ]
} }

26
node_db/new/extension-node-map.json

@ -3751,6 +3751,7 @@
"DragNUWA Run MotionBrush", "DragNUWA Run MotionBrush",
"Get First Image", "Get First Image",
"Get Last Image", "Get Last Image",
"InstantMotionBrush",
"Load CheckPoint DragNUWA", "Load CheckPoint DragNUWA",
"Load MotionBrush From Optical Flow", "Load MotionBrush From Optical Flow",
"Load MotionBrush From Optical Flow Directory", "Load MotionBrush From Optical Flow Directory",
@ -3845,10 +3846,12 @@
], ],
"https://github.com/chflame163/ComfyUI_LayerStyle": [ "https://github.com/chflame163/ComfyUI_LayerStyle": [
[ [
"LayerFilter: ChannelShake",
"LayerFilter: GaussianBlur", "LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur", "LayerFilter: MotionBlur",
"LayerMask: MaskBoxDetect", "LayerMask: MaskBoxDetect",
"LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeShrink",
"LayerMask: MaskGradient",
"LayerMask: MaskGrow", "LayerMask: MaskGrow",
"LayerMask: MaskInvert", "LayerMask: MaskInvert",
"LayerMask: MaskPreview", "LayerMask: MaskPreview",
@ -3859,7 +3862,6 @@
"LayerStyle: InnerShadow", "LayerStyle: InnerShadow",
"LayerStyle: OuterGlow", "LayerStyle: OuterGlow",
"LayerStyle: Stroke", "LayerStyle: Stroke",
"LayerStyle_Illumine",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
"LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvas",
@ -5120,6 +5122,7 @@
], ],
"https://github.com/jitcoder/lora-info": [ "https://github.com/jitcoder/lora-info": [
[ [
"ImageFromURL",
"LoraInfo" "LoraInfo"
], ],
{ {
@ -5797,6 +5800,17 @@
"title_aux": "m957ymj75urz/ComfyUI-Custom-Nodes" "title_aux": "m957ymj75urz/ComfyUI-Custom-Nodes"
} }
], ],
"https://github.com/mape/ComfyUI-mape-Helpers": [
[
"mape Variable"
],
{
"author": "mape",
"description": "Various QoL improvements like prompt tweaking, variable assignment, image preview, fuzzy search, error reporting, organizing and node navigation.",
"title": "mape's helpers",
"title_aux": "mape's ComfyUI Helpers"
}
],
"https://github.com/marhensa/sdxl-recommended-res-calc": [ "https://github.com/marhensa/sdxl-recommended-res-calc": [
[ [
"RecommendedResCalc" "RecommendedResCalc"
@ -7414,6 +7428,7 @@
"easy convertAnything", "easy convertAnything",
"easy detailerFix", "easy detailerFix",
"easy float", "easy float",
"easy fooocusInpaintLoader",
"easy fullLoader", "easy fullLoader",
"easy fullkSampler", "easy fullkSampler",
"easy globalSeed", "easy globalSeed",
@ -7625,6 +7640,15 @@
"title_aux": "ComfyUI_zfkun" "title_aux": "ComfyUI_zfkun"
} }
], ],
"https://github.com/zhongpei/Comfyui_image2prompt": [
[
"Image2Text",
"LoadImage2TextModel"
],
{
"title_aux": "Comfyui_image2prompt"
}
],
"https://github.com/zhuanqianfish/ComfyUI-EasyNode": [ "https://github.com/zhuanqianfish/ComfyUI-EasyNode": [
[ [
"EasyCaptureNode", "EasyCaptureNode",

Loading…
Cancel
Save