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.
jagilley /stable-diffusion-depth2img:68f699d3
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";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run jagilley/stable-diffusion-depth2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"jagilley/stable-diffusion-depth2img:68f699d395bc7c17008283a7cef6d92edc832d8dc59eb41a6cafec7fc70b85bc",
{
input: {
seed: -1,
prompt: "wanderer above a cyberpunk city, 4k digital art rendering by caspar david friedrich",
scheduler: "DPMSolverMultistep",
input_image: "https://replicate.delivery/pbxt/ICo443xcFQGIK4lawWN3ytMNDZsmZS6fZfjGYwFP6Dc5Vfnq/wanderer.jpeg",
num_outputs: 1,
guidance_scale: 7.5,
prompt_strength: 0.8,
num_inference_steps: 50
}
}
);
console.log(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 jagilley/stable-diffusion-depth2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"jagilley/stable-diffusion-depth2img:68f699d395bc7c17008283a7cef6d92edc832d8dc59eb41a6cafec7fc70b85bc",
input={
"seed": -1,
"prompt": "wanderer above a cyberpunk city, 4k digital art rendering by caspar david friedrich",
"scheduler": "DPMSolverMultistep",
"input_image": "https://replicate.delivery/pbxt/ICo443xcFQGIK4lawWN3ytMNDZsmZS6fZfjGYwFP6Dc5Vfnq/wanderer.jpeg",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.8,
"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 jagilley/stable-diffusion-depth2img 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": "68f699d395bc7c17008283a7cef6d92edc832d8dc59eb41a6cafec7fc70b85bc",
"input": {
"seed": -1,
"prompt": "wanderer above a cyberpunk city, 4k digital art rendering by caspar david friedrich",
"scheduler": "DPMSolverMultistep",
"input_image": "https://replicate.delivery/pbxt/ICo443xcFQGIK4lawWN3ytMNDZsmZS6fZfjGYwFP6Dc5Vfnq/wanderer.jpeg",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.8,
"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": "2023-01-26T20:01:57.999236Z",
"created_at": "2023-01-26T20:01:36.420191Z",
"data_removed": false,
"error": null,
"id": "xadvta5lnreybcutg6njr6lulq",
"input": {
"seed": -1,
"prompt": "wanderer above a cyberpunk city, 4k digital art rendering by caspar david friedrich",
"scheduler": "DPMSolverMultistep",
"input_image": "https://replicate.delivery/pbxt/ICo443xcFQGIK4lawWN3ytMNDZsmZS6fZfjGYwFP6Dc5Vfnq/wanderer.jpeg",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.8,
"num_inference_steps": 50
},
"logs": "Using seed: -1\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:04<03:14, 4.99s/it]\n 8%|▊ | 3/40 [00:05<00:49, 1.35s/it]\n 12%|█▎ | 5/40 [00:05<00:24, 1.46it/s]\n 18%|█▊ | 7/40 [00:05<00:13, 2.37it/s]\n 22%|██▎ | 9/40 [00:05<00:08, 3.48it/s]\n 28%|██▊ | 11/40 [00:05<00:06, 4.78it/s]\n 32%|███▎ | 13/40 [00:05<00:04, 6.23it/s]\n 38%|███▊ | 15/40 [00:05<00:03, 7.75it/s]\n 42%|████▎ | 17/40 [00:06<00:02, 9.23it/s]\n 48%|████▊ | 19/40 [00:06<00:01, 10.56it/s]\n 52%|█████▎ | 21/40 [00:06<00:01, 11.78it/s]\n 57%|█████▊ | 23/40 [00:06<00:01, 12.76it/s]\n 62%|██████▎ | 25/40 [00:06<00:01, 13.49it/s]\n 68%|██████▊ | 27/40 [00:06<00:00, 14.10it/s]\n 72%|███████▎ | 29/40 [00:06<00:00, 14.60it/s]\n 78%|███████▊ | 31/40 [00:06<00:00, 14.96it/s]\n 82%|████████▎ | 33/40 [00:07<00:00, 15.19it/s]\n 88%|████████▊ | 35/40 [00:07<00:00, 15.31it/s]\n 92%|█████████▎| 37/40 [00:07<00:00, 15.46it/s]\n 98%|█████████▊| 39/40 [00:07<00:00, 15.50it/s]\n100%|██████████| 40/40 [00:07<00:00, 5.35it/s]",
"metrics": {
"predict_time": 11.80156,
"total_time": 21.579045
},
"output": [
"https://replicate.delivery/pbxt/7MKZB7KJhVbxL1DKSiDYQ7eInHCKYgBi9zPeKkJbjri14IYQA/out-0.png"
],
"started_at": "2023-01-26T20:01:46.197676Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/xadvta5lnreybcutg6njr6lulq",
"cancel": "https://api.replicate.com/v1/predictions/xadvta5lnreybcutg6njr6lulq/cancel"
},
"version": "d488378e301ffa295b360e6a34e0a504b772449c75f570a9f4e5089d05f660df"
}
Using seed: -1
0%| | 0/40 [00:00<?, ?it/s]
2%|▎ | 1/40 [00:04<03:14, 4.99s/it]
8%|▊ | 3/40 [00:05<00:49, 1.35s/it]
12%|█▎ | 5/40 [00:05<00:24, 1.46it/s]
18%|█▊ | 7/40 [00:05<00:13, 2.37it/s]
22%|██▎ | 9/40 [00:05<00:08, 3.48it/s]
28%|██▊ | 11/40 [00:05<00:06, 4.78it/s]
32%|███▎ | 13/40 [00:05<00:04, 6.23it/s]
38%|███▊ | 15/40 [00:05<00:03, 7.75it/s]
42%|████▎ | 17/40 [00:06<00:02, 9.23it/s]
48%|████▊ | 19/40 [00:06<00:01, 10.56it/s]
52%|█████▎ | 21/40 [00:06<00:01, 11.78it/s]
57%|█████▊ | 23/40 [00:06<00:01, 12.76it/s]
62%|██████▎ | 25/40 [00:06<00:01, 13.49it/s]
68%|██████▊ | 27/40 [00:06<00:00, 14.10it/s]
72%|███████▎ | 29/40 [00:06<00:00, 14.60it/s]
78%|███████▊ | 31/40 [00:06<00:00, 14.96it/s]
82%|████████▎ | 33/40 [00:07<00:00, 15.19it/s]
88%|████████▊ | 35/40 [00:07<00:00, 15.31it/s]
92%|█████████▎| 37/40 [00:07<00:00, 15.46it/s]
98%|█████████▊| 39/40 [00:07<00:00, 15.50it/s]
100%|██████████| 40/40 [00:07<00:00, 5.35it/s]
This example was created by a different version, jagilley/stable-diffusion-depth2img:d488378e.