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. NOTE:Licensed installation of Topaz Photo AI
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.
tpai.exe
, the path to which should be set for the Topaz Photo AI (tpai.exe)
setting in ComfyUI.Clone this repo into ComfyUI/custom_nodes
and restart ComfyUI.
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:
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.
Override auto-pilot settings by providing manual settings:
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
.
*Settings
nodes rather than json, to eliminate the manual steps of copying values when overriding settings.param1
, param2
, param3
, ... to the actual param name (e.g., denoise
, deblur
, and detail
for Upscale Settings)