mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
a24b11905c
commit
5b525622f1
@ -27728,6 +27728,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI_DAO_master is a collection of custom nodes for ComfyUI. These nodes provide additional tools for image creation, manipulation, and visual experimentation, with a focus on vector workflows (DXF & SVG) and production utilities."
|
||||
},
|
||||
{
|
||||
"author": "orion4d",
|
||||
"title": "Orion4D Pixel-Shift Nodes for ComfyUI",
|
||||
"reference": "https://github.com/orion4d/Orion4D_pixelshift",
|
||||
"files": [
|
||||
"https://github.com/orion4d/Orion4D_pixelshift"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node pack for ComfyUI provides an advanced image processing workflow to achieve high-quality upscales with an extended dynamic range (HDR), mimicking the flexibility of a camera's RAW file. Note: this node will not correct AI image hallucinations, ideally it is used in the last pass from a good quality image (2000/3000px with an X2 or X4 model)."
|
||||
},
|
||||
{
|
||||
"author": "aiaiaikkk",
|
||||
"title": "ComfyUI-Curve",
|
||||
@ -32539,6 +32549,36 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Load presets from json file to run a set of experiments in a workflow with different models and settings"
|
||||
},
|
||||
{
|
||||
"author": "sputnik57",
|
||||
"title": "comfyui-prompt-logger",
|
||||
"reference": "https://github.com/sputnik57/comfyui-prompt-logger",
|
||||
"files": [
|
||||
"https://github.com/sputnik57/comfyui-prompt-logger"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node saves metadata when I explore images. It creates a sidecare json file beside the image file."
|
||||
},
|
||||
{
|
||||
"author": "brenzel",
|
||||
"title": "comfyui-prompt-beautify",
|
||||
"reference": "https://github.com/brenzel/comfyui-prompt-beautify",
|
||||
"files": [
|
||||
"https://github.com/brenzel/comfyui-prompt-beautify"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node to beautify your image generation prompt"
|
||||
},
|
||||
{
|
||||
"author": "Firetheft",
|
||||
"title": "ComfyUI-Animate-Progress",
|
||||
"reference": "https://github.com/Firetheft/ComfyUI-Animate-Progress",
|
||||
"files": [
|
||||
"https://github.com/Firetheft/ComfyUI-Animate-Progress"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A progress bar beautification plugin designed for ComfyUI. It replaces the monotonous default progress bar with a vibrant and dynamic experience, complete with an animated character and rich visual effects."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -565,8 +565,9 @@
|
||||
"https://github.com/5agado/ComfyUI-Sagado-Nodes": [
|
||||
[
|
||||
"Get Num Frames",
|
||||
"Get Resolution Node",
|
||||
"Image Loader"
|
||||
"Get Resolution",
|
||||
"Image Loader",
|
||||
"Video Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sagado Nodes for ComfyUI"
|
||||
@ -17054,6 +17055,7 @@
|
||||
"ComflySeededit",
|
||||
"Comfly_Doubao_Seededit",
|
||||
"Comfly_Doubao_Seedream",
|
||||
"Comfly_Doubao_Seedream_4",
|
||||
"Comfly_Flux_Kontext",
|
||||
"Comfly_Flux_Kontext_Edit",
|
||||
"Comfly_Flux_Kontext_bfl",
|
||||
@ -18729,6 +18731,7 @@
|
||||
"https://github.com/billwuhao/ComfyUI_IndexTTS": [
|
||||
[
|
||||
"IndexSpeakersPreview",
|
||||
"IndexTTS2Run",
|
||||
"IndexTTSRun",
|
||||
"MultiLinePromptIndex"
|
||||
],
|
||||
@ -21723,7 +21726,6 @@
|
||||
"Xoxxox_DlySet",
|
||||
"Xoxxox_GenImg",
|
||||
"Xoxxox_GenTxt",
|
||||
"Xoxxox_GenTxt_Opt",
|
||||
"Xoxxox_GetAud",
|
||||
"Xoxxox_GetDir",
|
||||
"Xoxxox_GetDis",
|
||||
@ -28367,7 +28369,12 @@
|
||||
"https://github.com/jfcantu/ComfyUI-Prompt-Companion": [
|
||||
[
|
||||
"PromptAdditionInput",
|
||||
"PromptCompanion"
|
||||
"PromptCompanion",
|
||||
"PromptCompanionAdditionToStrings",
|
||||
"PromptCompanionAutoselectGroups",
|
||||
"PromptCompanionPromptGroup",
|
||||
"PromptCompanionSingleAddition",
|
||||
"PromptCompanionStringsToAddition"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Prompt Companion"
|
||||
|
||||
4266
github-stats.json
4266
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,55 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Polygoningenieur",
|
||||
"title": "ComfyUI-Diffusion-SDXL-Video",
|
||||
"reference": "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video",
|
||||
"files": [
|
||||
"https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for a frame by frame Diffusion."
|
||||
},
|
||||
{
|
||||
"author": "NimbleWing",
|
||||
"title": "ComfyUI-NW",
|
||||
"reference": "https://github.com/NimbleWing/ComfyUI-NW",
|
||||
"files": [
|
||||
"https://github.com/NimbleWing/ComfyUI-NW"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for a frame by frame Diffusion."
|
||||
},
|
||||
{
|
||||
"author": "tfernd",
|
||||
"title": "Auto CPU Offload for ComfyUI [WIP]",
|
||||
"reference": "https://github.com/tfernd/ComfyUI-AutoCPUOffload",
|
||||
"files": [
|
||||
"https://github.com/tfernd/ComfyUI-AutoCPUOffload"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension introduces an 'Auto CPU Offload' node designed to reduce GPU VRAM usage by automatically offloading model components to the CPU. It intelligently manages the movement of model layers between the GPU and CPU, aiming to keep only the necessary parts in VRAM during inference."
|
||||
},
|
||||
{
|
||||
"author": "hujuying",
|
||||
"title": "comfyui_gemini_banana_api [WIP]",
|
||||
"reference": "https://github.com/hujuying/comfyui_gemini_banana_api",
|
||||
"files": [
|
||||
"https://github.com/hujuying/comfyui_gemini_banana_api"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A powerful ComfyUI plugin that supports image editing and generation using the Gemini API, featuring multiple API key rotation and secure storage.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "pft-ChenKu",
|
||||
"title": "ComfyUI_system-dev [WIP]",
|
||||
"reference": "https://github.com/pft-ChenKu/ComfyUI_system-dev",
|
||||
"files": [
|
||||
"https://github.com/pft-ChenKu/ComfyUI_system-dev"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Collect Vram ram and Time\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "z604159435g",
|
||||
"title": "comfyui_random_prompt_plugin [WIP]",
|
||||
@ -109,7 +159,7 @@
|
||||
"https://github.com/5agado/ComfyUI-Sagado-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Image Loader, Get Num Frames, Get Resolution Node"
|
||||
"description": "NODES: Image Loader, Get Num Frames, Get Resolution Node, Video Loader"
|
||||
},
|
||||
{
|
||||
"author": "Juste-Leo2",
|
||||
|
||||
@ -282,8 +282,9 @@
|
||||
"https://github.com/5agado/ComfyUI-Sagado-Nodes": [
|
||||
[
|
||||
"Get Num Frames",
|
||||
"Get Resolution Node",
|
||||
"Image Loader"
|
||||
"Get Resolution",
|
||||
"Image Loader",
|
||||
"Video Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sagado Nodes for ComfyUI"
|
||||
@ -735,6 +736,7 @@
|
||||
],
|
||||
"https://github.com/AlexYez/comfyui-timesaver": [
|
||||
[
|
||||
"Gemma3nNode",
|
||||
"TS Cube to Equirectangular",
|
||||
"TS Equirectangular to Cube",
|
||||
"TS Files Downloader",
|
||||
@ -1151,6 +1153,7 @@
|
||||
"VTS Repeat Text As List",
|
||||
"VTS Replace Text In List",
|
||||
"VTS Sharpen",
|
||||
"VTS To List",
|
||||
"VTS To Text",
|
||||
"VTS_Load_Pose_Keypoints",
|
||||
"Vts Text To Batch Prompt"
|
||||
@ -3002,6 +3005,14 @@
|
||||
"title_aux": "DoomFLUX Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [
|
||||
[
|
||||
"Diffusion SDXL (Frame by Frame)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Diffusion-SDXL-Video"
|
||||
}
|
||||
],
|
||||
"https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [
|
||||
[
|
||||
"Clean input and output file"
|
||||
@ -6726,6 +6737,15 @@
|
||||
"title_aux": "ComfyUI_Easy_Nodes_hui"
|
||||
}
|
||||
],
|
||||
"https://github.com/hujuying/comfyui_gemini_banana_api": [
|
||||
[
|
||||
"GeminiImageEditNode",
|
||||
"GeminiImageEditV2Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_gemini_banana_api [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/hulipanpan/Comfyui_tuteng": [
|
||||
[
|
||||
"TutengChatGPTApi",
|
||||
@ -8603,24 +8623,25 @@
|
||||
"CloudreveSignin",
|
||||
"CloudreveUploadFile",
|
||||
"IncrementBatchName",
|
||||
"InoBoolToSwitch",
|
||||
"InoBranchImage",
|
||||
"InoCalculateLoraConfig",
|
||||
"InoCountFiles",
|
||||
"InoDateTimeAsString",
|
||||
"InoGetConditioning",
|
||||
"InoGetFolderBatchID",
|
||||
"InoGetLoraConfig",
|
||||
"InoGetModelConfig",
|
||||
"InoGetSamplerConfig",
|
||||
"InoIntEqual",
|
||||
"InoLoadSamplerModels",
|
||||
"InoNotBoolean",
|
||||
"InoParseFilePath",
|
||||
"InoRandomCharacterPrompt",
|
||||
"InoShowLoraConfig",
|
||||
"InoShowModelConfig",
|
||||
"Ino_BoolToSwitch",
|
||||
"Ino_BranchImage",
|
||||
"Ino_CalculateLoraConfig",
|
||||
"Ino_CountFiles",
|
||||
"Ino_DateTimeAsString",
|
||||
"Ino_GetFolderBatchID",
|
||||
"Ino_IntEqual",
|
||||
"Ino_NotBoolean",
|
||||
"Ino_ParseFilePath",
|
||||
"Ino_RandomCharacterPrompt",
|
||||
"Ino_StringToggleCase",
|
||||
"InoStringToCombo",
|
||||
"InoStringToggleCase",
|
||||
"RemoveFile",
|
||||
"RemoveFolder",
|
||||
"Unzip",
|
||||
@ -8839,6 +8860,14 @@
|
||||
"title_aux": "List Data Helper Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/pft-ChenKu/ComfyUI_system-dev": [
|
||||
[
|
||||
"TY_ExecutionTime"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_system-dev [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/phamngoctukts/ComyUI-Tupham": [
|
||||
[
|
||||
"AreaCondition_v2",
|
||||
@ -9931,6 +9960,14 @@
|
||||
"title_aux": "ComfyUI-CacheImageNode"
|
||||
}
|
||||
],
|
||||
"https://github.com/tfernd/ComfyUI-AutoCPUOffload": [
|
||||
[
|
||||
"AutoCPUOffload"
|
||||
],
|
||||
{
|
||||
"title_aux": "Auto CPU Offload for ComfyUI [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/tg-tjmitchell/comfyui-rsync-plugin": [
|
||||
[
|
||||
"FileTransferHelperNode"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,45 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "orion4d",
|
||||
"title": "Orion4D Pixel-Shift Nodes for ComfyUI",
|
||||
"reference": "https://github.com/orion4d/Orion4D_pixelshift",
|
||||
"files": [
|
||||
"https://github.com/orion4d/Orion4D_pixelshift"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node pack for ComfyUI provides an advanced image processing workflow to achieve high-quality upscales with an extended dynamic range (HDR), mimicking the flexibility of a camera's RAW file. Note: this node will not correct AI image hallucinations, ideally it is used in the last pass from a good quality image (2000/3000px with an X2 or X4 model)."
|
||||
},
|
||||
{
|
||||
"author": "Firetheft",
|
||||
"title": "ComfyUI-Animate-Progress",
|
||||
"reference": "https://github.com/Firetheft/ComfyUI-Animate-Progress",
|
||||
"files": [
|
||||
"https://github.com/Firetheft/ComfyUI-Animate-Progress"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A progress bar beautification plugin designed for ComfyUI. It replaces the monotonous default progress bar with a vibrant and dynamic experience, complete with an animated character and rich visual effects."
|
||||
},
|
||||
{
|
||||
"author": "sputnik57",
|
||||
"title": "comfyui-prompt-logger",
|
||||
"reference": "https://github.com/sputnik57/comfyui-prompt-logger",
|
||||
"files": [
|
||||
"https://github.com/sputnik57/comfyui-prompt-logger"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node saves metadata when I explore images. It creates a sidecare json file beside the image file."
|
||||
},
|
||||
{
|
||||
"author": "brenzel",
|
||||
"title": "comfyui-prompt-beautify",
|
||||
"reference": "https://github.com/brenzel/comfyui-prompt-beautify",
|
||||
"files": [
|
||||
"https://github.com/brenzel/comfyui-prompt-beautify"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node to beautify your image generation prompt"
|
||||
},
|
||||
{
|
||||
"author": "Draek2077",
|
||||
"title": "comfyui-draekz-nodez",
|
||||
|
||||
@ -565,8 +565,9 @@
|
||||
"https://github.com/5agado/ComfyUI-Sagado-Nodes": [
|
||||
[
|
||||
"Get Num Frames",
|
||||
"Get Resolution Node",
|
||||
"Image Loader"
|
||||
"Get Resolution",
|
||||
"Image Loader",
|
||||
"Video Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Sagado Nodes for ComfyUI"
|
||||
@ -17054,6 +17055,7 @@
|
||||
"ComflySeededit",
|
||||
"Comfly_Doubao_Seededit",
|
||||
"Comfly_Doubao_Seedream",
|
||||
"Comfly_Doubao_Seedream_4",
|
||||
"Comfly_Flux_Kontext",
|
||||
"Comfly_Flux_Kontext_Edit",
|
||||
"Comfly_Flux_Kontext_bfl",
|
||||
@ -18729,6 +18731,7 @@
|
||||
"https://github.com/billwuhao/ComfyUI_IndexTTS": [
|
||||
[
|
||||
"IndexSpeakersPreview",
|
||||
"IndexTTS2Run",
|
||||
"IndexTTSRun",
|
||||
"MultiLinePromptIndex"
|
||||
],
|
||||
@ -21723,7 +21726,6 @@
|
||||
"Xoxxox_DlySet",
|
||||
"Xoxxox_GenImg",
|
||||
"Xoxxox_GenTxt",
|
||||
"Xoxxox_GenTxt_Opt",
|
||||
"Xoxxox_GetAud",
|
||||
"Xoxxox_GetDir",
|
||||
"Xoxxox_GetDis",
|
||||
@ -28367,7 +28369,12 @@
|
||||
"https://github.com/jfcantu/ComfyUI-Prompt-Companion": [
|
||||
[
|
||||
"PromptAdditionInput",
|
||||
"PromptCompanion"
|
||||
"PromptCompanion",
|
||||
"PromptCompanionAdditionToStrings",
|
||||
"PromptCompanionAutoselectGroups",
|
||||
"PromptCompanionPromptGroup",
|
||||
"PromptCompanionSingleAddition",
|
||||
"PromptCompanionStringsToAddition"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Prompt Companion"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user