Closed MaraScott closed 6 months ago
wow thanks for the feedback!! how do i reproduce? what is the size selector? do i just load these SDXL size picker nodes and load image and it should happen as described?
okay i see the problem. these are also load image nodes, but they don't actually load existing images. they are supposed to show a list of sizes. okay that is a problem indeed. let me see how i can exclude them is there a list that you have already? i don't install all the nodes that exist on earth
nvm i just fixed it, very simply:
if (thisCurrentNode?.type !== "LoadImage") return ctx;