dikdimon's picture
Upload extensions using SD-Hub extension
bb7f1f4 verified
from . import dynthres_comfyui
NODE_CLASS_MAPPINGS = {
"DynamicThresholdingSimple": dynthres_comfyui.DynamicThresholdingSimpleComfyNode,
"DynamicThresholdingFull": dynthres_comfyui.DynamicThresholdingComfyNode,
}