Generative AI Publication

Generative AI Publication

Share this post

Generative AI Publication
Generative AI Publication
How to Setup Image Upscaler Workflow in ComfyUI
Copy link
Facebook
Email
Notes
More

How to Setup Image Upscaler Workflow in ComfyUI

Here's a step-by-step guide on setting up a ComfyUI workflow that upscale images on your local machine.

Jim Clyde Monge's avatar
Jim Clyde Monge
Jul 12, 2024
∙ Paid
1

Share this post

Generative AI Publication
Generative AI Publication
How to Setup Image Upscaler Workflow in ComfyUI
Copy link
Facebook
Email
Notes
More
1
Share
ComfyUI image upscaler sample result

Did you know you can save thousands of dollars by using open-source alternatives to popular AI SaaS (Software as a Service) tools like image upscalers? For instance, Magnific AI is a startup making millions from paying customers by offering a simple solution: enhancing and enlarging their images.

I understand that some people prefer the convenience of subscribing to AI SaaS tools to solve their problems without the hassle of setting things up themselves.

But if you’re like me who prefer free alternatives to paid AI tools, this guide is for you.

In this article, I’ll show you a step-by-step guide to setting up a ComfyUI workflow that will allow you to upscale and enhance any image on your local machine.

Disclaimer: I am not affiliated with or sponsored by Magnific AI.

What is Magnific AI?

Magnific AI is one of the first AI companies that leveraged Stable Diffusion’s upscaling capabilities and turned it into a product.

You upload any image, and the AI analyzes and processes it to enhance and upscale it, giving you a downloadable image as the final result. It works like magic, masking the complex AI processing that happens in the background.

Here’s how much you’ll have to pay for their tool:

What is Magnific AI and its pricing
Image by Jim Clyde Monge

Now, save that subscription, and let’s build our own upscaler with ComfyUI.


System Requirements

Before we get started, make sure that your environment meets the following system requirements.

  • Windows PC

  • Windows 10 or 11 OS

  • NVIDIA GPU with at least 8GB of VRAM

  • Local Disk space of at least 15 GB

  • Python 3.0 installed (download the latest version here)

    Generative AI Publication is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.

Setup ComfyUI

Head over to the ComfyUI GitHub page and install it on your local system.

Head over to the GitHub page of ComfyUI and install it on your local system. https://github.com/comfyanonymous/ComfyUI
Image by Jim Clyde Monge

Once installed, run the Web UI by running the command below:

python.exe .\main.py
comfy python.exe .\main.py
Image by Jim Clyde Monge

Copy the provided IP then open it on your browser. You should see the ComfyUI dashboard.

ComfyUI dashboard
Image by Jim Clyde Monge

Setup Upscaler Workflow

There are hundreds of available image upscaling workflows on the internet that essentially do the same thing. In this example, we’ll be using a workflow called Creative Upscale created by Eddie from the ComfyUI community.

Download the workflow here in JSON format.

OpenArt ComfyUI workflow
Image by Jim Clyde Monge

This workflow requires three checkpoint files:

  • sd_xl_base_1.0.safetensors (6.94 GB)

  • sd_xl_refiner_1.0.safetensors (6.08 GB)

  • v1–5-pruned.ckpt (7.7 GB)

  • RealESRGAN_x4.pth (67 MB)

Download these files and place them in the checkpoint folder of your ComfyUI directory.

Keep reading with a 7-day free trial

Subscribe to Generative AI Publication to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Jim Clyde Monge
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More