update DB

This commit is contained in:
dr.lt.data 2023-10-12 16:19:38 +09:00
parent b91d2f3658
commit f9b9c23632
5 changed files with 122 additions and 28 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",