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
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
The "Get Image Size" node exhibits a distinct behavior in offline scenarios, even when it is unplugged and unrelated to the intended node chain execution. Unlike most nodes, which gracefully handle disconnection by simply skipping the function, this particular node disrupts the process and triggers the following error message GetImageSize.get_size() missing 1 required positional argument: 'image'. Furthermore, unlike standard nodes that enable the queue to continue processing when bypassed, this node obstructs the queue from launching. Clicking the queue button produces no effect.
Expected Behavior:
It should align with the behavior of other nodes, where unplugging the "Get Image Size" node or bypassing it permits the queue to proceed without any interruptions or impact on the process.
Thank you for addressing this matter.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Description:
The "Get Image Size" node exhibits a distinct behavior in offline scenarios, even when it is unplugged and unrelated to the intended node chain execution. Unlike most nodes, which gracefully handle disconnection by simply skipping the function, this particular node disrupts the process and triggers the following error message
GetImageSize.get_size() missing 1 required positional argument: 'image'
. Furthermore, unlike standard nodes that enable the queue to continue processing when bypassed, this node obstructs the queue from launching. Clicking the queue button produces no effect.Expected Behavior:
It should align with the behavior of other nodes, where unplugging the "Get Image Size" node or bypassing it permits the queue to proceed without any interruptions or impact on the process.
Thank you for addressing this matter.
The text was updated successfully, but these errors were encountered: