-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: ingest composition nodes into core #7341
Merged
psychedelicious
merged 10 commits into
main
from
brandon/ingest-composition-nodes-into-core
Nov 19, 2024
Merged
feat: ingest composition nodes into core #7341
psychedelicious
merged 10 commits into
main
from
brandon/ingest-composition-nodes-into-core
Nov 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brandonrising
requested review from
lstein,
blessedcoolant,
RyanJDick,
hipsterusername and
psychedelicious
as code owners
November 18, 2024 19:24
brandonrising
changed the title
Brandon/ingest composition nodes into core
feat: ingest composition nodes into core
Nov 18, 2024
github-actions
bot
added
python
PRs that change python files
Root
invocations
PRs that change invocations
backend
PRs that change backend files
python-deps
PRs that change python dependencies
labels
Nov 18, 2024
hipsterusername
approved these changes
Nov 18, 2024
brandonrising
force-pushed
the
brandon/ingest-composition-nodes-into-core
branch
from
November 18, 2024 21:33
9bf6918
to
7364808
Compare
psychedelicious
force-pushed
the
brandon/ingest-composition-nodes-into-core
branch
from
November 19, 2024 14:50
78f0ce7
to
016f332
Compare
psychedelicious
deleted the
brandon/ingest-composition-nodes-into-core
branch
November 19, 2024 15:02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
PRs that change backend files
frontend
PRs that change frontend files
invocations
PRs that change invocations
python
PRs that change python files
python-deps
PRs that change python dependencies
Root
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR ingests a subset of the composition nodes defined in https://github.com/dwringer/composition-nodes
Specifically these:
Adjust Image Hue Plus
Blend Latents/Noise (Masked)
Enhance Image
Equivalent Achromatic Lightness
Image Layer Blend
Image Compositor
Image Dilate or Erode
Image Value Thresholds
QA Instructions
Attempt to run each of the above mentioned nodes in workflows
Merge Plan
Can be merged when tested and approved
Checklist
What's New
copy (if doing a release after this PR)