update DB

This commit is contained in:
Dr.Lt.Data 2024-06-04 23:30:55 +09:00
parent 6e8b67bc95
commit 57beed4e7c
7 changed files with 474 additions and 296 deletions

View File

@ -214,6 +214,11 @@
"id":"https://github.com/portu-sim/comfyui-bmab",
"tags":"bmab",
"description": "a comfyui custom node for [a/sd-webui-bmab](https://github.com/portu-sim/sd-webui-bmab)"
},
{
"id":"https://github.com/ThereforeGames/ComfyUI-Unprompted",
"tags":"unprompted",
"description": "This extension is a port of [a/unprompted](https://github.com/ThereforeGames/unprompted)"
}
]
}

View File

@ -9868,7 +9868,6 @@
"install_type": "git-clone",
"description": "This custom nodes enables Stable Projectorz to work with ComfyUI Directly."
},
{
"author": "Scorpinaus",
"title": "Loaders for Diffusers-format checkpoints",
@ -9880,6 +9879,37 @@
"install_type": "git-clone",
"description": "This node pack allows loading of CLIP, MODEL, VAE aspects for both SD1.5 and SDXL checkpoints that is converted to diffusers format."
},
{
"author": "chakib-belgaid",
"title": "ComfyUI Style Plugin",
"id": "style-plugin",
"reference": "https://github.com/chakib-belgaid/Comfyui_Prompt_styler",
"files": [
"https://github.com/chakib-belgaid/Comfyui_Prompt_styler"
],
"install_type": "git-clone",
"description": "This is a simple plugin for ComfyUI that allows you to import A1111 CSV styles into ComfyUI prompts."
},
{
"author": "ThereforeGames",
"title": "ComfyUI-Unprompted",
"id": "unprompted",
"reference": "https://github.com/ThereforeGames/ComfyUI-Unprompted",
"files": [
"https://github.com/ThereforeGames/ComfyUI-Unprompted"
],
"install_type": "git-clone",
"description": "This is a ComfyUI node that processes your input text with the [a/Unprompted templating language](https://github.com/ThereforeGames/unprompted). Early alpha release.\n"
},
{
"author": "Ser-Hilary",

View File

@ -1919,13 +1919,16 @@
"IG Cross Fade Images",
"IG Explorer",
"IG Float",
"IG Float List",
"IG Folder",
"IG Int",
"IG Interpolate",
"IG Load Image",
"IG Load Images",
"IG Multiply",
"IG Path Join",
"IG String",
"IG String List",
"IG ZFill"
],
{
@ -3379,6 +3382,21 @@
"title_aux": "SComfyUI-Keyframe"
}
],
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": [
[
"CombinedDiffusersSD15Loader",
"CombinedDiffusersSDXLLoader",
"SD15CLIPLoader",
"SD15UNETLoader",
"SD15VAELoader",
"SDXLCLIPLoader",
"SDXLUNETLoader",
"SDXLVAELoader"
],
{
"title_aux": "Loaders for Diffusers-format checkpoints"
}
],
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [
[
"SeaArtLongClip",
@ -4383,6 +4401,14 @@
"title_aux": "Anyline"
}
],
"https://github.com/ThereforeGames/ComfyUI-Unprompted": [
[
"Unprompted"
],
{
"title_aux": "ComfyUI-Unprompted"
}
],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[
"ttN KSampler_v2",
@ -6272,6 +6298,14 @@
"title_aux": "ComfyUI LLaVA Captioner"
}
],
"https://github.com/chakib-belgaid/Comfyui_Prompt_styler": [
[
"Prompt_Styler"
],
{
"title_aux": "ComfyUI Style Plugin"
}
],
"https://github.com/chandlergis/ComfyUI-IMG_Query": [
[
"ImageRequestNode"
@ -7450,6 +7484,7 @@
"IPAdapterCombineParams",
"IPAdapterCombineWeights",
"IPAdapterEmbeds",
"IPAdapterEmbedsBatch",
"IPAdapterEncoder",
"IPAdapterFaceID",
"IPAdapterFromParams",
@ -8152,6 +8187,7 @@
],
"https://github.com/exdysa/comfyui-selector/raw/main/selector.py": [
[
"Recourse",
"Selector"
],
{
@ -9097,6 +9133,7 @@
"accuweather_tool",
"api_tool",
"arxiv_tool",
"bing_tool",
"check_web_tool",
"classify_function",
"classify_function_plus",
@ -9108,6 +9145,7 @@
"end_workflow",
"file_combine",
"file_combine_plus",
"github_tool",
"google_tool",
"interpreter_tool",
"load_embeddings",
@ -9127,6 +9165,8 @@
"tool_combine_plus",
"weather_tool",
"wikipedia_tool",
"work_wechat",
"work_wechat_tool",
"workflow_tool",
"workflow_transfer"
],
@ -10493,6 +10533,7 @@
[
"AnyNode",
"AnyNodeCodeViewer",
"AnyNodeExport",
"AnyNodeGemini",
"AnyNodeLocal"
],
@ -13096,15 +13137,15 @@
],
"https://github.com/tiankuan93/ComfyUI-V-Express": [
[
"INTConstant",
"Load_Audio_Path",
"Load_Audio_Path_From_Video",
"Load_Image_Path",
"Load_Kps_Path",
"Load_Kps_Path_From_Video",
"Load_Video_Path",
"Preview_Video",
"StringConstant",
"VEINTConstant",
"VEPreview_Video",
"VEStringConstant",
"V_Express_Loader",
"V_Express_Sampler"
],

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,62 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
},
{
"author": "kijai",
"title": "ComfyUI-CV-VAE",
"id": "cv-vae",
"reference": "https://github.com/kijai/ComfyUI-CV-VAE",
"files": [
"https://github.com/kijai/ComfyUI-CV-VAE"
],
"install_type": "git-clone",
"description": "Nodes:CV_VAE_Load, CV_VAE_Encode, CV_VAE_Decode"
},
{
"author": "GentlemanHu",
"title": "ComfyUI Notifier",
"id": "notifier",
"reference": "https://github.com/GentlemanHu/ComfyUI-Notifier",
"files": [
"https://github.com/GentlemanHu/ComfyUI-Notifier"
],
"install_type": "git-clone",
"description": "Nodes:GentlemanHu_Notifier"
},
{
"author": "jimmm-ai",
"title": "TimeUi a ComfyUI Timeline Node System [WIP]",
"id": "timeline",
"reference": "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node",
"files": [
"https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node"
],
"install_type": "git-clone",
"description": "I've been working on the UX/UI of a timeline custom node system for ComfyUI over the past two weeks. The goal is to create a timeline similar to video/animation editing tools, without relying on traditional timeframe code. You can effortlessly add, delete, or rearrange rows, providing a streamlined user experience."
},
{
"author": "udi0510",
"title": "comfyui-slicer",
"id": "slicer",
"reference": "https://github.com/udi0510/comfyui-slicer",
"files": [
"https://github.com/udi0510/comfyui-slicer"
],
"install_type": "git-clone",
"description": "Nodes:SlicerNode"
},
{
"author": "jh-leon-kim",
"title": "ComfyUI-JHK-utils",
"id": "jhk",
"reference": "https://github.com/jh-leon-kim/ComfyUI-JHK-utils",
"files": [
"https://github.com/jh-leon-kim/ComfyUI-JHK-utils"
],
"install_type": "git-clone",
"description": "Nodes:JHK_Utils_LoadEmbed, JHK_Utils_string_merge, JHK_Utils_ImageRemoveBackground"
},
{
"author": "huchenlei",
"title": "ComfyUI_omost [WIP]",

View File

@ -13,6 +13,39 @@
{
"author": "ThereforeGames",
"title": "ComfyUI-Unprompted",
"id": "unprompted",
"reference": "https://github.com/ThereforeGames/ComfyUI-Unprompted",
"files": [
"https://github.com/ThereforeGames/ComfyUI-Unprompted"
],
"install_type": "git-clone",
"description": "This is a ComfyUI node that processes your input text with the [a/Unprompted templating language](https://github.com/ThereforeGames/unprompted). Early alpha release.\n"
},
{
"author": "Scorpinaus",
"title": "Loaders for Diffusers-format checkpoints",
"id": "diffusersloader",
"reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader",
"files": [
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
],
"install_type": "git-clone",
"description": "This node pack allows loading of CLIP, MODEL, VAE aspects for both SD1.5 and SDXL checkpoints that is converted to diffusers format."
},
{
"author": "chakib-belgaid",
"title": "ComfyUI Style Plugin",
"id": "style-plugin",
"reference": "https://github.com/chakib-belgaid/Comfyui_Prompt_styler",
"files": [
"https://github.com/chakib-belgaid/Comfyui_Prompt_styler"
],
"install_type": "git-clone",
"description": "This is a simple plugin for ComfyUI that allows you to import A1111 CSV styles into ComfyUI prompts."
},
{
"author": "tiankuan93",
"title": "V-Express: Conditional Dropout for Progressive Training of Portrait Video Generation",
@ -648,50 +681,6 @@
],
"install_type": "git-clone",
"description": "The project integrates the Retrieval Augmented Generation (RAG) tool [a/Llama-Index](https://www.llamaindex.ai/), [a/Microsoft's AutoGen](https://microsoft.github.io/autogen/), and [a/LlaVA-Next](https://github.com/LLaVA-VL/LLaVA-NeXT) with ComfyUI's adaptable node interface, enhancing the functionality and user experience of the platform."
},
{
"author": "muzi12888",
"title": "PoseKeypoint Mask",
"id": "posekeypoint-mask",
"reference": "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask",
"files": [
"https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask"
],
"install_type": "git-clone",
"description": "Convert PoseKeypoint to mask, please refer to the example workflow for usage instructions."
},
{
"author": "if-ai",
"title": "ComfyUI-IF_AI_HFDownloaderNode",
"id": "if-ai-hfdownloader",
"reference": "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode",
"files": [
"https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode"
],
"install_type": "git-clone",
"description": "Talking avatars Heads for the IF_AI tools integrates dreamtalk in ComfyUI"
},
{
"author": "iFREEGROUP",
"title": "comfyui-undistort",
"id": "undistort",
"reference": "https://github.com/iFREEGROUP/comfyui-undistort",
"files": [
"https://github.com/iFREEGROUP/comfyui-undistort"
],
"install_type": "git-clone",
"description": "Node:Load Checkerboard Images for Calibrate Camera, Matrix and distortion coefficient to text, Undistort"
},
{
"author": "Auttasak-L",
"title": "ComfyUI-ImageCropper",
"id": "imagecropper",
"reference": "https://github.com/Auttasak-L/ComfyUI-ImageCropper",
"files": [
"https://github.com/Auttasak-L/ComfyUI-ImageCropper"
],
"install_type": "git-clone",
"description": "Nodes:Image cropping tool"
}
]
}

