mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-20 11:52:59 +08:00
update DB
This commit is contained in:
parent
e323ffa1e6
commit
294ca7f4c8
@ -5319,7 +5319,7 @@
|
|||||||
"https://github.com/Ryuukeisyou/comfyui_io_helpers"
|
"https://github.com/Ryuukeisyou/comfyui_io_helpers"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64."
|
"description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64, VHSFileNamesToStrings(IOHelpers)."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "flowtyone",
|
"author": "flowtyone",
|
||||||
@ -9175,17 +9175,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This node was designed to help with checkpoint configuration."
|
"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",
|
"author": "MinusZoneAI",
|
||||||
"title": "ComfyUI-Prompt-MZ",
|
"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."
|
"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",
|
"author": "MiaoshouAI",
|
||||||
"title": "MiaoshouAI Tagger for ComfyUI",
|
"title": "ComfyUI-Miaoshouai-Tagger",
|
||||||
|
"id": "miaoshouai-tagger",
|
||||||
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
|
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
|
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"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."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2302,9 +2302,9 @@
|
|||||||
],
|
],
|
||||||
{
|
{
|
||||||
"author": "AlexL",
|
"author": "AlexL",
|
||||||
"description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.",
|
"description": "Display, save or not save image, with or without extra metadata.",
|
||||||
"nickname": "Hangover-Image_Scale_Bouning_Box",
|
"nickname": "Hangover-Save_Image_Extra_Metadata",
|
||||||
"title": "ComfyUI-Hangover-Image_Scale_Bouning_Box",
|
"title": "ComfyUI-Hangover-Save_Image",
|
||||||
"title_aux": "ComfyUI-Hangover-Nodes"
|
"title_aux": "ComfyUI-Hangover-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3665,6 +3665,9 @@
|
|||||||
"QRNG_Node_CSV"
|
"QRNG_Node_CSV"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
"preemptions": [
|
||||||
|
"SAMLoader"
|
||||||
|
],
|
||||||
"title_aux": "QRNG_Node_ComfyUI"
|
"title_aux": "QRNG_Node_ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3869,7 +3872,8 @@
|
|||||||
"ImageLoadFromBase64(IOHelpers)",
|
"ImageLoadFromBase64(IOHelpers)",
|
||||||
"ImageSaveAsBase64(IOHelpers)",
|
"ImageSaveAsBase64(IOHelpers)",
|
||||||
"ImageSaveToPath(IOHelpers)",
|
"ImageSaveToPath(IOHelpers)",
|
||||||
"TypeConversion(IOHelpers)"
|
"TypeConversion(IOHelpers)",
|
||||||
|
"VHSFileNamesToStrings(IOHelpers)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui_io_helpers"
|
"title_aux": "comfyui_io_helpers"
|
||||||
@ -3938,9 +3942,6 @@
|
|||||||
"RerouteTextForCLIPTextEncodeA1111"
|
"RerouteTextForCLIPTextEncodeA1111"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"preemptions": [
|
|
||||||
"SAMLoader"
|
|
||||||
],
|
|
||||||
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
|
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -7840,9 +7841,9 @@
|
|||||||
],
|
],
|
||||||
{
|
{
|
||||||
"author": "Chris Freilich",
|
"author": "Chris Freilich",
|
||||||
"description": "This extension provides a \"Blend If (BlendIf)\" node.",
|
"description": "This extension provides blur nodes.",
|
||||||
"nickname": "Virtuoso Pack - Blend If",
|
"nickname": "Virtuoso Pack - Blur",
|
||||||
"title": "Virtuoso Pack - Blend If",
|
"title": "Virtuoso Pack - Blur",
|
||||||
"title_aux": "Virtuoso Nodes for ComfyUI"
|
"title_aux": "Virtuoso Nodes for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -8811,6 +8812,7 @@
|
|||||||
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": [
|
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": [
|
||||||
[
|
[
|
||||||
"DicksonColorMatch",
|
"DicksonColorMatch",
|
||||||
|
"DicksonLoadImage",
|
||||||
"TTPlanet_Tile_Preprocessor_GF",
|
"TTPlanet_Tile_Preprocessor_GF",
|
||||||
"TTPlanet_Tile_Preprocessor_Simple",
|
"TTPlanet_Tile_Preprocessor_Simple",
|
||||||
"TTPlanet_Tile_Preprocessor_cufoff"
|
"TTPlanet_Tile_Preprocessor_cufoff"
|
||||||
@ -9177,8 +9179,12 @@
|
|||||||
[
|
[
|
||||||
"Count Files in Directory (FW)",
|
"Count Files in Directory (FW)",
|
||||||
"Count Tokens (FW)",
|
"Count Tokens (FW)",
|
||||||
|
"CountTokens",
|
||||||
|
"FileCountInDirectory",
|
||||||
"Token Count Ranker(FW)",
|
"Token Count Ranker(FW)",
|
||||||
"Trim To Tokens (FW)"
|
"TokenCountRanker",
|
||||||
|
"Trim To Tokens (FW)",
|
||||||
|
"TrimToTokens"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Fearnworks Nodes"
|
"title_aux": "Fearnworks Nodes"
|
||||||
@ -12940,7 +12946,7 @@
|
|||||||
"Miaoshouai_Tagger"
|
"Miaoshouai_Tagger"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "MiaoshouAI Tagger for ComfyUI"
|
"title_aux": "ComfyUI-Miaoshouai-Tagger"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
|
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
|
||||||
@ -13560,6 +13566,19 @@
|
|||||||
"title_aux": "pants"
|
"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": [
|
"https://github.com/paulo-coronado/comfy_clip_blip_node": [
|
||||||
[
|
[
|
||||||
"CLIPTextEncodeBLIP",
|
"CLIPTextEncodeBLIP",
|
||||||
|
|||||||
2519
github-stats.json
2519
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -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",
|
"author": "Indra's Mirror",
|
||||||
"title": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper [WIP]",
|
"title": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper [WIP]",
|
||||||
|
|||||||
@ -11,14 +11,25 @@
|
|||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"author": "miaoshouai",
|
"author": "Patricio Gonzalez Vivo",
|
||||||
"title": "MiaoshouAI Tagger for ComfyUI",
|
"title": "GLSL Nodes",
|
||||||
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
|
"reference": "https://github.com/patriciogonzalezvivo/comfyui_glslnodes",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
|
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes to use Florence2 VLM for image tagging and captioning."
|
"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": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "sn0w12",
|
"author": "sn0w12",
|
||||||
@ -676,17 +687,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "a comfyui custom node, which can select value from inputs"
|
"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)"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2302,9 +2302,9 @@
|
|||||||
],
|
],
|
||||||
{
|
{
|
||||||
"author": "AlexL",
|
"author": "AlexL",
|
||||||
"description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.",
|
"description": "Display, save or not save image, with or without extra metadata.",
|
||||||
"nickname": "Hangover-Image_Scale_Bouning_Box",
|
"nickname": "Hangover-Save_Image_Extra_Metadata",
|
||||||
"title": "ComfyUI-Hangover-Image_Scale_Bouning_Box",
|
"title": "ComfyUI-Hangover-Save_Image",
|
||||||
"title_aux": "ComfyUI-Hangover-Nodes"
|
"title_aux": "ComfyUI-Hangover-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3665,6 +3665,9 @@
|
|||||||
"QRNG_Node_CSV"
|
"QRNG_Node_CSV"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
"preemptions": [
|
||||||
|
"SAMLoader"
|
||||||
|
],
|
||||||
"title_aux": "QRNG_Node_ComfyUI"
|
"title_aux": "QRNG_Node_ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3869,7 +3872,8 @@
|
|||||||
"ImageLoadFromBase64(IOHelpers)",
|
"ImageLoadFromBase64(IOHelpers)",
|
||||||
"ImageSaveAsBase64(IOHelpers)",
|
"ImageSaveAsBase64(IOHelpers)",
|
||||||
"ImageSaveToPath(IOHelpers)",
|
"ImageSaveToPath(IOHelpers)",
|
||||||
"TypeConversion(IOHelpers)"
|
"TypeConversion(IOHelpers)",
|
||||||
|
"VHSFileNamesToStrings(IOHelpers)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui_io_helpers"
|
"title_aux": "comfyui_io_helpers"
|
||||||
@ -3938,9 +3942,6 @@
|
|||||||
"RerouteTextForCLIPTextEncodeA1111"
|
"RerouteTextForCLIPTextEncodeA1111"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"preemptions": [
|
|
||||||
"SAMLoader"
|
|
||||||
],
|
|
||||||
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
|
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -7840,9 +7841,9 @@
|
|||||||
],
|
],
|
||||||
{
|
{
|
||||||
"author": "Chris Freilich",
|
"author": "Chris Freilich",
|
||||||
"description": "This extension provides a \"Blend If (BlendIf)\" node.",
|
"description": "This extension provides blur nodes.",
|
||||||
"nickname": "Virtuoso Pack - Blend If",
|
"nickname": "Virtuoso Pack - Blur",
|
||||||
"title": "Virtuoso Pack - Blend If",
|
"title": "Virtuoso Pack - Blur",
|
||||||
"title_aux": "Virtuoso Nodes for ComfyUI"
|
"title_aux": "Virtuoso Nodes for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -8811,6 +8812,7 @@
|
|||||||
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": [
|
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": [
|
||||||
[
|
[
|
||||||
"DicksonColorMatch",
|
"DicksonColorMatch",
|
||||||
|
"DicksonLoadImage",
|
||||||
"TTPlanet_Tile_Preprocessor_GF",
|
"TTPlanet_Tile_Preprocessor_GF",
|
||||||
"TTPlanet_Tile_Preprocessor_Simple",
|
"TTPlanet_Tile_Preprocessor_Simple",
|
||||||
"TTPlanet_Tile_Preprocessor_cufoff"
|
"TTPlanet_Tile_Preprocessor_cufoff"
|
||||||
@ -9177,8 +9179,12 @@
|
|||||||
[
|
[
|
||||||
"Count Files in Directory (FW)",
|
"Count Files in Directory (FW)",
|
||||||
"Count Tokens (FW)",
|
"Count Tokens (FW)",
|
||||||
|
"CountTokens",
|
||||||
|
"FileCountInDirectory",
|
||||||
"Token Count Ranker(FW)",
|
"Token Count Ranker(FW)",
|
||||||
"Trim To Tokens (FW)"
|
"TokenCountRanker",
|
||||||
|
"Trim To Tokens (FW)",
|
||||||
|
"TrimToTokens"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Fearnworks Nodes"
|
"title_aux": "Fearnworks Nodes"
|
||||||
@ -12940,7 +12946,7 @@
|
|||||||
"Miaoshouai_Tagger"
|
"Miaoshouai_Tagger"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "MiaoshouAI Tagger for ComfyUI"
|
"title_aux": "ComfyUI-Miaoshouai-Tagger"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
|
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
|
||||||
@ -13560,6 +13566,19 @@
|
|||||||
"title_aux": "pants"
|
"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": [
|
"https://github.com/paulo-coronado/comfy_clip_blip_node": [
|
||||||
[
|
[
|
||||||
"CLIPTextEncodeBLIP",
|
"CLIPTextEncodeBLIP",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user