update DB

This commit is contained in:
Dr.Lt.Data
2024-08-23 00:48:33 +09:00
parent c6c35115e1
commit e8d5c92cb3
8 changed files with 2407 additions and 1815 deletions

View File

@@ -12,7 +12,16 @@
{
"author": "Sakura-nee",
"title": "ComfyUI_Save2Discord",
"reference": "https://github.com/Sakura-nee/ComfyUI_Save2Discord",
"files": [
"https://github.com/Sakura-nee/ComfyUI_Save2Discord"
],
"install_type": "git-clone",
"description": "Nodes:Send Generated Image To Discord Webhook.\nNOTE: The files in the repo are not organized."
},
{
"author": "ThisModernDay",
"title": "ComfyUI Instructor Ollama",
@@ -43,16 +52,6 @@
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/Vchitect/VEnhancer](https://github.com/Vchitect/VEnhancer)"
},
{
"author": "TTPlanetPig",
"title": "Comfyui_TTP_Toolset",
"reference": "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset",
"files": [
"https://github.com/TTPlanetPig/Comfyui_TTP_Toolset"
],
"install_type": "git-clone",
"description": "This is a workflow for my simple logic amazing upscale node for DIT model. it can be common use for Flux,Hunyuan,SD3 It can simple tile the initial image into pieces and then use image-interrogator to get each tile prompts for more accurate upscale process. The condition will be properly handled and the hallucination will be significantly eliminated.\nNOTE: The files in the repo are not organized, which may lead to update issues."
},
{
"author": "jimstudt",
"title": "Jim's ComfyUI Nodes [WIP]",
@@ -86,9 +85,9 @@
{
"author": "Weixuanf",
"title": "ComfyUI File Manager for nodecafe.co [WIP]",
"reference": "https://github.com/Weixuanf/file-explore",
"reference": "https://github.com/Weixuanf/nodecafe-file-manager",
"files": [
"https://github.com/Weixuanf/file-explore"
"https://github.com/Weixuanf/nodecafe-file-manager"
],
"install_type": "git-clone",
"description": "To view and download files in ComfyUI\nNOTE: invalid pyproject.toml"
@@ -193,16 +192,6 @@
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked."
},
{
"author": "TTPlanetPig",
"title": "for comfyui image proprocessor",
"reference": "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor",
"files": [
"https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor"
],
"install_type": "git-clone",
"description": "Adapt for Hunyuan now\nNOTE: The files in the repo are not organized, which may lead to update issues."
},
{
"author": "IuvenisSapiens",
"title": "ComfyUI_MiniCPM-V-2_6-int4",

View File

@@ -540,6 +540,8 @@
[
"AppendNode",
"ApplyVoiceConversion",
"CombineVideos",
"ImAppendFreeChatAction",
"ImAppendQuickbackNode",
"ImAppendQuickbackVideoNode",
"ImAppendVideoNode",
@@ -555,7 +557,9 @@
"SetEvent",
"SetNodeMapping",
"SetProperties",
"String2Node",
"batchNodes",
"grepNodeByText",
"mergeEntityAndPointer",
"redirectToNode"
],
@@ -769,6 +773,14 @@
"title_aux": "ComfyUI-MS-Nodes [WIP]"
}
],
"https://github.com/Sakura-nee/ComfyUI_Save2Discord": [
[
"SendToWebhook"
],
{
"title_aux": "ComfyUI_Save2Discord"
}
],
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
[
"CheckpointLoaderSimpleShared //SeedV",
@@ -843,31 +855,6 @@
"title_aux": "ComfyUI-TSFNodes"
}
],
"https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": [
[
"TTPlanet_Tile_Preprocessor_GF",
"TTPlanet_Tile_Preprocessor_Simple",
"TTPlanet_Tile_Preprocessor_cufoff",
"TTPlanet_inpainting_Preprecessor"
],
{
"title_aux": "for comfyui image proprocessor"
}
],
"https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": [
[
"TTP_CoordinateSplitter",
"TTP_Image_Assy",
"TTP_Image_Tile_Batch",
"TTP_Tile_image_size",
"TTP_condsetarea_merge",
"TTP_condtobatch",
"TTPlanet_Tile_Preprocessor_Simple"
],
{
"title_aux": "Comfyui_TTP_Toolset"
}
],
"https://github.com/ThisModernDay/ComfyUI-InstructorOllama": [
[
"OllamaInstructorNode"
@@ -1323,6 +1310,7 @@
"StableCascade_SuperResolutionControlnet",
"StableZero123_Conditioning",
"StableZero123_Conditioning_Batched",
"StubConstantImage",
"StubFloat",
"StubImage",
"StubInt",
@@ -1350,6 +1338,7 @@
"TestForLoopOpen",
"TestIntConditions",
"TestIntMathOperation",
"TestIsChangedWithConstants",
"TestLazyMixImages",
"TestListToAccumulationNode",
"TestMakeListNode",
@@ -1472,7 +1461,7 @@
],
"https://github.com/drmbt/comfyui-dreambait-nodes": [
[
"Aspect Pad Image For Outpainting"
"DRMBT_AspectPadImageForOutpainting"
],
{
"title_aux": "comfyui-dreambait-nodes"
@@ -1790,6 +1779,8 @@
"ChooseFromStringList",
"Cubby",
"DefineWord",
"DictionaryToJSON",
"JSONToDictionary",
"LoadImageAndInfoFromPath",
"LookupWord",
"ReplaceWords",

View File

File diff suppressed because it is too large Load Diff