Trung0246 / ComfyUI-0246

Random nodes for ComfyUI
MIT License
108 stars 11 forks source link

Primitive Nodes #9

Closed dev-greene closed 10 months ago

dev-greene commented 10 months ago

I'm using a primitive node to store a string for use in multiple steps. I can set this as the input to both my base and refiner text encodes. I don't seem able to add this to a highway or junction though. Am I missing something, or is this not implemented/a bug?

image
Trung0246 commented 10 months ago

Hm primitive node is kind of impossible to use with highway or junction since they have flexible type and both Highway and Junction requires a type, which will cause a chicken and egg problem since both needs types but both don't provide type. You may better off to use "primitive nodes" from other extensions such as ImpactInt.