Prediction
automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334IDchdkhrlbgfmfxsmplpyaqgbgamStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 768
- height
- 768
- prompt
- a photo of TOK, Long Hair, Pink Hair, with a Face tattoo
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- underexposed, weird face, clothes
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "width": 768, "height": 768, "prompt": "a photo of TOK, Long Hair, Pink Hair, with a Face tattoo", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", { input: { width: 768, height: 768, prompt: "a photo of TOK, Long Hair, Pink Hair, with a Face tattoo", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "underexposed, weird face, clothes", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", input={ "width": 768, "height": 768, "prompt": "a photo of TOK, Long Hair, Pink Hair, with a Face tattoo", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 } ) # 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.
Run automioai/carlosescobar93 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": "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK, Long Hair, Pink Hair, with a Face tattoo", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-25T22:23:30.892094Z", "created_at": "2023-09-25T22:23:19.890140Z", "data_removed": false, "error": null, "id": "chdkhrlbgfmfxsmplpyaqgbgam", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK, Long Hair, Pink Hair, with a Face tattoo", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 43827\nPrompt: a photo of <s0><s1>, Long Hair, Pink Hair, with a Face tattoo\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.32it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.31it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.30it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.30it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.30it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.29it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.30it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.29it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.29it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.29it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.29it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.30it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.30it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.30it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.30it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.30it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.30it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.31it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.31it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.31it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.31it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.31it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.30it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.30it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.30it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.30it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.30it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.30it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]\nPotential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed.\nNSFW content detected in image 0", "metrics": { "predict_time": 11.015529, "total_time": 11.001954 }, "output": [ "https://replicate.delivery/pbxt/TDZP5aM70w4hM5QJRgaelh7SqjN9cTmaCiLrydf4ZXfFT3PjA/out-1.png" ], "started_at": "2023-09-25T22:23:19.876565Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/chdkhrlbgfmfxsmplpyaqgbgam", "cancel": "https://api.replicate.com/v1/predictions/chdkhrlbgfmfxsmplpyaqgbgam/cancel" }, "version": "f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334" }
Generated inUsing seed: 43827 Prompt: a photo of <s0><s1>, Long Hair, Pink Hair, with a Face tattoo txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.32it/s] 7%|▋ | 2/30 [00:00<00:08, 3.31it/s] 10%|█ | 3/30 [00:00<00:08, 3.30it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.30it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s] 20%|██ | 6/30 [00:01<00:07, 3.30it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.29it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.30it/s] 30%|███ | 9/30 [00:02<00:06, 3.29it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.29it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.29it/s] 40%|████ | 12/30 [00:03<00:05, 3.29it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.30it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.30it/s] 50%|█████ | 15/30 [00:04<00:04, 3.30it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.30it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.30it/s] 60%|██████ | 18/30 [00:05<00:03, 3.30it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.31it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.31it/s] 70%|███████ | 21/30 [00:06<00:02, 3.31it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.31it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.31it/s] 80%|████████ | 24/30 [00:07<00:01, 3.30it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.30it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.30it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.30it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.30it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.30it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s] Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed. NSFW content detected in image 0
Prediction
automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334IDvafqhx3b3xabusg4s26rj6kreiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @automioaiInput
- width
- 768
- height
- 768
- prompt
- a photo of TOK, with weird white hair, piercings in the noise and blue eyes
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- underexposed, weird face, clothes
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "width": 768, "height": 768, "prompt": "a photo of TOK, with weird white hair, piercings in the noise and blue eyes", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", { input: { width: 768, height: 768, prompt: "a photo of TOK, with weird white hair, piercings in the noise and blue eyes", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "underexposed, weird face, clothes", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", input={ "width": 768, "height": 768, "prompt": "a photo of TOK, with weird white hair, piercings in the noise and blue eyes", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 } ) # 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.
Run automioai/carlosescobar93 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": "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK, with weird white hair, piercings in the noise and blue eyes", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-25T22:26:24.677041Z", "created_at": "2023-09-25T22:26:12.935222Z", "data_removed": false, "error": null, "id": "vafqhx3b3xabusg4s26rj6krei", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK, with weird white hair, piercings in the noise and blue eyes", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 45699\nPrompt: a photo of <s0><s1>, with weird white hair, piercings in the noise and blue eyes\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.32it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.32it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.31it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.31it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.30it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.30it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.30it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.30it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.30it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.30it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.30it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.30it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.30it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.30it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.29it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.29it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.29it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.29it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.29it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.29it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.30it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.30it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.30it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.31it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.31it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.31it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.31it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.31it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.31it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]", "metrics": { "predict_time": 11.780274, "total_time": 11.741819 }, "output": [ "https://replicate.delivery/pbxt/0yOB36AJFY6ZJljWdGZpH631lLevzzpXgZMAAofrBdGPs7nRA/out-0.png", "https://replicate.delivery/pbxt/wZfY6fmFlRotG0b8Se1BRu7Wm3hcgfuzRIf5gAMgNzODidfZE/out-1.png" ], "started_at": "2023-09-25T22:26:12.896767Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vafqhx3b3xabusg4s26rj6krei", "cancel": "https://api.replicate.com/v1/predictions/vafqhx3b3xabusg4s26rj6krei/cancel" }, "version": "f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334" }
Generated inUsing seed: 45699 Prompt: a photo of <s0><s1>, with weird white hair, piercings in the noise and blue eyes txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.32it/s] 7%|▋ | 2/30 [00:00<00:08, 3.32it/s] 10%|█ | 3/30 [00:00<00:08, 3.31it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.31it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s] 20%|██ | 6/30 [00:01<00:07, 3.30it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.30it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.30it/s] 30%|███ | 9/30 [00:02<00:06, 3.30it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.30it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.30it/s] 40%|████ | 12/30 [00:03<00:05, 3.30it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.30it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.30it/s] 50%|█████ | 15/30 [00:04<00:04, 3.30it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.29it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.29it/s] 60%|██████ | 18/30 [00:05<00:03, 3.29it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.29it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.29it/s] 70%|███████ | 21/30 [00:06<00:02, 3.29it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.30it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.30it/s] 80%|████████ | 24/30 [00:07<00:01, 3.30it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.31it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.31it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.31it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.31it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.31it/s] 100%|██████████| 30/30 [00:09<00:00, 3.31it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s]
Prediction
automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334IDo6ipaxtbjbysentxkcgyg3z4pyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 768
- height
- 768
- prompt
- a photo of TOK, with pink hair, piercings and face tattoos
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- underexposed, weird face, clothes
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "width": 768, "height": 768, "prompt": "a photo of TOK, with pink hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", { input: { width: 768, height: 768, prompt: "a photo of TOK, with pink hair, piercings and face tattoos", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "underexposed, weird face, clothes", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", input={ "width": 768, "height": 768, "prompt": "a photo of TOK, with pink hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 } ) # 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.
Run automioai/carlosescobar93 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": "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK, with pink hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-25T22:35:52.698935Z", "created_at": "2023-09-25T22:35:41.460995Z", "data_removed": false, "error": null, "id": "o6ipaxtbjbysentxkcgyg3z4py", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK, with pink hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face, clothes", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 1880\nPrompt: a photo of <s0><s1>, with pink hair, piercings and face tattoos\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.32it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.31it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.31it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.31it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.30it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.30it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.30it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.30it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.30it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.30it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.30it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.30it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.30it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.30it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.29it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.29it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.29it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.30it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.29it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.29it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.29it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.29it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.29it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.29it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.29it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.29it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.29it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.29it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.29it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]\nPotential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed.\nNSFW content detected in image 1", "metrics": { "predict_time": 11.232627, "total_time": 11.23794 }, "output": [ "https://replicate.delivery/pbxt/vQeQeK9dZKuos0fx1yeaSj1LBLPVm9H8YIuPO97f5Or7oeezIA/out-0.png" ], "started_at": "2023-09-25T22:35:41.466308Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/o6ipaxtbjbysentxkcgyg3z4py", "cancel": "https://api.replicate.com/v1/predictions/o6ipaxtbjbysentxkcgyg3z4py/cancel" }, "version": "f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334" }
Generated inUsing seed: 1880 Prompt: a photo of <s0><s1>, with pink hair, piercings and face tattoos txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.32it/s] 7%|▋ | 2/30 [00:00<00:08, 3.31it/s] 10%|█ | 3/30 [00:00<00:08, 3.31it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.31it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s] 20%|██ | 6/30 [00:01<00:07, 3.30it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.30it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.30it/s] 30%|███ | 9/30 [00:02<00:06, 3.30it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.30it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.30it/s] 40%|████ | 12/30 [00:03<00:05, 3.30it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.30it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.30it/s] 50%|█████ | 15/30 [00:04<00:04, 3.30it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.29it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.29it/s] 60%|██████ | 18/30 [00:05<00:03, 3.29it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.30it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.29it/s] 70%|███████ | 21/30 [00:06<00:02, 3.29it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.29it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.29it/s] 80%|████████ | 24/30 [00:07<00:01, 3.29it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.29it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.29it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.29it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.29it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.29it/s] 100%|██████████| 30/30 [00:09<00:00, 3.29it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s] Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed. NSFW content detected in image 1
Prediction
automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334ID6bzvv53biqwk77qpr6ftxedfbyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 768
- height
- 768
- prompt
- a photo of TOK outside, with pink long hair, piercings and face tattoos
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- underexposed, weird face
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "width": 768, "height": 768, "prompt": "a photo of TOK outside, with pink long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", { input: { width: 768, height: 768, prompt: "a photo of TOK outside, with pink long hair, piercings and face tattoos", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "underexposed, weird face", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", input={ "width": 768, "height": 768, "prompt": "a photo of TOK outside, with pink long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 } ) # 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.
Run automioai/carlosescobar93 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": "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK outside, with pink long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-25T22:37:09.538083Z", "created_at": "2023-09-25T22:36:58.545221Z", "data_removed": false, "error": null, "id": "6bzvv53biqwk77qpr6ftxedfby", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK outside, with pink long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 26494\nPrompt: a photo of <s0><s1> outside, with pink long hair, piercings and face tattoos\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.31it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.31it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.32it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.32it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.32it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.31it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.31it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.31it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.31it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.31it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.31it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.31it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.31it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.31it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.31it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.31it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.30it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.30it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.30it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.30it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.30it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.31it/s]\nPotential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed.\nNSFW content detected in image 0", "metrics": { "predict_time": 11.024199, "total_time": 10.992862 }, "output": [ "https://replicate.delivery/pbxt/9mjtik35aNrJGdkh6vwJeDli2TwYdhiSxlSLMlERYKYK79zIA/out-1.png" ], "started_at": "2023-09-25T22:36:58.513884Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6bzvv53biqwk77qpr6ftxedfby", "cancel": "https://api.replicate.com/v1/predictions/6bzvv53biqwk77qpr6ftxedfby/cancel" }, "version": "f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334" }
Generated inUsing seed: 26494 Prompt: a photo of <s0><s1> outside, with pink long hair, piercings and face tattoos txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.31it/s] 7%|▋ | 2/30 [00:00<00:08, 3.31it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.32it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s] 30%|███ | 9/30 [00:02<00:06, 3.32it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s] 40%|████ | 12/30 [00:03<00:05, 3.32it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.31it/s] 50%|█████ | 15/30 [00:04<00:04, 3.31it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.31it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.31it/s] 60%|██████ | 18/30 [00:05<00:03, 3.31it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.31it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.31it/s] 70%|███████ | 21/30 [00:06<00:02, 3.31it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.31it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.31it/s] 80%|████████ | 24/30 [00:07<00:01, 3.31it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.30it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.30it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.30it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.30it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.30it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s] 100%|██████████| 30/30 [00:09<00:00, 3.31it/s] Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed. NSFW content detected in image 0
Prediction
automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334IDa6f32idbasafmqetvs3zdxm7smStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 768
- height
- 768
- prompt
- a photo of TOK outside, with blue long hair, piercings and face tattoos
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- underexposed, weird face
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "width": 768, "height": 768, "prompt": "a photo of TOK outside, with blue long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", { input: { width: 768, height: 768, prompt: "a photo of TOK outside, with blue long hair, piercings and face tattoos", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "underexposed, weird face", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run automioai/carlosescobar93 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", input={ "width": 768, "height": 768, "prompt": "a photo of TOK outside, with blue long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 } ) # 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.
Run automioai/carlosescobar93 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": "automioai/carlosescobar93:f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK outside, with blue long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-25T22:40:12.679749Z", "created_at": "2023-09-25T22:40:00.873385Z", "data_removed": false, "error": null, "id": "a6f32idbasafmqetvs3zdxm7sm", "input": { "width": 768, "height": 768, "prompt": "a photo of TOK outside, with blue long hair, piercings and face tattoos", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "underexposed, weird face", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 56174\nPrompt: a photo of <s0><s1> outside, with blue long hair, piercings and face tattoos\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.31it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.30it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.30it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.30it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.29it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.29it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.29it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.29it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.29it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.29it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.29it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.29it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.29it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.30it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.30it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.30it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.30it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.30it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.31it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.31it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.31it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.31it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.31it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.30it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.30it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.30it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.31it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.31it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.30it/s]", "metrics": { "predict_time": 11.810577, "total_time": 11.806364 }, "output": [ "https://replicate.delivery/pbxt/ygbAf0V77nXuEacRg3n4cN3pzkqDHC4CKnv3Cqc7GL0l89zIA/out-0.png", "https://replicate.delivery/pbxt/dPJifIcVAQxzSqJgw15Noy5iVrJ30NVkszBE0xQLaxDm89zIA/out-1.png" ], "started_at": "2023-09-25T22:40:00.869172Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/a6f32idbasafmqetvs3zdxm7sm", "cancel": "https://api.replicate.com/v1/predictions/a6f32idbasafmqetvs3zdxm7sm/cancel" }, "version": "f2c780f8662dfb3cd679531ce00247e3cc3c5a37303e2a4aad443d2d1a429334" }
Generated inUsing seed: 56174 Prompt: a photo of <s0><s1> outside, with blue long hair, piercings and face tattoos txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.31it/s] 7%|▋ | 2/30 [00:00<00:08, 3.30it/s] 10%|█ | 3/30 [00:00<00:08, 3.30it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.30it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.30it/s] 20%|██ | 6/30 [00:01<00:07, 3.29it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.29it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.29it/s] 30%|███ | 9/30 [00:02<00:06, 3.29it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.29it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.29it/s] 40%|████ | 12/30 [00:03<00:05, 3.29it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.29it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.29it/s] 50%|█████ | 15/30 [00:04<00:04, 3.30it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.30it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.30it/s] 60%|██████ | 18/30 [00:05<00:03, 3.30it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.30it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.31it/s] 70%|███████ | 21/30 [00:06<00:02, 3.31it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.31it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.31it/s] 80%|████████ | 24/30 [00:07<00:01, 3.31it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.30it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.30it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.30it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.31it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.31it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s] 100%|██████████| 30/30 [00:09<00:00, 3.30it/s]
Want to make some of these yourself?
Run this model