Readme
This model doesn't have a readme.
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 brettimus/sdxl-adelaide using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"brettimus/sdxl-adelaide:f2d079e9da2b9cd3b527235813f6fe0f0fe6dc815363b5dd1930112fcc442d90",
{
input: {
width: 1200,
height: 800,
prompt: "a fantasy style portrait painting of a TOK dog in the style of francois boucher oil painting, rpg portrait",
refine: "expert_ensemble_refiner",
scheduler: "K_EULER",
lora_scale: 0.81,
num_outputs: 4,
guidance_scale: 7.5,
apply_watermark: true,
high_noise_frac: 0.93,
negative_prompt: "human, frame, text, signature",
prompt_strength: 0.8,
num_inference_steps: 59
}
}
);
// 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 brettimus/sdxl-adelaide using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"brettimus/sdxl-adelaide:f2d079e9da2b9cd3b527235813f6fe0f0fe6dc815363b5dd1930112fcc442d90",
input={
"width": 1200,
"height": 800,
"prompt": "a fantasy style portrait painting of a TOK dog in the style of francois boucher oil painting, rpg portrait",
"refine": "expert_ensemble_refiner",
"scheduler": "K_EULER",
"lora_scale": 0.81,
"num_outputs": 4,
"guidance_scale": 7.5,
"apply_watermark": True,
"high_noise_frac": 0.93,
"negative_prompt": "human, frame, text, signature",
"prompt_strength": 0.8,
"num_inference_steps": 59
}
)
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 brettimus/sdxl-adelaide 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": "brettimus/sdxl-adelaide:f2d079e9da2b9cd3b527235813f6fe0f0fe6dc815363b5dd1930112fcc442d90",
"input": {
"width": 1200,
"height": 800,
"prompt": "a fantasy style portrait painting of a TOK dog in the style of francois boucher oil painting, rpg portrait",
"refine": "expert_ensemble_refiner",
"scheduler": "K_EULER",
"lora_scale": 0.81,
"num_outputs": 4,
"guidance_scale": 7.5,
"apply_watermark": true,
"high_noise_frac": 0.93,
"negative_prompt": "human, frame, text, signature",
"prompt_strength": 0.8,
"num_inference_steps": 59
}
}' \
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
{
"completed_at": "2023-09-07T20:57:03.211271Z",
"created_at": "2023-09-07T20:56:01.836244Z",
"data_removed": false,
"error": null,
"id": "te5avqlblsa42af6m4qz6jxalm",
"input": {
"width": 1200,
"height": 800,
"prompt": "a fantasy style portrait painting of a TOK dog in the style of francois boucher oil painting, rpg portrait",
"refine": "expert_ensemble_refiner",
"scheduler": "K_EULER",
"lora_scale": 0.81,
"num_outputs": 4,
"guidance_scale": 7.5,
"apply_watermark": true,
"high_noise_frac": 0.93,
"negative_prompt": "human, frame, text, signature",
"prompt_strength": 0.8,
"num_inference_steps": 59
},
"logs": "Using seed: 10421\nPrompt: a fantasy style portrait painting of a <s0><s1> dog in the style of francois boucher oil painting, rpg portrait\ntxt2img mode\n 0%| | 0/54 [00:00<?, ?it/s]\n 2%|▏ | 1/54 [00:00<00:49, 1.07it/s]\n 4%|▎ | 2/54 [00:01<00:48, 1.07it/s]\n 6%|▌ | 3/54 [00:02<00:47, 1.07it/s]\n 7%|▋ | 4/54 [00:03<00:46, 1.07it/s]\n 9%|▉ | 5/54 [00:04<00:45, 1.07it/s]\n 11%|█ | 6/54 [00:05<00:45, 1.06it/s]\n 13%|█▎ | 7/54 [00:06<00:44, 1.06it/s]\n 15%|█▍ | 8/54 [00:07<00:43, 1.06it/s]\n 17%|█▋ | 9/54 [00:08<00:42, 1.06it/s]\n 19%|█▊ | 10/54 [00:09<00:41, 1.06it/s]\n 20%|██ | 11/54 [00:10<00:40, 1.06it/s]\n 22%|██▏ | 12/54 [00:11<00:39, 1.06it/s]\n 24%|██▍ | 13/54 [00:12<00:38, 1.06it/s]\n 26%|██▌ | 14/54 [00:13<00:37, 1.06it/s]\n 28%|██▊ | 15/54 [00:14<00:36, 1.06it/s]\n 30%|██▉ | 16/54 [00:15<00:35, 1.06it/s]\n 31%|███▏ | 17/54 [00:15<00:34, 1.06it/s]\n 33%|███▎ | 18/54 [00:16<00:33, 1.06it/s]\n 35%|███▌ | 19/54 [00:17<00:33, 1.06it/s]\n 37%|███▋ | 20/54 [00:18<00:32, 1.06it/s]\n 39%|███▉ | 21/54 [00:19<00:31, 1.06it/s]\n 41%|████ | 22/54 [00:20<00:30, 1.06it/s]\n 43%|████▎ | 23/54 [00:21<00:29, 1.06it/s]\n 44%|████▍ | 24/54 [00:22<00:28, 1.06it/s]\n 46%|████▋ | 25/54 [00:23<00:27, 1.06it/s]\n 48%|████▊ | 26/54 [00:24<00:26, 1.06it/s]\n 50%|█████ | 27/54 [00:25<00:25, 1.06it/s]\n 52%|█████▏ | 28/54 [00:26<00:24, 1.06it/s]\n 54%|█████▎ | 29/54 [00:27<00:23, 1.06it/s]\n 56%|█████▌ | 30/54 [00:28<00:22, 1.06it/s]\n 57%|█████▋ | 31/54 [00:29<00:21, 1.06it/s]\n 59%|█████▉ | 32/54 [00:30<00:20, 1.06it/s]\n 61%|██████ | 33/54 [00:31<00:19, 1.06it/s]\n 63%|██████▎ | 34/54 [00:32<00:18, 1.06it/s]\n 65%|██████▍ | 35/54 [00:33<00:17, 1.06it/s]\n 67%|██████▋ | 36/54 [00:33<00:17, 1.06it/s]\n 69%|██████▊ | 37/54 [00:34<00:16, 1.06it/s]\n 70%|███████ | 38/54 [00:35<00:15, 1.06it/s]\n 72%|███████▏ | 39/54 [00:36<00:14, 1.06it/s]\n 74%|███████▍ | 40/54 [00:37<00:13, 1.06it/s]\n 76%|███████▌ | 41/54 [00:38<00:12, 1.06it/s]\n 78%|███████▊ | 42/54 [00:39<00:11, 1.06it/s]\n 80%|███████▉ | 43/54 [00:40<00:10, 1.06it/s]\n 81%|████████▏ | 44/54 [00:41<00:09, 1.06it/s]\n 83%|████████▎ | 45/54 [00:42<00:08, 1.06it/s]\n 85%|████████▌ | 46/54 [00:43<00:07, 1.06it/s]\n 87%|████████▋ | 47/54 [00:44<00:06, 1.06it/s]\n 89%|████████▉ | 48/54 [00:45<00:05, 1.06it/s]\n 91%|█████████ | 49/54 [00:46<00:04, 1.06it/s]\n 93%|█████████▎| 50/54 [00:47<00:03, 1.06it/s]\n 94%|█████████▍| 51/54 [00:48<00:02, 1.06it/s]\n 96%|█████████▋| 52/54 [00:49<00:01, 1.06it/s]\n 98%|█████████▊| 53/54 [00:50<00:00, 1.06it/s]\n100%|██████████| 54/54 [00:50<00:00, 1.06it/s]\n100%|██████████| 54/54 [00:50<00:00, 1.06it/s]\n 0%| | 0/5 [00:00<?, ?it/s]\n 20%|██ | 1/5 [00:00<00:03, 1.31it/s]\n 40%|████ | 2/5 [00:01<00:02, 1.31it/s]\n 60%|██████ | 3/5 [00:02<00:01, 1.30it/s]\n 80%|████████ | 4/5 [00:03<00:00, 1.30it/s]\n100%|██████████| 5/5 [00:03<00:00, 1.30it/s]\n100%|██████████| 5/5 [00:03<00:00, 1.30it/s]",
"metrics": {
"predict_time": 61.376647,
"total_time": 61.375027
},
"output": [
"https://replicate.delivery/pbxt/9TqkEbLeNejDWUke04SfC2imZVgvkltT6o8BNJd2n7pyx6HGB/out-0.png",
"https://replicate.delivery/pbxt/8VGeDixeOajQpUxGcnsY8pZWkIh2ueyr5ZmkTKz492u6Y9DjA/out-1.png",
"https://replicate.delivery/pbxt/eeGvBCeQIFOjGI4k1DMLXritZv0gAUampRtEJEPqJtE9Y9DjA/out-2.png",
"https://replicate.delivery/pbxt/3oDsAvzOXmIOLZtQOXjZaLaRWDRTpXswRjUWfb3c4NPPWfhRA/out-3.png"
],
"started_at": "2023-09-07T20:56:01.834624Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/te5avqlblsa42af6m4qz6jxalm",
"cancel": "https://api.replicate.com/v1/predictions/te5avqlblsa42af6m4qz6jxalm/cancel"
},
"version": "f2d079e9da2b9cd3b527235813f6fe0f0fe6dc815363b5dd1930112fcc442d90"
}
Using seed: 10421
Prompt: a fantasy style portrait painting of a <s0><s1> dog in the style of francois boucher oil painting, rpg portrait
txt2img mode
0%| | 0/54 [00:00<?, ?it/s]
2%|▏ | 1/54 [00:00<00:49, 1.07it/s]
4%|▎ | 2/54 [00:01<00:48, 1.07it/s]
6%|▌ | 3/54 [00:02<00:47, 1.07it/s]
7%|▋ | 4/54 [00:03<00:46, 1.07it/s]
9%|▉ | 5/54 [00:04<00:45, 1.07it/s]
11%|█ | 6/54 [00:05<00:45, 1.06it/s]
13%|█▎ | 7/54 [00:06<00:44, 1.06it/s]
15%|█▍ | 8/54 [00:07<00:43, 1.06it/s]
17%|█▋ | 9/54 [00:08<00:42, 1.06it/s]
19%|█▊ | 10/54 [00:09<00:41, 1.06it/s]
20%|██ | 11/54 [00:10<00:40, 1.06it/s]
22%|██▏ | 12/54 [00:11<00:39, 1.06it/s]
24%|██▍ | 13/54 [00:12<00:38, 1.06it/s]
26%|██▌ | 14/54 [00:13<00:37, 1.06it/s]
28%|██▊ | 15/54 [00:14<00:36, 1.06it/s]
30%|██▉ | 16/54 [00:15<00:35, 1.06it/s]
31%|███▏ | 17/54 [00:15<00:34, 1.06it/s]
33%|███▎ | 18/54 [00:16<00:33, 1.06it/s]
35%|███▌ | 19/54 [00:17<00:33, 1.06it/s]
37%|███▋ | 20/54 [00:18<00:32, 1.06it/s]
39%|███▉ | 21/54 [00:19<00:31, 1.06it/s]
41%|████ | 22/54 [00:20<00:30, 1.06it/s]
43%|████▎ | 23/54 [00:21<00:29, 1.06it/s]
44%|████▍ | 24/54 [00:22<00:28, 1.06it/s]
46%|████▋ | 25/54 [00:23<00:27, 1.06it/s]
48%|████▊ | 26/54 [00:24<00:26, 1.06it/s]
50%|█████ | 27/54 [00:25<00:25, 1.06it/s]
52%|█████▏ | 28/54 [00:26<00:24, 1.06it/s]
54%|█████▎ | 29/54 [00:27<00:23, 1.06it/s]
56%|█████▌ | 30/54 [00:28<00:22, 1.06it/s]
57%|█████▋ | 31/54 [00:29<00:21, 1.06it/s]
59%|█████▉ | 32/54 [00:30<00:20, 1.06it/s]
61%|██████ | 33/54 [00:31<00:19, 1.06it/s]
63%|██████▎ | 34/54 [00:32<00:18, 1.06it/s]
65%|██████▍ | 35/54 [00:33<00:17, 1.06it/s]
67%|██████▋ | 36/54 [00:33<00:17, 1.06it/s]
69%|██████▊ | 37/54 [00:34<00:16, 1.06it/s]
70%|███████ | 38/54 [00:35<00:15, 1.06it/s]
72%|███████▏ | 39/54 [00:36<00:14, 1.06it/s]
74%|███████▍ | 40/54 [00:37<00:13, 1.06it/s]
76%|███████▌ | 41/54 [00:38<00:12, 1.06it/s]
78%|███████▊ | 42/54 [00:39<00:11, 1.06it/s]
80%|███████▉ | 43/54 [00:40<00:10, 1.06it/s]
81%|████████▏ | 44/54 [00:41<00:09, 1.06it/s]
83%|████████▎ | 45/54 [00:42<00:08, 1.06it/s]
85%|████████▌ | 46/54 [00:43<00:07, 1.06it/s]
87%|████████▋ | 47/54 [00:44<00:06, 1.06it/s]
89%|████████▉ | 48/54 [00:45<00:05, 1.06it/s]
91%|█████████ | 49/54 [00:46<00:04, 1.06it/s]
93%|█████████▎| 50/54 [00:47<00:03, 1.06it/s]
94%|█████████▍| 51/54 [00:48<00:02, 1.06it/s]
96%|█████████▋| 52/54 [00:49<00:01, 1.06it/s]
98%|█████████▊| 53/54 [00:50<00:00, 1.06it/s]
100%|██████████| 54/54 [00:50<00:00, 1.06it/s]
100%|██████████| 54/54 [00:50<00:00, 1.06it/s]
0%| | 0/5 [00:00<?, ?it/s]
20%|██ | 1/5 [00:00<00:03, 1.31it/s]
40%|████ | 2/5 [00:01<00:02, 1.31it/s]
60%|██████ | 3/5 [00:02<00:01, 1.30it/s]
80%|████████ | 4/5 [00:03<00:00, 1.30it/s]
100%|██████████| 5/5 [00:03<00:00, 1.30it/s]
100%|██████████| 5/5 [00:03<00:00, 1.30it/s]
This model costs approximately $0.054 to run on Replicate, or 18 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 56 seconds. The predict time for this model varies significantly based on the inputs.
This model doesn't have a readme.
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Choose a file from your machine
Hint: you can also drag files onto the input
Using seed: 10421
Prompt: a fantasy style portrait painting of a <s0><s1> dog in the style of francois boucher oil painting, rpg portrait
txt2img mode
0%| | 0/54 [00:00<?, ?it/s]
2%|▏ | 1/54 [00:00<00:49, 1.07it/s]
4%|▎ | 2/54 [00:01<00:48, 1.07it/s]
6%|▌ | 3/54 [00:02<00:47, 1.07it/s]
7%|▋ | 4/54 [00:03<00:46, 1.07it/s]
9%|▉ | 5/54 [00:04<00:45, 1.07it/s]
11%|█ | 6/54 [00:05<00:45, 1.06it/s]
13%|█▎ | 7/54 [00:06<00:44, 1.06it/s]
15%|█▍ | 8/54 [00:07<00:43, 1.06it/s]
17%|█▋ | 9/54 [00:08<00:42, 1.06it/s]
19%|█▊ | 10/54 [00:09<00:41, 1.06it/s]
20%|██ | 11/54 [00:10<00:40, 1.06it/s]
22%|██▏ | 12/54 [00:11<00:39, 1.06it/s]
24%|██▍ | 13/54 [00:12<00:38, 1.06it/s]
26%|██▌ | 14/54 [00:13<00:37, 1.06it/s]
28%|██▊ | 15/54 [00:14<00:36, 1.06it/s]
30%|██▉ | 16/54 [00:15<00:35, 1.06it/s]
31%|███▏ | 17/54 [00:15<00:34, 1.06it/s]
33%|███▎ | 18/54 [00:16<00:33, 1.06it/s]
35%|███▌ | 19/54 [00:17<00:33, 1.06it/s]
37%|███▋ | 20/54 [00:18<00:32, 1.06it/s]
39%|███▉ | 21/54 [00:19<00:31, 1.06it/s]
41%|████ | 22/54 [00:20<00:30, 1.06it/s]
43%|████▎ | 23/54 [00:21<00:29, 1.06it/s]
44%|████▍ | 24/54 [00:22<00:28, 1.06it/s]
46%|████▋ | 25/54 [00:23<00:27, 1.06it/s]
48%|████▊ | 26/54 [00:24<00:26, 1.06it/s]
50%|█████ | 27/54 [00:25<00:25, 1.06it/s]
52%|█████▏ | 28/54 [00:26<00:24, 1.06it/s]
54%|█████▎ | 29/54 [00:27<00:23, 1.06it/s]
56%|█████▌ | 30/54 [00:28<00:22, 1.06it/s]
57%|█████▋ | 31/54 [00:29<00:21, 1.06it/s]
59%|█████▉ | 32/54 [00:30<00:20, 1.06it/s]
61%|██████ | 33/54 [00:31<00:19, 1.06it/s]
63%|██████▎ | 34/54 [00:32<00:18, 1.06it/s]
65%|██████▍ | 35/54 [00:33<00:17, 1.06it/s]
67%|██████▋ | 36/54 [00:33<00:17, 1.06it/s]
69%|██████▊ | 37/54 [00:34<00:16, 1.06it/s]
70%|███████ | 38/54 [00:35<00:15, 1.06it/s]
72%|███████▏ | 39/54 [00:36<00:14, 1.06it/s]
74%|███████▍ | 40/54 [00:37<00:13, 1.06it/s]
76%|███████▌ | 41/54 [00:38<00:12, 1.06it/s]
78%|███████▊ | 42/54 [00:39<00:11, 1.06it/s]
80%|███████▉ | 43/54 [00:40<00:10, 1.06it/s]
81%|████████▏ | 44/54 [00:41<00:09, 1.06it/s]
83%|████████▎ | 45/54 [00:42<00:08, 1.06it/s]
85%|████████▌ | 46/54 [00:43<00:07, 1.06it/s]
87%|████████▋ | 47/54 [00:44<00:06, 1.06it/s]
89%|████████▉ | 48/54 [00:45<00:05, 1.06it/s]
91%|█████████ | 49/54 [00:46<00:04, 1.06it/s]
93%|█████████▎| 50/54 [00:47<00:03, 1.06it/s]
94%|█████████▍| 51/54 [00:48<00:02, 1.06it/s]
96%|█████████▋| 52/54 [00:49<00:01, 1.06it/s]
98%|█████████▊| 53/54 [00:50<00:00, 1.06it/s]
100%|██████████| 54/54 [00:50<00:00, 1.06it/s]
100%|██████████| 54/54 [00:50<00:00, 1.06it/s]
0%| | 0/5 [00:00<?, ?it/s]
20%|██ | 1/5 [00:00<00:03, 1.31it/s]
40%|████ | 2/5 [00:01<00:02, 1.31it/s]
60%|██████ | 3/5 [00:02<00:01, 1.30it/s]
80%|████████ | 4/5 [00:03<00:00, 1.30it/s]
100%|██████████| 5/5 [00:03<00:00, 1.30it/s]
100%|██████████| 5/5 [00:03<00:00, 1.30it/s]