audioscavenger / ComfyUI-Thumbnails

Load Image thumbnails and show input subfolders
GNU Affero General Public License v3.0
15 stars 5 forks source link

Some bugs #1

Closed MaraScott closed 6 months ago

MaraScott commented 6 months ago

Screenshot_20240530_194009_com.discord.jpg

audioscavenger commented 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?

audioscavenger commented 6 months ago

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

audioscavenger commented 6 months ago

nvm i just fixed it, very simply: if (thisCurrentNode?.type !== "LoadImage") return ctx;