Skip to content

Anyline.py line 8-11 have error !! modify custom_controlnet_aux #25

@liuxb99

Description

@liuxb99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions