Table of contents
With Replicate, you can run InstantID in the cloud with one line of code.
You can run InstantID with our official JavaScript client:
Set the REPLICATE_API_TOKEN
environment variable:
Import and set up the client:
Run zsxkib/instant-id using Replicate’s API:
Note that InstandID takes an image as input. You can provide URLs or base 64 strings as values for the image.
To learn more, take a look at the guide on getting started with Node.js.
You can run InstantID with our official Python client:
Set the REPLICATE_API_TOKEN
environment variable:
Run zsxkib/instant-id using Replicate’s API:
Note that InstandID takes an image as input. You can provide URLs or base 64 strings as values for the image.
To learn more, take a look at the guide on getting started with Python.
You can call the HTTP API directly with tools like cURL:
Set the REPLICATE_API_TOKEN
environment variable:
Run zsxkib/instant-id using Replicate’s API:
Note that InstandID takes an image as input. You can provide URLs or base 64 strings as values for the image.
To learn more, take a look at Replicate’s HTTP API reference docs.
You can also run InstantID using other Replicate client libraries for Golang, Swift, Elixir, and others