mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-06 19:22:36 +08:00
update DB
This commit is contained in:
parent
45770ac2cb
commit
920d70a26a
@ -26679,16 +26679,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "GradientBlurNode is a custom node for ComfyUI that allows for gradient-based image blurring. This tool provides precise control over the direction, intensity, and distribution of the blur, making it ideal for creating smooth transitions, focusing attention on specific parts of an image, or adding artistic effects."
|
||||
},
|
||||
{
|
||||
"author": "linksluckytime",
|
||||
"title": "comfyui_snacknodes",
|
||||
"reference": "https://github.com/linksluckytime/comfyui_snacknodes",
|
||||
"files": [
|
||||
"https://github.com/linksluckytime/comfyui_snacknodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A comprehensive collection of ComfyUI nodes designed to reduce reliance on multiple third-party node packages."
|
||||
},
|
||||
{
|
||||
"author": "uihp",
|
||||
"title": "ComfyUI-String-Chain",
|
||||
@ -42791,12 +42781,13 @@
|
||||
{
|
||||
"author": "Malkalypse",
|
||||
"title": "ComfyUI-MouseCoords",
|
||||
"id": "mousecoords",
|
||||
"reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords",
|
||||
"files": [
|
||||
"https://github.com/Malkalypse/ComfyUI-MouseCoords"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Display mouse coordinates in graph space"
|
||||
"description": "Display real-time mouse coordinates in graph space. Shows the current mouse position in the top-right corner of the canvas, useful for positioning nodes precisely, debugging layouts, and measuring distances."
|
||||
},
|
||||
{
|
||||
"author": "luoq24",
|
||||
@ -42908,6 +42899,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "All-in-One collection of Painter's ComfyUI nodes for video generation"
|
||||
},
|
||||
{
|
||||
"author": "cosmicbuffalo",
|
||||
"title": "ComfyUI Mobile Frontend",
|
||||
"id": "comfyui-mobile-frontend",
|
||||
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
|
||||
"files": [
|
||||
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -43304,17 +43306,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "cosmicbuffalo",
|
||||
"title": "ComfyUI Mobile Frontend",
|
||||
"id": "comfyui-mobile-frontend",
|
||||
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
|
||||
"files": [
|
||||
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -6117,6 +6117,7 @@
|
||||
"DiffusionModelSelectorNode",
|
||||
"ImageResizeNode",
|
||||
"LORASelectorNode",
|
||||
"LoadImageWithMetadataNode",
|
||||
"MaskDebugNode",
|
||||
"ModelGeneratorNode",
|
||||
"OptionalCondMergeNode",
|
||||
@ -12186,9 +12187,15 @@
|
||||
"ImageListRepeater",
|
||||
"ImageListSplitter",
|
||||
"LG_AccumulatePreview",
|
||||
"LG_ClearAccumulatedValues",
|
||||
"LG_ConcatVideoFiles",
|
||||
"LG_CreateAndSaveVideo",
|
||||
"LG_FastPreview",
|
||||
"LG_ImageReceiver",
|
||||
"LG_ImageSender",
|
||||
"LG_SaveAudioGetPath",
|
||||
"LG_ValueReceiver",
|
||||
"LG_ValueSender",
|
||||
"MaskListRepeater",
|
||||
"MaskListSplitter"
|
||||
],
|
||||
@ -16766,6 +16773,7 @@
|
||||
"RizzExtractFrames",
|
||||
"RizzGDSPatcher",
|
||||
"RizzLoadAudio",
|
||||
"RizzLoadImage",
|
||||
"RizzLoadLatestImage",
|
||||
"RizzLoadLatestMesh",
|
||||
"RizzLoadVideo",
|
||||
@ -16773,9 +16781,11 @@
|
||||
"RizzModelBatchLoader",
|
||||
"RizzPasteAndUnscale",
|
||||
"RizzPreviewAudio",
|
||||
"RizzPreviewImage",
|
||||
"RizzPreviewTiling",
|
||||
"RizzPreviewVideo",
|
||||
"RizzSaveAudio",
|
||||
"RizzSaveImage",
|
||||
"RizzSaveVideo",
|
||||
"RizzSeparateVideoAudio",
|
||||
"RizzTextcombine",
|
||||
@ -20940,7 +20950,9 @@
|
||||
"easy_latent_sanitize",
|
||||
"easy_mask_sanitize",
|
||||
"easy_smartbypass",
|
||||
"easy_vae_hard_reset"
|
||||
"easy_vae_hard_reset",
|
||||
"save_image_with_latent_and_metadata_webp",
|
||||
"webp_latent_loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EasyFilePaths"
|
||||
@ -30444,6 +30456,7 @@
|
||||
"ConvertStringToComboNode",
|
||||
"CosmosImageToVideoLatent",
|
||||
"CosmosPredict2ImageToVideoLatent",
|
||||
"CreateList",
|
||||
"CreateVideo",
|
||||
"CropMask",
|
||||
"CustomCombo",
|
||||
@ -30933,6 +30946,7 @@
|
||||
"UpscaleModelLoader",
|
||||
"VAEDecode",
|
||||
"VAEDecodeAudio",
|
||||
"VAEDecodeAudioTiled",
|
||||
"VAEDecodeHunyuan3D",
|
||||
"VAEDecodeTiled",
|
||||
"VAEEncode",
|
||||
@ -31023,6 +31037,15 @@
|
||||
"title_aux": "ComfyUI_experiments"
|
||||
}
|
||||
],
|
||||
"https://github.com/comfyui/snacknodes": [
|
||||
[
|
||||
"ImageInfo",
|
||||
"ImageScaler",
|
||||
"TextBox",
|
||||
"TextProcessor"
|
||||
],
|
||||
{}
|
||||
],
|
||||
"https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [
|
||||
[
|
||||
"AspectRatioImageSize",
|
||||
@ -42371,17 +42394,6 @@
|
||||
"title_aux": "DeepSeek Chat Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/linksluckytime/comfyui_snacknodes": [
|
||||
[
|
||||
"ImageInfo",
|
||||
"ImageScaler",
|
||||
"TextBox",
|
||||
"TextProcessor"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_snacknodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64(js)",
|
||||
|
||||
8249
github-stats.json
8249
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -283,16 +283,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for image processing including grayscale combining, overlaying, texture inpainting. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "cosmicbuffalo",
|
||||
"title": "comfyui-mobile-frontend",
|
||||
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
|
||||
"files": [
|
||||
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An experimental dedicated mobile-first frontend for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "tdrminglin",
|
||||
"title": "Comfyui-hymotionbridge",
|
||||
|
||||
@ -903,6 +903,7 @@
|
||||
"TS_QwenSafeResize",
|
||||
"TS_Qwen_3VL_GGUF",
|
||||
"TS_Qwen_3VL_V2",
|
||||
"TS_SmartImageBatch",
|
||||
"TS_Smart_Image_Switch",
|
||||
"TS_Smart_Switch",
|
||||
"TS_VideoDepthNode",
|
||||
@ -7125,6 +7126,7 @@
|
||||
"ConvertStringToComboNode",
|
||||
"CosmosImageToVideoLatent",
|
||||
"CosmosPredict2ImageToVideoLatent",
|
||||
"CreateList",
|
||||
"CreateVideo",
|
||||
"CropMask",
|
||||
"CustomCombo",
|
||||
@ -7614,6 +7616,7 @@
|
||||
"UpscaleModelLoader",
|
||||
"VAEDecode",
|
||||
"VAEDecodeAudio",
|
||||
"VAEDecodeAudioTiled",
|
||||
"VAEDecodeHunyuan3D",
|
||||
"VAEDecodeTiled",
|
||||
"VAEEncode",
|
||||
@ -12853,6 +12856,7 @@
|
||||
"InstructPromptPresets",
|
||||
"LlTokenizerOptions",
|
||||
"ModifyMask",
|
||||
"SU_LoadImageDirectory",
|
||||
"SU_LoadImagePath",
|
||||
"SamplingParameters",
|
||||
"SystemMessagePresets",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "linksluckytime",
|
||||
"title": "comfyui_snacknodes [REMOVED]",
|
||||
"reference": "https://github.com/linksluckytime/comfyui_snacknodes",
|
||||
"files": [
|
||||
"https://github.com/linksluckytime/comfyui_snacknodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A comprehensive collection of ComfyUI nodes designed to reduce reliance on multiple third-party node packages."
|
||||
},
|
||||
{
|
||||
"author": "Nynxz",
|
||||
"title": "ComfyUI_DiffsynthPause [REMOVED]",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "cosmicbuffalo",
|
||||
"title": "ComfyUI Mobile Frontend",
|
||||
"id": "comfyui-mobile-frontend",
|
||||
"reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend",
|
||||
"files": [
|
||||
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/."
|
||||
},
|
||||
{
|
||||
"author": "FearL0rd",
|
||||
"title": "ComfyUI-ParallelAnything",
|
||||
@ -296,12 +307,13 @@
|
||||
{
|
||||
"author": "Malkalypse",
|
||||
"title": "ComfyUI-MouseCoords",
|
||||
"id": "mousecoords",
|
||||
"reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords",
|
||||
"files": [
|
||||
"https://github.com/Malkalypse/ComfyUI-MouseCoords"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Display mouse coordinates in graph space"
|
||||
"description": "Display real-time mouse coordinates in graph space. Shows the current mouse position in the top-right corner of the canvas, useful for positioning nodes precisely, debugging layouts, and measuring distances."
|
||||
},
|
||||
{
|
||||
"author": "MechaBabyAi",
|
||||
|
||||
@ -6117,6 +6117,7 @@
|
||||
"DiffusionModelSelectorNode",
|
||||
"ImageResizeNode",
|
||||
"LORASelectorNode",
|
||||
"LoadImageWithMetadataNode",
|
||||
"MaskDebugNode",
|
||||
"ModelGeneratorNode",
|
||||
"OptionalCondMergeNode",
|
||||
@ -12186,9 +12187,15 @@
|
||||
"ImageListRepeater",
|
||||
"ImageListSplitter",
|
||||
"LG_AccumulatePreview",
|
||||
"LG_ClearAccumulatedValues",
|
||||
"LG_ConcatVideoFiles",
|
||||
"LG_CreateAndSaveVideo",
|
||||
"LG_FastPreview",
|
||||
"LG_ImageReceiver",
|
||||
"LG_ImageSender",
|
||||
"LG_SaveAudioGetPath",
|
||||
"LG_ValueReceiver",
|
||||
"LG_ValueSender",
|
||||
"MaskListRepeater",
|
||||
"MaskListSplitter"
|
||||
],
|
||||
@ -16766,6 +16773,7 @@
|
||||
"RizzExtractFrames",
|
||||
"RizzGDSPatcher",
|
||||
"RizzLoadAudio",
|
||||
"RizzLoadImage",
|
||||
"RizzLoadLatestImage",
|
||||
"RizzLoadLatestMesh",
|
||||
"RizzLoadVideo",
|
||||
@ -16773,9 +16781,11 @@
|
||||
"RizzModelBatchLoader",
|
||||
"RizzPasteAndUnscale",
|
||||
"RizzPreviewAudio",
|
||||
"RizzPreviewImage",
|
||||
"RizzPreviewTiling",
|
||||
"RizzPreviewVideo",
|
||||
"RizzSaveAudio",
|
||||
"RizzSaveImage",
|
||||
"RizzSaveVideo",
|
||||
"RizzSeparateVideoAudio",
|
||||
"RizzTextcombine",
|
||||
@ -20940,7 +20950,9 @@
|
||||
"easy_latent_sanitize",
|
||||
"easy_mask_sanitize",
|
||||
"easy_smartbypass",
|
||||
"easy_vae_hard_reset"
|
||||
"easy_vae_hard_reset",
|
||||
"save_image_with_latent_and_metadata_webp",
|
||||
"webp_latent_loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-EasyFilePaths"
|
||||
@ -30444,6 +30456,7 @@
|
||||
"ConvertStringToComboNode",
|
||||
"CosmosImageToVideoLatent",
|
||||
"CosmosPredict2ImageToVideoLatent",
|
||||
"CreateList",
|
||||
"CreateVideo",
|
||||
"CropMask",
|
||||
"CustomCombo",
|
||||
@ -30933,6 +30946,7 @@
|
||||
"UpscaleModelLoader",
|
||||
"VAEDecode",
|
||||
"VAEDecodeAudio",
|
||||
"VAEDecodeAudioTiled",
|
||||
"VAEDecodeHunyuan3D",
|
||||
"VAEDecodeTiled",
|
||||
"VAEEncode",
|
||||
@ -31023,6 +31037,15 @@
|
||||
"title_aux": "ComfyUI_experiments"
|
||||
}
|
||||
],
|
||||
"https://github.com/comfyui/snacknodes": [
|
||||
[
|
||||
"ImageInfo",
|
||||
"ImageScaler",
|
||||
"TextBox",
|
||||
"TextProcessor"
|
||||
],
|
||||
{}
|
||||
],
|
||||
"https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [
|
||||
[
|
||||
"AspectRatioImageSize",
|
||||
@ -42371,17 +42394,6 @@
|
||||
"title_aux": "DeepSeek Chat Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/linksluckytime/comfyui_snacknodes": [
|
||||
[
|
||||
"ImageInfo",
|
||||
"ImageScaler",
|
||||
"TextBox",
|
||||
"TextProcessor"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_snacknodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64(js)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user