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 happy martian alien",
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 happy martian alien",
"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 happy martian alien",
"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:46:18.197549Z",
"created_at": "2022-11-01T21:46:14.878985Z",
"data_removed": false,
"error": null,
"id": "pj4scullmnhybkssfokzzu7eka",
"input": {
"prompt": "a happy martian alien",
"num_outputs": 1,
"guidance_scale": 7.5,
"num_inference_steps": 50
},
"logs": "Using seed: 10265\n\n 0%| | 0/51 [00:00<?, ?it/s]\n 4%|▍ | 2/51 [00:00<00:03, 14.59it/s]\n 8%|▊ | 4/51 [00:00<00:02, 15.95it/s]\n 12%|█▏ | 6/51 [00:00<00:02, 16.20it/s]\n 16%|█▌ | 8/51 [00:00<00:02, 16.36it/s]\n 20%|█▉ | 10/51 [00:00<00:02, 16.32it/s]\n 24%|██▎ | 12/51 [00:00<00:02, 16.43it/s]\n 27%|██▋ | 14/51 [00:00<00:02, 16.52it/s]\n 31%|███▏ | 16/51 [00:00<00:02, 16.58it/s]\n 35%|███▌ | 18/51 [00:01<00:01, 16.61it/s]\n 39%|███▉ | 20/51 [00:01<00:01, 16.66it/s]\n 43%|████▎ | 22/51 [00:01<00:01, 16.64it/s]\n 47%|████▋ | 24/51 [00:01<00:01, 16.63it/s]\n 51%|█████ | 26/51 [00:01<00:01, 16.32it/s]\n 55%|█████▍ | 28/51 [00:01<00:01, 16.49it/s]\n 59%|█████▉ | 30/51 [00:01<00:01, 16.64it/s]\n 63%|██████▎ | 32/51 [00:01<00:01, 16.74it/s]\n 67%|██████▋ | 34/51 [00:02<00:01, 16.70it/s]\n 71%|███████ | 36/51 [00:02<00:00, 16.69it/s]\n 75%|███████▍ | 38/51 [00:02<00:00, 16.80it/s]\n 78%|███████▊ | 40/51 [00:02<00:00, 16.89it/s]\n 82%|████████▏ | 42/51 [00:02<00:00, 16.53it/s]\n 86%|████████▋ | 44/51 [00:02<00:00, 16.41it/s]\n 90%|█████████ | 46/51 [00:02<00:00, 16.63it/s]\n 94%|█████████▍| 48/51 [00:02<00:00, 16.78it/s]\n 98%|█████████▊| 50/51 [00:03<00:00, 16.83it/s]\n100%|██████████| 51/51 [00:03<00:00, 16.57it/s]",
"metrics": {
"predict_time": 3.28058,
"total_time": 3.318564
},
"output": [
"https://replicate.delivery/pbxt/vH9Otl1eRDwFZixbLoYvlfTqD69aGaX9oKQfJMeAfPWW1ieeHA/out-0.png"
],
"started_at": "2022-11-01T21:46:14.916969Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/pj4scullmnhybkssfokzzu7eka",
"cancel": "https://api.replicate.com/v1/predictions/pj4scullmnhybkssfokzzu7eka/cancel"
},
"version": "792eb5dabf5501925c8d2f8394e06fa26cf17255d0499f4cc11212476b59aa76"
}
Using seed: 10265
0%| | 0/51 [00:00<?, ?it/s]
4%|▍ | 2/51 [00:00<00:03, 14.59it/s]
8%|▊ | 4/51 [00:00<00:02, 15.95it/s]
12%|█▏ | 6/51 [00:00<00:02, 16.20it/s]
16%|█▌ | 8/51 [00:00<00:02, 16.36it/s]
20%|█▉ | 10/51 [00:00<00:02, 16.32it/s]
24%|██▎ | 12/51 [00:00<00:02, 16.43it/s]
27%|██▋ | 14/51 [00:00<00:02, 16.52it/s]
31%|███▏ | 16/51 [00:00<00:02, 16.58it/s]
35%|███▌ | 18/51 [00:01<00:01, 16.61it/s]
39%|███▉ | 20/51 [00:01<00:01, 16.66it/s]
43%|████▎ | 22/51 [00:01<00:01, 16.64it/s]
47%|████▋ | 24/51 [00:01<00:01, 16.63it/s]
51%|█████ | 26/51 [00:01<00:01, 16.32it/s]
55%|█████▍ | 28/51 [00:01<00:01, 16.49it/s]
59%|█████▉ | 30/51 [00:01<00:01, 16.64it/s]
63%|██████▎ | 32/51 [00:01<00:01, 16.74it/s]
67%|██████▋ | 34/51 [00:02<00:01, 16.70it/s]
71%|███████ | 36/51 [00:02<00:00, 16.69it/s]
75%|███████▍ | 38/51 [00:02<00:00, 16.80it/s]
78%|███████▊ | 40/51 [00:02<00:00, 16.89it/s]
82%|████████▏ | 42/51 [00:02<00:00, 16.53it/s]
86%|████████▋ | 44/51 [00:02<00:00, 16.41it/s]
90%|█████████ | 46/51 [00:02<00:00, 16.63it/s]
94%|█████████▍| 48/51 [00:02<00:00, 16.78it/s]
98%|█████████▊| 50/51 [00:03<00:00, 16.83it/s]
100%|██████████| 51/51 [00:03<00:00, 16.57it/s]