update DB
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user