update DB

This commit is contained in:
Dr.Lt.Data 2024-07-14 09:36:58 +09:00
parent e323ffa1e6
commit 294ca7f4c8
6 changed files with 1366 additions and 1313 deletions

View File

@ -5319,7 +5319,7 @@
"https://github.com/Ryuukeisyou/comfyui_io_helpers"
],
"install_type": "git-clone",
"description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64."
"description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64, VHSFileNamesToStrings(IOHelpers)."
},
{
"author": "flowtyone",
@ -9175,17 +9175,6 @@
"install_type": "git-clone",
"description": "This node was designed to help with checkpoint configuration."
},
{
"author": "MiaoshouAI",
"title": "ComfyUI-Miaoshouai-Tagger",
"id": "miaoshouai-tagger",
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
"files": [
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
],
"install_type": "git-clone",
"description": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model."
},
{
"author": "MinusZoneAI",
"title": "ComfyUI-Prompt-MZ",
@ -11502,14 +11491,25 @@
"description": "A collection of nodes and improvements created for general ease and lora management. These are just nodes I made and found useful, they should work with most other nodes. Most nodes that take in a prompt are made with booru tags in mind and might not work as expected with other prompts."
},
{
"author": "miaoshouai",
"title": "MiaoshouAI Tagger for ComfyUI",
"author": "MiaoshouAI",
"title": "ComfyUI-Miaoshouai-Tagger",
"id": "miaoshouai-tagger",
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
"files": [
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
],
"install_type": "git-clone",
"description": "Nodes to use Florence2 VLM for image tagging and captioning."
"description": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model."
},
{
"author": "Patricio Gonzalez Vivo",
"title": "GLSL Nodes",
"reference": "https://github.com/patriciogonzalezvivo/comfyui_glslnodes",
"files": [
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes"
],
"install_type": "git-clone",
"description": "A collections of nodes to support GLSL shaders inside a workflow."
},

View File

@ -2302,9 +2302,9 @@
],
{
"author": "AlexL",
"description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.",
"nickname": "Hangover-Image_Scale_Bouning_Box",
"title": "ComfyUI-Hangover-Image_Scale_Bouning_Box",
"description": "Display, save or not save image, with or without extra metadata.",
"nickname": "Hangover-Save_Image_Extra_Metadata",
"title": "ComfyUI-Hangover-Save_Image",
"title_aux": "ComfyUI-Hangover-Nodes"
}
],
@ -3665,6 +3665,9 @@
"QRNG_Node_CSV"
],
{
"preemptions": [
"SAMLoader"
],
"title_aux": "QRNG_Node_ComfyUI"
}
],
@ -3869,7 +3872,8 @@
"ImageLoadFromBase64(IOHelpers)",
"ImageSaveAsBase64(IOHelpers)",
"ImageSaveToPath(IOHelpers)",
"TypeConversion(IOHelpers)"
"TypeConversion(IOHelpers)",
"VHSFileNamesToStrings(IOHelpers)"
],
{
"title_aux": "comfyui_io_helpers"
@ -3938,9 +3942,6 @@
"RerouteTextForCLIPTextEncodeA1111"
],
{
"preemptions": [
"SAMLoader"
],
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
}
],
@ -7840,9 +7841,9 @@
],
{
"author": "Chris Freilich",
"description": "This extension provides a \"Blend If (BlendIf)\" node.",
"nickname": "Virtuoso Pack - Blend If",
"title": "Virtuoso Pack - Blend If",
"description": "This extension provides blur nodes.",
"nickname": "Virtuoso Pack - Blur",
"title": "Virtuoso Pack - Blur",
"title_aux": "Virtuoso Nodes for ComfyUI"
}
],
@ -8811,6 +8812,7 @@
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": [
[
"DicksonColorMatch",
"DicksonLoadImage",
"TTPlanet_Tile_Preprocessor_GF",
"TTPlanet_Tile_Preprocessor_Simple",
"TTPlanet_Tile_Preprocessor_cufoff"
@ -9177,8 +9179,12 @@
[
"Count Files in Directory (FW)",
"Count Tokens (FW)",
"CountTokens",
"FileCountInDirectory",
"Token Count Ranker(FW)",
"Trim To Tokens (FW)"
"TokenCountRanker",
"Trim To Tokens (FW)",
"TrimToTokens"
],
{
"title_aux": "Fearnworks Nodes"
@ -12940,7 +12946,7 @@
"Miaoshouai_Tagger"
],
{
"title_aux": "MiaoshouAI Tagger for ComfyUI"
"title_aux": "ComfyUI-Miaoshouai-Tagger"
}
],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
@ -13560,6 +13566,19 @@
"title_aux": "pants"
}
],
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [
[
"glslEditor",
"glslViewer"
],
{
"author": "Patricio Gonzalez Vivo",
"description": "A set of nodes to work with GLSL shaders",
"nickname": "GLSL Nodes",
"title": "GLSL Nodes",
"title_aux": "GLSL Nodes"
}
],
"https://github.com/paulo-coronado/comfy_clip_blip_node": [
[
"CLIPTextEncodeBLIP",

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,16 @@
{
"author": "filliptm",
"title": "ComfyUI_FL-Trainer [WIP]",
"reference": "https://github.com/filliptm/ComfyUI_FL-Trainer",
"files": [
"https://github.com/filliptm/ComfyUI_FL-Trainer"
],
"install_type": "git-clone",
"description": "Trainer nodes based on KohyaSS trainer."
},
{
"author": "Indra's Mirror",
"title": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper [WIP]",

View File

@ -11,14 +11,25 @@
{
"author": "miaoshouai",
"title": "MiaoshouAI Tagger for ComfyUI",
"author": "Patricio Gonzalez Vivo",
"title": "GLSL Nodes",
"reference": "https://github.com/patriciogonzalezvivo/comfyui_glslnodes",
"files": [
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes"
],
"install_type": "git-clone",
"description": "A collections of nodes to support GLSL shaders inside a workflow."
},
{
"author": "MiaoshouAI",
"title": "ComfyUI-Miaoshouai-Tagger",
"id": "miaoshouai-tagger",
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
"files": [
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
],
"install_type": "git-clone",
"description": "Nodes to use Florence2 VLM for image tagging and captioning."
"description": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model."
},
{
"author": "sn0w12",
@ -676,17 +687,6 @@
],
"install_type": "git-clone",
"description": "a comfyui custom node, which can select value from inputs"
},
{
"author": "leiweiqiang",
"title": "ComfyUI-TRA",
"id": "tra",
"reference": "https://github.com/leiweiqiang/ComfyUI-TRA",
"files": [
"https://github.com/leiweiqiang/ComfyUI-TRA"
],
"install_type": "git-clone",
"description": "Nodes:TCL EbSynth, TCL Extract Frames (From File), TCL Extract Frames (From Video), TCL Combine Frames, TCL Save Video (From Frames)"
}
]
}

