Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jonseed opened this issue Oct 9, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Jonseed
Copy link

Jonseed commented Oct 9, 2024

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

@Jonseed Jonseed added the bug Something isn't working label Oct 9, 2024
@Clusters
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants