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

Makes creating new nodes for ComfyUI a breeze.

Results 5 ComfyUI-EasyNodes issues
Sort by recently updated
recently updated
newest added

You added Choice, but no boolean? True False please? So the widget is a switch?

here: https://github.com/andrewharp/ComfyUI-EasyNodes/blob/a2aeb8bfca654b2c4881975f9fc89d03218a2b8b/easy_nodes/easy_nodes.py#L718 the `module_name` getting passed into it is `comfyui-router`, which does not contain any dots, therefore gets a import failed error: ``` Traceback (most recent call last): File "/rmt/yada/apps/comfyui/nodes.py",...

the latest version isn't showing up when you do pip install via ComfyManager, and manually putting it into requirements.txt gets errors due to the UNKNOWN ``` WARNING: Generating metadata for...

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

There are a lot of pieces I've stumbled on using this, because while it's 'documented', it's not clearly documented with an example showing exactly EVERY SINGLE item. I'm unsure (as...