-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
21 lines (18 loc) · 1.18 KB
/
pyproject.toml
File metadata and controls
21 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "augment-UpscalePro"
description = "✨ Augment Upscale — Logo and image upscaler for ComfyUI. Upscale logos, icons, and brand assets to high resolution with sharp, clean results. A professional alternative to Magnific AI built directly into your ComfyUI workflow. Supports 2x upscaling via the Augment Studio API with automatic job polling and tensor output. Ideal for logo design, brand asset pipelines, print-ready artwork, and any workflow that needs crisp detail-preserving enlargement. Includes built-in flow control trigger and wait nodes for chaining multi-step pipelines. Get your API key at [a/augmentstudio.app/pricing](https://augmentstudio.app/pricing)"
version = "1.0.1"
licence = { file = "LICENCE.md" }
dependencies = [
"numpy>=1.19.0",
"torch>=1.9.0",
"Pillow>=8.0.0",
"requests>=2.25.0"
]
[project.urls]
Repository = "https://github.com/augment-lib/upscale-pro"
Website = "https://augmentstudio.app/"
[tool.comfy]
PublisherId = "augmentstudio"
DisplayName = "✨ augment Upscale Pro - Image & Logo Upscaler, Enhancer and Enlarger for ComfyUI"
Icon = "https://avatars.githubusercontent.com/u/243209371?s=400&u=db6e0d310dcf8863dd5c735d3ebbdaa5c317530d&v=4"