mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
3f030a2121
commit
461d5e72fe
@ -32504,6 +32504,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI node for Seedream 4 image generation via Replicate API with support for text-to-image and image-to-image generation"
|
"description": "ComfyUI node for Seedream 4 image generation via Replicate API with support for text-to-image and image-to-image generation"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Saganaki22",
|
||||||
|
"title": "Maya1 TTS",
|
||||||
|
"reference": "https://github.com/Saganaki22/ComfyUI-Maya1_TTS",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Saganaki22/ComfyUI-Maya1_TTS"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI node for Maya1 TTS - Expressive voice generation with 20+ emotions, voice design, and SNAC neural codec"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "sfinktah",
|
"author": "sfinktah",
|
||||||
"title": "comfy-ovum",
|
"title": "comfy-ovum",
|
||||||
@ -34945,16 +34955,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows."
|
"description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "walke2019",
|
|
||||||
"title": "ComfyUI-GGUF-VisionLM",
|
|
||||||
"reference": "https://github.com/walke2019/ComfyUI-GGUF-VisionLM",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/walke2019/ComfyUI-GGUF-VisionLM"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "walke2019",
|
"author": "walke2019",
|
||||||
"title": "Qwen2.5-VL GGUF Nodes",
|
"title": "Qwen2.5-VL GGUF Nodes",
|
||||||
@ -35545,6 +35545,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node."
|
"description": "Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "dskjal",
|
||||||
|
"title": "comfyui-yolov8-dsuksampler",
|
||||||
|
"reference": "https://github.com/dskjal/comfyui-yolov8-dsuksampler",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/dskjal/comfyui-yolov8-dsuksampler"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This node performs detection and segmentation, as well as upsampling, sampling, and blurring the composite."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "WingeD123",
|
"author": "WingeD123",
|
||||||
"title": "ComfyUI_QwenVL_PromptCaption",
|
"title": "ComfyUI_QwenVL_PromptCaption",
|
||||||
@ -35625,6 +35635,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Image labeler for ComyUI"
|
"description": "Image labeler for ComyUI"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "gitcapoom",
|
||||||
|
"title": "ComfyUI FOV Estimator",
|
||||||
|
"reference": "https://github.com/gitcapoom/comfyui_fovestimator",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/gitcapoom/comfyui_fovestimator"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI custom node that estimates the Field of View (FOV) and tilt angle (horizon angle) of images using computer vision techniques."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -227,14 +227,18 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/1038lab/ComfyUI-WildPromptor": [
|
"https://github.com/1038lab/ComfyUI-WildPromptor": [
|
||||||
[
|
[
|
||||||
"AllInOneList",
|
"CustomListManager",
|
||||||
"KeywordPicker",
|
"KeywordPicker",
|
||||||
"PromptBuilder",
|
"PromptBuilder",
|
||||||
"PromptConcat",
|
"PromptConcat",
|
||||||
"WildPromptorAllInOne",
|
"WildPromptor_AllInOne",
|
||||||
"WildPromptorGenerator",
|
"WildPromptor_AllInOneList",
|
||||||
"WildPromptor_DataToPromptList",
|
"WildPromptor_DataToPromptList",
|
||||||
"WildPromptor_Enhancer"
|
"WildPromptor_Enhancer",
|
||||||
|
"WildPromptor_Generator",
|
||||||
|
"WildPromptor_Minicpm",
|
||||||
|
"WildPromptor_ShowPrompt",
|
||||||
|
"WildPromptor_TextInput"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-WildPromptor"
|
"title_aux": "ComfyUI-WildPromptor"
|
||||||
@ -2598,6 +2602,7 @@
|
|||||||
"AGSoft_Img_Res_MP",
|
"AGSoft_Img_Res_MP",
|
||||||
"AGSoft_Inpaint_Crop",
|
"AGSoft_Inpaint_Crop",
|
||||||
"AGSoft_Inpaint_Stitch",
|
"AGSoft_Inpaint_Stitch",
|
||||||
|
"AGSoft_KSampler",
|
||||||
"AGSoft_Loop_Float",
|
"AGSoft_Loop_Float",
|
||||||
"AGSoft_Loop_Images",
|
"AGSoft_Loop_Images",
|
||||||
"AGSoft_Loop_Integer",
|
"AGSoft_Loop_Integer",
|
||||||
@ -2717,7 +2722,8 @@
|
|||||||
"GoogleImagenEditNode",
|
"GoogleImagenEditNode",
|
||||||
"GoogleImagenNode",
|
"GoogleImagenNode",
|
||||||
"NanoBananaNode",
|
"NanoBananaNode",
|
||||||
"Veo3VideoGenerator"
|
"Veo3VideoGenerator",
|
||||||
|
"VeoGeminiVideoGenerator"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ExternalAPI-Helpers"
|
"title_aux": "ComfyUI-ExternalAPI-Helpers"
|
||||||
@ -5539,7 +5545,10 @@
|
|||||||
"HighLevelNestWhile",
|
"HighLevelNestWhile",
|
||||||
"HighLevelSelect",
|
"HighLevelSelect",
|
||||||
"HighLevelTakeWhile",
|
"HighLevelTakeWhile",
|
||||||
|
"IfCondition",
|
||||||
"Latch",
|
"Latch",
|
||||||
|
"LogicalAnd",
|
||||||
|
"LogicalOr",
|
||||||
"Sleep",
|
"Sleep",
|
||||||
"__CreateClosure__",
|
"__CreateClosure__",
|
||||||
"__FunctionEnd__",
|
"__FunctionEnd__",
|
||||||
@ -5558,21 +5567,18 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Duanyll/duanyll_nodepack": [
|
"https://github.com/Duanyll/duanyll_nodepack": [
|
||||||
[
|
[
|
||||||
"AdvancedMorphology",
|
|
||||||
"AsAny",
|
"AsAny",
|
||||||
"BBoxCrop",
|
"BBoxCrop",
|
||||||
"BBoxImageStitcher",
|
"BBoxImageStitcher",
|
||||||
"BBoxesToImpactPackSegs",
|
"BBoxesToImpactPackSegs",
|
||||||
"CoverWordsWithRectangles",
|
"CoverWordsWithRectangles",
|
||||||
"CreateArkClient",
|
"CreateArkClient",
|
||||||
"CreateBoundingBoxesMaskQwen",
|
|
||||||
"CreateS3Client",
|
"CreateS3Client",
|
||||||
"DiffusersFluxScheduler",
|
"DiffusersFluxScheduler",
|
||||||
"DiffusersRandomNoise",
|
"DiffusersRandomNoise",
|
||||||
"DownloadImageFromUrl",
|
"DownloadImageFromUrl",
|
||||||
"DrawBBox",
|
"DrawBBox",
|
||||||
"DrawBBoxMask",
|
"DrawBBoxMask",
|
||||||
"DrawBoundingBoxesQwen",
|
|
||||||
"DrawTextInBBox",
|
"DrawTextInBBox",
|
||||||
"DumpJson",
|
"DumpJson",
|
||||||
"ExpandBBoxByRatio",
|
"ExpandBBoxByRatio",
|
||||||
@ -5602,8 +5608,6 @@
|
|||||||
"LlmClientSetSeed",
|
"LlmClientSetSeed",
|
||||||
"LlmCreateChat",
|
"LlmCreateChat",
|
||||||
"LlmCreateClient",
|
"LlmCreateClient",
|
||||||
"LogicAnd",
|
|
||||||
"LogicOr",
|
|
||||||
"MaskToBBox",
|
"MaskToBBox",
|
||||||
"MergeBBoxes",
|
"MergeBBoxes",
|
||||||
"ParseBBoxQwenVL",
|
"ParseBBoxQwenVL",
|
||||||
@ -5613,7 +5617,10 @@
|
|||||||
"QwenImageClipEnforceBfloat16",
|
"QwenImageClipEnforceBfloat16",
|
||||||
"ReadTextFile",
|
"ReadTextFile",
|
||||||
"SeedEditNode",
|
"SeedEditNode",
|
||||||
"UploadImageToS3"
|
"StringFormat",
|
||||||
|
"TextContainsChinese",
|
||||||
|
"UploadImageToS3",
|
||||||
|
"VllmHunyuanImage3Node"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Duanyll Nodepack"
|
"title_aux": "Duanyll Nodepack"
|
||||||
@ -13022,6 +13029,7 @@
|
|||||||
"Runware Reference Images",
|
"Runware Reference Images",
|
||||||
"Runware Reference Videos",
|
"Runware Reference Videos",
|
||||||
"Runware Refiner",
|
"Runware Refiner",
|
||||||
|
"Runware Runway Provider Settings",
|
||||||
"Runware Safety Inputs",
|
"Runware Safety Inputs",
|
||||||
"Runware VAE Search",
|
"Runware VAE Search",
|
||||||
"Runware Vectorize",
|
"Runware Vectorize",
|
||||||
@ -13043,6 +13051,7 @@
|
|||||||
"RunwareOpenAIProviderSettings",
|
"RunwareOpenAIProviderSettings",
|
||||||
"RunwarePixverseProviderSettings",
|
"RunwarePixverseProviderSettings",
|
||||||
"RunwareProviderSettings",
|
"RunwareProviderSettings",
|
||||||
|
"RunwareRunwayProviderSettings",
|
||||||
"RunwareSafetyInputs",
|
"RunwareSafetyInputs",
|
||||||
"RunwareVectorize",
|
"RunwareVectorize",
|
||||||
"RunwareVideoAdvancedFeatureInputs",
|
"RunwareVideoAdvancedFeatureInputs",
|
||||||
@ -13357,6 +13366,14 @@
|
|||||||
"title_aux": "ComfyUI-Qwen-VL"
|
"title_aux": "ComfyUI-Qwen-VL"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Saganaki22/ComfyUI-Maya1_TTS": [
|
||||||
|
[
|
||||||
|
"Maya1TTS_Combined"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Maya1 TTS"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [
|
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [
|
||||||
[
|
[
|
||||||
"Seedream4_Replicate"
|
"Seedream4_Replicate"
|
||||||
@ -16758,9 +16775,6 @@
|
|||||||
"WASRingNoiseOptions",
|
"WASRingNoiseOptions",
|
||||||
"WASSmoothRegionOptions",
|
"WASSmoothRegionOptions",
|
||||||
"WASTileLinesOptions",
|
"WASTileLinesOptions",
|
||||||
"WASUltimateCustomAdvancedAffine",
|
|
||||||
"WASUltimateCustomAdvancedAffineCustom",
|
|
||||||
"WASUltimateCustomAdvancedAffineCustomLatent",
|
|
||||||
"WASUltimateCustomAdvancedAffineNoUpscale",
|
"WASUltimateCustomAdvancedAffineNoUpscale",
|
||||||
"WASUltimateCustomAdvancedAffineNoUpscaleLatent",
|
"WASUltimateCustomAdvancedAffineNoUpscaleLatent",
|
||||||
"WASVelvetOptions",
|
"WASVelvetOptions",
|
||||||
@ -19459,6 +19473,9 @@
|
|||||||
"ArchAi3D_Object_Focus_Camera_V2",
|
"ArchAi3D_Object_Focus_Camera_V2",
|
||||||
"ArchAi3D_Object_Focus_Camera_V3",
|
"ArchAi3D_Object_Focus_Camera_V3",
|
||||||
"ArchAi3D_Object_Focus_Camera_V4",
|
"ArchAi3D_Object_Focus_Camera_V4",
|
||||||
|
"ArchAi3D_Object_Focus_Camera_V5",
|
||||||
|
"ArchAi3D_Object_Focus_Camera_V6",
|
||||||
|
"ArchAi3D_Object_Focus_Camera_V7",
|
||||||
"ArchAi3D_Position_Guide_Prompt_Builder",
|
"ArchAi3D_Position_Guide_Prompt_Builder",
|
||||||
"ArchAi3D_Qwen_Camera_View_Selector",
|
"ArchAi3D_Qwen_Camera_View_Selector",
|
||||||
"ArchAi3D_Qwen_Colorization",
|
"ArchAi3D_Qwen_Colorization",
|
||||||
@ -24655,7 +24672,8 @@
|
|||||||
[
|
[
|
||||||
"NegativePromptQueue",
|
"NegativePromptQueue",
|
||||||
"PromptQueue",
|
"PromptQueue",
|
||||||
"SimplePromptQueue"
|
"SimplePromptQueue",
|
||||||
|
"StylePromptQueue"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_PromptQueue"
|
"title_aux": "ComfyUI_PromptQueue"
|
||||||
@ -25052,7 +25070,6 @@
|
|||||||
[
|
[
|
||||||
"CircuitBreaker",
|
"CircuitBreaker",
|
||||||
"FormatString",
|
"FormatString",
|
||||||
"ModelUnloader",
|
|
||||||
"RandomChoice"
|
"RandomChoice"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -25885,6 +25902,14 @@
|
|||||||
"title_aux": "ComfyUI-Thread"
|
"title_aux": "ComfyUI-Thread"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/dskjal/comfyui-yolov8-dsuksampler": [
|
||||||
|
[
|
||||||
|
"Yolov8DSUKsampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-yolov8-dsuksampler"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/dskjal/comfyui-yolov8-simple": [
|
"https://github.com/dskjal/comfyui-yolov8-simple": [
|
||||||
[
|
[
|
||||||
"ImageCompositeBlurred",
|
"ImageCompositeBlurred",
|
||||||
@ -27437,7 +27462,12 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/francarl/ComfyUI-OnDemand-Loaders": [
|
"https://github.com/francarl/ComfyUI-OnDemand-Loaders": [
|
||||||
[
|
[
|
||||||
"OnDemandLoraLoader"
|
"OnDemandCLIPLoader",
|
||||||
|
"OnDemandCheckpointLoader",
|
||||||
|
"OnDemandGGUFLoader",
|
||||||
|
"OnDemandLoraLoader",
|
||||||
|
"OnDemandUNETLoader",
|
||||||
|
"OnDemandVAELoader"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-OnDemand-Lora-Loader"
|
"title_aux": "ComfyUI-OnDemand-Lora-Loader"
|
||||||
@ -27848,6 +27878,14 @@
|
|||||||
"title_aux": "ExtractStoryboards"
|
"title_aux": "ExtractStoryboards"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/gitcapoom/comfyui_fovestimator": [
|
||||||
|
[
|
||||||
|
"FOVEstimator"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI FOV Estimator"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
|
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
|
||||||
[
|
[
|
||||||
"ChangeImageBorder"
|
"ChangeImageBorder"
|
||||||
@ -32869,6 +32907,7 @@
|
|||||||
"RC_ColorBalance",
|
"RC_ColorBalance",
|
||||||
"RC_CurvesAdjust",
|
"RC_CurvesAdjust",
|
||||||
"RC_DropShadow",
|
"RC_DropShadow",
|
||||||
|
"RC_FilmGrain",
|
||||||
"RC_GaussianBlur",
|
"RC_GaussianBlur",
|
||||||
"RC_GradientGenerator",
|
"RC_GradientGenerator",
|
||||||
"RC_GradientMap",
|
"RC_GradientMap",
|
||||||
@ -34752,6 +34791,7 @@
|
|||||||
"https://github.com/lrzjason/Comfyui-QwenEditUtils": [
|
"https://github.com/lrzjason/Comfyui-QwenEditUtils": [
|
||||||
[
|
[
|
||||||
"CropWithPadInfo",
|
"CropWithPadInfo",
|
||||||
|
"LoadImageReturnFilename",
|
||||||
"QwenEditAdaptiveLongestEdge",
|
"QwenEditAdaptiveLongestEdge",
|
||||||
"QwenEditAny2Image",
|
"QwenEditAny2Image",
|
||||||
"QwenEditAny2Latent",
|
"QwenEditAny2Latent",
|
||||||
@ -39380,7 +39420,6 @@
|
|||||||
"PVL_Comfydeploy_Avatar_PulID_API",
|
"PVL_Comfydeploy_Avatar_PulID_API",
|
||||||
"PVL_Crop2AR",
|
"PVL_Crop2AR",
|
||||||
"PVL_EdgeExtend",
|
"PVL_EdgeExtend",
|
||||||
"PVL_FlowMatchEulerSigmas",
|
|
||||||
"PVL_Gemini_API",
|
"PVL_Gemini_API",
|
||||||
"PVL_Gemini_API_Multi",
|
"PVL_Gemini_API_Multi",
|
||||||
"PVL_Gemini_API_avatar_special",
|
"PVL_Gemini_API_avatar_special",
|
||||||
@ -41938,10 +41977,14 @@
|
|||||||
[
|
[
|
||||||
"SmartBackgroundFill",
|
"SmartBackgroundFill",
|
||||||
"SmartBackgroundRemove",
|
"SmartBackgroundRemove",
|
||||||
|
"SmartColorFillMask",
|
||||||
|
"SmartColorMatch",
|
||||||
"SmartDrawPoints",
|
"SmartDrawPoints",
|
||||||
|
"SmartFillTransparentHoles",
|
||||||
"SmartGenerateImage",
|
"SmartGenerateImage",
|
||||||
"SmartGetMask",
|
"SmartGetMask",
|
||||||
"SmartGradientDeformation",
|
"SmartGradientDeformation",
|
||||||
|
"SmartImageCrop",
|
||||||
"SmartImagePadding",
|
"SmartImagePadding",
|
||||||
"SmartImagePaletteConvert",
|
"SmartImagePaletteConvert",
|
||||||
"SmartImagePaletteCreate",
|
"SmartImagePaletteCreate",
|
||||||
@ -41955,10 +41998,12 @@
|
|||||||
"SmartPointSet",
|
"SmartPointSet",
|
||||||
"SmartPointSetMerge",
|
"SmartPointSetMerge",
|
||||||
"SmartPreviewPalette",
|
"SmartPreviewPalette",
|
||||||
|
"SmartProgressiveScaleImage",
|
||||||
"SmartSaveAnimatedPNG",
|
"SmartSaveAnimatedPNG",
|
||||||
"SmartSavePNG",
|
"SmartSavePNG",
|
||||||
"SmartSemiTransparenceRemove",
|
"SmartSemiTransparenceRemove",
|
||||||
"SmartVideoPreviewScaled"
|
"SmartVideoPreviewScaled",
|
||||||
|
"SmartVideoPreviewScaledMasked"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-SmartImageTools"
|
"title_aux": "ComfyUI-SmartImageTools"
|
||||||
@ -43730,6 +43775,7 @@
|
|||||||
"MLXClipTextEncoder",
|
"MLXClipTextEncoder",
|
||||||
"MLXDecoder",
|
"MLXDecoder",
|
||||||
"MLXLoadFlux",
|
"MLXLoadFlux",
|
||||||
|
"MLXLoadFluxLocal",
|
||||||
"MLXSampler"
|
"MLXSampler"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -44128,8 +44174,11 @@
|
|||||||
"https://github.com/trunksn1/comfyui-change-checkpoint-randomly": [
|
"https://github.com/trunksn1/comfyui-change-checkpoint-randomly": [
|
||||||
[
|
[
|
||||||
"BatchIndexCounter",
|
"BatchIndexCounter",
|
||||||
|
"CheckpointFilename",
|
||||||
"CheckpointRotation",
|
"CheckpointRotation",
|
||||||
|
"CheckpointRotationSimple",
|
||||||
"CheckpointRotationWithCounter",
|
"CheckpointRotationWithCounter",
|
||||||
|
"SaveImageWithCheckpoint",
|
||||||
"SimpleCheckpointRotation",
|
"SimpleCheckpointRotation",
|
||||||
"SimpleCounter"
|
"SimpleCounter"
|
||||||
],
|
],
|
||||||
@ -45028,19 +45077,9 @@
|
|||||||
"title_aux": "Qwen2.5-VL GGUF Nodes"
|
"title_aux": "Qwen2.5-VL GGUF Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/walke2019/ComfyUI-GGUF-VisionLM": [
|
|
||||||
[
|
|
||||||
"LoadQwen2_5_VL_GGUF",
|
|
||||||
"Qwen2_5_VL_GGUF_All_In_One",
|
|
||||||
"Qwen2_5_VL_GGUF_Batch_Describe",
|
|
||||||
"Qwen2_5_VL_GGUF_Describe_Image"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-GGUF-VisionLM"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [
|
"https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [
|
||||||
[
|
[
|
||||||
|
"QI_DyPE",
|
||||||
"QI_QwenVLClipWrapper",
|
"QI_QwenVLClipWrapper",
|
||||||
"QI_RefEditEncode_Safe",
|
"QI_RefEditEncode_Safe",
|
||||||
"QI_TextEncodeQwenImageEdit_Safe",
|
"QI_TextEncodeQwenImageEdit_Safe",
|
||||||
|
|||||||
5392
github-stats.json
5392
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "muriellee1x",
|
||||||
|
"title": "ComfyUI-switch-angles",
|
||||||
|
"reference": "https://github.com/muriellee1x/ComfyUI-switch-angles",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/muriellee1x/ComfyUI-switch-angles"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Camera Prompt Generator, ..."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "APZmedia",
|
"author": "APZmedia",
|
||||||
"title": "ComfyUI Folder Parser [UNSAFE]",
|
"title": "ComfyUI Folder Parser [UNSAFE]",
|
||||||
@ -210,16 +220,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "NODES: Start Timer, End Timer"
|
"description": "NODES: Start Timer, End Timer"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "agxagi",
|
|
||||||
"title": "Autoregressive Transformer and Rolling Diffusion Sampler for ComfyUI [WIP]",
|
|
||||||
"reference": "https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A custom ComfyUI node that implements an Autoregressive Transformer and Rolling Diffusion-like Decoder using Black Forest Lab's Flux-Dev model for accurate text-to-image generation, similar to GPT-4o's image generation approach.\nNOTE: The files in the repo are not organized."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "APZmedia",
|
"author": "APZmedia",
|
||||||
"title": "Joshua Brand Assets Loader [private]",
|
"title": "Joshua Brand Assets Loader [private]",
|
||||||
|
|||||||
@ -4904,15 +4904,6 @@
|
|||||||
"title_aux": "ComfyUI-OpenPoser [WIP]"
|
"title_aux": "ComfyUI-OpenPoser [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV": [
|
|
||||||
[
|
|
||||||
"AutoregressiveRollingDiffusionSampler",
|
|
||||||
"FluxDevAutoRegressiveRollingDiffusionSampler"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "Autoregressive Transformer and Rolling Diffusion Sampler for ComfyUI [WIP]"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/ahkimkoo/ComfyUI-OSS-Upload": [
|
"https://github.com/ahkimkoo/ComfyUI-OSS-Upload": [
|
||||||
[
|
[
|
||||||
"OSSAudioUploader",
|
"OSSAudioUploader",
|
||||||
@ -9516,6 +9507,14 @@
|
|||||||
"title_aux": "ComfyUI-Codinghero"
|
"title_aux": "ComfyUI-Codinghero"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/muriellee1x/ComfyUI-switch-angles": [
|
||||||
|
[
|
||||||
|
"CameraPromptGenerator"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-switch-angles"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/mut-ex/comfyui-gligengui-node": [
|
"https://github.com/mut-ex/comfyui-gligengui-node": [
|
||||||
[
|
[
|
||||||
"GLIGEN_GUI"
|
"GLIGEN_GUI"
|
||||||
|
|||||||
@ -1679,11 +1679,6 @@
|
|||||||
"last_update": "2025-08-27 17:50:40",
|
"last_update": "2025-08-27 17:50:40",
|
||||||
"author_account_age_days": 3344
|
"author_account_age_days": 3344
|
||||||
},
|
},
|
||||||
"https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV": {
|
|
||||||
"stars": 4,
|
|
||||||
"last_update": "2025-10-27 19:39:10",
|
|
||||||
"author_account_age_days": 213
|
|
||||||
},
|
|
||||||
"https://github.com/ahkimkoo/ComfyUI-OSS-Upload": {
|
"https://github.com/ahkimkoo/ComfyUI-OSS-Upload": {
|
||||||
"stars": 0,
|
"stars": 0,
|
||||||
"last_update": "2025-10-30 11:43:23",
|
"last_update": "2025-10-30 11:43:23",
|
||||||
|
|||||||
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "agxagi",
|
||||||
|
"title": "Autoregressive Transformer and Rolling Diffusion Sampler for ComfyUI [REMOVED]",
|
||||||
|
"reference": "https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom ComfyUI node that implements an Autoregressive Transformer and Rolling Diffusion-like Decoder using Black Forest Lab's Flux-Dev model for accurate text-to-image generation, similar to GPT-4o's image generation approach.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "walke2019",
|
||||||
|
"title": "ComfyUI-GGUF-VisionLM [REMOVED]",
|
||||||
|
"reference": "https://github.com/walke2019/ComfyUI-GGUF-VisionLM",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/walke2019/ComfyUI-GGUF-VisionLM"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "neocrz",
|
"author": "neocrz",
|
||||||
"title": "comfyui-tinyae [REMOVED]",
|
"title": "comfyui-tinyae [REMOVED]",
|
||||||
|
|||||||
@ -1,5 +1,35 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Saganaki22",
|
||||||
|
"title": "Maya1 TTS",
|
||||||
|
"reference": "https://github.com/Saganaki22/ComfyUI-Maya1_TTS",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Saganaki22/ComfyUI-Maya1_TTS"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI node for Maya1 TTS - Expressive voice generation with 20+ emotions, voice design, and SNAC neural codec"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "dskjal",
|
||||||
|
"title": "comfyui-yolov8-dsuksampler",
|
||||||
|
"reference": "https://github.com/dskjal/comfyui-yolov8-dsuksampler",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/dskjal/comfyui-yolov8-dsuksampler"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This node performs detection and segmentation, as well as upsampling, sampling, and blurring the composite."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "gitcapoom",
|
||||||
|
"title": "ComfyUI FOV Estimator",
|
||||||
|
"reference": "https://github.com/gitcapoom/comfyui_fovestimator",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/gitcapoom/comfyui_fovestimator"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI custom node that estimates the Field of View (FOV) and tilt angle (horizon angle) of images using computer vision techniques."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "DazzleNodes",
|
"author": "DazzleNodes",
|
||||||
"title": "DazzleNodes Collection",
|
"title": "DazzleNodes Collection",
|
||||||
|
|||||||
@ -227,14 +227,18 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/1038lab/ComfyUI-WildPromptor": [
|
"https://github.com/1038lab/ComfyUI-WildPromptor": [
|
||||||
[
|
[
|
||||||
"AllInOneList",
|
"CustomListManager",
|
||||||
"KeywordPicker",
|
"KeywordPicker",
|
||||||
"PromptBuilder",
|
"PromptBuilder",
|
||||||
"PromptConcat",
|
"PromptConcat",
|
||||||
"WildPromptorAllInOne",
|
"WildPromptor_AllInOne",
|
||||||
"WildPromptorGenerator",
|
"WildPromptor_AllInOneList",
|
||||||
"WildPromptor_DataToPromptList",
|
"WildPromptor_DataToPromptList",
|
||||||
"WildPromptor_Enhancer"
|
"WildPromptor_Enhancer",
|
||||||
|
"WildPromptor_Generator",
|
||||||
|
"WildPromptor_Minicpm",
|
||||||
|
"WildPromptor_ShowPrompt",
|
||||||
|
"WildPromptor_TextInput"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-WildPromptor"
|
"title_aux": "ComfyUI-WildPromptor"
|
||||||
@ -2598,6 +2602,7 @@
|
|||||||
"AGSoft_Img_Res_MP",
|
"AGSoft_Img_Res_MP",
|
||||||
"AGSoft_Inpaint_Crop",
|
"AGSoft_Inpaint_Crop",
|
||||||
"AGSoft_Inpaint_Stitch",
|
"AGSoft_Inpaint_Stitch",
|
||||||
|
"AGSoft_KSampler",
|
||||||
"AGSoft_Loop_Float",
|
"AGSoft_Loop_Float",
|
||||||
"AGSoft_Loop_Images",
|
"AGSoft_Loop_Images",
|
||||||
"AGSoft_Loop_Integer",
|
"AGSoft_Loop_Integer",
|
||||||
@ -2717,7 +2722,8 @@
|
|||||||
"GoogleImagenEditNode",
|
"GoogleImagenEditNode",
|
||||||
"GoogleImagenNode",
|
"GoogleImagenNode",
|
||||||
"NanoBananaNode",
|
"NanoBananaNode",
|
||||||
"Veo3VideoGenerator"
|
"Veo3VideoGenerator",
|
||||||
|
"VeoGeminiVideoGenerator"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ExternalAPI-Helpers"
|
"title_aux": "ComfyUI-ExternalAPI-Helpers"
|
||||||
@ -5539,7 +5545,10 @@
|
|||||||
"HighLevelNestWhile",
|
"HighLevelNestWhile",
|
||||||
"HighLevelSelect",
|
"HighLevelSelect",
|
||||||
"HighLevelTakeWhile",
|
"HighLevelTakeWhile",
|
||||||
|
"IfCondition",
|
||||||
"Latch",
|
"Latch",
|
||||||
|
"LogicalAnd",
|
||||||
|
"LogicalOr",
|
||||||
"Sleep",
|
"Sleep",
|
||||||
"__CreateClosure__",
|
"__CreateClosure__",
|
||||||
"__FunctionEnd__",
|
"__FunctionEnd__",
|
||||||
@ -5558,21 +5567,18 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Duanyll/duanyll_nodepack": [
|
"https://github.com/Duanyll/duanyll_nodepack": [
|
||||||
[
|
[
|
||||||
"AdvancedMorphology",
|
|
||||||
"AsAny",
|
"AsAny",
|
||||||
"BBoxCrop",
|
"BBoxCrop",
|
||||||
"BBoxImageStitcher",
|
"BBoxImageStitcher",
|
||||||
"BBoxesToImpactPackSegs",
|
"BBoxesToImpactPackSegs",
|
||||||
"CoverWordsWithRectangles",
|
"CoverWordsWithRectangles",
|
||||||
"CreateArkClient",
|
"CreateArkClient",
|
||||||
"CreateBoundingBoxesMaskQwen",
|
|
||||||
"CreateS3Client",
|
"CreateS3Client",
|
||||||
"DiffusersFluxScheduler",
|
"DiffusersFluxScheduler",
|
||||||
"DiffusersRandomNoise",
|
"DiffusersRandomNoise",
|
||||||
"DownloadImageFromUrl",
|
"DownloadImageFromUrl",
|
||||||
"DrawBBox",
|
"DrawBBox",
|
||||||
"DrawBBoxMask",
|
"DrawBBoxMask",
|
||||||
"DrawBoundingBoxesQwen",
|
|
||||||
"DrawTextInBBox",
|
"DrawTextInBBox",
|
||||||
"DumpJson",
|
"DumpJson",
|
||||||
"ExpandBBoxByRatio",
|
"ExpandBBoxByRatio",
|
||||||
@ -5602,8 +5608,6 @@
|
|||||||
"LlmClientSetSeed",
|
"LlmClientSetSeed",
|
||||||
"LlmCreateChat",
|
"LlmCreateChat",
|
||||||
"LlmCreateClient",
|
"LlmCreateClient",
|
||||||
"LogicAnd",
|
|
||||||
"LogicOr",
|
|
||||||
"MaskToBBox",
|
"MaskToBBox",
|
||||||
"MergeBBoxes",
|
"MergeBBoxes",
|
||||||
"ParseBBoxQwenVL",
|
"ParseBBoxQwenVL",
|
||||||
@ -5613,7 +5617,10 @@
|
|||||||
"QwenImageClipEnforceBfloat16",
|
"QwenImageClipEnforceBfloat16",
|
||||||
"ReadTextFile",
|
"ReadTextFile",
|
||||||
"SeedEditNode",
|
"SeedEditNode",
|
||||||
"UploadImageToS3"
|
"StringFormat",
|
||||||
|
"TextContainsChinese",
|
||||||
|
"UploadImageToS3",
|
||||||
|
"VllmHunyuanImage3Node"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Duanyll Nodepack"
|
"title_aux": "Duanyll Nodepack"
|
||||||
@ -13022,6 +13029,7 @@
|
|||||||
"Runware Reference Images",
|
"Runware Reference Images",
|
||||||
"Runware Reference Videos",
|
"Runware Reference Videos",
|
||||||
"Runware Refiner",
|
"Runware Refiner",
|
||||||
|
"Runware Runway Provider Settings",
|
||||||
"Runware Safety Inputs",
|
"Runware Safety Inputs",
|
||||||
"Runware VAE Search",
|
"Runware VAE Search",
|
||||||
"Runware Vectorize",
|
"Runware Vectorize",
|
||||||
@ -13043,6 +13051,7 @@
|
|||||||
"RunwareOpenAIProviderSettings",
|
"RunwareOpenAIProviderSettings",
|
||||||
"RunwarePixverseProviderSettings",
|
"RunwarePixverseProviderSettings",
|
||||||
"RunwareProviderSettings",
|
"RunwareProviderSettings",
|
||||||
|
"RunwareRunwayProviderSettings",
|
||||||
"RunwareSafetyInputs",
|
"RunwareSafetyInputs",
|
||||||
"RunwareVectorize",
|
"RunwareVectorize",
|
||||||
"RunwareVideoAdvancedFeatureInputs",
|
"RunwareVideoAdvancedFeatureInputs",
|
||||||
@ -13357,6 +13366,14 @@
|
|||||||
"title_aux": "ComfyUI-Qwen-VL"
|
"title_aux": "ComfyUI-Qwen-VL"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Saganaki22/ComfyUI-Maya1_TTS": [
|
||||||
|
[
|
||||||
|
"Maya1TTS_Combined"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Maya1 TTS"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [
|
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [
|
||||||
[
|
[
|
||||||
"Seedream4_Replicate"
|
"Seedream4_Replicate"
|
||||||
@ -16758,9 +16775,6 @@
|
|||||||
"WASRingNoiseOptions",
|
"WASRingNoiseOptions",
|
||||||
"WASSmoothRegionOptions",
|
"WASSmoothRegionOptions",
|
||||||
"WASTileLinesOptions",
|
"WASTileLinesOptions",
|
||||||
"WASUltimateCustomAdvancedAffine",
|
|
||||||
"WASUltimateCustomAdvancedAffineCustom",
|
|
||||||
"WASUltimateCustomAdvancedAffineCustomLatent",
|
|
||||||
"WASUltimateCustomAdvancedAffineNoUpscale",
|
"WASUltimateCustomAdvancedAffineNoUpscale",
|
||||||
"WASUltimateCustomAdvancedAffineNoUpscaleLatent",
|
"WASUltimateCustomAdvancedAffineNoUpscaleLatent",
|
||||||
"WASVelvetOptions",
|
"WASVelvetOptions",
|
||||||
@ -19459,6 +19473,9 @@
|
|||||||
"ArchAi3D_Object_Focus_Camera_V2",
|
"ArchAi3D_Object_Focus_Camera_V2",
|
||||||
"ArchAi3D_Object_Focus_Camera_V3",
|
"ArchAi3D_Object_Focus_Camera_V3",
|
||||||
"ArchAi3D_Object_Focus_Camera_V4",
|
"ArchAi3D_Object_Focus_Camera_V4",
|
||||||
|
"ArchAi3D_Object_Focus_Camera_V5",
|
||||||
|
"ArchAi3D_Object_Focus_Camera_V6",
|
||||||
|
"ArchAi3D_Object_Focus_Camera_V7",
|
||||||
"ArchAi3D_Position_Guide_Prompt_Builder",
|
"ArchAi3D_Position_Guide_Prompt_Builder",
|
||||||
"ArchAi3D_Qwen_Camera_View_Selector",
|
"ArchAi3D_Qwen_Camera_View_Selector",
|
||||||
"ArchAi3D_Qwen_Colorization",
|
"ArchAi3D_Qwen_Colorization",
|
||||||
@ -24655,7 +24672,8 @@
|
|||||||
[
|
[
|
||||||
"NegativePromptQueue",
|
"NegativePromptQueue",
|
||||||
"PromptQueue",
|
"PromptQueue",
|
||||||
"SimplePromptQueue"
|
"SimplePromptQueue",
|
||||||
|
"StylePromptQueue"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_PromptQueue"
|
"title_aux": "ComfyUI_PromptQueue"
|
||||||
@ -25052,7 +25070,6 @@
|
|||||||
[
|
[
|
||||||
"CircuitBreaker",
|
"CircuitBreaker",
|
||||||
"FormatString",
|
"FormatString",
|
||||||
"ModelUnloader",
|
|
||||||
"RandomChoice"
|
"RandomChoice"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -25885,6 +25902,14 @@
|
|||||||
"title_aux": "ComfyUI-Thread"
|
"title_aux": "ComfyUI-Thread"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/dskjal/comfyui-yolov8-dsuksampler": [
|
||||||
|
[
|
||||||
|
"Yolov8DSUKsampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-yolov8-dsuksampler"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/dskjal/comfyui-yolov8-simple": [
|
"https://github.com/dskjal/comfyui-yolov8-simple": [
|
||||||
[
|
[
|
||||||
"ImageCompositeBlurred",
|
"ImageCompositeBlurred",
|
||||||
@ -27437,7 +27462,12 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/francarl/ComfyUI-OnDemand-Loaders": [
|
"https://github.com/francarl/ComfyUI-OnDemand-Loaders": [
|
||||||
[
|
[
|
||||||
"OnDemandLoraLoader"
|
"OnDemandCLIPLoader",
|
||||||
|
"OnDemandCheckpointLoader",
|
||||||
|
"OnDemandGGUFLoader",
|
||||||
|
"OnDemandLoraLoader",
|
||||||
|
"OnDemandUNETLoader",
|
||||||
|
"OnDemandVAELoader"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-OnDemand-Lora-Loader"
|
"title_aux": "ComfyUI-OnDemand-Lora-Loader"
|
||||||
@ -27848,6 +27878,14 @@
|
|||||||
"title_aux": "ExtractStoryboards"
|
"title_aux": "ExtractStoryboards"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/gitcapoom/comfyui_fovestimator": [
|
||||||
|
[
|
||||||
|
"FOVEstimator"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI FOV Estimator"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
|
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
|
||||||
[
|
[
|
||||||
"ChangeImageBorder"
|
"ChangeImageBorder"
|
||||||
@ -32869,6 +32907,7 @@
|
|||||||
"RC_ColorBalance",
|
"RC_ColorBalance",
|
||||||
"RC_CurvesAdjust",
|
"RC_CurvesAdjust",
|
||||||
"RC_DropShadow",
|
"RC_DropShadow",
|
||||||
|
"RC_FilmGrain",
|
||||||
"RC_GaussianBlur",
|
"RC_GaussianBlur",
|
||||||
"RC_GradientGenerator",
|
"RC_GradientGenerator",
|
||||||
"RC_GradientMap",
|
"RC_GradientMap",
|
||||||
@ -34752,6 +34791,7 @@
|
|||||||
"https://github.com/lrzjason/Comfyui-QwenEditUtils": [
|
"https://github.com/lrzjason/Comfyui-QwenEditUtils": [
|
||||||
[
|
[
|
||||||
"CropWithPadInfo",
|
"CropWithPadInfo",
|
||||||
|
"LoadImageReturnFilename",
|
||||||
"QwenEditAdaptiveLongestEdge",
|
"QwenEditAdaptiveLongestEdge",
|
||||||
"QwenEditAny2Image",
|
"QwenEditAny2Image",
|
||||||
"QwenEditAny2Latent",
|
"QwenEditAny2Latent",
|
||||||
@ -39380,7 +39420,6 @@
|
|||||||
"PVL_Comfydeploy_Avatar_PulID_API",
|
"PVL_Comfydeploy_Avatar_PulID_API",
|
||||||
"PVL_Crop2AR",
|
"PVL_Crop2AR",
|
||||||
"PVL_EdgeExtend",
|
"PVL_EdgeExtend",
|
||||||
"PVL_FlowMatchEulerSigmas",
|
|
||||||
"PVL_Gemini_API",
|
"PVL_Gemini_API",
|
||||||
"PVL_Gemini_API_Multi",
|
"PVL_Gemini_API_Multi",
|
||||||
"PVL_Gemini_API_avatar_special",
|
"PVL_Gemini_API_avatar_special",
|
||||||
@ -41938,10 +41977,14 @@
|
|||||||
[
|
[
|
||||||
"SmartBackgroundFill",
|
"SmartBackgroundFill",
|
||||||
"SmartBackgroundRemove",
|
"SmartBackgroundRemove",
|
||||||
|
"SmartColorFillMask",
|
||||||
|
"SmartColorMatch",
|
||||||
"SmartDrawPoints",
|
"SmartDrawPoints",
|
||||||
|
"SmartFillTransparentHoles",
|
||||||
"SmartGenerateImage",
|
"SmartGenerateImage",
|
||||||
"SmartGetMask",
|
"SmartGetMask",
|
||||||
"SmartGradientDeformation",
|
"SmartGradientDeformation",
|
||||||
|
"SmartImageCrop",
|
||||||
"SmartImagePadding",
|
"SmartImagePadding",
|
||||||
"SmartImagePaletteConvert",
|
"SmartImagePaletteConvert",
|
||||||
"SmartImagePaletteCreate",
|
"SmartImagePaletteCreate",
|
||||||
@ -41955,10 +41998,12 @@
|
|||||||
"SmartPointSet",
|
"SmartPointSet",
|
||||||
"SmartPointSetMerge",
|
"SmartPointSetMerge",
|
||||||
"SmartPreviewPalette",
|
"SmartPreviewPalette",
|
||||||
|
"SmartProgressiveScaleImage",
|
||||||
"SmartSaveAnimatedPNG",
|
"SmartSaveAnimatedPNG",
|
||||||
"SmartSavePNG",
|
"SmartSavePNG",
|
||||||
"SmartSemiTransparenceRemove",
|
"SmartSemiTransparenceRemove",
|
||||||
"SmartVideoPreviewScaled"
|
"SmartVideoPreviewScaled",
|
||||||
|
"SmartVideoPreviewScaledMasked"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-SmartImageTools"
|
"title_aux": "ComfyUI-SmartImageTools"
|
||||||
@ -43730,6 +43775,7 @@
|
|||||||
"MLXClipTextEncoder",
|
"MLXClipTextEncoder",
|
||||||
"MLXDecoder",
|
"MLXDecoder",
|
||||||
"MLXLoadFlux",
|
"MLXLoadFlux",
|
||||||
|
"MLXLoadFluxLocal",
|
||||||
"MLXSampler"
|
"MLXSampler"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -44128,8 +44174,11 @@
|
|||||||
"https://github.com/trunksn1/comfyui-change-checkpoint-randomly": [
|
"https://github.com/trunksn1/comfyui-change-checkpoint-randomly": [
|
||||||
[
|
[
|
||||||
"BatchIndexCounter",
|
"BatchIndexCounter",
|
||||||
|
"CheckpointFilename",
|
||||||
"CheckpointRotation",
|
"CheckpointRotation",
|
||||||
|
"CheckpointRotationSimple",
|
||||||
"CheckpointRotationWithCounter",
|
"CheckpointRotationWithCounter",
|
||||||
|
"SaveImageWithCheckpoint",
|
||||||
"SimpleCheckpointRotation",
|
"SimpleCheckpointRotation",
|
||||||
"SimpleCounter"
|
"SimpleCounter"
|
||||||
],
|
],
|
||||||
@ -45028,19 +45077,9 @@
|
|||||||
"title_aux": "Qwen2.5-VL GGUF Nodes"
|
"title_aux": "Qwen2.5-VL GGUF Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/walke2019/ComfyUI-GGUF-VisionLM": [
|
|
||||||
[
|
|
||||||
"LoadQwen2_5_VL_GGUF",
|
|
||||||
"Qwen2_5_VL_GGUF_All_In_One",
|
|
||||||
"Qwen2_5_VL_GGUF_Batch_Describe",
|
|
||||||
"Qwen2_5_VL_GGUF_Describe_Image"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-GGUF-VisionLM"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [
|
"https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [
|
||||||
[
|
[
|
||||||
|
"QI_DyPE",
|
||||||
"QI_QwenVLClipWrapper",
|
"QI_QwenVLClipWrapper",
|
||||||
"QI_RefEditEncode_Safe",
|
"QI_RefEditEncode_Safe",
|
||||||
"QI_TextEncodeQwenImageEdit_Safe",
|
"QI_TextEncodeQwenImageEdit_Safe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user