View File

@ -2302,9 +2302,9 @@
],
{
"author": "AlexL",
"description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.",
"nickname": "Hangover-Image_Scale_Bouning_Box",
"title": "ComfyUI-Hangover-Image_Scale_Bouning_Box",
"description": "Display, save or not save image, with or without extra metadata.",
"nickname": "Hangover-Save_Image_Extra_Metadata",
"title": "ComfyUI-Hangover-Save_Image",
"title_aux": "ComfyUI-Hangover-Nodes"
}
],
@ -3665,6 +3665,9 @@
"QRNG_Node_CSV"
],
{
"preemptions": [
"SAMLoader"
],
"title_aux": "QRNG_Node_ComfyUI"
}
],
@ -3869,7 +3872,8 @@
"ImageLoadFromBase64(IOHelpers)",
"ImageSaveAsBase64(IOHelpers)",
"ImageSaveToPath(IOHelpers)",
"TypeConversion(IOHelpers)"
"TypeConversion(IOHelpers)",
"VHSFileNamesToStrings(IOHelpers)"
],
{
"title_aux": "comfyui_io_helpers"
@ -3938,9 +3942,6 @@
"RerouteTextForCLIPTextEncodeA1111"
],
{
"preemptions": [
"SAMLoader"
],
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
}
],
@ -7840,9 +7841,9 @@
],
{
"author": "Chris Freilich",
"description": "This extension provides a \"Blend If (BlendIf)\" node.",
"nickname": "Virtuoso Pack - Blend If",
"title": "Virtuoso Pack - Blend If",
"description": "This extension provides blur nodes.",
"nickname": "Virtuoso Pack - Blur",
"title": "Virtuoso Pack - Blur",
"title_aux": "Virtuoso Nodes for ComfyUI"
}
],
@ -8811,6 +8812,7 @@
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": [
[
"DicksonColorMatch",
"DicksonLoadImage",
"TTPlanet_Tile_Preprocessor_GF",
"TTPlanet_Tile_Preprocessor_Simple",
"TTPlanet_Tile_Preprocessor_cufoff"
@ -9177,8 +9179,12 @@
[
"Count Files in Directory (FW)",
"Count Tokens (FW)",
"CountTokens",
"FileCountInDirectory",
"Token Count Ranker(FW)",
"Trim To Tokens (FW)"
"TokenCountRanker",
"Trim To Tokens (FW)",
"TrimToTokens"
],
{
"title_aux": "Fearnworks Nodes"
@ -12940,7 +12946,7 @@
"Miaoshouai_Tagger"
],
{
"title_aux": "MiaoshouAI Tagger for ComfyUI"
"title_aux": "ComfyUI-Miaoshouai-Tagger"
}
],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
@ -13560,6 +13566,19 @@
"title_aux": "pants"
}
],
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [
[
"glslEditor",
"glslViewer"
],
{
"author": "Patricio Gonzalez Vivo",
"description": "A set of nodes to work with GLSL shaders",
"nickname": "GLSL Nodes",
"title": "GLSL Nodes",
"title_aux": "GLSL Nodes"
}
],
"https://github.com/paulo-coronado/comfy_clip_blip_node": [
[
"CLIPTextEncodeBLIP",