Nodes/ComfyUI-ArchAi3d-Qwen/๐Ÿงฉ Smart Tile Solver V6.2 (Matrix Search)
ComfyUI Node

๐Ÿงฉ Smart Tile Solver V6.2 (Matrix Search)

A ComfyUI node in ArchAi3d/Upscaling/Smart Tile with 14 inputs and 15 outputs.

By amir84ferdosยทCreated 10 months agoยทUpdated 4 months agoยท 65
๐Ÿงฉ Smart Tile Solver V6.2 (Matrix Search)
  • image
  • upscaled_image
  • tile_width
  • tile_height
  • overlap
  • output_width
  • output_height
  • tiles_x
  • tiles_y
  • total_tiles
  • latent_tile_w
  • latent_tile_h
  • actual_upscale
  • efficiency
  • debug_info
  • tile_params
โ—„upscale_by2.0โ–บ
โ—„upscale_tolerance0.10โ–บ
โ—„target_mp1.0โ–บ
โ—„mp_tolerance0.30โ–บ
โ—„min_overlap64โ–บ
โ—„max_overlap256โ–บ
โ—„divisibility64โ–บ
โ—„ar_constraint16:9 maxโ–บ
โ—„upscale_methodlanczosโ–บ
โ—„output_modeshrink_onlyโ–บ
โ—„aspect_locktrueโ–บ
โ—„forced_tile_width0โ–บ
โ—„forced_tile_height0โ–บ
CategoryArchAi3d/Upscaling/Smart Tile

Inputs (14)

NameTypeDefaultDescription
imageIMAGEโ€”
upscale_byFLOAT2.01โ€“8Target upscale factor
upscale_toleranceFLOAT0.100โ€“0.5How much output can deviate from target (ยฑ10% = 0.1). Higher = more freedom to optimize.
target_mpFLOAT1.00.25โ€“4Target megapixels per tile (VRAM usage)
mp_toleranceFLOAT0.300โ€“1How much tile MP can deviate from target (ยฑ30% = 0.3). Higher = more tile size options.
min_overlapINT640โ€“512Minimum overlap between tiles for blending
max_overlapINT25632โ€“512Maximum overlap to search
divisibilityCOMBO64Tile alignment (64 for Flux/Qwen, 8 for SD1.5)
ar_constraintCOMBO16:9 maxMaximum aspect ratio deviation for tiles
upscale_methodCOMBOlanczosInterpolation method for upscaling
output_modeCOMBOshrink_onlyshrink_only: Output never exceeds target. allow_grow: Can grow within tolerance.
aspect_lockBOOLEANtrueLock output aspect ratio to match input (prevents distortion)
forced_tile_widthoptINT00โ€“4096Force specific tile width (0 = auto). Only used when output_mode='force_tile_size'
forced_tile_heightoptINT00โ€“4096Force specific tile height (0 = auto). Only used when output_mode='force_tile_size'

Outputs (15)

NameTypeDescription
upscaled_imageIMAGEโ€”
tile_widthINTโ€”
tile_heightINTโ€”
overlapINTโ€”
output_widthINTโ€”
output_heightINTโ€”
tiles_xINTโ€”
tiles_yINTโ€”
total_tilesINTโ€”
latent_tile_wINTโ€”
latent_tile_hINTโ€”
actual_upscaleFLOATโ€”
efficiencyFLOATโ€”
debug_infoSTRINGโ€”
tile_paramsTILE_PARAMSโ€”