You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Convert image field from widget to input
Try to connect another image output node to the SD Prompt Reader image input node. It won't accept it.
Image file
No response
The text was updated successfully, but these errors were encountered:
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.
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
Image file
No response
The text was updated successfully, but these errors were encountered: