mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-15 01:27:05 +08:00
update DB
This commit is contained in:
parent
b260c9a512
commit
404bdb21e6
@ -30040,6 +30040,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a modified implementation of impact-pack's iterative upscaler. It leans in on the idea that giving too much attention to computation at high resolutions isn't a good idea."
|
||||
},
|
||||
{
|
||||
"author": "AlfredClark",
|
||||
"title": "ComfyUI-ModelSpec",
|
||||
"reference": "https://github.com/AlfredClark/ComfyUI-ModelSpec",
|
||||
"files": [
|
||||
"https://github.com/AlfredClark/ComfyUI-ModelSpec"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI model metadata editing nodes."
|
||||
},
|
||||
{
|
||||
"author": "zl9739379",
|
||||
"title": "ComfyUI-ArkVideoGenerate",
|
||||
"reference": "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate",
|
||||
"files": [
|
||||
"https://github.com/zl9739379/ComfyUI-ArkVideoGenerate"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that integrates ByteDance Volcano Engine's video generation AI model, supporting both text-to-video and image-to-video generation."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1942,6 +1942,16 @@
|
||||
"title_aux": "camera-comfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AlfredClark/ComfyUI-ModelSpec": [
|
||||
[
|
||||
"ModelMetadataNode",
|
||||
"ModelSpecEditNode",
|
||||
"SelectModelNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ModelSpec"
|
||||
}
|
||||
],
|
||||
"https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": [
|
||||
[
|
||||
"Add Layer Overlay JNK",
|
||||
@ -4020,6 +4030,7 @@
|
||||
"Gemini Prompter",
|
||||
"Gemini Question",
|
||||
"Gemini Response",
|
||||
"Gemini Scenery",
|
||||
"Gemini Translate",
|
||||
"Gemini Vision"
|
||||
],
|
||||
@ -9882,19 +9893,6 @@
|
||||
"title_aux": "ComfyUI-CSV-Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/PD19Anime/ComfyUI-PD19Anime-Nodes": [
|
||||
[
|
||||
"AdvancedEmptyLatentImage",
|
||||
"AdvancedLoaderMultiple",
|
||||
"AdvancedLoaderSingle",
|
||||
"AdvancedModelLoader",
|
||||
"AdvancedPromptSaver",
|
||||
"AdvancedRandomNoise"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PD19Anime-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": [
|
||||
[
|
||||
"BatchImageToMask",
|
||||
@ -14762,6 +14760,22 @@
|
||||
"title_aux": "ComfyUI-SkyReels-A2"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": [
|
||||
[
|
||||
"Image2Text",
|
||||
"ImageEditing",
|
||||
"LoadSkyworkUniPicCheckpoint",
|
||||
"LoadSkyworkUniPicConfig",
|
||||
"LoadSkyworkUniPicImage",
|
||||
"LoadSkyworkUniPicPrompt",
|
||||
"SaveSkyworkUniPicEditImage",
|
||||
"SaveSkyworkUniPicImage",
|
||||
"Text2Image"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SkyworkUniPic"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-SoundHub": [
|
||||
[
|
||||
"Load Audio",
|
||||
@ -30047,6 +30061,7 @@
|
||||
"BboxDetectorSEGS",
|
||||
"BitwiseAndMask",
|
||||
"BitwiseAndMaskForEach",
|
||||
"BlackPatchRetryHookProvider",
|
||||
"CLIPSegDetectorProvider",
|
||||
"CfgScheduleHookProvider",
|
||||
"CombineRegionalPrompts",
|
||||
@ -30056,6 +30071,7 @@
|
||||
"DenoiseScheduleHookProvider",
|
||||
"DenoiseSchedulerDetailerHookProvider",
|
||||
"DetailerForEach",
|
||||
"DetailerForEachAutoRetry",
|
||||
"DetailerForEachDebug",
|
||||
"DetailerForEachDebugPipe",
|
||||
"DetailerForEachPipe",
|
||||
@ -40366,6 +40382,14 @@
|
||||
"title_aux": "comfyui-deepseek-r1"
|
||||
}
|
||||
],
|
||||
"https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [
|
||||
[
|
||||
"ArkVideoGenerate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ArkVideoGenerate"
|
||||
}
|
||||
],
|
||||
"https://github.com/zmwv823/ComfyUI_Anytext": [
|
||||
[
|
||||
"UL_AnyText2Fonts",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "lggcfx2020",
|
||||
"title": "ComfyUI-LGGCFX-Tools",
|
||||
"reference": "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools",
|
||||
"files": [
|
||||
"https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A small tool for calculating the frame number and total frames of a video. Originally required four nodes, but has been merged into a single node for convenience. Includes quick resolution selection and landscape mode switching."
|
||||
},
|
||||
{
|
||||
"author": "206811",
|
||||
"title": "ComfyUI_ZhipuAIO",
|
||||
|
||||
@ -894,6 +894,8 @@
|
||||
"TileAndStitchBack",
|
||||
"TiledWanImageStatistics",
|
||||
"TiledWanImageToMask",
|
||||
"TiledWanInpaintCropImproved",
|
||||
"TiledWanInpaintStitchImproved",
|
||||
"TiledWanMaskStatistics",
|
||||
"TiledWanVideoSLGSimple",
|
||||
"TiledWanVideoSamplerSimple",
|
||||
@ -7031,6 +7033,15 @@
|
||||
"title_aux": "ComfyUI_Scoring-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": [
|
||||
[
|
||||
"LGGCFX_resolution",
|
||||
"LGGCFX_time_frame"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LGGCFX-Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/lgldlk/ComfyUI-img-tiler": [
|
||||
[
|
||||
"PC ImageListTileMaker",
|
||||
|
||||
@ -2464,6 +2464,11 @@
|
||||
"last_update": "2025-04-21 11:48:26",
|
||||
"author_account_age_days": 753
|
||||
},
|
||||
"https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-07-30 08:35:42",
|
||||
"author_account_age_days": 1866
|
||||
},
|
||||
"https://github.com/lgldlk/ComfyUI-img-tiler": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-10-17 07:56:42",
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Yuan-ManX",
|
||||
"title": "ComfyUI-SkyworkUniPic",
|
||||
"reference": "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic",
|
||||
"files": [
|
||||
"https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-SkyworkUniPic is now available in ComfyUI, Skywork-UniPic is a unified autoregressive multimodal model with 1.5 billion parameters that natively integrates image understanding, text-to-image generation, and image editing capabilities within a single architecture."
|
||||
},
|
||||
{
|
||||
"author": "zl9739379",
|
||||
"title": "ComfyUI-ArkVideoGenerate",
|
||||
"reference": "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate",
|
||||
"files": [
|
||||
"https://github.com/zl9739379/ComfyUI-ArkVideoGenerate"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that integrates ByteDance Volcano Engine's video generation AI model, supporting both text-to-video and image-to-video generation."
|
||||
},
|
||||
{
|
||||
"author": "AlfredClark",
|
||||
"title": "ComfyUI-ModelSpec",
|
||||
"reference": "https://github.com/AlfredClark/ComfyUI-ModelSpec",
|
||||
"files": [
|
||||
"https://github.com/AlfredClark/ComfyUI-ModelSpec"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI model metadata editing nodes."
|
||||
},
|
||||
{
|
||||
"author": "rainlizard",
|
||||
"title": "Whirlpool Upscaler",
|
||||
@ -663,26 +693,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A Wrapper and a set of Custom Nodes for using RenderFormer as a 3d Environment in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "seanjang990",
|
||||
"title": "ComfyUI Document Auto Crop Node",
|
||||
"reference": "https://github.com/seanjang990/comfyui-document-auto-crop",
|
||||
"files": [
|
||||
"https://github.com/seanjang990/comfyui-document-auto-crop"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI automatically crops a document by detecting edges, rotates it based on face orientation using MediaPipe, and adjusts it to a target aspect ratio (default 11:14)."
|
||||
},
|
||||
{
|
||||
"author": "Assistant",
|
||||
"title": "ComfyUI-NS-ManySliders",
|
||||
"reference": "https://github.com/NakamuraShippo/ComfyUI-NS-Util",
|
||||
"files": [
|
||||
"https://github.com/NakamuraShippo/ComfyUI-NS-Util"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of nodes for ComfyUI. ex:A node for batch managing int, float, and string parameters with presets"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1942,6 +1942,16 @@
|
||||
"title_aux": "camera-comfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AlfredClark/ComfyUI-ModelSpec": [
|
||||
[
|
||||
"ModelMetadataNode",
|
||||
"ModelSpecEditNode",
|
||||
"SelectModelNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ModelSpec"
|
||||
}
|
||||
],
|
||||
"https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": [
|
||||
[
|
||||
"Add Layer Overlay JNK",
|
||||
@ -4020,6 +4030,7 @@
|
||||
"Gemini Prompter",
|
||||
"Gemini Question",
|
||||
"Gemini Response",
|
||||
"Gemini Scenery",
|
||||
"Gemini Translate",
|
||||
"Gemini Vision"
|
||||
],
|
||||
@ -9882,19 +9893,6 @@
|
||||
"title_aux": "ComfyUI-CSV-Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/PD19Anime/ComfyUI-PD19Anime-Nodes": [
|
||||
[
|
||||
"AdvancedEmptyLatentImage",
|
||||
"AdvancedLoaderMultiple",
|
||||
"AdvancedLoaderSingle",
|
||||
"AdvancedModelLoader",
|
||||
"AdvancedPromptSaver",
|
||||
"AdvancedRandomNoise"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PD19Anime-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": [
|
||||
[
|
||||
"BatchImageToMask",
|
||||
@ -14762,6 +14760,22 @@
|
||||
"title_aux": "ComfyUI-SkyReels-A2"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": [
|
||||
[
|
||||
"Image2Text",
|
||||
"ImageEditing",
|
||||
"LoadSkyworkUniPicCheckpoint",
|
||||
"LoadSkyworkUniPicConfig",
|
||||
"LoadSkyworkUniPicImage",
|
||||
"LoadSkyworkUniPicPrompt",
|
||||
"SaveSkyworkUniPicEditImage",
|
||||
"SaveSkyworkUniPicImage",
|
||||
"Text2Image"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SkyworkUniPic"
|
||||
}
|
||||
],
|
||||
"https://github.com/Yuan-ManX/ComfyUI-SoundHub": [
|
||||
[
|
||||
"Load Audio",
|
||||
@ -30047,6 +30061,7 @@
|
||||
"BboxDetectorSEGS",
|
||||
"BitwiseAndMask",
|
||||
"BitwiseAndMaskForEach",
|
||||
"BlackPatchRetryHookProvider",
|
||||
"CLIPSegDetectorProvider",
|
||||
"CfgScheduleHookProvider",
|
||||
"CombineRegionalPrompts",
|
||||
@ -30056,6 +30071,7 @@
|
||||
"DenoiseScheduleHookProvider",
|
||||
"DenoiseSchedulerDetailerHookProvider",
|
||||
"DetailerForEach",
|
||||
"DetailerForEachAutoRetry",
|
||||
"DetailerForEachDebug",
|
||||
"DetailerForEachDebugPipe",
|
||||
"DetailerForEachPipe",
|
||||
@ -40366,6 +40382,14 @@
|
||||
"title_aux": "comfyui-deepseek-r1"
|
||||
}
|
||||
],
|
||||
"https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": [
|
||||
[
|
||||
"ArkVideoGenerate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ArkVideoGenerate"
|
||||
}
|
||||
],
|
||||
"https://github.com/zmwv823/ComfyUI_Anytext": [
|
||||
[
|
||||
"UL_AnyText2Fonts",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user