Nodes/Jovimetrix/ADJUST (JOV) πŸ•ΈοΈ
ComfyUI Node

ADJUST (JOV) πŸ•ΈοΈ

Sixteen image filters behind one βš’οΈ dropdown

By AmoranoΒ·Created 3 years agoΒ·Updated 12 months agoΒ· 397
ADJUST (JOV) πŸ•ΈοΈ
  • πŸ‘Ύ
  • πŸ–ΌοΈ
  • 😷
β—„βš’οΈBLURβ–Ί
β—„πŸ…‘3β–Ί
β—„#️⃣1.0β–Ί
β—„πŸ”³0.00β–Ί

ADJUST (JOV) πŸ•ΈοΈ is the pack's do-anything-to-an-image node. Sixteen filter operations behind one dropdown - blur, sharpen, emboss, edge finding, equalize, pixelate, posterize, quantize, and more - with a single consistent set of strength and blend controls. It's the node you reach for when you don't want five different filter packs installed for what is really one histogram tweak.

Jovimetrix reorganized this node more than once. The version with the 16-operation dropdown is the "merged" ADJUST; as of 2.1 the author split it into focused nodes (ADJUST: BLUR, ADJUST: EDGE, ADJUST: LIGHT, ADJUST: PIXEL, and so on). If your saved workflow references ADJUST (JOV) πŸ•ΈοΈ, installing the current pack should still resolve it - but if ComfyUI reports it missing, those split nodes are the migration path.

The inputs that matter

Four controls, and only three of them will occupy you:

  • βš’οΈ func - the operation, defaulting to BLUR. The 16 include the classics (GAUSSIAN_BLUR, MEDIAN_BLUR, SHARPEN, EMBOSS), the edge family (OUTLINE, FIND_EDGES), and the tonal ones (ADAPTIVE_HISTOGRAM, EQUALIZE) plus pixel-level effects (PIXELATE, QUANTIZE, POSTERIZE).
  • 1️⃣ (INT, default 3, min 3) - the kernel radius for blur/emboss/edge operations. Bigger is stronger; there's no point going below 3.
  • #️⃣ (FLOAT, default 1) - the effect amount/strength. 1 is full power, lower values soften the operation.
  • πŸ”³ (FLOAT, default 0, 0–1) - how much the output is blended back toward the original. 0 means "apply it fully"; nudge this up when a filter looks too aggressive and you want a gentler result.

Outputs are πŸ–ΌοΈ image and 😷 mask, both as lists. The mask output is the quiet killer feature: run OUTLINE or an edge filter and you get a matte you can feed straight into a compositor or a second pass, no separate edge-detection node required.

How it works

Every operation is plain image math - OpenCV convolutions and histogram transforms on a tensor, no inference involved. That means it's fast, it runs on batches, and it has zero model files to fetch. This is Jovimetrix at its core: procedural compositing utilities that slot between your sampler and your save node without caring what model produced the image.

Installing it

Part of the Jovimetrix pack:

  • ComfyUI Manager - search "Jovimetrix" and install.
  • Manual - git clone https://github.com/Amorano/Jovimetrix.git into ComfyUI/custom_nodes/, then pip install -r requirements.txt.

Dependencies: numpy, OpenCV (opencv-contrib-python), Pillow, matplotlib, aenum, plus the author's cozy_comfyui / cozy_comfy libraries installed from GitHub. No model downloads. Needs ComfyUI 0.1.3+ and a recent frontend.

Where people get burned

The most common mistake is treating #️⃣ as a 0–1 slider and being confused when 1 still looks like a full blur - it is. The "blend toward original" πŸ”³ control is what softens things, and it's easy to miss since it sits last. Second: if you're coming from an old workflow, the func list grew and renamed over time (BLUR became the default, GAUSSIAN_BLUR is a separate entry), so a saved func value may not mean the same thing after an update. And like every renamed Jovimetrix node, budget a manual rewire when you upgrade - the author's README is upfront that renamed connections don't transfer. It's one of those packs where the author (Alexander Morano, u/Joviex) is genuinely responsive on GitHub issues if an update does break a filter, so report rather than rage.

CategoryJOVIMETRIX πŸ”ΊπŸŸ©πŸ”΅/ADJUST

Inputs (5)

NameTypeDefaultDescription
πŸ‘Ύopt*β€”
βš’οΈoptCOMBOBLUR16 options: BLUR, STACK_BLUR, GAUSSIAN_BLUR, MEDIAN_BLUR, SHARPEN, EMBOSS, +10
πŸ…‘optINT3β€”
#️⃣optFLOAT1.0β€”
πŸ”³optFLOAT0.000–1β€”

Outputs (2)

NameTypeDescription
πŸ–ΌοΈIMAGEβ€”
😷MASKβ€”