choey / Comfy-Topaz

Topaz Photo AI integration for ComfyUI
MIT License
26 stars 4 forks source link

What is Comfy-Topaz?

Comfy-Topaz is a custom node for ComfyUI, which integrates with Topaz Photo AI to enhance (upscale, sharpen, denoise, etc.) images, allowing this traditionally asynchronous step to become a part of ComfyUI workflows.

Requirements

Installation

Clone this repo into ComfyUI/custom_nodes and restart ComfyUI.

Usage

Auto-Pilot Settings

This is the simplest use case, which relies on Topaz Photo AI to auto-detect and apply those settings. This is done by omitting the upscale and sharpen settings as inputs:

simple demo showing the auto-pilot settings

Sometimes auto-pilot settings don't yield the best results, which warrants manual tuning.

On the output side, autopilot_settings shows what the auto-pilot settings were, and settings shows all the features used and knobs turned to generate the final image.

Manual Settings

Override auto-pilot settings by providing manual settings:

demo showing the upscale settings override

A good starting point is by copying over params from auto-pilot from which to iterate. I copied over the denoise, deblur, and detail values and changed the model from Standard V2 to High Fidelity.

TODO