BadCafeCode / masquerade-nodes-comfyui

A powerful set of mask-related nodes for ComfyUI
MIT License
348 stars 34 forks source link

Paste By Mask node giving pixelated results after updating ComfyUI #29

Closed Eromancer closed 3 months ago

Eromancer commented 3 months ago

Hello!

As the title states, Paste By Mask node is giving pixelated results over the pasted area after updating ComfyUI today. It worked fine previously and I tested that the images are correct before being processed by the node.

Complete guess, but it seems like it's now using the wrong upscale method (in this case downscaling, but it seems like it is using nearest-exact when the node should be using bicubic).

I've tried updating the Masquerade nodes as well as Python dependencies and get the same result.

Eromancer commented 3 months ago

Wonderful case of user error here. I had slotted the non-hi res fixed version of an image, which was of course half the resolution and thus the inpainted area was turning out overly sharp. I've confirmed the behavior is the same as before now. Apologies!