File size: 222 Bytes
c336648
 
 
 
 
 
1
2
3
4
5
6
7
from . import dynthres_comfyui

NODE_CLASS_MAPPINGS = {
    "DynamicThresholdingSimple": dynthres_comfyui.DynamicThresholdingSimpleComfyNode,
    "DynamicThresholdingFull": dynthres_comfyui.DynamicThresholdingComfyNode,
}