dikdimon's picture
Upload extensions using SD-Hub extension
c336648 verified
raw
history blame
No virus
222 Bytes
from . import dynthres_comfyui
NODE_CLASS_MAPPINGS = {
"DynamicThresholdingSimple": dynthres_comfyui.DynamicThresholdingSimpleComfyNode,
"DynamicThresholdingFull": dynthres_comfyui.DynamicThresholdingComfyNode,
}