ComfyUI-EasyNodes icon indicating copy to clipboard operation
ComfyUI-EasyNodes copied to clipboard

Properly Typing ClipTextEncode response

Open M1kep opened this issue 6 months ago • 1 comments

I'm running issues typing the ClipTextEncode response as it's a tuple[list[list[torch.Tensor, dict]]] and __qualname__ doesn't exist on the types.UnionType.

ref: https://github.com/comfyanonymous/ComfyUI/blob/6ab1e6fd4a2f7cc5945310f0ecfc11617aa9a2cb/nodes.py#L47-L67

M1kep avatar Aug 25 '24 02:08 M1kep