Nodes/FiL_Design_ImageMind/🔬 HighRes Fix
ComfyUI Node

🔬 HighRes Fix

🔬 FiL HighRes Fix — packs latent/pixel upscale + re-sample settings into a script for FiLKSampler.

By FiL-Design-Ai·Created 2 months ago·Updated 16 days ago· 3
🔬 HighRes Fix
  • script
  • script
upscale_typelatent
hires_ckpt_name(use same)
latent_upscalernearest-exact
pixel_upscaler
upscale_by1.25
use_same_seedtrue
seed0
hires_steps12
denoise0.56
iterations1
use_controlnetfalse
control_net_name
strength1.00
preprocessornone
Category🎨 FiL Design/Sampling

Inputs (15)

NameTypeDefaultDescription
upscale_typeCOMBOlatentUpscale in latent space, pixel space, or both.
hires_ckpt_nameCOMBO(use same)Checkpoint for the hires pass. '(use same)' reuses the base model.
latent_upscalerCOMBOnearest-exactLatent upscale method.
pixel_upscalerCOMBOPixel upscale model (from upscale_models).
upscale_byFLOAT1.250.01–8Upscale multiplier.
use_same_seedBOOLEANtrueReuse the sampler's seed for the hires pass.
seedINT00–18446744073709550000Hires-pass seed (used when 'Own seed').
hires_stepsINT121–10000Steps for the hires re-sample.
denoiseFLOAT0.560–1Denoise strength for the hires re-sample.
iterationsINT10–5How many upscale+resample passes to run.
use_controlnetBOOLEANfalseGuide the hires pass with a ControlNet. Tile ControlNets work without a preprocessor.
control_net_nameCOMBOControlNet model to apply.
strengthFLOAT1.000–10ControlNet strength.
preprocessorCOMBOnonePreprocess the ControlNet hint image. 'none' feeds the raw upscaled image (right for tile ControlNets).
scriptoptFIL_HIRES_SCRIPTOptional upstream FiL script to extend.

Outputs (1)

NameTypeDescription
scriptFIL_HIRES_SCRIPTFiL HighRes-fix script for FiLKSampler.