comfyui-dynamic-anynode

comfyui-dynamic-anynode
★ 1

动态节点All-In-One自定义采样兼容v3
为CustomSampling提供动态All-In-One节点,自动检测v3自定义采样节点并通过组合下拉动态生成所需输入,统一管理多种采样/调度/引导实现。
💡 在CustomSampling中用单一节点切换并集成不同采样器/调度器/引导器。
🍴 1 Forks💻 Python🔄 2025-12-24
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c73fe210bae7
📄 README

Dynamic AIO nodes for custom sampling

[!NOTE] You will probably need the v3-improvements ComfyUI branch for this to work. Also, This will only detect v3 nodes, which fortunately are most of ComfyUI’s custom sampling nodes.

The “Any” nodes in this repository inspect your nodes use ComfyUI’s dynamic combo inputs feature to generate an AIO node that combines the features of *all* of your advanced custom sampling nodes without bloating the node interface.

How to use

Instantiate one or more of the following nodes:

  • Any Guider (All-In-One)
  • Any Sampler (All-In-One)
  • Any Scheduler (All-In-One)
  • Any Noise (All-In-One)
  • Connect them to CustomSamplingAdvanced as you like.

    Use the combo widget to select the actual implementation. The node will dynamically update with the required inputs.