Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dontdrunk/ComfyUI-DD-Nodes
/ functions
Functions
630 in github.com/Dontdrunk/ComfyUI-DD-Nodes
⨍
Functions
630
◇
Types & classes
91
↳
Endpoints
9
↓ 1 callers
Method
split_vertical
垂直切分(上下切分)
node/image_splitter.py:102
↓ 1 callers
Function
syncNodeSize
(nodes)
extensions/Intelligent_Layout/styles/UIUtils.js:106
↓ 1 callers
Function
syncNodeWidthHeight
(nodes)
extensions/Intelligent_Layout/styles/UIUtils.js:126
↓ 1 callers
Method
syncToBackend
()
extensions/Prompt_Manager/PromptManagerCore.js:54
↓ 1 callers
Method
tensor_to_pil
将tensor转换为PIL图像,支持遮罩
node/image_stroke.py:62
↓ 1 callers
Method
toggleAvailableTags
()
extensions/Prompt_Manager/styles/components/PromptForm.js:968
↓ 1 callers
Method
toggleTag
(tag)
extensions/Prompt_Manager/styles/components/SearchBar.js:565
↓ 1 callers
Method
toggleTagSelection
(tagName)
extensions/Prompt_Manager/styles/components/PromptForm.js:1025
↓ 1 callers
Method
truncateText
(text, maxLength)
extensions/Prompt_Manager/styles/components/DialogComponents.js:351
↓ 1 callers
Method
updateFromPrompts
(prompts)
extensions/Prompt_Manager/styles/components/TagColorManager.js:229
↓ 1 callers
Method
updatePrompt
(index, prompt)
extensions/Prompt_Manager/styles/components/PromptList.js:93
↓ 1 callers
Method
updateTags
(prompts)
extensions/Prompt_Manager/styles/components/SearchBar.js:483
↓ 1 callers
Method
validateForm
(formData)
extensions/Prompt_Manager/styles/components/PromptForm.js:210
Method
INPUT_TYPES
(cls)
extensions/Aspect_Ratio_Selector/nodes.py:37
Method
INPUT_TYPES
(cls)
extensions/Qwen_MT/nodes.py:282
Method
INPUT_TYPES
(cls)
node/video_frame_extractor.py:10
Method
INPUT_TYPES
(s)
node/dimension_calculator.py:3
Method
INPUT_TYPES
(cls)
node/txt_file_merger.py:15
Method
INPUT_TYPES
(cls)
node/advanced_fusion.py:7
Method
INPUT_TYPES
(cls)
node/image_resize.py:15
Method
INPUT_TYPES
(cls)
node/mask_resize.py:15
Method
INPUT_TYPES
(s)
node/model_optimizer.py:15
Method
INPUT_TYPES
(cls)
node/condition_switcher.py:8
Method
INPUT_TYPES
(cls)
node/simple_latent.py:10
Method
INPUT_TYPES
(s)
node/image_splitter.py:12
Method
INPUT_TYPES
(cls)
node/image_stroke.py:13
Method
INPUT_TYPES
(cls)
node/image_size_limiter.py:14
Method
INPUT_TYPES
(cls)
node/model_switcher.py:8
Method
INPUT_TYPES
(cls)
node/latent_switcher.py:8
Method
INPUT_TYPES
(s)
node/image_to_video.py:6
Method
IS_CHANGED
(cls, **kwargs)
extensions/Qwen_MT/nodes.py:319
Method
VALIDATE_INPUTS
验证输入参数
extensions/Aspect_Ratio_Selector/nodes.py:88
Method
VALIDATE_INPUTS
(cls, **kwargs)
extensions/Qwen_MT/nodes.py:325
Method
__init__
(self)
extensions/Prompt_Manager/prompt_api.py:34
Method
__init__
(self)
node/txt_file_merger.py:11
Method
_drawAllStaticConnections
(ctx, excludeIds = new Set())
extensions/Online_Animation/ConnectionAnimationCore.js:501
Method
_getBezierNormal
(t, p0, p1, p2, p3)
extensions/Online_Animation/ConnectionAnimationCore.js:905
Method
_shouldShowAnimation
(link)
extensions/Online_Animation/ConnectionAnimationCore.js:304
Method
addPrompt
(name, content, tags = [])
extensions/Prompt_Manager/PromptManagerCore.js:168
Method
add_stroke
为图片添加描边效果 Args: 图片: 输入图片tensor 关闭遮罩: 是否关闭遮罩功能(True时忽略遮罩输入) 位置: 描边位置("外描边", "内描边", "居中描边"
node/image_stroke.py:253
Function
animate
(time)
extensions/Intelligent_Layout/styles/AncientGodEye/AncientGod1.js:399
Function
animate
(time)
extensions/Intelligent_Layout/styles/AncientGodEye/AncientGod2.js:446
Method
applyPrompt
(prompt)
extensions/Prompt_Manager/PromptManagerCore.js:424
Function
applyTheme
()
extensions/Intelligent_Layout/styles/AncientGodEye/AncientGodTheme.js:767
Method
autoSyncToJsonFile
()
extensions/Prompt_Manager/PromptManagerCore.js:87
Function
beforeRegisterNodeDef
(nodeType, nodeData, app)
extensions/Prompt_Manager/PromptManagerExt.js:75
Function
beforeRegisterNodeDef
(nodeType, nodeData, app)
extensions/Aspect_Ratio_Selector/AspectRatioSelectorExt.js:11
Function
beforeRegisterNodeDef
(nodeType, nodeData)
extensions/Qwen_MT/QwenMTExt.js:16
Method
calculatePath
* 计算直线连接路径 * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位置坐标 [x, y] * @param {Arra
extensions/Online_Animation/styles/DirectStyle.js:21
Method
calculatePath
* 计算贝塞尔曲线连接路径 (基于ComfyUI官方算法) * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位置坐标 [x, y]
extensions/Online_Animation/styles/CurveStyle.js:21
Method
calculatePath
* 计算直角线连接路径 (基于ComfyUI官方STRAIGHT_LINK算法) * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位
extensions/Online_Animation/styles/AngledStyle.js:21
Method
calculatePath
* 计算单条连线路径
extensions/Online_Animation/styles/CircuitBoardStyle.js:37
Method
calculatePath
* 计算连线路径点 * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位置坐标 [x, y] * @param {Array
extensions/Online_Animation/styles/static/StaticBaseStyle.js:23
Method
calculatePath
* 计算直线连接路径 * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位置坐标 [x, y] * @param {Arra
extensions/Online_Animation/styles/static/StaticDirectStyle.js:21
Method
calculatePath
* 计算单条连线路径 - 与原版保持一致
extensions/Online_Animation/styles/static/StaticCircuitBoardStyle.js:109
Method
calculatePath
* 计算贝塞尔曲线连接路径 (基于ComfyUI官方SPLINE_LINK算法) * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位
extensions/Online_Animation/styles/static/StaticCurveStyle.js:21
Method
calculatePath
* 计算直角线连接路径 (基于ComfyUI官方STRAIGHT_LINK算法) * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位
extensions/Online_Animation/styles/static/StaticAngledStyle.js:21
Method
calculatePath
* 计算连线路径 * @param {Object} outNode - 输出节点 * @param {Object} inNode - 输入节点 * @param {Array} outPos - 输出位置坐标 * @param {Array} inPos
extensions/Online_Animation/styles/static/StaticStyleManager.js:89
Method
calculate_dimensions
(self, 宽度, 高度)
node/dimension_calculator.py:16
Function
clampNumber
(value, min, max)
extensions/Online_Animation/ConnectionAnimationCore.js:36
Function
cleanup
()
extensions/Intelligent_Layout/styles/AncientGodEye/AncientGodTheme.js:832
Method
cleanup
* 清理所有效果实例
extensions/Online_Animation/effects/EffectManager.js:69
Method
cleanup
* 清理资源
extensions/Online_Animation/styles/CircuitBoardStyle.js:27
Method
cleanup
* 清理资源
extensions/Online_Animation/styles/static/StaticCircuitBoardStyle.js:99
Method
cleanupUnusedTags
()
extensions/Prompt_Manager/styles/components/PromptForm.js:365
Method
cleanupUnusedTags
(prompts)
extensions/Prompt_Manager/styles/components/TagColorManager.js:253
Method
clearFilters
()
extensions/Prompt_Manager/styles/components/PromptList.js:785
Function
clear_qwen_mt_config
Clear Qwen-MT API configuration.
extensions/Qwen_MT/api_routes.py:75
Method
constructor
()
extensions/Prompt_Manager/PromptManagerCore.js:6
Method
constructor
(node, promptManager)
extensions/Prompt_Manager/PromptManagerCore.js:409
Method
constructor
(embedder)
extensions/Prompt_Manager/styles/PromptManagerUI.js:12
Method
constructor
(options = {})
extensions/Prompt_Manager/styles/components/TagManager.js:7
Method
constructor
()
extensions/Prompt_Manager/styles/components/DialogComponents.js:4
Method
constructor
(title = '嵌入提示词管理')
extensions/Prompt_Manager/styles/components/MainModal.js:4
Method
constructor
(options = {})
extensions/Prompt_Manager/styles/components/PromptForm.js:6
Method
constructor
(options = {})
extensions/Prompt_Manager/styles/components/PromptList.js:5
Method
constructor
(onSearch = null, onTagFilter = null)
extensions/Prompt_Manager/styles/components/SearchBar.js:6
Method
constructor
()
extensions/Prompt_Manager/styles/components/TagColorManager.js:4
Method
constructor
()
extensions/Aspect_Ratio_Selector/AspectRatioSelectorCore.js:4
Method
constructor
()
extensions/Intelligent_Layout/LayoutCore.js:46
Method
constructor
(options = {})
extensions/Intelligent_Layout/styles/InlineColorPicker.js:3
Method
constructor
()
extensions/Online_Animation/ConnectionAnimationCore.js:43
Method
constructor
(animationManager)
extensions/Online_Animation/effects/FlowEffect.js:7
Method
constructor
* 构造函数 * @param {Object} animationManager - 动画管理器引用
extensions/Online_Animation/effects/BaseEffect.js:10
Method
constructor
(animationManager)
extensions/Online_Animation/effects/RhythmEffect.js:7
Method
constructor
* 构造函数 * @param {Object} animationManager - 动画管理器引用
extensions/Online_Animation/effects/EffectManager.js:15
Method
constructor
(animationManager)
extensions/Online_Animation/effects/WaveEffect.js:7
Method
constructor
(animationManager)
extensions/Online_Animation/effects/PulseEffect.js:7
Method
constructor
(animationManager)
extensions/Online_Animation/styles/DirectStyle.js:8
Method
constructor
(animationManager)
extensions/Online_Animation/styles/CurveStyle.js:8
Method
constructor
* 构造函数 * @param {Object} animationManager - 动画管理器引用
extensions/Online_Animation/styles/BaseStyle.js:10
Method
constructor
* 构造函数 * @param {Object} animationManager - 动画管理器引用
extensions/Online_Animation/styles/StyleManager.js:15
Method
constructor
(animationManager)
extensions/Online_Animation/styles/AngledStyle.js:8
Method
constructor
(animationManager)
extensions/Online_Animation/styles/CircuitBoardStyle.js:9
Method
constructor
* 创建连线地图 * @param {Object} canvas - 绘图画布对象
extensions/Online_Animation/styles/CircuitBoardStyle.js:171
Method
constructor
* 构造函数 * @param {Object} animationManager - 动画管理器引用
extensions/Online_Animation/styles/static/StaticBaseStyle.js:10
Method
constructor
(animationManager)
extensions/Online_Animation/styles/static/StaticDirectStyle.js:8
Method
constructor
(animationManager)
extensions/Online_Animation/styles/static/StaticCircuitBoardStyle.js:81
Method
constructor
(canvas)
extensions/Online_Animation/styles/static/StaticCircuitBoardStyle.js:159
Method
constructor
(animationManager)
extensions/Online_Animation/styles/static/StaticCurveStyle.js:8
← previous
next →
401–500 of 630, ranked by callers