Browse Source

update DB

pull/132/head
dr.lt.data 1 year ago
parent
commit
f9b9c23632
  1. 28
      custom-node-list.json
  2. 41
      extension-node-map.json
  3. 10
      node_db/legacy/custom-node-list.json
  4. 30
      node_db/new/custom-node-list.json
  5. 41
      node_db/new/extension-node-map.json

28
custom-node-list.json

@ -773,13 +773,13 @@
},
{
"author": "FizzleDorf",
"title": "AIT",
"reference": "https://github.com/FizzleDorf/AIT",
"title": "ComfyUI-AIT",
"reference": "https://github.com/FizzleDorf/ComfyUI-AIT",
"files": [
"https://github.com/FizzleDorf/AIT"
"https://github.com/FizzleDorf/ComfyUI-AIT"
],
"install_type": "git-clone",
"description": "Nodes: Load AITemplate, Load AITemplate (ControlNet), VAE Decode (AITemplate), VAE Encode (AITemplate), VAE Encode (AITemplate, Inpaint). Experimental usage of AITemplate"
"description": "A ComfyUI implementation of Facebook Meta's <a href='https://github.com/facebookincubator/AITemplate' target='blank'/>AITemplate</a> repo for faster inference using cpp/cuda. This new repo is behind the old version but is a much more stable foundation to keep AIT online. Please be patient as the repo will eventually include the same features as before."
},
{
"author": "filipemeneses",
@ -2185,6 +2185,16 @@
"install_type": "git-clone",
"description": "Nodes: ImageGlitcher. Based on the HTML image glitcher by Felix Turner <a href='https://www.airtightinteractive.com/demos/js/imageglitcher/' target='blank'>here</a>."
},
{
"author": "spinagon",
"title": "ComfyUI-seam-carving",
"reference": "https://github.com/spinagon/ComfyUI-seam-carving",
"files": [
"https://github.com/spinagon/ComfyUI-seam-carving"
],
"install_type": "git-clone",
"description": "Nodes: Image Resize (seam carving). Seam carving (image resize) for ComfyUI. Based on <a href='https://github.com/li-plus/seam-carving' target='blank'>https://github.com/li-plus/seam-carving</a>. With seam carving algorithm, the image could be intelligently resized while keeping the important contents undistorted. The carving process could be further guided, so that an object could be removed from the image without apparent artifacts."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",
@ -2403,6 +2413,16 @@
"install_type": "copy",
"description": "Adds an Image Loader node that also shows images in subfolders of the default input directory"
},
{
"author": "Smuzzies",
"title": "Chatbox Overlay node for ComfyUI",
"reference": "https://github.com/Smuzzies/comfyui_chatbox_overlay",
"files": [
"https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py"
],
"install_type": "copy",
"description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node."
},
{
"author": "theally",
"title": "TheAlly's Custom Nodes",

41
extension-node-map.json

@ -97,6 +97,8 @@
"BSZAbsoluteHires",
"BSZAspectHires",
"BSZCombinedHires",
"BSZLatentFill",
"BSZLatentOffsetXL",
"BSZPixelbuster",
"BSZPixelbusterHelp",
"BSZPrincipledSDXL"
@ -400,18 +402,13 @@
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
}
],
"https://github.com/FizzleDorf/AIT": [
"https://github.com/FizzleDorf/ComfyUI-AIT": [
[
"AITemplateControlNetLoader",
"AITemplateEmptyLatentImage",
"AITemplateLatentUpscale",
"AITemplateLoader",
"AITemplateVAEDecode",
"AITemplateVAEEncode",
"AITemplateVAEEncodeForInpaint"
"AITLoader",
"AIT_Unet_Loader"
],
{
"title_aux": "AIT"
"title_aux": "ComfyUI-AIT"
}
],
"https://github.com/FizzleDorf/ComfyUI_FizzNodes": [
@ -1191,6 +1188,14 @@
"title_aux": "SDXL_sizing"
}
],
"https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [
[
"Chatbox Overlay"
],
{
"title_aux": "Chatbox Overlay node for ComfyUI"
}
],
"https://github.com/Stability-AI/stability-ComfyUI-nodes": [
[
"ColorBlend",
@ -1642,12 +1647,16 @@
],
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": [
[
"AmplitudeSchedule",
"AmplitudeToGraph",
"AmplitudeToNumber",
"AudioToAmplitudeGraph",
"AudioToFFTs",
"BatchAmplitudeSchedule",
"FloatsToGraph",
"LoadAudio"
"GateNormalizedAmplitude",
"LoadAudio",
"NormalizeAmplitude",
"NormalizedAmplitudeToGraph",
"NormalizedAmplitudeToNumber"
],
{
"title_aux": "ComfyUI-AudioScheduler"
@ -3322,6 +3331,14 @@
"title_aux": "ComfyUI-HQ-Image-Save"
}
],
"https://github.com/spinagon/ComfyUI-seam-carving": [
[
"SeamCarving"
],
{
"title_aux": "ComfyUI-seam-carving"
}
],
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
[
"CircularVAEDecode",

10
node_db/legacy/custom-node-list.json

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "FizzleDorf",
"title": "AIT",
"reference": "https://github.com/FizzleDorf/AIT",
"files": [
"https://github.com/FizzleDorf/AIT"
],
"install_type": "git-clone",
"description": "Nodes: Load AITemplate, Load AITemplate (ControlNet), VAE Decode (AITemplate), VAE Encode (AITemplate), VAE Encode (AITemplate, Inpaint). Experimental usage of AITemplate. NOTE: This is deprecated extension. Use <b>ComfyUI-AIT</b> instead of this."
},
{
"author": "chenbaiyujason",
"title": "sc-node-comfyui",

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

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "spinagon",
"title": "ComfyUI-seam-carving",
"reference": "https://github.com/spinagon/ComfyUI-seam-carving",
"files": [
"https://github.com/spinagon/ComfyUI-seam-carving"
],
"install_type": "git-clone",
"description": "Nodes: Image Resize (seam carving). Seam carving (image resize) for ComfyUI. Based on <a href='https://github.com/li-plus/seam-carving' target='blank'>https://github.com/li-plus/seam-carving</a>. With seam carving algorithm, the image could be intelligently resized while keeping the important contents undistorted. The carving process could be further guided, so that an object could be removed from the image without apparent artifacts."
},
{
"author": "Smuzzies",
"title": "Chatbox Overlay node for ComfyUI",
"reference": "https://github.com/Smuzzies/comfyui_chatbox_overlay",
"files": [
"https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py"
],
"install_type": "copy",
"description": "Nodes: Chatbox Overlay. Custom node for ComfyUI to add a text box over a processed image before save node."
},
{
"author": "FizzleDorf",
"title": "ComfyUI-AIT",
"reference": "https://github.com/FizzleDorf/ComfyUI-AIT",
"files": [
"https://github.com/FizzleDorf/ComfyUI-AIT"
],
"install_type": "git-clone",
"description": "A ComfyUI implementation of Facebook Meta's <a href='https://github.com/facebookincubator/AITemplate' target='blank'/>AITemplate</a> repo for faster inference using cpp/cuda. This new repo is behind the old version but is a much more stable foundation to keep AIT online. Please be patient as the repo will eventually include the same features as before."
},
{
"author": "ProDALOR",
"title": "ComfyUI-ImageGlitcher",

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

@ -97,6 +97,8 @@
"BSZAbsoluteHires",
"BSZAspectHires",
"BSZCombinedHires",
"BSZLatentFill",
"BSZLatentOffsetXL",
"BSZPixelbuster",
"BSZPixelbusterHelp",
"BSZPrincipledSDXL"
@ -400,18 +402,13 @@
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
}
],
"https://github.com/FizzleDorf/AIT": [
"https://github.com/FizzleDorf/ComfyUI-AIT": [
[
"AITemplateControlNetLoader",
"AITemplateEmptyLatentImage",
"AITemplateLatentUpscale",
"AITemplateLoader",
"AITemplateVAEDecode",
"AITemplateVAEEncode",
"AITemplateVAEEncodeForInpaint"
"AITLoader",
"AIT_Unet_Loader"
],
{
"title_aux": "AIT"
"title_aux": "ComfyUI-AIT"
}
],
"https://github.com/FizzleDorf/ComfyUI_FizzNodes": [
@ -1191,6 +1188,14 @@
"title_aux": "SDXL_sizing"
}
],
"https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [
[
"Chatbox Overlay"
],
{
"title_aux": "Chatbox Overlay node for ComfyUI"
}
],
"https://github.com/Stability-AI/stability-ComfyUI-nodes": [
[
"ColorBlend",
@ -1642,12 +1647,16 @@
],
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": [
[
"AmplitudeSchedule",
"AmplitudeToGraph",
"AmplitudeToNumber",
"AudioToAmplitudeGraph",
"AudioToFFTs",
"BatchAmplitudeSchedule",
"FloatsToGraph",
"LoadAudio"
"GateNormalizedAmplitude",
"LoadAudio",
"NormalizeAmplitude",
"NormalizedAmplitudeToGraph",
"NormalizedAmplitudeToNumber"
],
{
"title_aux": "ComfyUI-AudioScheduler"
@ -3322,6 +3331,14 @@
"title_aux": "ComfyUI-HQ-Image-Save"
}
],
"https://github.com/spinagon/ComfyUI-seam-carving": [
[
"SeamCarving"
],
{
"title_aux": "ComfyUI-seam-carving"
}
],
"https://github.com/spinagon/ComfyUI-seamless-tiling": [
[
"CircularVAEDecode",

Loading…
Cancel
Save