-
Notifications
You must be signed in to change notification settings - Fork 460
Add brush hardness commands and default keybindings for Mask Editor #7770
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
Open
Koudkunstje
wants to merge
12
commits into
Comfy-Org:main
Choose a base branch
from
Koudkunstje:brush-hardness-keybinding
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+400
−57
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
76b13de
Add brush hardness commands and default keybindings for Mask Editor
Koudkunstje 9edec5c
Merge branch 'main' into brush-hardness-keybinding
Koudkunstje c654301
Merge branch 'main' into brush-hardness-keybinding
Koudkunstje 2a62aa5
Merge branch 'main' into brush-hardness-keybinding
Koudkunstje d115011
Merge branch 'main' into brush-hardness-keybinding
Koudkunstje 3c4f6ab
Merge branch 'Comfy-Org:main' into brush-hardness-keybinding
Koudkunstje 438cd9f
Adjust brush size decrease step in MaskEditor
Koudkunstje c3af82d
Remove brush size adjustment function
Koudkunstje 39745e8
Merge branch 'Comfy-Org:main' into brush-hardness-keybinding
Koudkunstje d5a8765
Merge branch 'Comfy-Org:main' into brush-hardness-keybinding
Koudkunstje ac9b960
Remove hardcoded keybindings from mask editor extension
Koudkunstje 61caac8
Merge branch 'main' into brush-hardness-keybinding
Koudkunstje File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: Comfy-Org/ComfyUI_frontend
Length of output: 50382
🏁 Script executed:
Repository: Comfy-Org/ComfyUI_frontend
Length of output: 2922
Clarify why dev dependencies were added despite the PR description stating "no new dependencies".
The three packages
@swc-node/register,@swc/core, andts-nodehave been added to devDependencies, but the PR description claims "no new dependencies." While these are peer dependencies of existing Nx tools (not arbitrary additions), this contradicts the stated constraint. Either the PR description should be updated to reflect these additions, or clarify if their inclusion is intentional.🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fotgot about this. After adressing all the issues, I wanted to test the changes with pnpm dev, but I ran into a problem and this seemed to fix it. I revert the files back to their original state, once I get back home.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fotgot about this. After adressing all the issues, I wanted to test the changes with pnpm dev, but I ran into a problem and this seemed to fix it. I revert the files back to their original state, once I get back home.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Koudkunstje, thanks for the clarification! Yes, reverting those dependency changes makes sense since they're not related to the brush hardness feature. The PR should stay focused on just the mask editor commands.
If you continue to run into issues with
pnpm devafter reverting, feel free to mention what error you encountered—it might be something we can help troubleshoot or it could indicate an environment setup issue unrelated to your changes.🧠 Learnings used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Koudkunstje, thanks for clarifying! Reverting those dependency changes makes sense since the PR is focused on the brush hardness feature.
If you continue to encounter issues with
pnpm devafter reverting, feel free to mention it and I can help investigate what might be causing the problem. It's possible there's a different underlying issue that needs to be addressed separately.🧠 Learnings used