将现实的颜色添加到黑白三步图片中 。
添加任何黑白图像或灰度图像 。
该模型预测了皮肤、天空、服装和风景的自然、适合不同时期的颜色。
保存彩色照片, 准备打印或共享 。
通过我们的编辑 API, 将黑白图像比例化 。
curl -X POST "https://api.imageeditor.ai/v1/edit-image/" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "files=@photo.jpg" \
-F "terms=Colorize this black and white photo with natural colors"
# Response: {"uuid": "abc123", "domain": "https://imageeditor.ai"}
# Poll for the finished result:
curl -X POST "https://api.imageeditor.ai/v1/results/" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "uuid=abc123"
Grab an API key on the developers page, then see the full API docs for every parameter.
模型已经学会了真实世界的景象是如何有色的, 因此它预测出在照片中面部、风景和物体的实实在在的外表。
衣着颜色是可信的, 而不是保证准确性——AI无法知道具体服装的真实颜色,
是的。 恢复照片, 先修复损坏, 然后为最佳效果而颜色化 。
照片、肖像和场景的颜色最优。
是的,彩色化在我们的溢价模型上运行, 以Pro或信用解开。
上传黑白JPG、PNG或WebP文件——旧照片和扫描肖像最能显示颜色。
黑白原件只用来制作彩色副本, 从未分享或出版。