Make your logos and brand assets print-ready. Augment Upscale Pro is a ComfyUI node that takes rasterized images and upscales them 2X while keeping lines crisp and colors clean. No more blurry enlargements. A perfect first step to cleaning up assets before vectorizing them.
Drop in a logo, icon, or any flat artwork and get back a sharp, high-resolution version you can actually use.
- Grab an API key at augmentstudio.app/pricing
- Install the node from ComfyUI Manager (search "augment Upscale Pro")
- Add the Upscale Pro node to your workflow, paste in your key, and connect an image
You can avoid pasting your key every time by using the Variable Set and Variable Get nodes from augment-ComfyUI.
- Install augment-ComfyUI from ComfyUI Manager (search "augment-ComfyUI")
- Add a Variable Set (String) node and paste your key into
value - Connect its
textoutput to theapi_keyinput on Upscale Pro - Next time, swap it out for a Variable Get (String) node and it will pull your saved key automatically
Trigger flow nodes for wiring up multi-step workflows. Use them to chain the upscaler with other nodes so everything runs in the right order.
cd ComfyUI/custom_nodes
git clone https://github.com/augment-lib/augment-upscale-pro.git augment-upscale-pro
See LICENSE.md for details.