update DB

This commit is contained in:
Dr.Lt.Data 2024-06-18 20:32:06 +09:00
parent 3fbe1199be
commit 974d7a158c
6 changed files with 1303 additions and 1264 deletions

View File

@ -2820,7 +2820,7 @@
"description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI."
},
{
"author": "Kijai",
"author": "kijai",
"title": "Animatediff MotionLoRA Trainer",
"id": "motionlora-trainer",
"reference": "https://github.com/kijai/ComfyUI-ADMotionDirector",
@ -3003,6 +3003,17 @@
"install_type": "git-clone",
"description": "Nodes: tri3d-extract-hand, tri3d-fuzzification, tri3d-position-hands, tri3d-atr-parse."
},
{
"author": "TRI3D-LC",
"title": "ComfyUI-MiroBoard",
"id": "miroboard",
"reference": "https://github.com/TRI3D-LC/ComfyUI-MiroBoard",
"files": [
"https://github.com/TRI3D-LC/ComfyUI-MiroBoard"
],
"install_type": "git-clone",
"description": "Nodes: add-image-miro-board."
},
{
"author": "storyicon",
"title": "segment anything",
@ -4339,6 +4350,17 @@
"install_type": "git-clone",
"description": "Nodes:DynamicSampler, MeasuredSampler, ResolveMaskPromise"
},
{
"author": "AustinMroz",
"title": "ComfyUI-WorkflowCheckpointing",
"id": "workflowcheckpointing",
"reference": "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing",
"files": [
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
],
"install_type": "git-clone",
"description": "Automatically creates checkpoints during workflow execution. If If an workflow is canceled or ComfyUI crashes mid-execution, then these checkpoints are used when the workflow is re-queued to resume execution with minimal progress loss."
},
{
"author": "11cafe",
"title": "ComfyUI Workspace Manager - Comfyspace",

View File

@ -4359,6 +4359,14 @@
"title_aux": "Comfyui-MusePose"
}
],
"https://github.com/TRI3D-LC/ComfyUI-MiroBoard": [
[
"add-image-miro-board"
],
{
"title_aux": "ComfyUI-MiroBoard"
}
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"get_histogram_limits",
@ -5946,11 +5954,13 @@
],
"https://github.com/baicai99/ComfyUI-FrameSkipping": [
[
"FrameSelector",
"FrameSkipping",
"FrameTruncating",
"IntOperationsNode",
"MaskFrameSkipping",
"WhiteMaskGenerator"
"MaskGenerator",
"MaskSelector"
],
{
"title_aux": "ComfyUI-FrameSkipping"
@ -9318,6 +9328,7 @@
"ExpandAgent",
"ImageQueryTask",
"MergeTexts",
"ParallelImageQueryTask",
"PromptImageGenerationTask",
"PromptImageVariationTask",
"PromptTask",
@ -9503,10 +9514,12 @@
"github_tool",
"google_tool",
"interpreter_tool",
"keyword_tool",
"load_embeddings",
"load_excel",
"load_file",
"load_file_folder",
"load_keyword",
"load_name",
"load_persona",
"load_url",
@ -12880,8 +12893,6 @@
"AreaToMask",
"AudioPlay",
"CenterImage",
"CharacterInText",
"ChatGPTOpenAI",
"CkptNames_",
"Color",
"ComparingTwoFrames_",
@ -12934,7 +12945,6 @@
"ScreenShare",
"Seed_",
"ShowLayer",
"ShowTextForGPT",
"SmoothMask",
"SpeechRecognition",
"SpeechSynthesis",
@ -12949,7 +12959,6 @@
"TESTNODE_TOKEN",
"TextImage",
"TextInput_",
"TextSplitByDelimiter",
"TextToNumber",
"TransparentImage",
"VAEDecodeConsistencyDecoder",
@ -13211,9 +13220,8 @@
],
"https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [
[
"HI_Diffusers_Or_Repo",
"Hi_SDXL_Control2Img",
"Hi_Text2Img"
"HI_Diffusers_Model_Loader",
"Hi_Sampler"
],
{
"title_aux": "ComfyUI_HiDiffusion_Pro"

File diff suppressed because it is too large Load Diff

View File

@ -76,16 +76,6 @@
"install_type": "git-clone",
"description": "ComfyUI SD3-Medium ControlNet (Diffusers)"
},
{
"author": "AustinMroz",
"title": "ComfyUI-WorkflowCheckpointing [WIP]",
"reference": "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing",
"files": [
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
],
"install_type": "git-clone",
"description": "Automatically creates checkpoints during workflow execution. If If an workflow is canceled or ComfyUI crashes mid-execution, then these checkpoints are used when the workflow is re-queued to resume execution with minimal progress loss."
},
{
"author": "redhottensors",
"title": "ComfyUI-ODE",

View File

@ -14,6 +14,28 @@
{
"author": "AustinMroz",
"title": "ComfyUI-WorkflowCheckpointing",
"id": "workflowcheckpointing",
"reference": "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing",
"files": [
"https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing"
],
"install_type": "git-clone",
"description": "Automatically creates checkpoints during workflow execution. If If an workflow is canceled or ComfyUI crashes mid-execution, then these checkpoints are used when the workflow is re-queued to resume execution with minimal progress loss."
},
{
"author": "TRI3D-LC",
"title": "ComfyUI-MiroBoard",
"id": "miroboard",
"reference": "https://github.com/TRI3D-LC/ComfyUI-MiroBoard",
"files": [
"https://github.com/TRI3D-LC/ComfyUI-MiroBoard"
],
"install_type": "git-clone",
"description": "Nodes: add-image-miro-board."
},
{
"author": "SamKhoze",
"title": "DeepFuze",
@ -671,27 +693,6 @@
],
"install_type": "git-clone",
"description": "Nodes:commonly_node."
},
{
"author": "vanche1212",
"title": "ZMG PLUGIN",
"id": "zmg",
"reference": "https://github.com/vanche1212/ComfyUI-ZMG-Nodes",
"files": [
"https://github.com/vanche1212/ComfyUI-ZMG-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode."
},
{
"author": "daxcay",
"title": "ComfyUI-NODEJS",
"reference": "https://github.com/daxcay/ComfyUI-NODEJS",
"files": [
"https://github.com/daxcay/ComfyUI-NODEJS"
],
"install_type": "git-clone",
"description": "This node allows the execution of Node.js application within ComfyUI by leveraging the ComfyUI-NODEJS, which starts alongside ComfyUI and facilitates the installation of Node.js. The integration enables Python subprocesses to execute Node.js scripts."
}
]
}

