u/xrailgun

(Phrecia) My MFA Whisperer has 25x less dps than Connor's?

(Phrecia) My MFA Whisperer has 25x less dps than Connor's?

I am following the builds here: https://www.reddit.com/r/PathOfExileBuilds/comments/1iqihv0/manaforged_arrows_whisperer_the_strongest_version/

I am (supposedly) about halfway between the "8c" and the "20D" (pre-indigon) versions.

My current POB: https://pobb.in/uDT5WsZBBpwR, ~170k DPS

Connor's "20D" version but MODIFIED to have similar actual gear to my current gear (i.e. removed all clusters, 2x Split Personalities, and all other nice jewels socketed in clusters): https://pobb.in/8B_eAx3Oa0Ye ~5-6M DPS

The main differences are the amulet and body armour, but even if I copy his exact gear, my POB reaches aaround ~220k DPS.

It feels like I've taken a "do no elemental damage" node somewhere. Am I stupid?

u/xrailgun — 1 day ago

ImagePadToMultiple Comfyui node pads non-matching image dimensions instead of stretching them

I kept running into a problem with DiT edit models (e.g. Flux, Z) where input images that don't land on the model's expected dimensions (multiples of 8, 16, 32, etc.) get silently stretched or cropped, which makes it a nightmare when you're trying to re-composite the output over the source. Surprisingly, none of the existing nodes which claim or sound like they fix this, actually fix it. They always end up stretching/cropping.

So I wrote a single node that just adds padding to the right and bottom edges. You pick the divisor and a fill color (black, white, gray). The node calculates X and Y independently of each other so there's never "extra" padding. No resize, no crop, no stretch. The border is intentionally colored so you can see exactly what's padding for easier post-processing.

It also outputs the padded width and height (optional), so if you want to crop back to the original size after generation with other nodes, you know exactly where to cut.

That's it. One node, no dependencies, no paywall, no 'DM for workflow". Just install it from ComfyUI Node manager (comfyui-pad-to-multiple) or check the open-source code on github.

u/xrailgun — 2 months ago