piddnad
/
ddcolor
Towards Photo-Realistic Image Colorization via Dual Decoders
Prediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695ID6teemj3bmdtn4jzlo2v4hiu3xiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMhf8lcgjezRIhDCg8TCJ8S54GN3ugrtnMGAQ1jyMDwSLnx/Ansel%20Adams%20_%20Moore%20Photography.jpeg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMhf8lcgjezRIhDCg8TCJ8S54GN3ugrtnMGAQ1jyMDwSLnx/Ansel%20Adams%20_%20Moore%20Photography.jpeg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMhf8lcgjezRIhDCg8TCJ8S54GN3ugrtnMGAQ1jyMDwSLnx/Ansel%20Adams%20_%20Moore%20Photography.jpeg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMhf8lcgjezRIhDCg8TCJ8S54GN3ugrtnMGAQ1jyMDwSLnx/Ansel%20Adams%20_%20Moore%20Photography.jpeg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:57:12.402852Z", "created_at": "2024-01-12T17:55:55.690389Z", "data_removed": false, "error": null, "id": "6teemj3bmdtn4jzlo2v4hiu3xi", "input": { "image": "https://replicate.delivery/pbxt/KDMhf8lcgjezRIhDCg8TCJ8S54GN3ugrtnMGAQ1jyMDwSLnx/Ansel%20Adams%20_%20Moore%20Photography.jpeg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 3.120354, "total_time": 76.712463 }, "output": "https://replicate.delivery/pbxt/YRdYURdnI4ZVAZ4lDIElX24dlzCWhl0IEoSYii2Ae807eyLSA/out.png", "started_at": "2024-01-12T17:57:09.282498Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6teemj3bmdtn4jzlo2v4hiu3xi", "cancel": "https://api.replicate.com/v1/predictions/6teemj3bmdtn4jzlo2v4hiu3xi/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695ID4ha65m3b7um3gjoeke6bzkykiuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMjjY4rQxqkpTvtjEfyLZTKt0wgiSzr3gjT7bLtmxbT0MaG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMjjY4rQxqkpTvtjEfyLZTKt0wgiSzr3gjT7bLtmxbT0MaG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMjjY4rQxqkpTvtjEfyLZTKt0wgiSzr3gjT7bLtmxbT0MaG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMjjY4rQxqkpTvtjEfyLZTKt0wgiSzr3gjT7bLtmxbT0MaG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:58:08.370669Z", "created_at": "2024-01-12T17:58:06.693223Z", "data_removed": false, "error": null, "id": "4ha65m3b7um3gjoeke6bzkykiu", "input": { "image": "https://replicate.delivery/pbxt/KDMjjY4rQxqkpTvtjEfyLZTKt0wgiSzr3gjT7bLtmxbT0MaG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.639232, "total_time": 1.677446 }, "output": "https://replicate.delivery/pbxt/fNrE3B35mb3oUa38kmKDsSBjx28bpqxz9GieZQsFZede6LvIB/out.png", "started_at": "2024-01-12T17:58:06.731437Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/4ha65m3b7um3gjoeke6bzkykiu", "cancel": "https://api.replicate.com/v1/predictions/4ha65m3b7um3gjoeke6bzkykiu/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDluv5ewtbuzjyiixctdlqcf5o6mStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMjwJo7Gf59GS7m4MfytnHgtdWDBoFLygLy2ZaNherGx8CG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "tiny" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMjwJo7Gf59GS7m4MfytnHgtdWDBoFLygLy2ZaNherGx8CG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", model_size: "tiny" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMjwJo7Gf59GS7m4MfytnHgtdWDBoFLygLy2ZaNherGx8CG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "tiny" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMjwJo7Gf59GS7m4MfytnHgtdWDBoFLygLy2ZaNherGx8CG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "tiny" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:58:20.907111Z", "created_at": "2024-01-12T17:58:19.165154Z", "data_removed": false, "error": null, "id": "luv5ewtbuzjyiixctdlqcf5o6m", "input": { "image": "https://replicate.delivery/pbxt/KDMjwJo7Gf59GS7m4MfytnHgtdWDBoFLygLy2ZaNherGx8CG/Abandoned%20Boy%20Holding%20a%20Stuffed%20Toy%20Animal.%20London%201945.jpg", "model_size": "tiny" }, "logs": null, "metrics": { "predict_time": 1.672203, "total_time": 1.741957 }, "output": "https://replicate.delivery/pbxt/RDNYhyQrpqJGDZ6k5bpXRdGlLyofO134bdXJiSelQOW8elXkA/out.png", "started_at": "2024-01-12T17:58:19.234908Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/luv5ewtbuzjyiixctdlqcf5o6m", "cancel": "https://api.replicate.com/v1/predictions/luv5ewtbuzjyiixctdlqcf5o6m/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDpwgfkwtb7itmoyazvzn2vb7chyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMkSU717zMUfrWrFHjTdmC2bAMSpUtHhpZbIDKVS9FiGwba/Audrey%20Hepburn.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMkSU717zMUfrWrFHjTdmC2bAMSpUtHhpZbIDKVS9FiGwba/Audrey%20Hepburn.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMkSU717zMUfrWrFHjTdmC2bAMSpUtHhpZbIDKVS9FiGwba/Audrey%20Hepburn.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMkSU717zMUfrWrFHjTdmC2bAMSpUtHhpZbIDKVS9FiGwba/Audrey%20Hepburn.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:58:54.504553Z", "created_at": "2024-01-12T17:58:52.670519Z", "data_removed": false, "error": null, "id": "pwgfkwtb7itmoyazvzn2vb7chy", "input": { "image": "https://replicate.delivery/pbxt/KDMkSU717zMUfrWrFHjTdmC2bAMSpUtHhpZbIDKVS9FiGwba/Audrey%20Hepburn.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.797436, "total_time": 1.834034 }, "output": "https://replicate.delivery/pbxt/ePGBpWJZCcUMCSQIixYkLNqbC6VMbaLwOzEqMctd5OpufyLSA/out.png", "started_at": "2024-01-12T17:58:52.707117Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/pwgfkwtb7itmoyazvzn2vb7chy", "cancel": "https://api.replicate.com/v1/predictions/pwgfkwtb7itmoyazvzn2vb7chy/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDpkxytzdbkuach644xwzyouk5fuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMkjS4SpsGieAxMdkBUNWT5zFI8BvAU4XjiyI2xmLny3skZ/Buffalo%20Bank%20Buffalo%2C%20New%20York%2C%20circa%201908.%20Erie%20County%20Savings%20Bank%2C%20Niagara%20Street.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMkjS4SpsGieAxMdkBUNWT5zFI8BvAU4XjiyI2xmLny3skZ/Buffalo%20Bank%20Buffalo%2C%20New%20York%2C%20circa%201908.%20Erie%20County%20Savings%20Bank%2C%20Niagara%20Street.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMkjS4SpsGieAxMdkBUNWT5zFI8BvAU4XjiyI2xmLny3skZ/Buffalo%20Bank%20Buffalo%2C%20New%20York%2C%20circa%201908.%20Erie%20County%20Savings%20Bank%2C%20Niagara%20Street.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMkjS4SpsGieAxMdkBUNWT5zFI8BvAU4XjiyI2xmLny3skZ/Buffalo%20Bank%20Buffalo%2C%20New%20York%2C%20circa%201908.%20Erie%20County%20Savings%20Bank%2C%20Niagara%20Street.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:59:12.626699Z", "created_at": "2024-01-12T17:59:09.591280Z", "data_removed": false, "error": null, "id": "pkxytzdbkuach644xwzyouk5fu", "input": { "image": "https://replicate.delivery/pbxt/KDMkjS4SpsGieAxMdkBUNWT5zFI8BvAU4XjiyI2xmLny3skZ/Buffalo%20Bank%20Buffalo%2C%20New%20York%2C%20circa%201908.%20Erie%20County%20Savings%20Bank%2C%20Niagara%20Street.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 2.918757, "total_time": 3.035419 }, "output": "https://replicate.delivery/pbxt/ZumJoHeMlA0WVyesmCZlkoKtNPakny5ariWAaXR3aEhvflXkA/out.png", "started_at": "2024-01-12T17:59:09.707942Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/pkxytzdbkuach644xwzyouk5fu", "cancel": "https://api.replicate.com/v1/predictions/pkxytzdbkuach644xwzyouk5fu/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695ID2c43bmdbqx4e65v57jr53ahdjyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMlP32TacO7kGUrnR1DCM0nVfXDrkbe8gnRqSmgYMLHQVqh/Einstein%2C%20Rejection%2C%20and%20Crafting%20a%20Future.jpeg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMlP32TacO7kGUrnR1DCM0nVfXDrkbe8gnRqSmgYMLHQVqh/Einstein%2C%20Rejection%2C%20and%20Crafting%20a%20Future.jpeg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMlP32TacO7kGUrnR1DCM0nVfXDrkbe8gnRqSmgYMLHQVqh/Einstein%2C%20Rejection%2C%20and%20Crafting%20a%20Future.jpeg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMlP32TacO7kGUrnR1DCM0nVfXDrkbe8gnRqSmgYMLHQVqh/Einstein%2C%20Rejection%2C%20and%20Crafting%20a%20Future.jpeg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:59:54.407324Z", "created_at": "2024-01-12T17:59:52.638958Z", "data_removed": false, "error": null, "id": "2c43bmdbqx4e65v57jr53ahdjy", "input": { "image": "https://replicate.delivery/pbxt/KDMlP32TacO7kGUrnR1DCM0nVfXDrkbe8gnRqSmgYMLHQVqh/Einstein%2C%20Rejection%2C%20and%20Crafting%20a%20Future.jpeg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.693858, "total_time": 1.768366 }, "output": "https://replicate.delivery/pbxt/78o8s7hxKPayH9CJsQ9O9HkvBP5TD7QaF2X07kfDfGrZAzLSA/out.png", "started_at": "2024-01-12T17:59:52.713466Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/2c43bmdbqx4e65v57jr53ahdjy", "cancel": "https://api.replicate.com/v1/predictions/2c43bmdbqx4e65v57jr53ahdjy/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDvzmhyc3bojyk4mzencetp75o64StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMmX8nggvoH7C7hgqCKpMf87q2w83pNVT32ak14L8DVXfIw/New%20York%20Riverfront%20December%2015%2C%201931.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMmX8nggvoH7C7hgqCKpMf87q2w83pNVT32ak14L8DVXfIw/New%20York%20Riverfront%20December%2015%2C%201931.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMmX8nggvoH7C7hgqCKpMf87q2w83pNVT32ak14L8DVXfIw/New%20York%20Riverfront%20December%2015%2C%201931.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMmX8nggvoH7C7hgqCKpMf87q2w83pNVT32ak14L8DVXfIw/New%20York%20Riverfront%20December%2015%2C%201931.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T18:01:06.411977Z", "created_at": "2024-01-12T18:01:04.210428Z", "data_removed": false, "error": null, "id": "vzmhyc3bojyk4mzencetp75o64", "input": { "image": "https://replicate.delivery/pbxt/KDMmX8nggvoH7C7hgqCKpMf87q2w83pNVT32ak14L8DVXfIw/New%20York%20Riverfront%20December%2015%2C%201931.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 2.113811, "total_time": 2.201549 }, "output": "https://replicate.delivery/pbxt/peqrzk9p8XVCNqvxVSJJvMgA68CrLvKw48bRd9r83fchBzLSA/out.png", "started_at": "2024-01-12T18:01:04.298166Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vzmhyc3bojyk4mzencetp75o64", "cancel": "https://api.replicate.com/v1/predictions/vzmhyc3bojyk4mzencetp75o64/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDfszvpelbcd6cdhbt526lw4ewkuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMl1O3YVSpG1Wa5HSaeCoQLVvGn3BjbY6yfXgWtESHyqmmz/colorized-historical-photos-vintage-photography-39.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMl1O3YVSpG1Wa5HSaeCoQLVvGn3BjbY6yfXgWtESHyqmmz/colorized-historical-photos-vintage-photography-39.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMl1O3YVSpG1Wa5HSaeCoQLVvGn3BjbY6yfXgWtESHyqmmz/colorized-historical-photos-vintage-photography-39.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMl1O3YVSpG1Wa5HSaeCoQLVvGn3BjbY6yfXgWtESHyqmmz/colorized-historical-photos-vintage-photography-39.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:59:29.784790Z", "created_at": "2024-01-12T17:59:28.003367Z", "data_removed": false, "error": null, "id": "fszvpelbcd6cdhbt526lw4ewku", "input": { "image": "https://replicate.delivery/pbxt/KDMl1O3YVSpG1Wa5HSaeCoQLVvGn3BjbY6yfXgWtESHyqmmz/colorized-historical-photos-vintage-photography-39.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.707689, "total_time": 1.781423 }, "output": "https://replicate.delivery/pbxt/kpFhGCLjdeSSKKaOKjsFfbsPZXxfdgiYLG2y6xeTMwSAAMvIB/out.png", "started_at": "2024-01-12T17:59:28.077101Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fszvpelbcd6cdhbt526lw4ewku", "cancel": "https://api.replicate.com/v1/predictions/fszvpelbcd6cdhbt526lw4ewku/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDdfxvuntb6puc2he4i3awsgjxbiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMlDKth6W9m9OErZOR5pj1tRSkiCO5BBQZZu67cp6zeTExp/Detroit%20circa%201915.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMlDKth6W9m9OErZOR5pj1tRSkiCO5BBQZZu67cp6zeTExp/Detroit%20circa%201915.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMlDKth6W9m9OErZOR5pj1tRSkiCO5BBQZZu67cp6zeTExp/Detroit%20circa%201915.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMlDKth6W9m9OErZOR5pj1tRSkiCO5BBQZZu67cp6zeTExp/Detroit%20circa%201915.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T17:59:42.182935Z", "created_at": "2024-01-12T17:59:40.470257Z", "data_removed": false, "error": null, "id": "dfxvuntb6puc2he4i3awsgjxbi", "input": { "image": "https://replicate.delivery/pbxt/KDMlDKth6W9m9OErZOR5pj1tRSkiCO5BBQZZu67cp6zeTExp/Detroit%20circa%201915.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.674991, "total_time": 1.712678 }, "output": "https://replicate.delivery/pbxt/eHKJU2mRL0yHZCYfOnr8lPF1C4OmiFUR3WxVmWpQPoCNAzLSA/out.png", "started_at": "2024-01-12T17:59:40.507944Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/dfxvuntb6puc2he4i3awsgjxbi", "cancel": "https://api.replicate.com/v1/predictions/dfxvuntb6puc2he4i3awsgjxbi/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695IDbyol2wlbjfzssekgioogvedtoqStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMlchLrL7jF0BeXyfrKtCow4rn6wtXqHxTxdDk05fbEkjz3/February%201936.%20Nipomo%2C%20Calif.%20Destitute%20pea%20pickers%20living%20in%20tent%20in%20migrant%20camp.%20Mother%20of%20seven%20children.%20Age%2032.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMlchLrL7jF0BeXyfrKtCow4rn6wtXqHxTxdDk05fbEkjz3/February%201936.%20Nipomo%2C%20Calif.%20Destitute%20pea%20pickers%20living%20in%20tent%20in%20migrant%20camp.%20Mother%20of%20seven%20children.%20Age%2032.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMlchLrL7jF0BeXyfrKtCow4rn6wtXqHxTxdDk05fbEkjz3/February%201936.%20Nipomo%2C%20Calif.%20Destitute%20pea%20pickers%20living%20in%20tent%20in%20migrant%20camp.%20Mother%20of%20seven%20children.%20Age%2032.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMlchLrL7jF0BeXyfrKtCow4rn6wtXqHxTxdDk05fbEkjz3/February%201936.%20Nipomo%2C%20Calif.%20Destitute%20pea%20pickers%20living%20in%20tent%20in%20migrant%20camp.%20Mother%20of%20seven%20children.%20Age%2032.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T18:00:08.712236Z", "created_at": "2024-01-12T18:00:06.721023Z", "data_removed": false, "error": null, "id": "byol2wlbjfzssekgioogvedtoq", "input": { "image": "https://replicate.delivery/pbxt/KDMlchLrL7jF0BeXyfrKtCow4rn6wtXqHxTxdDk05fbEkjz3/February%201936.%20Nipomo%2C%20Calif.%20Destitute%20pea%20pickers%20living%20in%20tent%20in%20migrant%20camp.%20Mother%20of%20seven%20children.%20Age%2032.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.956066, "total_time": 1.991213 }, "output": "https://replicate.delivery/pbxt/XdMWjFsU5EJzCFxBTMakwryGMMwBjmRsQAaHhzg4Aj9Jw8iE/out.png", "started_at": "2024-01-12T18:00:06.756170Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/byol2wlbjfzssekgioogvedtoq", "cancel": "https://api.replicate.com/v1/predictions/byol2wlbjfzssekgioogvedtoq/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695ID5vpxi2tbc3iivzbkepuqfegyviStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMm3A38KvZtaapCLRWevICaAzArSZ9A63563vvoNMEXhef8/Helen%20Keller%20meeting%20Charlie%20Chaplin%20in%201919.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMm3A38KvZtaapCLRWevICaAzArSZ9A63563vvoNMEXhef8/Helen%20Keller%20meeting%20Charlie%20Chaplin%20in%201919.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMm3A38KvZtaapCLRWevICaAzArSZ9A63563vvoNMEXhef8/Helen%20Keller%20meeting%20Charlie%20Chaplin%20in%201919.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMm3A38KvZtaapCLRWevICaAzArSZ9A63563vvoNMEXhef8/Helen%20Keller%20meeting%20Charlie%20Chaplin%20in%201919.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T18:00:34.529163Z", "created_at": "2024-01-12T18:00:32.835047Z", "data_removed": false, "error": null, "id": "5vpxi2tbc3iivzbkepuqfegyvi", "input": { "image": "https://replicate.delivery/pbxt/KDMm3A38KvZtaapCLRWevICaAzArSZ9A63563vvoNMEXhef8/Helen%20Keller%20meeting%20Charlie%20Chaplin%20in%201919.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.657772, "total_time": 1.694116 }, "output": "https://replicate.delivery/pbxt/POto7nuMieTCRiwluXHVRMjDq0EhfK62cPcpBxP7sPVBBzLSA/out.png", "started_at": "2024-01-12T18:00:32.871391Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5vpxi2tbc3iivzbkepuqfegyvi", "cancel": "https://api.replicate.com/v1/predictions/5vpxi2tbc3iivzbkepuqfegyvi/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated inPrediction
piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695ID47b2hflby5nbx4nyg5eew42g2eStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/KDMmIT1zjDcvGuoat83iSHzN7tGr1ZZJt0jG5jcRZ9ULbToS/Louis%20Armstrong%20practicing%20in%20his%20dressing%20room%2C%20ca%201946.jpg", "model_size": "large" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", { input: { image: "https://replicate.delivery/pbxt/KDMmIT1zjDcvGuoat83iSHzN7tGr1ZZJt0jG5jcRZ9ULbToS/Louis%20Armstrong%20practicing%20in%20his%20dressing%20room%2C%20ca%201946.jpg", model_size: "large" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", input={ "image": "https://replicate.delivery/pbxt/KDMmIT1zjDcvGuoat83iSHzN7tGr1ZZJt0jG5jcRZ9ULbToS/Louis%20Armstrong%20practicing%20in%20his%20dressing%20room%2C%20ca%201946.jpg", "model_size": "large" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run piddnad/ddcolor using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "piddnad/ddcolor:ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695", "input": { "image": "https://replicate.delivery/pbxt/KDMmIT1zjDcvGuoat83iSHzN7tGr1ZZJt0jG5jcRZ9ULbToS/Louis%20Armstrong%20practicing%20in%20his%20dressing%20room%2C%20ca%201946.jpg", "model_size": "large" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-12T18:00:50.615208Z", "created_at": "2024-01-12T18:00:48.935234Z", "data_removed": false, "error": null, "id": "47b2hflby5nbx4nyg5eew42g2e", "input": { "image": "https://replicate.delivery/pbxt/KDMmIT1zjDcvGuoat83iSHzN7tGr1ZZJt0jG5jcRZ9ULbToS/Louis%20Armstrong%20practicing%20in%20his%20dressing%20room%2C%20ca%201946.jpg", "model_size": "large" }, "logs": null, "metrics": { "predict_time": 1.642845, "total_time": 1.679974 }, "output": "https://replicate.delivery/pbxt/PM7sbCymH54REBcfCEFAywo7ieQoOcybZFatPMGLJs8RBzLSA/out.png", "started_at": "2024-01-12T18:00:48.972363Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/47b2hflby5nbx4nyg5eew42g2e", "cancel": "https://api.replicate.com/v1/predictions/47b2hflby5nbx4nyg5eew42g2e/cancel" }, "version": "ca494ba129e44e45f661d6ece83c4c98a9a7c774309beca01429b58fce8aa695" }
Generated in
Want to make some of these yourself?
Run this model