← 返回
未分类 中文

Ntriq X402 Image Upscale

AI image upscaling using Real-ESRGAN. 2x/3x/4x super-resolution for photos and general images. $0.10 USDC via x402.
AI image upscaling using Real-ESRGAN. 2x/3x/4x super-resolution for photos and general images. $0.10 USDC via x402.
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 327
下载
💾 1
安装
1
版本
#latest

概述

Image Upscale (x402)

AI-powered image super-resolution using Real-ESRGAN on Apple M4 GPU. Upscale images 2x, 3x, or 4x with dramatic quality improvement. Supports jpg, png, webp. $0.10 USDC per image.

How to Call

POST https://x402.ntriq.co.kr/image-upscale
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "image_url": "https://example.com/low-res.jpg",
  "scale": 4,
  "mode": "general"
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
image_urlstring✅ (or base64)URL of image to upscale (jpg/png/webp)
image_base64string✅ (or url)Base64-encoded image
scaleintegerUpscale factor: 2, 3, or 4 (default: 4)
modestringgeneral (default) or photo (optimized for real-world photos, always 4x)

Example Response

{
  "status": "ok",
  "scale": 4,
  "model": "realesr-animevideov3-x4",
  "image_base64": "<base64-encoded-png>",
  "format": "png"
}

Payment

  • Price: $0.10 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,692
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 227 📥 48,859
dev-programming

Navigation 3

ntriq-gh
学习如何安装并迁移到 Jetpack Navigation 3,以及实现深度链接、多个返回栈、场景(如对话框...)等功能和模式。
★ 0 📥 491