View File

@ -4359,6 +4359,14 @@
"title_aux": "Comfyui-MusePose"
}
],
"https://github.com/TRI3D-LC/ComfyUI-MiroBoard": [
[
"add-image-miro-board"
],
{
"title_aux": "ComfyUI-MiroBoard"
}
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"get_histogram_limits",
@ -5946,11 +5954,13 @@
],
"https://github.com/baicai99/ComfyUI-FrameSkipping": [
[
"FrameSelector",
"FrameSkipping",
"FrameTruncating",
"IntOperationsNode",
"MaskFrameSkipping",
"WhiteMaskGenerator"
"MaskGenerator",
"MaskSelector"
],
{
"title_aux": "ComfyUI-FrameSkipping"
@ -9318,6 +9328,7 @@
"ExpandAgent",
"ImageQueryTask",
"MergeTexts",
"ParallelImageQueryTask",
"PromptImageGenerationTask",
"PromptImageVariationTask",
"PromptTask",
@ -9503,10 +9514,12 @@
"github_tool",
"google_tool",
"interpreter_tool",
"keyword_tool",
"load_embeddings",
"load_excel",
"load_file",
"load_file_folder",
"load_keyword",
"load_name",
"load_persona",
"load_url",
@ -12880,8 +12893,6 @@
"AreaToMask",
"AudioPlay",
"CenterImage",
"CharacterInText",
"ChatGPTOpenAI",
"CkptNames_",
"Color",
"ComparingTwoFrames_",
@ -12934,7 +12945,6 @@
"ScreenShare",
"Seed_",
"ShowLayer",
"ShowTextForGPT",
"SmoothMask",
"SpeechRecognition",
"SpeechSynthesis",
@ -12949,7 +12959,6 @@
"TESTNODE_TOKEN",
"TextImage",
"TextInput_",
"TextSplitByDelimiter",
"TextToNumber",
"TransparentImage",
"VAEDecodeConsistencyDecoder",
@ -13211,9 +13220,8 @@
],
"https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": [
[
"HI_Diffusers_Or_Repo",
"Hi_SDXL_Control2Img",
"Hi_Text2Img"
"HI_Diffusers_Model_Loader",
"Hi_Sampler"
],
{
"title_aux": "ComfyUI_HiDiffusion_Pro"