mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
393839b3ab
commit
ca4b61c5f0
@ -22632,6 +22632,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Provides tools for applying and removing fisheye lens effects from images."
|
"description": "Provides tools for applying and removing fisheye lens effects from images."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Kidev",
|
||||||
|
"title": "ComfyUI-FaceFilter",
|
||||||
|
"reference": "https://github.com/Kidev/ComfyUI-FaceFilter",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kidev/ComfyUI-FaceFilter"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for face based filtering plus image batch merging."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "feixuetuba",
|
"author": "feixuetuba",
|
||||||
"title": "Spleeter",
|
"title": "Spleeter",
|
||||||
@ -33579,6 +33589,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities."
|
"description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "dothings",
|
||||||
|
"title": "comfyui_placeholder_prompting",
|
||||||
|
"reference": "https://github.com/dothings/comfyui_placeholder_prompting",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/dothings/comfyui_placeholder_prompting"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "custom node which allows placing **some_tag** in your prompt and it will replace it with a preset prompt as you like."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -8588,6 +8588,15 @@
|
|||||||
"title_aux": "ComfyUI-kewky_tools"
|
"title_aux": "ComfyUI-kewky_tools"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Kidev/ComfyUI-FaceFilter": [
|
||||||
|
[
|
||||||
|
"FaceFilterNode",
|
||||||
|
"MergeImageBatches"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-FaceFilter"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Kidev/ComfyUI-Fisheye-effects": [
|
"https://github.com/Kidev/ComfyUI-Fisheye-effects": [
|
||||||
[
|
[
|
||||||
"Defisheye",
|
"Defisheye",
|
||||||
@ -22632,7 +22641,6 @@
|
|||||||
"EmptyLatentHunyuan3Dv2",
|
"EmptyLatentHunyuan3Dv2",
|
||||||
"EmptyLatentImage",
|
"EmptyLatentImage",
|
||||||
"EmptySD3LatentImage",
|
"EmptySD3LatentImage",
|
||||||
"Epsilon Scaling",
|
|
||||||
"ExponentialScheduler",
|
"ExponentialScheduler",
|
||||||
"ExtendIntermediateSigmas",
|
"ExtendIntermediateSigmas",
|
||||||
"FeatherMask",
|
"FeatherMask",
|
||||||
@ -22775,10 +22783,6 @@
|
|||||||
"Pikadditions",
|
"Pikadditions",
|
||||||
"Pikaffects",
|
"Pikaffects",
|
||||||
"Pikaswaps",
|
"Pikaswaps",
|
||||||
"PixverseImageToVideoNode",
|
|
||||||
"PixverseTemplateNode",
|
|
||||||
"PixverseTextToVideoNode",
|
|
||||||
"PixverseTransitionVideoNode",
|
|
||||||
"PolyexponentialScheduler",
|
"PolyexponentialScheduler",
|
||||||
"PorterDuffImageComposite",
|
"PorterDuffImageComposite",
|
||||||
"Preview3D",
|
"Preview3D",
|
||||||
@ -22804,7 +22808,6 @@
|
|||||||
"RecraftTextToImageNode",
|
"RecraftTextToImageNode",
|
||||||
"RecraftTextToVectorNode",
|
"RecraftTextToVectorNode",
|
||||||
"RecraftVectorizeImageNode",
|
"RecraftVectorizeImageNode",
|
||||||
"ReferenceLatent",
|
|
||||||
"RepeatImageBatch",
|
"RepeatImageBatch",
|
||||||
"RepeatLatentBatch",
|
"RepeatLatentBatch",
|
||||||
"RescaleCFG",
|
"RescaleCFG",
|
||||||
@ -22910,8 +22913,6 @@
|
|||||||
"TestWhileLoopOpen",
|
"TestWhileLoopOpen",
|
||||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||||
"ThresholdMask",
|
"ThresholdMask",
|
||||||
"TomePatchModel",
|
|
||||||
"TorchCompileModel",
|
|
||||||
"TrainLoraNode",
|
"TrainLoraNode",
|
||||||
"TrimAudioDuration",
|
"TrimAudioDuration",
|
||||||
"TripleCLIPLoader",
|
"TripleCLIPLoader",
|
||||||
@ -24389,6 +24390,14 @@
|
|||||||
"title_aux": "ComfyUI-LTXVideoLoRA"
|
"title_aux": "ComfyUI-LTXVideoLoRA"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/dothings/comfyui_placeholder_prompting": [
|
||||||
|
[
|
||||||
|
"PlaceholderPrompting"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_placeholder_prompting"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [
|
"https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [
|
||||||
[
|
[
|
||||||
"DeadlineSeed",
|
"DeadlineSeed",
|
||||||
@ -25617,6 +25626,8 @@
|
|||||||
"FL_UnloadAllModels",
|
"FL_UnloadAllModels",
|
||||||
"FL_UnloadModel",
|
"FL_UnloadModel",
|
||||||
"FL_UpscaleModel",
|
"FL_UpscaleModel",
|
||||||
|
"FL_Veo3VideoGen",
|
||||||
|
"FL_VertexGemini25FlashImage",
|
||||||
"FL_VideoBatchSplitter",
|
"FL_VideoBatchSplitter",
|
||||||
"FL_VideoCadence",
|
"FL_VideoCadence",
|
||||||
"FL_VideoCadenceCompile",
|
"FL_VideoCadenceCompile",
|
||||||
@ -26595,6 +26606,7 @@
|
|||||||
"Veo2ImageToVideo_fal",
|
"Veo2ImageToVideo_fal",
|
||||||
"Veo3_fal",
|
"Veo3_fal",
|
||||||
"VideoUpscaler_fal",
|
"VideoUpscaler_fal",
|
||||||
|
"Wan25_preview_fal",
|
||||||
"WanLoraTrainer_fal",
|
"WanLoraTrainer_fal",
|
||||||
"WanPro_fal"
|
"WanPro_fal"
|
||||||
],
|
],
|
||||||
@ -27536,6 +27548,7 @@
|
|||||||
"WWAA_ImageToTextFile",
|
"WWAA_ImageToTextFile",
|
||||||
"WWAA_IndexGridLayoutNode",
|
"WWAA_IndexGridLayoutNode",
|
||||||
"WWAA_LineCount",
|
"WWAA_LineCount",
|
||||||
|
"WWAA_MetadataSaver",
|
||||||
"WWAA_NestedLoopCounter",
|
"WWAA_NestedLoopCounter",
|
||||||
"WWAA_PromptWriter",
|
"WWAA_PromptWriter",
|
||||||
"WWAA_SearchReplaceText",
|
"WWAA_SearchReplaceText",
|
||||||
@ -41050,6 +41063,7 @@
|
|||||||
"https://github.com/sumitchatterjee13/Luminance-Stack-Processor": [
|
"https://github.com/sumitchatterjee13/Luminance-Stack-Processor": [
|
||||||
[
|
[
|
||||||
"HDRExportNode",
|
"HDRExportNode",
|
||||||
|
"LatentStackProcessor5Stops",
|
||||||
"LuminanceStackProcessor3Stops",
|
"LuminanceStackProcessor3Stops",
|
||||||
"LuminanceStackProcessor5Stops"
|
"LuminanceStackProcessor5Stops"
|
||||||
],
|
],
|
||||||
|
|||||||
4838
github-stats.json
4838
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "adamdavidcole",
|
||||||
|
"title": "ComfyUI XY Video Plot Suite [WIP]",
|
||||||
|
"reference": "https://github.com/adamdavidcole/comfyui-video-xy-plot",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/adamdavidcole/comfyui-video-xy-plot"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A suite of ComfyUI nodes for generating parameter sweep video matrices with labeled grids. Create comprehensive visual comparisons of how different parameter combinations affect your video generation results.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "clubmate",
|
"author": "clubmate",
|
||||||
"title": "comfyui-boll-nodes",
|
"title": "comfyui-boll-nodes",
|
||||||
|
|||||||
@ -4440,6 +4440,18 @@
|
|||||||
"title_aux": "ComfyUI Model Bending [UNSAFE]"
|
"title_aux": "ComfyUI Model Bending [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/adamdavidcole/comfyui-video-xy-plot": [
|
||||||
|
[
|
||||||
|
"XYPlotCollectVideo",
|
||||||
|
"XYPlotGetValues",
|
||||||
|
"XYPlotGetValuesTyped",
|
||||||
|
"XYPlotSetup",
|
||||||
|
"XYPlotVideoGrid"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI XY Video Plot Suite [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/adigayung/comfyui_PlutoNode": [
|
"https://github.com/adigayung/comfyui_PlutoNode": [
|
||||||
[
|
[
|
||||||
"CompositeImageNode",
|
"CompositeImageNode",
|
||||||
@ -5667,7 +5679,6 @@
|
|||||||
"EmptyLatentHunyuan3Dv2",
|
"EmptyLatentHunyuan3Dv2",
|
||||||
"EmptyLatentImage",
|
"EmptyLatentImage",
|
||||||
"EmptySD3LatentImage",
|
"EmptySD3LatentImage",
|
||||||
"Epsilon Scaling",
|
|
||||||
"ExponentialScheduler",
|
"ExponentialScheduler",
|
||||||
"ExtendIntermediateSigmas",
|
"ExtendIntermediateSigmas",
|
||||||
"FeatherMask",
|
"FeatherMask",
|
||||||
@ -5810,10 +5821,6 @@
|
|||||||
"Pikadditions",
|
"Pikadditions",
|
||||||
"Pikaffects",
|
"Pikaffects",
|
||||||
"Pikaswaps",
|
"Pikaswaps",
|
||||||
"PixverseImageToVideoNode",
|
|
||||||
"PixverseTemplateNode",
|
|
||||||
"PixverseTextToVideoNode",
|
|
||||||
"PixverseTransitionVideoNode",
|
|
||||||
"PolyexponentialScheduler",
|
"PolyexponentialScheduler",
|
||||||
"PorterDuffImageComposite",
|
"PorterDuffImageComposite",
|
||||||
"Preview3D",
|
"Preview3D",
|
||||||
@ -5839,7 +5846,6 @@
|
|||||||
"RecraftTextToImageNode",
|
"RecraftTextToImageNode",
|
||||||
"RecraftTextToVectorNode",
|
"RecraftTextToVectorNode",
|
||||||
"RecraftVectorizeImageNode",
|
"RecraftVectorizeImageNode",
|
||||||
"ReferenceLatent",
|
|
||||||
"RepeatImageBatch",
|
"RepeatImageBatch",
|
||||||
"RepeatLatentBatch",
|
"RepeatLatentBatch",
|
||||||
"RescaleCFG",
|
"RescaleCFG",
|
||||||
@ -5945,8 +5951,6 @@
|
|||||||
"TestWhileLoopOpen",
|
"TestWhileLoopOpen",
|
||||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||||
"ThresholdMask",
|
"ThresholdMask",
|
||||||
"TomePatchModel",
|
|
||||||
"TorchCompileModel",
|
|
||||||
"TrainLoraNode",
|
"TrainLoraNode",
|
||||||
"TrimAudioDuration",
|
"TrimAudioDuration",
|
||||||
"TripleCLIPLoader",
|
"TripleCLIPLoader",
|
||||||
|
|||||||
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Kidev",
|
||||||
|
"title": "ComfyUI-FaceFilter",
|
||||||
|
"reference": "https://github.com/Kidev/ComfyUI-FaceFilter",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kidev/ComfyUI-FaceFilter"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for face based filtering plus image batch merging."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "dothings",
|
||||||
|
"title": "comfyui_placeholder_prompting",
|
||||||
|
"reference": "https://github.com/dothings/comfyui_placeholder_prompting",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/dothings/comfyui_placeholder_prompting"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "custom node which allows placing **some_tag** in your prompt and it will replace it with a preset prompt as you like."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "wildminder",
|
"author": "wildminder",
|
||||||
"title": "ComfyUI-KaniTTS",
|
"title": "ComfyUI-KaniTTS",
|
||||||
|
|||||||
@ -8588,6 +8588,15 @@
|
|||||||
"title_aux": "ComfyUI-kewky_tools"
|
"title_aux": "ComfyUI-kewky_tools"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Kidev/ComfyUI-FaceFilter": [
|
||||||
|
[
|
||||||
|
"FaceFilterNode",
|
||||||
|
"MergeImageBatches"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-FaceFilter"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Kidev/ComfyUI-Fisheye-effects": [
|
"https://github.com/Kidev/ComfyUI-Fisheye-effects": [
|
||||||
[
|
[
|
||||||
"Defisheye",
|
"Defisheye",
|
||||||
@ -22632,7 +22641,6 @@
|
|||||||
"EmptyLatentHunyuan3Dv2",
|
"EmptyLatentHunyuan3Dv2",
|
||||||
"EmptyLatentImage",
|
"EmptyLatentImage",
|
||||||
"EmptySD3LatentImage",
|
"EmptySD3LatentImage",
|
||||||
"Epsilon Scaling",
|
|
||||||
"ExponentialScheduler",
|
"ExponentialScheduler",
|
||||||
"ExtendIntermediateSigmas",
|
"ExtendIntermediateSigmas",
|
||||||
"FeatherMask",
|
"FeatherMask",
|
||||||
@ -22775,10 +22783,6 @@
|
|||||||
"Pikadditions",
|
"Pikadditions",
|
||||||
"Pikaffects",
|
"Pikaffects",
|
||||||
"Pikaswaps",
|
"Pikaswaps",
|
||||||
"PixverseImageToVideoNode",
|
|
||||||
"PixverseTemplateNode",
|
|
||||||
"PixverseTextToVideoNode",
|
|
||||||
"PixverseTransitionVideoNode",
|
|
||||||
"PolyexponentialScheduler",
|
"PolyexponentialScheduler",
|
||||||
"PorterDuffImageComposite",
|
"PorterDuffImageComposite",
|
||||||
"Preview3D",
|
"Preview3D",
|
||||||
@ -22804,7 +22808,6 @@
|
|||||||
"RecraftTextToImageNode",
|
"RecraftTextToImageNode",
|
||||||
"RecraftTextToVectorNode",
|
"RecraftTextToVectorNode",
|
||||||
"RecraftVectorizeImageNode",
|
"RecraftVectorizeImageNode",
|
||||||
"ReferenceLatent",
|
|
||||||
"RepeatImageBatch",
|
"RepeatImageBatch",
|
||||||
"RepeatLatentBatch",
|
"RepeatLatentBatch",
|
||||||
"RescaleCFG",
|
"RescaleCFG",
|
||||||
@ -22910,8 +22913,6 @@
|
|||||||
"TestWhileLoopOpen",
|
"TestWhileLoopOpen",
|
||||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||||
"ThresholdMask",
|
"ThresholdMask",
|
||||||
"TomePatchModel",
|
|
||||||
"TorchCompileModel",
|
|
||||||
"TrainLoraNode",
|
"TrainLoraNode",
|
||||||
"TrimAudioDuration",
|
"TrimAudioDuration",
|
||||||
"TripleCLIPLoader",
|
"TripleCLIPLoader",
|
||||||
@ -24389,6 +24390,14 @@
|
|||||||
"title_aux": "ComfyUI-LTXVideoLoRA"
|
"title_aux": "ComfyUI-LTXVideoLoRA"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/dothings/comfyui_placeholder_prompting": [
|
||||||
|
[
|
||||||
|
"PlaceholderPrompting"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_placeholder_prompting"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [
|
"https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": [
|
||||||
[
|
[
|
||||||
"DeadlineSeed",
|
"DeadlineSeed",
|
||||||
@ -25617,6 +25626,8 @@
|
|||||||
"FL_UnloadAllModels",
|
"FL_UnloadAllModels",
|
||||||
"FL_UnloadModel",
|
"FL_UnloadModel",
|
||||||
"FL_UpscaleModel",
|
"FL_UpscaleModel",
|
||||||
|
"FL_Veo3VideoGen",
|
||||||
|
"FL_VertexGemini25FlashImage",
|
||||||
"FL_VideoBatchSplitter",
|
"FL_VideoBatchSplitter",
|
||||||
"FL_VideoCadence",
|
"FL_VideoCadence",
|
||||||
"FL_VideoCadenceCompile",
|
"FL_VideoCadenceCompile",
|
||||||
@ -26595,6 +26606,7 @@
|
|||||||
"Veo2ImageToVideo_fal",
|
"Veo2ImageToVideo_fal",
|
||||||
"Veo3_fal",
|
"Veo3_fal",
|
||||||
"VideoUpscaler_fal",
|
"VideoUpscaler_fal",
|
||||||
|
"Wan25_preview_fal",
|
||||||
"WanLoraTrainer_fal",
|
"WanLoraTrainer_fal",
|
||||||
"WanPro_fal"
|
"WanPro_fal"
|
||||||
],
|
],
|
||||||
@ -27536,6 +27548,7 @@
|
|||||||
"WWAA_ImageToTextFile",
|
"WWAA_ImageToTextFile",
|
||||||
"WWAA_IndexGridLayoutNode",
|
"WWAA_IndexGridLayoutNode",
|
||||||
"WWAA_LineCount",
|
"WWAA_LineCount",
|
||||||
|
"WWAA_MetadataSaver",
|
||||||
"WWAA_NestedLoopCounter",
|
"WWAA_NestedLoopCounter",
|
||||||
"WWAA_PromptWriter",
|
"WWAA_PromptWriter",
|
||||||
"WWAA_SearchReplaceText",
|
"WWAA_SearchReplaceText",
|
||||||
@ -41050,6 +41063,7 @@
|
|||||||
"https://github.com/sumitchatterjee13/Luminance-Stack-Processor": [
|
"https://github.com/sumitchatterjee13/Luminance-Stack-Processor": [
|
||||||
[
|
[
|
||||||
"HDRExportNode",
|
"HDRExportNode",
|
||||||
|
"LatentStackProcessor5Stops",
|
||||||
"LuminanceStackProcessor3Stops",
|
"LuminanceStackProcessor3Stops",
|
||||||
"LuminanceStackProcessor5Stops"
|
"LuminanceStackProcessor5Stops"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user