receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

[BUG] - converting image field from widget to input doesn't work #97

Open Jonseed opened 1 month ago

Jonseed commented 1 month ago

Description

I want to send images from another node to SD Prompt Reader, but if I convert the image field from widget to input, it won't allow connections from other nodes that output images.

Reproduction steps

  1. Convert image field from widget to input
  2. Try to connect another image output node to the SD Prompt Reader image input node. It won't accept it.

Image file

No response

Clusters commented 3 weeks ago

This is most likely by design. The label of the input is image, but the type is COMBO. It works if you feed the input with the output of the SD Prompt Reader "batch loader" node. You can chain this with e.g. the "Load Image Extended" node from the Chibi-Nodes repo. This gives you the usual File Upload button, but you can feed the SD Batch Loader node with the image file path, which can feed the Prompt Reader node.