Results 5 comments of Benjamin Fox

I can't answer about the location issues you're having. Could you post some sample code somewhere? As for the staging branch, yes use that as it's way more up to...

Also experiencing this as of today. Did a clean install of comfyui standalone, added some custom nodes to support a workflow and a blur radius of 10 is causing it...

I seem to have fixed it for my install. Updating the file [comfy_extras/nodes_post_processing.py](https://github.com/comfyanonymous/ComfyUI/blob/master/comfy_extras/nodes_post_processing.py), change the order of numbers in the permute method in both the image and blurred objects. line...

Regarding the related issue with init H without a background, this is expected behaviour. HYPE has a default background color of #ECF2F5, so that is not a bug. I'll discuss...

In Hype, HRect is an extension of HDrawable. Within HDrawable, the fill method accepts an int as it's color, or multiples of int i.e. (grey), (grey, alpha), (r, g, b),...