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 /stable-diffusion-wip:5c17c98e
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 andreasjansson/stable-diffusion-wip using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"andreasjansson/stable-diffusion-wip:5c17c98e8b490e89dc2d799ad4c6a45f580a8e0d7a2af80e5162dfff1ced6aea",
{
input: {
mask: "https://replicate.delivery/mgxm/dc5488e0-d589-480b-825f-c02596700731/nyc-mask.png",
width: 512,
height: 512,
prompt: "angry godzilla",
init_image: "https://replicate.delivery/mgxm/d8f4574e-5c9a-4291-88ac-4eb53095f8d9/nyc-4854718_1280.png",
num_outputs: 1,
guidance_scale: 7.5,
prompt_strength: 0.7,
num_inference_steps: 100
}
}
);
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 andreasjansson/stable-diffusion-wip using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"andreasjansson/stable-diffusion-wip:5c17c98e8b490e89dc2d799ad4c6a45f580a8e0d7a2af80e5162dfff1ced6aea",
input={
"mask": "https://replicate.delivery/mgxm/dc5488e0-d589-480b-825f-c02596700731/nyc-mask.png",
"width": 512,
"height": 512,
"prompt": "angry godzilla",
"init_image": "https://replicate.delivery/mgxm/d8f4574e-5c9a-4291-88ac-4eb53095f8d9/nyc-4854718_1280.png",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.7,
"num_inference_steps": 100
}
)
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/stable-diffusion-wip 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": "5c17c98e8b490e89dc2d799ad4c6a45f580a8e0d7a2af80e5162dfff1ced6aea",
"input": {
"mask": "https://replicate.delivery/mgxm/dc5488e0-d589-480b-825f-c02596700731/nyc-mask.png",
"width": 512,
"height": 512,
"prompt": "angry godzilla",
"init_image": "https://replicate.delivery/mgxm/d8f4574e-5c9a-4291-88ac-4eb53095f8d9/nyc-4854718_1280.png",
"num_outputs": 1,
"guidance_scale": 7.5,
"prompt_strength": 0.7,
"num_inference_steps": 100
}
}' \
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-08-25T17:06:58.554703Z",
"created_at": "2022-08-25T17:06:50.609076Z",
"data_removed": false,
"error": null,
"id": "pavovg3zgvforlqdnqebkor2fu",
"input": {
"mask": "https://replicate.delivery/mgxm/dc5488e0-d589-480b-825f-c02596700731/nyc-mask.png",
"width": 512,
"height": 512,
"prompt": "angry godzilla",
"init_image": "https://replicate.delivery/mgxm/d8f4574e-5c9a-4291-88ac-4eb53095f8d9/nyc-4854718_1280.png",
"num_outputs": "1",
"guidance_scale": 7.5,
"prompt_strength": 0.7,
"num_inference_steps": "100"
},
"logs": "Using seed: 7913\n\n0it [00:00, ?it/s]\n1it [00:00, 9.70it/s]\n3it [00:00, 11.43it/s]\n5it [00:00, 11.63it/s]\n7it [00:00, 11.74it/s]\n9it [00:00, 12.19it/s]\n11it [00:00, 12.42it/s]\n13it [00:01, 12.46it/s]\n15it [00:01, 12.71it/s]\n17it [00:01, 12.79it/s]\n19it [00:01, 12.43it/s]\n21it [00:01, 12.03it/s]\n23it [00:01, 12.17it/s]\n25it [00:02, 12.17it/s]\n27it [00:02, 12.34it/s]\n29it [00:02, 12.41it/s]\n31it [00:02, 12.58it/s]\n33it [00:02, 12.28it/s]\n35it [00:02, 12.09it/s]\n37it [00:03, 12.08it/s]\n39it [00:03, 12.16it/s]\n41it [00:03, 11.80it/s]\n43it [00:03, 11.78it/s]\n45it [00:03, 12.09it/s]\n47it [00:03, 12.46it/s]\n49it [00:04, 12.67it/s]\n51it [00:04, 12.24it/s]\n53it [00:04, 12.01it/s]\n55it [00:04, 11.80it/s]\n57it [00:04, 11.93it/s]\n59it [00:04, 11.81it/s]\n61it [00:05, 11.77it/s]\n63it [00:05, 11.70it/s]\n65it [00:05, 11.96it/s]\n67it [00:05, 11.72it/s]\n69it [00:05, 11.95it/s]\n71it [00:05, 12.40it/s]\n73it [00:06, 12.20it/s]\n75it [00:06, 11.99it/s]\n77it [00:06, 11.79it/s]\n79it [00:06, 11.72it/s]\n79it [00:06, 12.07it/s]",
"metrics": {
"predict_time": 7.737198,
"total_time": 7.945627
},
"output": [
"https://replicate.delivery/mgxm/23f303ac-3324-499f-9053-c11243d9ea8e/out-0.png"
],
"started_at": "2022-08-25T17:06:50.817505Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/pavovg3zgvforlqdnqebkor2fu",
"cancel": "https://api.replicate.com/v1/predictions/pavovg3zgvforlqdnqebkor2fu/cancel"
},
"version": "b605bc2c60c7419dd3fdac55a9f3667e9cf802518cd9261c8c3dc61cdd2a64f7"
}
Using seed: 7913
0it [00:00, ?it/s]
1it [00:00, 9.70it/s]
3it [00:00, 11.43it/s]
5it [00:00, 11.63it/s]
7it [00:00, 11.74it/s]
9it [00:00, 12.19it/s]
11it [00:00, 12.42it/s]
13it [00:01, 12.46it/s]
15it [00:01, 12.71it/s]
17it [00:01, 12.79it/s]
19it [00:01, 12.43it/s]
21it [00:01, 12.03it/s]
23it [00:01, 12.17it/s]
25it [00:02, 12.17it/s]
27it [00:02, 12.34it/s]
29it [00:02, 12.41it/s]
31it [00:02, 12.58it/s]
33it [00:02, 12.28it/s]
35it [00:02, 12.09it/s]
37it [00:03, 12.08it/s]
39it [00:03, 12.16it/s]
41it [00:03, 11.80it/s]
43it [00:03, 11.78it/s]
45it [00:03, 12.09it/s]
47it [00:03, 12.46it/s]
49it [00:04, 12.67it/s]
51it [00:04, 12.24it/s]
53it [00:04, 12.01it/s]
55it [00:04, 11.80it/s]
57it [00:04, 11.93it/s]
59it [00:04, 11.81it/s]
61it [00:05, 11.77it/s]
63it [00:05, 11.70it/s]
65it [00:05, 11.96it/s]
67it [00:05, 11.72it/s]
69it [00:05, 11.95it/s]
71it [00:05, 12.40it/s]
73it [00:06, 12.20it/s]
75it [00:06, 11.99it/s]
77it [00:06, 11.79it/s]
79it [00:06, 11.72it/s]
79it [00:06, 12.07it/s]
This example was created by a different version, andreasjansson/stable-diffusion-wip:b605bc2c.