Gradient masks also kind of work #28
Replies: 4 comments 9 replies
-
|
My bad, it should have been |
Beta Was this translation helpful? Give feedback.
-
|
y'know i tried gradients when i was being stupid with overmasking and they always gave me a really blatantly visible, well, gradient seam but i honestly don't think i tried it wide enough maybe? certainly something to potentially play with more... and yeah, i sometimes get bonus "windowpaned" images in my outpaints regardless of overmask/blur, legitimately NO clue where to even start with that one lol |
Beta Was this translation helpful? Give feedback.
-
|
Skewing the gradient is giving much better results e.g. turning it kind logarithmic instead of linear. EDIT: Overall, the good thing is, gradient mask is not producing any visible seams. EDIT: Realised that making huge changes in large portion of original image will not be desirable in most cases. EDIT: This kind of gradient is effecting the image the way I wanted to, slight changes as a whole, more near the edges |
Beta Was this translation helpful? Give feedback.
-
|
I have been testing this, and from my tests at least, what gradient does is not really a gradient at all... Seems that it simply does not consider anything blacker than something around #808080 as a mask, and so keeps what is there. Anything over this number seems to generate fully, without regard for the brightness. I suggest you test with fully gray masks instead of a gradient, that should give more of an idea of what different gray tones do... |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I tried to fade out the mask going towards original image.
This is the initial image I am using.

I test this by outpainting the right half.
It's a liner gradient from
blacktowhite. Simply replacing lines fromopenOutpaint/js/index.js
Line 651 in d1a131a
openOutpaint/js/index.js
Line 670 in d1a131a
with
This is what the mask looks like

Problem is that it only affects half of the original image while making the outpainted portion black.

Idea behind trying this was that any outpaint should also effect original image a little bit depending on whats in the outpainted half of the image.
Beta Was this translation helpful? Give feedback.
All reactions