DDColor Large

Model Information

Display Name: DDColor Large

API Model ID: piddnad/ddcolor-large

Category: Image tools

Description: DDColor Large is a photo-realistic image colorization model using dual decoders (ICCV 2023). Automatically adds vivid, natural colors to grayscale and black-and-white photos. **Key Features:** - Automatic colorization of B&W photos - Dual decoder architecture for photo-realistic results - Large model for maximum quality - Processes images in ~1 second **Best For:** - Restoring old black and white photographs - Colorizing historical images - Adding color to grayscale artwork - Photo restoration workflows

How to Use This Model

To use DDColor Large via the HInow.ai API, use the model ID: piddnad/ddcolor-large

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "piddnad/ddcolor-large",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.003

Quick Reference

To use this model, set: "model": "piddnad/ddcolor-large"

Featured: No

Documentation: https://hinow.ai/models/piddnad/ddcolor-large

API Endpoint: https://api.hinow.ai/v1

Back to Models

DDColor Large

piddnad/ddcolor-large

$0.0030
per image

About

DDColor Large is a photo-realistic image colorization model using dual decoders (ICCV 2023). Automatically adds vivid, natural colors to grayscale and black-and-white photos.

Key Features:

  • Automatic colorization of B&W photos
  • Dual decoder architecture for photo-realistic results
  • Large model for maximum quality
  • Processes images in ~1 second

Best For:

  • Restoring old black and white photographs
  • Colorizing historical images
  • Adding color to grayscale artwork
  • Photo restoration workflows

Capabilities

Image tools

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "piddnad/ddcolor-large",
    "prompt": "Transform this image into cyberpunk style",
    "images": [
      "https://example.com/image1.jpg",
      "data:image/png;base64,iVBORw0KGgo..."
    ]
  }'