Skip to content

Fix: Multiply Image Channel allows RGB inputs again #7633

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
merged 1 commit into from
Feb 11, 2025

Conversation

dunkeroni
Copy link
Contributor

Summary

The alpha handling that lets image multiply work on canvas filters broke if it was downstream of certain nodes that always output RGB instead of RGBA. ImageChannelMultiply node now loads as RGBA first. I had this fix in the Offset node already, but forgot to add it to the multiply one. Oops.

Merge Plan

ready to merge

Checklist

  • The PR has a short but descriptive title, suitable for a changelog

@github-actions github-actions bot added python PRs that change python files invocations PRs that change invocations labels Feb 11, 2025
@psychedelicious psychedelicious merged commit 9e6f3e9 into invoke-ai:main Feb 11, 2025
15 checks passed
@dunkeroni dunkeroni deleted the fix_scale_image_alpha branch June 8, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invocations PRs that change invocations python PRs that change python files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants