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";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run diazdiaz/uggator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"diazdiaz/uggator:68ffea686d4a8ca788feaee7bd46b6709948177e30516e0f5151dd20f2360800",
{
input: {
seed: 20388,
image: "https://replicate.delivery/pbxt/NHu89dBMOF7yBLjCRzFuHF7RPWZL1ODOB3twQhUKuP0EVf03/Screenshot%202025-06-30%20at%2016.38.33.png",
model: "dev",
prompt: "a slipper UGH",
go_fast: false,
lora_scale: 1,
megapixels: "1",
num_outputs: 1,
aspect_ratio: "1:1",
output_format: "webp",
guidance_scale: 3,
output_quality: 80,
prompt_strength: 0.91,
extra_lora_scale: 1,
num_inference_steps: 28
}
}
);
// 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 diazdiaz/uggator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"diazdiaz/uggator:68ffea686d4a8ca788feaee7bd46b6709948177e30516e0f5151dd20f2360800",
input={
"seed": 20388,
"image": "https://replicate.delivery/pbxt/NHu89dBMOF7yBLjCRzFuHF7RPWZL1ODOB3twQhUKuP0EVf03/Screenshot%202025-06-30%20at%2016.38.33.png",
"model": "dev",
"prompt": "a slipper UGH",
"go_fast": False,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.91,
"extra_lora_scale": 1,
"num_inference_steps": 28
}
)
# To access the file URL:
print(output[0].url())
#=> "http://example.com"
# To write the file to disk:
with open("my-image.png", "wb") as file:
file.write(output[0].read())
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 diazdiaz/uggator 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": "diazdiaz/uggator:68ffea686d4a8ca788feaee7bd46b6709948177e30516e0f5151dd20f2360800",
"input": {
"seed": 20388,
"image": "https://replicate.delivery/pbxt/NHu89dBMOF7yBLjCRzFuHF7RPWZL1ODOB3twQhUKuP0EVf03/Screenshot%202025-06-30%20at%2016.38.33.png",
"model": "dev",
"prompt": "a slipper UGH",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.91,
"extra_lora_scale": 1,
"num_inference_steps": 28
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
{
"completed_at": "2025-07-02T13:09:32.248479Z",
"created_at": "2025-07-02T13:09:23.354000Z",
"data_removed": false,
"error": null,
"id": "exhw3wms39rma0cqsd0t6k24xw",
"input": {
"seed": 20388,
"image": "https://replicate.delivery/pbxt/NHu89dBMOF7yBLjCRzFuHF7RPWZL1ODOB3twQhUKuP0EVf03/Screenshot%202025-06-30%20at%2016.38.33.png",
"model": "dev",
"prompt": "a slipper UGH",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.91,
"extra_lora_scale": 1,
"num_inference_steps": 28
},
"logs": "Loaded LoRAs in 0.53s\nUsing seed: 20388\nPrompt: a slipper UGH\nInput image size: 1930x1090\n[!] Resizing input image from 1930x1090 to 1440x816\n[!] img2img mode\n 0%| | 0/26 [00:00<?, ?it/s]\n 4%|▍ | 1/26 [00:00<00:05, 4.28it/s]\n 8%|▊ | 2/26 [00:00<00:06, 3.72it/s]\n 12%|█▏ | 3/26 [00:00<00:06, 3.56it/s]\n 15%|█▌ | 4/26 [00:01<00:06, 3.48it/s]\n 19%|█▉ | 5/26 [00:01<00:06, 3.45it/s]\n 23%|██▎ | 6/26 [00:01<00:05, 3.44it/s]\n 27%|██▋ | 7/26 [00:02<00:05, 3.42it/s]\n 31%|███ | 8/26 [00:02<00:05, 3.40it/s]\n 35%|███▍ | 9/26 [00:02<00:05, 3.40it/s]\n 38%|███▊ | 10/26 [00:02<00:04, 3.40it/s]\n 42%|████▏ | 11/26 [00:03<00:04, 3.39it/s]\n 46%|████▌ | 12/26 [00:03<00:04, 3.39it/s]\n 50%|█████ | 13/26 [00:03<00:03, 3.39it/s]\n 54%|█████▍ | 14/26 [00:04<00:03, 3.38it/s]\n 58%|█████▊ | 15/26 [00:04<00:03, 3.39it/s]\n 62%|██████▏ | 16/26 [00:04<00:02, 3.40it/s]\n 65%|██████▌ | 17/26 [00:04<00:02, 3.40it/s]\n 69%|██████▉ | 18/26 [00:05<00:02, 3.40it/s]\n 73%|███████▎ | 19/26 [00:05<00:02, 3.40it/s]\n 77%|███████▋ | 20/26 [00:05<00:01, 3.39it/s]\n 81%|████████ | 21/26 [00:06<00:01, 3.38it/s]\n 85%|████████▍ | 22/26 [00:06<00:01, 3.38it/s]\n 88%|████████▊ | 23/26 [00:06<00:00, 3.39it/s]\n 92%|█████████▏| 24/26 [00:07<00:00, 3.39it/s]\n 96%|█████████▌| 25/26 [00:07<00:00, 3.40it/s]\n100%|██████████| 26/26 [00:07<00:00, 3.41it/s]\n100%|██████████| 26/26 [00:07<00:00, 3.42it/s]\nTotal safe images: 1 out of 1",
"metrics": {
"predict_time": 8.701985435,
"total_time": 8.894479
},
"output": [
"https://replicate.delivery/xezq/L3Ojzb7hH4JwN96Y6g1sEyPf5VlfQHKLNOJqpdtf7TBZMc5pA/out-0.webp"
],
"started_at": "2025-07-02T13:09:23.546494Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-siypgwq3istxm6qhbdzpw3k37zji2mytoscorluibneogpa6vy2q",
"get": "https://api.replicate.com/v1/predictions/exhw3wms39rma0cqsd0t6k24xw",
"cancel": "https://api.replicate.com/v1/predictions/exhw3wms39rma0cqsd0t6k24xw/cancel"
},
"version": "68ffea686d4a8ca788feaee7bd46b6709948177e30516e0f5151dd20f2360800"
}
Loaded LoRAs in 0.53s
Using seed: 20388
Prompt: a slipper UGH
Input image size: 1930x1090
[!] Resizing input image from 1930x1090 to 1440x816
[!] img2img mode
0%| | 0/26 [00:00<?, ?it/s]
4%|▍ | 1/26 [00:00<00:05, 4.28it/s]
8%|▊ | 2/26 [00:00<00:06, 3.72it/s]
12%|█▏ | 3/26 [00:00<00:06, 3.56it/s]
15%|█▌ | 4/26 [00:01<00:06, 3.48it/s]
19%|█▉ | 5/26 [00:01<00:06, 3.45it/s]
23%|██▎ | 6/26 [00:01<00:05, 3.44it/s]
27%|██▋ | 7/26 [00:02<00:05, 3.42it/s]
31%|███ | 8/26 [00:02<00:05, 3.40it/s]
35%|███▍ | 9/26 [00:02<00:05, 3.40it/s]
38%|███▊ | 10/26 [00:02<00:04, 3.40it/s]
42%|████▏ | 11/26 [00:03<00:04, 3.39it/s]
46%|████▌ | 12/26 [00:03<00:04, 3.39it/s]
50%|█████ | 13/26 [00:03<00:03, 3.39it/s]
54%|█████▍ | 14/26 [00:04<00:03, 3.38it/s]
58%|█████▊ | 15/26 [00:04<00:03, 3.39it/s]
62%|██████▏ | 16/26 [00:04<00:02, 3.40it/s]
65%|██████▌ | 17/26 [00:04<00:02, 3.40it/s]
69%|██████▉ | 18/26 [00:05<00:02, 3.40it/s]
73%|███████▎ | 19/26 [00:05<00:02, 3.40it/s]
77%|███████▋ | 20/26 [00:05<00:01, 3.39it/s]
81%|████████ | 21/26 [00:06<00:01, 3.38it/s]
85%|████████▍ | 22/26 [00:06<00:01, 3.38it/s]
88%|████████▊ | 23/26 [00:06<00:00, 3.39it/s]
92%|█████████▏| 24/26 [00:07<00:00, 3.39it/s]
96%|█████████▌| 25/26 [00:07<00:00, 3.40it/s]
100%|██████████| 26/26 [00:07<00:00, 3.41it/s]
100%|██████████| 26/26 [00:07<00:00, 3.42it/s]
Total safe images: 1 out of 1
This model runs on Nvidia H100 GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
This model is warm. 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.
This model runs on H100 hardware which costs $0.001525 per second. View more.
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
Loaded LoRAs in 0.53s
Using seed: 20388
Prompt: a slipper UGH
Input image size: 1930x1090
[!] Resizing input image from 1930x1090 to 1440x816
[!] img2img mode
0%| | 0/26 [00:00<?, ?it/s]
4%|▍ | 1/26 [00:00<00:05, 4.28it/s]
8%|▊ | 2/26 [00:00<00:06, 3.72it/s]
12%|█▏ | 3/26 [00:00<00:06, 3.56it/s]
15%|█▌ | 4/26 [00:01<00:06, 3.48it/s]
19%|█▉ | 5/26 [00:01<00:06, 3.45it/s]
23%|██▎ | 6/26 [00:01<00:05, 3.44it/s]
27%|██▋ | 7/26 [00:02<00:05, 3.42it/s]
31%|███ | 8/26 [00:02<00:05, 3.40it/s]
35%|███▍ | 9/26 [00:02<00:05, 3.40it/s]
38%|███▊ | 10/26 [00:02<00:04, 3.40it/s]
42%|████▏ | 11/26 [00:03<00:04, 3.39it/s]
46%|████▌ | 12/26 [00:03<00:04, 3.39it/s]
50%|█████ | 13/26 [00:03<00:03, 3.39it/s]
54%|█████▍ | 14/26 [00:04<00:03, 3.38it/s]
58%|█████▊ | 15/26 [00:04<00:03, 3.39it/s]
62%|██████▏ | 16/26 [00:04<00:02, 3.40it/s]
65%|██████▌ | 17/26 [00:04<00:02, 3.40it/s]
69%|██████▉ | 18/26 [00:05<00:02, 3.40it/s]
73%|███████▎ | 19/26 [00:05<00:02, 3.40it/s]
77%|███████▋ | 20/26 [00:05<00:01, 3.39it/s]
81%|████████ | 21/26 [00:06<00:01, 3.38it/s]
85%|████████▍ | 22/26 [00:06<00:01, 3.38it/s]
88%|████████▊ | 23/26 [00:06<00:00, 3.39it/s]
92%|█████████▏| 24/26 [00:07<00:00, 3.39it/s]
96%|█████████▌| 25/26 [00:07<00:00, 3.40it/s]
100%|██████████| 26/26 [00:07<00:00, 3.41it/s]
100%|██████████| 26/26 [00:07<00:00, 3.42it/s]
Total safe images: 1 out of 1