Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
Image
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run nightmareai/latent-viz using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "nightmareai/latent-viz:3468af37f68d10286674c7522b70749177fdf56276774ad6b504378eb645a5de", { input: { image: "https://replicate.delivery/mgxm/a7b0499b-d190-4961-bc95-cac262eb53fa/coolgoose.png" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
import replicate
output = replicate.run( "nightmareai/latent-viz:3468af37f68d10286674c7522b70749177fdf56276774ad6b504378eb645a5de", input={ "image": "https://replicate.delivery/mgxm/a7b0499b-d190-4961-bc95-cac262eb53fa/coolgoose.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "3468af37f68d10286674c7522b70749177fdf56276774ad6b504378eb645a5de", "input": { "image": "https://replicate.delivery/mgxm/a7b0499b-d190-4961-bc95-cac262eb53fa/coolgoose.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
{ "completed_at": "2022-08-05T16:43:36.186474Z", "created_at": "2022-08-05T16:43:33.790149Z", "data_removed": false, "error": null, "id": "fq3nqtfmkbhjrd4ggtpjyugkgy", "input": { "image": "https://replicate.delivery/mgxm/a7b0499b-d190-4961-bc95-cac262eb53fa/coolgoose.png" }, "logs": null, "metrics": { "predict_time": 2.226612, "total_time": 2.396325 }, "output": [ "https://replicate.delivery/mgxm/ee7290a3-55dd-442e-9dcb-a641562856af/0-latent.png", "https://replicate.delivery/mgxm/f267c07f-5701-4a38-8c3f-ea6d4612b163/0-latent-0.png", "https://replicate.delivery/mgxm/5a97aa7b-69c9-446d-8294-8eb938d7d8bf/0-latent-1.png", "https://replicate.delivery/mgxm/bc4020cc-2686-4ea7-86f9-1c405af80422/0-latent-2.png", "https://replicate.delivery/mgxm/01fafc3e-3436-49ba-a8ce-57766a2b2f43/0-latent-3.png" ], "started_at": "2022-08-05T16:43:33.959862Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fq3nqtfmkbhjrd4ggtpjyugkgy", "cancel": "https://api.replicate.com/v1/predictions/fq3nqtfmkbhjrd4ggtpjyugkgy/cancel" }, "version": "7362a0f27e3d74a77dec680582e28186f460b5a0fcc65a86fb4c2228982f8118" }
This example was created by a different version, nightmareai/latent-viz:7362a0f2.
Choose a file from your machine
Hint: you can also drag files onto the input