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.
andreasjansson /monkey-island-sd:792eb5da
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run andreasjansson/monkey-island-sd using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"andreasjansson/monkey-island-sd:792eb5dabf5501925c8d2f8394e06fa26cf17255d0499f4cc11212476b59aa76",
{
input: {
prompt: "a sea monster basking in the sun",
num_outputs: 1,
guidance_scale: 7.5,
num_inference_steps: 50
}
}
);
// To access the file URL:
console.log(output[0].url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run andreasjansson/monkey-island-sd using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"andreasjansson/monkey-island-sd:792eb5dabf5501925c8d2f8394e06fa26cf17255d0499f4cc11212476b59aa76",
input={
"prompt": "a sea monster basking in the sun",
"num_outputs": 1,
"guidance_scale": 7.5,
"num_inference_steps": 50
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run andreasjansson/monkey-island-sd 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": "andreasjansson/monkey-island-sd:792eb5dabf5501925c8d2f8394e06fa26cf17255d0499f4cc11212476b59aa76",
"input": {
"prompt": "a sea monster basking in the sun",
"num_outputs": 1,
"guidance_scale": 7.5,
"num_inference_steps": 50
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2022-11-01T21:43:54.062547Z",
"created_at": "2022-11-01T21:43:50.655082Z",
"data_removed": false,
"error": null,
"id": "jch5led7avbvjk6wvt67jrszb4",
"input": {
"prompt": "a sea monster basking in the sun",
"num_outputs": 1,
"guidance_scale": 7.5,
"num_inference_steps": 50
},
"logs": "Using seed: 17530\n\n 0%| | 0/51 [00:00<?, ?it/s]\n 4%|▍ | 2/51 [00:00<00:03, 14.62it/s]\n 8%|▊ | 4/51 [00:00<00:03, 15.49it/s]\n 12%|█▏ | 6/51 [00:00<00:02, 16.01it/s]\n 16%|█▌ | 8/51 [00:00<00:02, 16.27it/s]\n 20%|█▉ | 10/51 [00:00<00:02, 16.16it/s]\n 24%|██▎ | 12/51 [00:00<00:02, 16.26it/s]\n 27%|██▋ | 14/51 [00:00<00:02, 16.32it/s]\n 31%|███▏ | 16/51 [00:00<00:02, 16.41it/s]\n 35%|███▌ | 18/51 [00:01<00:02, 16.32it/s]\n 39%|███▉ | 20/51 [00:01<00:01, 16.44it/s]\n 43%|████▎ | 22/51 [00:01<00:01, 16.50it/s]\n 47%|████▋ | 24/51 [00:01<00:01, 15.74it/s]\n 51%|█████ | 26/51 [00:01<00:01, 15.75it/s]\n 55%|█████▍ | 28/51 [00:01<00:01, 16.01it/s]\n 59%|█████▉ | 30/51 [00:01<00:01, 16.17it/s]\n 63%|██████▎ | 32/51 [00:01<00:01, 16.08it/s]\n 67%|██████▋ | 34/51 [00:02<00:01, 16.24it/s]\n 71%|███████ | 36/51 [00:02<00:00, 16.42it/s]\n 75%|███████▍ | 38/51 [00:02<00:00, 16.35it/s]\n 78%|███████▊ | 40/51 [00:02<00:00, 16.35it/s]\n 82%|████████▏ | 42/51 [00:02<00:00, 16.29it/s]\n 86%|████████▋ | 44/51 [00:02<00:00, 15.81it/s]\n 90%|█████████ | 46/51 [00:02<00:00, 15.97it/s]\n 94%|█████████▍| 48/51 [00:02<00:00, 16.11it/s]\n 98%|█████████▊| 50/51 [00:03<00:00, 16.29it/s]\n100%|██████████| 51/51 [00:03<00:00, 16.16it/s]",
"metrics": {
"predict_time": 3.36605,
"total_time": 3.407465
},
"output": [
"https://replicate.delivery/pbxt/XDU9ER6MmjoQP1UxbGXVuwADLSqREsYUZDdWMW4TjeGNK69HA/out-0.png"
],
"started_at": "2022-11-01T21:43:50.696497Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/jch5led7avbvjk6wvt67jrszb4",
"cancel": "https://api.replicate.com/v1/predictions/jch5led7avbvjk6wvt67jrszb4/cancel"
},
"version": "792eb5dabf5501925c8d2f8394e06fa26cf17255d0499f4cc11212476b59aa76"
}
Using seed: 17530
0%| | 0/51 [00:00<?, ?it/s]
4%|▍ | 2/51 [00:00<00:03, 14.62it/s]
8%|▊ | 4/51 [00:00<00:03, 15.49it/s]
12%|█▏ | 6/51 [00:00<00:02, 16.01it/s]
16%|█▌ | 8/51 [00:00<00:02, 16.27it/s]
20%|█▉ | 10/51 [00:00<00:02, 16.16it/s]
24%|██▎ | 12/51 [00:00<00:02, 16.26it/s]
27%|██▋ | 14/51 [00:00<00:02, 16.32it/s]
31%|███▏ | 16/51 [00:00<00:02, 16.41it/s]
35%|███▌ | 18/51 [00:01<00:02, 16.32it/s]
39%|███▉ | 20/51 [00:01<00:01, 16.44it/s]
43%|████▎ | 22/51 [00:01<00:01, 16.50it/s]
47%|████▋ | 24/51 [00:01<00:01, 15.74it/s]
51%|█████ | 26/51 [00:01<00:01, 15.75it/s]
55%|█████▍ | 28/51 [00:01<00:01, 16.01it/s]
59%|█████▉ | 30/51 [00:01<00:01, 16.17it/s]
63%|██████▎ | 32/51 [00:01<00:01, 16.08it/s]
67%|██████▋ | 34/51 [00:02<00:01, 16.24it/s]
71%|███████ | 36/51 [00:02<00:00, 16.42it/s]
75%|███████▍ | 38/51 [00:02<00:00, 16.35it/s]
78%|███████▊ | 40/51 [00:02<00:00, 16.35it/s]
82%|████████▏ | 42/51 [00:02<00:00, 16.29it/s]
86%|████████▋ | 44/51 [00:02<00:00, 15.81it/s]
90%|█████████ | 46/51 [00:02<00:00, 15.97it/s]
94%|█████████▍| 48/51 [00:02<00:00, 16.11it/s]
98%|█████████▊| 50/51 [00:03<00:00, 16.29it/s]
100%|██████████| 51/51 [00:03<00:00, 16.16it/s]