TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
341 stars 41 forks source link

Output of the pipeLoaderSDXL node is incorrect #40

Closed GalaxyTimeMachine closed 10 months ago

GalaxyTimeMachine commented 10 months ago

The colours/type seem to be out of alignment on the output, so they can not be connected to the corresponding inputs. Possibly broken by 351d36c129183b5715cde3f79f19b6c1aca0aa16 ?

Example: clip should be yellow refiner_model should be purple refiner_negative should be orange refiner_vae should be red refiner_clip should be yellow latent should be purple image

GalaxyTimeMachine commented 10 months ago

Line 1395 has a missing comma in 351d36c129183b5715cde3f79f19b6c1aca0aa16

GalaxyTimeMachine commented 10 months ago

Adding the comma just makes the missing "seed" output appear, but doesn't fix the types.

GalaxyTimeMachine commented 10 months ago

Needed to bump the version number up, and now it works :) I created PR #41 and #42 for this.