View File

@ -1919,13 +1919,16 @@
"IG Cross Fade Images",
"IG Explorer",
"IG Float",
"IG Float List",
"IG Folder",
"IG Int",
"IG Interpolate",
"IG Load Image",
"IG Load Images",
"IG Multiply",
"IG Path Join",
"IG String",
"IG String List",
"IG ZFill"
],
{
@ -3379,6 +3382,21 @@
"title_aux": "SComfyUI-Keyframe"
}
],
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": [
[
"CombinedDiffusersSD15Loader",
"CombinedDiffusersSDXLLoader",
"SD15CLIPLoader",
"SD15UNETLoader",
"SD15VAELoader",
"SDXLCLIPLoader",
"SDXLUNETLoader",
"SDXLVAELoader"
],
{
"title_aux": "Loaders for Diffusers-format checkpoints"
}
],
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [
[
"SeaArtLongClip",
@ -4383,6 +4401,14 @@
"title_aux": "Anyline"
}
],
"https://github.com/ThereforeGames/ComfyUI-Unprompted": [
[
"Unprompted"
],
{
"title_aux": "ComfyUI-Unprompted"
}
],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[
"ttN KSampler_v2",
@ -6272,6 +6298,14 @@
"title_aux": "ComfyUI LLaVA Captioner"
}
],
"https://github.com/chakib-belgaid/Comfyui_Prompt_styler": [
[
"Prompt_Styler"
],
{
"title_aux": "ComfyUI Style Plugin"
}
],
"https://github.com/chandlergis/ComfyUI-IMG_Query": [
[
"ImageRequestNode"
@ -7450,6 +7484,7 @@
"IPAdapterCombineParams",
"IPAdapterCombineWeights",
"IPAdapterEmbeds",
"IPAdapterEmbedsBatch",
"IPAdapterEncoder",
"IPAdapterFaceID",
"IPAdapterFromParams",
@ -8152,6 +8187,7 @@
],
"https://github.com/exdysa/comfyui-selector/raw/main/selector.py": [
[
"Recourse",
"Selector"
],
{
@ -9097,6 +9133,7 @@
"accuweather_tool",
"api_tool",
"arxiv_tool",
"bing_tool",
"check_web_tool",
"classify_function",
"classify_function_plus",
@ -9108,6 +9145,7 @@
"end_workflow",
"file_combine",
"file_combine_plus",
"github_tool",
"google_tool",
"interpreter_tool",
"load_embeddings",
@ -9127,6 +9165,8 @@
"tool_combine_plus",
"weather_tool",
"wikipedia_tool",
"work_wechat",
"work_wechat_tool",
"workflow_tool",
"workflow_transfer"
],
@ -10493,6 +10533,7 @@
[
"AnyNode",
"AnyNodeCodeViewer",
"AnyNodeExport",
"AnyNodeGemini",
"AnyNodeLocal"
],
@ -13096,15 +13137,15 @@
],
"https://github.com/tiankuan93/ComfyUI-V-Express": [
[
"INTConstant",
"Load_Audio_Path",
"Load_Audio_Path_From_Video",
"Load_Image_Path",
"Load_Kps_Path",
"Load_Kps_Path_From_Video",
"Load_Video_Path",
"Preview_Video",
"StringConstant",
"VEINTConstant",
"VEPreview_Video",
"VEStringConstant",
"V_Express_Loader",
"V_Express_Sampler"
],