Open 1461660252 opened 1 month ago
![Uploading Snipaste_2024-09-05_10-47-50.png…]()
Can you please check you're on the latest commit for this repo, as this should be fixed: https://github.com/pythongosssss/ComfyUI-Custom-Scripts/commit/a19d0cc4adc4f746862a3f0051dca4931d0e40da
Updating the latest version still has this issue, when using Empty Latent Image
Description
I encountered a type mismatch error while using the custom script
MathExpression|pysssss
in ComfyUI. The error arises when linking nodes, indicating a return type mismatch.Steps to Reproduce
MathExpression
node.MathExpression
node.Expected Behavior
I expect to be able to connect an INT type node to the
MathExpression
node without encountering a type mismatch error, as INT is a valid input type according to the node's documentation.Actual Behavior
A type mismatch error occurs, preventing the workflow from executing properly.
Environment
Additional Context
Please provide any possible solutions or suggestions. Thank you.