TinyTerra / ComfyUI_tinyterraNodes

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

Output of the pipeLoaderSDXL node is incorrect #40

Closed GalaxyTimeMachine closed 1 year ago

GalaxyTimeMachine commented 1 year 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 1 year ago

Line 1395 has a missing comma in 351d36c129183b5715cde3f79f19b6c1aca0aa16

GalaxyTimeMachine commented 1 year ago

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

GalaxyTimeMachine commented 1 year ago

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