mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
281319d2da
commit
facadc3a44
@ -14284,6 +14284,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use Florence2 VLM for image tagging and captioning"
|
||||
},
|
||||
{
|
||||
"author": "MiaoshouAI",
|
||||
"title": "ComfyUI Video Segmentation Node",
|
||||
"id": "miaoshouai-tagger",
|
||||
"reference": "https://github.com/miaoshouai/ComfyUI-Video-Segmentation",
|
||||
"files": [
|
||||
"https://github.com/miaoshouai/ComfyUI-Video-Segmentation"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for automatic video scene segmentation using TransNetV2."
|
||||
},
|
||||
{
|
||||
"author": "Patricio Gonzalez Vivo",
|
||||
"title": "GLSL Nodes",
|
||||
|
||||
@ -1452,6 +1452,7 @@
|
||||
],
|
||||
"https://github.com/AIWarper/ComfyUI-WarperNodes": [
|
||||
[
|
||||
"CropAndRestore_Warper",
|
||||
"DWPoseScalerNode_Warper",
|
||||
"FacialPartMaskFromPose_Warper",
|
||||
"FlowConfig_Warper",
|
||||
@ -1460,6 +1461,7 @@
|
||||
"GetBatchByIndex_Warper",
|
||||
"GetRaftFlow_Warper",
|
||||
"MouthMaskFromPose_Warper",
|
||||
"PreprocessForTarget_Warper",
|
||||
"SmartOverlappingBatcher_Warper",
|
||||
"SmartVideoBatcher_Warper"
|
||||
],
|
||||
@ -31213,7 +31215,8 @@
|
||||
"mrmth_FloatToInt",
|
||||
"mrmth_ImageMathNode",
|
||||
"mrmth_IntToFloat",
|
||||
"mrmth_LatentMathNode"
|
||||
"mrmth_LatentMathNode",
|
||||
"mrmth_NoiseMathNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "More Math"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "trashkollector",
|
||||
"title": "ComfyUI-TKVideoZoom [WIP]",
|
||||
"reference": "https://github.com/trashkollector/TKVideoZoom",
|
||||
"files": [
|
||||
"https://github.com/trashkollector/TKVideoZoom"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Various Zoom/Slide effects for Video\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "tankenyuen-ola",
|
||||
"title": "comfyui-wanvideo-scheduler-loop",
|
||||
|
||||
@ -1272,7 +1272,27 @@
|
||||
],
|
||||
"https://github.com/DenRakEiw/DenRakEiw_Nodes": [
|
||||
[
|
||||
"ColorGeneratorNode"
|
||||
"ColorGeneratorNode",
|
||||
"ConditioningInspector",
|
||||
"EmptyLatentTransparent",
|
||||
"FluxLayerDiffuseConditioningFix",
|
||||
"FluxLayerDiffuseDecoder",
|
||||
"FluxLayerDiffuseDecoderSimple",
|
||||
"FluxLayerDiffuseEmptyConditioning",
|
||||
"FluxLayerDiffuseI2I",
|
||||
"FluxLayerDiffuseI2IAdvanced",
|
||||
"FluxLayerDiffuseInfo",
|
||||
"FluxLayerDiffuseModelManager",
|
||||
"FluxLayerDiffuseSampler",
|
||||
"FluxLayerDiffuseStandaloneLoader",
|
||||
"FluxLayerDiffuseT2I",
|
||||
"FluxLayerDiffuseT2IAdvanced",
|
||||
"FluxLayerDiffuseTroubleshooter",
|
||||
"FluxLayerDiffuseVAELoader",
|
||||
"FluxLayerDiffuseWorkflowHelper",
|
||||
"PreviewTransparentImage",
|
||||
"SaveTransparentImage",
|
||||
"TransparentImageInfo"
|
||||
],
|
||||
{
|
||||
"title_aux": "Denrakeiw Nodes [WIP]"
|
||||
@ -5314,7 +5334,9 @@
|
||||
[
|
||||
"Cosmos1ForwardRenderer",
|
||||
"Cosmos1InverseRenderer",
|
||||
"LoadDiffusionRendererModel"
|
||||
"EnvironmentMapCacheManager",
|
||||
"LoadDiffusionRendererModel",
|
||||
"PreprocessEnvironmentMap"
|
||||
],
|
||||
{
|
||||
"title_aux": "DiffusionRenderer-ComfyUI [WIP]"
|
||||
@ -9136,6 +9158,14 @@
|
||||
"title_aux": "Albedo-Sampler-for-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/trashkollector/TKVideoZoom": [
|
||||
[
|
||||
"TKVideoZoom"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-TKVideoZoom [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": [
|
||||
[
|
||||
"AddApplicationNode",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "MiaoshouAI",
|
||||
"title": "ComfyUI Video Segmentation Node",
|
||||
"id": "miaoshouai-tagger",
|
||||
"reference": "https://github.com/miaoshouai/ComfyUI-Video-Segmentation",
|
||||
"files": [
|
||||
"https://github.com/miaoshouai/ComfyUI-Video-Segmentation"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for automatic video scene segmentation using TransNetV2."
|
||||
},
|
||||
{
|
||||
"author": "Simlym",
|
||||
"title": "ComfyUI Prompt Helper",
|
||||
|
||||
@ -1452,6 +1452,7 @@
|
||||
],
|
||||
"https://github.com/AIWarper/ComfyUI-WarperNodes": [
|
||||
[
|
||||
"CropAndRestore_Warper",
|
||||
"DWPoseScalerNode_Warper",
|
||||
"FacialPartMaskFromPose_Warper",
|
||||
"FlowConfig_Warper",
|
||||
@ -1460,6 +1461,7 @@
|
||||
"GetBatchByIndex_Warper",
|
||||
"GetRaftFlow_Warper",
|
||||
"MouthMaskFromPose_Warper",
|
||||
"PreprocessForTarget_Warper",
|
||||
"SmartOverlappingBatcher_Warper",
|
||||
"SmartVideoBatcher_Warper"
|
||||
],
|
||||
@ -31213,7 +31215,8 @@
|
||||
"mrmth_FloatToInt",
|
||||
"mrmth_ImageMathNode",
|
||||
"mrmth_IntToFloat",
|
||||
"mrmth_LatentMathNode"
|
||||
"mrmth_LatentMathNode",
|
||||
"mrmth_NoiseMathNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "More Math"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user