Nodes/ComfyUI-YogurtNodes/Topaz Image Upscale API
ComfyUI Node

Topaz Image Upscale API

Call the Topaz Labs Image API, wait for completion, and return an IMAGE batch.

By yogurt7771·Created 2 years ago·Updated 2 months ago· 0
Topaz Image Upscale API
  • image
  • image
api_key
base_url
model_typestandard
model_nameStandard V2
scale_factor2.0
output_width0
output_height0
crop_to_fillfalse
output_formatpng
face_enhancementauto
face_enhancement_strength-1.00
face_enhancement_creativity-1.00
subject_detectionauto
sharpen-1.00
denoise-1.00
fix_compression-1.00
strength-1.00
prompt
autopromptauto
creativity-1
texture-1
detail-1.00
timeout60
task_timeout900
poll_interval3.0
retry_count3
proxy_url
extra{}
CategoryYogurtNodes/LLM

Inputs (29)

NameTypeDefaultDescription
imageIMAGEInput IMAGE batch to upscale.
api_keySTRINGTopaz API key. Empty value still sends the request and lets the API return its own auth error.
base_urlSTRINGTopaz Image API base URL. Empty uses https://api.topazlabs.com/image/v1.
model_typeCOMBOstandardstandard uses /enhance/async; generative uses /enhance-gen/async.
model_nameSTRINGStandard V2Official Topaz model name, such as Standard V2, Low Resolution V2, High Fidelity V2, Redefine, Recovery V2, or Standard MAX.
scale_factorFLOAT2.00.1–16Used to compute official output_width/output_height when those fields are 0.
output_widthINT00–32000Official output_width. 0 computes width from scale_factor.
output_heightINT00–32000Official output_height. 0 computes height from scale_factor unless only output_width is set.
crop_to_fillBOOLEANfalseOfficial crop_to_fill parameter.
output_formatCOMBOpngOfficial output_format parameter.
face_enhancementCOMBOautoOfficial face_enhancement parameter. auto omits the field.
face_enhancement_strengthFLOAT-1.00-1–1Official face_enhancement_strength, -1 omits the field.
face_enhancement_creativityFLOAT-1.00-1–1Official face_enhancement_creativity, -1 omits the field.
subject_detectionCOMBOautoOfficial subject_detection parameter. auto omits the field.
sharpenFLOAT-1.00-1–1Official sharpen parameter, -1 omits the field.
denoiseFLOAT-1.00-1–1Official denoise parameter, -1 omits the field.
fix_compressionFLOAT-1.00-1–1Official fix_compression parameter, -1 omits the field.
strengthFLOAT-1.00-1–1Official strength parameter for applicable models, -1 omits the field.
promptSTRINGOfficial prompt parameter for applicable generative models.
autopromptCOMBOautoOfficial autoprompt parameter. auto omits the field.
creativityINT-1-1–6Official creativity parameter for applicable models, -1 omits the field.
textureINT-1-1–5Official texture parameter for applicable models, -1 omits the field.
detailFLOAT-1.00-1–1Official detail parameter for applicable models, -1 omits the field.
timeoutINT601–3600Per HTTP request timeout in seconds.
task_timeoutINT9001–86400Maximum time to wait for each API task in seconds.
poll_intervalFLOAT3.00.1–60Seconds between task status polls.
retry_countINT31–10Retry attempts for retryable HTTP failures, including 429.
proxy_urlSTRINGOptional proxy URL.
extraoptSTRING{}Extra official or newly released Topaz form-data fields as JSON.

Outputs (1)

NameTypeDescription
imageIMAGE