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.
cjwbw /lambda-eclipse:0e36b028
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 cjwbw/lambda-eclipse using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"cjwbw/lambda-eclipse:0e36b028d4ed70538c3e6ad369ebd2acf872b41e339b0adf1f6f7d095e248a55",
{
input: {
image1: "https://replicate.delivery/pbxt/KNjws1gm5AZJn4MVNu81oKRCxpEFZm49LdWgNjS7Gzw2Joyy/download%20%281%29.png",
image2: "https://replicate.delivery/pbxt/KNjwsJ2MD0kh3BShBPVyI3jpgJ2YoB0Qqcxvp7h1wKladCh1/download.png",
prompt: "statue sitting on a toilet",
guidance_scale: 7.5,
negative_prompt: "over-exposure, under-exposure, saturated, duplicate, out of frame, lowres, cropped, worst quality, low quality, jpeg artifacts, morbid, mutilated, ugly, bad anatomy, bad proportions, deformed, blurry",
subject_category1: "statue",
subject_category2: "toilet",
num_inference_steps: 50
}
}
);
// 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.
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 cjwbw/lambda-eclipse using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"cjwbw/lambda-eclipse:0e36b028d4ed70538c3e6ad369ebd2acf872b41e339b0adf1f6f7d095e248a55",
input={
"image1": "https://replicate.delivery/pbxt/KNjws1gm5AZJn4MVNu81oKRCxpEFZm49LdWgNjS7Gzw2Joyy/download%20%281%29.png",
"image2": "https://replicate.delivery/pbxt/KNjwsJ2MD0kh3BShBPVyI3jpgJ2YoB0Qqcxvp7h1wKladCh1/download.png",
"prompt": "statue sitting on a toilet",
"guidance_scale": 7.5,
"negative_prompt": "over-exposure, under-exposure, saturated, duplicate, out of frame, lowres, cropped, worst quality, low quality, jpeg artifacts, morbid, mutilated, ugly, bad anatomy, bad proportions, deformed, blurry",
"subject_category1": "statue",
"subject_category2": "toilet",
"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 cjwbw/lambda-eclipse 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": "cjwbw/lambda-eclipse:0e36b028d4ed70538c3e6ad369ebd2acf872b41e339b0adf1f6f7d095e248a55",
"input": {
"image1": "https://replicate.delivery/pbxt/KNjws1gm5AZJn4MVNu81oKRCxpEFZm49LdWgNjS7Gzw2Joyy/download%20%281%29.png",
"image2": "https://replicate.delivery/pbxt/KNjwsJ2MD0kh3BShBPVyI3jpgJ2YoB0Qqcxvp7h1wKladCh1/download.png",
"prompt": "statue sitting on a toilet",
"guidance_scale": 7.5,
"negative_prompt": "over-exposure, under-exposure, saturated, duplicate, out of frame, lowres, cropped, worst quality, low quality, jpeg artifacts, morbid, mutilated, ugly, bad anatomy, bad proportions, deformed, blurry",
"subject_category1": "statue",
"subject_category2": "toilet",
"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": "2024-02-10T23:25:24.347599Z",
"created_at": "2024-02-10T23:25:18.928614Z",
"data_removed": false,
"error": null,
"id": "axstxh3b43zwhorzjtwxwlomla",
"input": {
"image1": "https://replicate.delivery/pbxt/KNjws1gm5AZJn4MVNu81oKRCxpEFZm49LdWgNjS7Gzw2Joyy/download%20%281%29.png",
"image2": "https://replicate.delivery/pbxt/KNjwsJ2MD0kh3BShBPVyI3jpgJ2YoB0Qqcxvp7h1wKladCh1/download.png",
"prompt": "statue sitting on a toilet",
"guidance_scale": 7.5,
"negative_prompt": "over-exposure, under-exposure, saturated, duplicate, out of frame, lowres, cropped, worst quality, low quality, jpeg artifacts, morbid, mutilated, ugly, bad anatomy, bad proportions, deformed, blurry",
"subject_category1": "statue",
"subject_category2": "toilet",
"num_inference_steps": 50
},
"logs": "Using seed: 10148\n 0%| | 0/50 [00:00<?, ?it/s]\n 4%|▍ | 2/50 [00:00<00:03, 12.28it/s]\n 8%|▊ | 4/50 [00:00<00:03, 12.44it/s]\n 12%|█▏ | 6/50 [00:00<00:03, 12.49it/s]\n 16%|█▌ | 8/50 [00:00<00:03, 12.51it/s]\n 20%|██ | 10/50 [00:00<00:03, 12.52it/s]\n 24%|██▍ | 12/50 [00:00<00:03, 12.52it/s]\n 28%|██▊ | 14/50 [00:01<00:02, 12.52it/s]\n 32%|███▏ | 16/50 [00:01<00:02, 12.52it/s]\n 36%|███▌ | 18/50 [00:01<00:02, 12.51it/s]\n 40%|████ | 20/50 [00:01<00:02, 12.50it/s]\n 44%|████▍ | 22/50 [00:01<00:02, 12.51it/s]\n 48%|████▊ | 24/50 [00:01<00:02, 12.50it/s]\n 52%|█████▏ | 26/50 [00:02<00:01, 12.51it/s]\n 56%|█████▌ | 28/50 [00:02<00:01, 12.51it/s]\n 60%|██████ | 30/50 [00:02<00:01, 12.50it/s]\n 64%|██████▍ | 32/50 [00:02<00:01, 12.50it/s]\n 68%|██████▊ | 34/50 [00:02<00:01, 12.50it/s]\n 72%|███████▏ | 36/50 [00:02<00:01, 12.52it/s]\n 76%|███████▌ | 38/50 [00:03<00:00, 12.54it/s]\n 80%|████████ | 40/50 [00:03<00:00, 12.54it/s]\n 84%|████████▍ | 42/50 [00:03<00:00, 12.54it/s]\n 88%|████████▊ | 44/50 [00:03<00:00, 12.55it/s]\n 92%|█████████▏| 46/50 [00:03<00:00, 12.53it/s]\n 96%|█████████▌| 48/50 [00:03<00:00, 12.53it/s]\n100%|██████████| 50/50 [00:03<00:00, 12.54it/s]\n100%|██████████| 50/50 [00:03<00:00, 12.51it/s]",
"metrics": {
"predict_time": 5.380204,
"total_time": 5.418985
},
"output": "https://replicate.delivery/pbxt/KqSvpHmk87pfX6RZ0uWsBNqvBYT1uVuPVori4EzqxBLyvtKJA/out.png",
"started_at": "2024-02-10T23:25:18.967395Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/axstxh3b43zwhorzjtwxwlomla",
"cancel": "https://api.replicate.com/v1/predictions/axstxh3b43zwhorzjtwxwlomla/cancel"
},
"version": "0e36b028d4ed70538c3e6ad369ebd2acf872b41e339b0adf1f6f7d095e248a55"
}
Using seed: 10148
0%| | 0/50 [00:00<?, ?it/s]
4%|▍ | 2/50 [00:00<00:03, 12.28it/s]
8%|▊ | 4/50 [00:00<00:03, 12.44it/s]
12%|█▏ | 6/50 [00:00<00:03, 12.49it/s]
16%|█▌ | 8/50 [00:00<00:03, 12.51it/s]
20%|██ | 10/50 [00:00<00:03, 12.52it/s]
24%|██▍ | 12/50 [00:00<00:03, 12.52it/s]
28%|██▊ | 14/50 [00:01<00:02, 12.52it/s]
32%|███▏ | 16/50 [00:01<00:02, 12.52it/s]
36%|███▌ | 18/50 [00:01<00:02, 12.51it/s]
40%|████ | 20/50 [00:01<00:02, 12.50it/s]
44%|████▍ | 22/50 [00:01<00:02, 12.51it/s]
48%|████▊ | 24/50 [00:01<00:02, 12.50it/s]
52%|█████▏ | 26/50 [00:02<00:01, 12.51it/s]
56%|█████▌ | 28/50 [00:02<00:01, 12.51it/s]
60%|██████ | 30/50 [00:02<00:01, 12.50it/s]
64%|██████▍ | 32/50 [00:02<00:01, 12.50it/s]
68%|██████▊ | 34/50 [00:02<00:01, 12.50it/s]
72%|███████▏ | 36/50 [00:02<00:01, 12.52it/s]
76%|███████▌ | 38/50 [00:03<00:00, 12.54it/s]
80%|████████ | 40/50 [00:03<00:00, 12.54it/s]
84%|████████▍ | 42/50 [00:03<00:00, 12.54it/s]
88%|████████▊ | 44/50 [00:03<00:00, 12.55it/s]
92%|█████████▏| 46/50 [00:03<00:00, 12.53it/s]
96%|█████████▌| 48/50 [00:03<00:00, 12.53it/s]
100%|██████████| 50/50 [00:03<00:00, 12.54it/s]
100%|██████████| 50/50 [00:03<00:00, 12.51it/s]