Skip to content

Upscale Tutorial

Increase image resolution and quality.

Why Upscale

  • Higher resolution for print
  • Better quality for large displays
  • Enhance old/low-quality images
  • Prepare for specific use cases

Upscaling Methods

Uses AI models for better quality.

Nodes needed:
- UltimateSDUpscale
- OR 4xUltraSharp

Workflow

[LoadImage] → [UltimateSDUpscale] → [SaveImage]

[Model (upscale model)]

Parameters

ParameterValueDescription
Scale2x, 4xUpscale factor
Tile Size512, 768Processing size
Tile Padding64Overlap for blending

Method 2: Basic Upscale

Simple resize without enhancement.

Node: ImageScale
- mode: lanczos / bilinear
- scale: 2

Method 3: Latent Upscale

Upscale in latent space, then decode.

[EmptyLatent (upscaled)] → [VAEDecode] → [SaveImage]

Upscale Models

ModelUseQuality
4x-UltraSharpPhotosExcellent
4x-NickelSSRAnimeGood
RealESRGANGeneralGood
SwinIRPhotosExcellent

Step-by-Step: Ultimate SD Upscale

Step 1: Load Image

LoadImage node
- Upload your image

Step 2: Add Upscale Node

UltimateSDUpscale
- Load upscale model
- Set scale factor (2x recommended)
- Set tile size (512 or 768)

Step 3: Configure

SettingValue
Scale2
Tile Size512
Tile Padding64
Seam FixEnabled
Seam Resolution64

Step 4: Generate

Click "Queue Prompt"

Tips for Better Results

Resolution Limits

OriginalTargetRecommended
512x5121024x10242x upscale
512x5122048x20484x (2x twice)
768x7681536x15362x

Memory Management

  • Use smaller tiles if VRAM limited
  • Process in sections for large images
  • Use fp16 models to save memory

Quality Improvement

  1. Use dedicated upscale models
  2. Apply at 2x first, then again if needed
  3. Combine with denoising for enhancement

Common Issues

IssueSolution
Out of memoryReduce tile size
ArtifactsEnable seam fix
Too softAdd slight denoise
Not sharp enoughUse sharper upscale model

Next Steps