You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
original:
from custom_nodes.comfyui_controlnet_aux.utils import common_annotator_call
from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed import TEDDetector
from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed.ted import TED
from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.lineart_standard import LineartStandardDetector
modify:
Requires comfyui_controlnet_aux funcsions and classes
from custom_nodes.comfyui_controlnet_aux.utils import common_annotator_call
from custom_nodes.comfyui_controlnet_aux.src.custom_controlnet_aux.teed import TEDDetector
from custom_nodes.comfyui_controlnet_aux.src.custom_controlnet_aux.teed.ted import TED
from custom_nodes.comfyui_controlnet_aux.src.custom_controlnet_aux.lineart_standard import LineartStandardDetector
The text was updated successfully, but these errors were encountered:
original:
from custom_nodes.comfyui_controlnet_aux.utils import common_annotator_call
from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed import TEDDetector
from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed.ted import TED
from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.lineart_standard import LineartStandardDetector
modify:
Requires comfyui_controlnet_aux funcsions and classes
from custom_nodes.comfyui_controlnet_aux.utils import common_annotator_call
from custom_nodes.comfyui_controlnet_aux.src.custom_controlnet_aux.teed import TEDDetector
from custom_nodes.comfyui_controlnet_aux.src.custom_controlnet_aux.teed.ted import TED
from custom_nodes.comfyui_controlnet_aux.src.custom_controlnet_aux.lineart_standard import LineartStandardDetector
The text was updated successfully, but these errors were encountered: