This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Looking for a node that creates simple horizontal and vertical masks #525
-
Beta Was this translation helpful? Give feedback.
Answered by
WASasquatch
Dec 20, 2024
Replies: 2 comments 4 replies
-
I don't think I have anything for direct masks like this, no. I am sure you
could build something with blanks and expansions and using image to mask
and make a combined group node
…On Fri, Dec 13, 2024, 12:39 PM Andrés Zsögön ***@***.***> wrote:
I'm looking for a node with the ability to create simple masked areas of
arbitrary size, with a visual representation of the areas, similar to this *Visual
Area Prompt* node:
image.png (view on web)
<https://github.com/user-attachments/assets/7f084b45-0e73-4633-8ccc-cfad919340d0>
The only thing I've found so far is the ackward method using the *Simple
Binary Pattern* from ComfyRoll Studio:
image.png (view on web)
<https://github.com/user-attachments/assets/4f94d654-6207-49a7-a56b-a4911cb64f1d>
However it cannot create vertical masks, in fact it creates only images,
then we have to convert it to mask, and I'd prefer to avoid installing a
plethora of nodes to use just 1 of them.
If *WAS Node Suite* can create simple area masks, or images that are then
converted to mask, kindly let me know which nodes to use, because the
documentation has no screenshots and it's hard to mentally parse it all
looking for specific nodes like this.
—
Reply to this email directly, view it on GitHub
<#525>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIZEZMUD46HA7LVR27W4UD2FNAXTAVCNFSM6AAAAABTSWMDVCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGY3TKNJVGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Using almost no help from GPT, I took the liberty creating a PR with two nodes for this. I know the nodes are quite basic with no advanced functions but this is the first time I write some python code. Let's hope it's merged because simple rectangular mask nodes with visual preview are nowhere to be found, and this WAS Node Suite is superb. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I merged it. Thank you!