comfyui-resharpen

comfyui-resharpen
★ 54

ComfyUI细节控制图像生成自定义节点
调节图像生成细节量,可在生成流程中增强或弱化纹理与边缘,不是简单后处理,提供可控细节优化。
💡 在生成阶段精细控制细节强度,提升或软化纹理。
🍴 7 Forks💻 Python🔄 2025-12-09
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📄 README

# ComfyUI ReSharpen

This is a Custom Node for ComfyUI, which allows you to increase or decrease the amount of details generated.

i.e. This is not just a postprocessing filter

How to Use

  • Attach the ReSharpen node between Empty Latent and KSampler nodes
  • Adjust the details slider as needed
  • positive = noisy
  • negative = blurry
  • [!Important]

    Ancestral samplers *(e.g. Euler a)* do not work

    [!Important]

    The effects are “global.” If you want to disable it during other parts of the workflow *(e.g. during Hires. Fix)*, you need to add another ReSharpen node and set the details to 0.0 again

    Examples

    Details -0.5 0.0 0.5
    Result

    [!Tip]

    The 0.5.png contains Workflow


  • How does it work?