Skip to content

Fix unused side-effect node optimization for Copy To Clipboard #2700

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

Merged

Conversation

RunDevelopment
Copy link
Member

The optimization for removing unused side effect nodes didn't work on Copy To Clipboard, because it uses a text input without a default value instead of a generic input like the other side effect nodes. So I changed the detection to "required inputs without defaults" to fix this issue.

@joeyballentine joeyballentine merged commit db2b79b into chaiNNer-org:main Mar 21, 2024
@RunDevelopment RunDevelopment deleted the fix-opt-for-copy-to-clip branch March 21, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants