
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982IDywpita3by7tsrxa3dxrrekpvfqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst
- prompt_strength
- 0.8
- num_inference_steps
- 50
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", prompt_strength: 0.8, num_inference_steps: 50, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-03T11:39:34.655266Z", "created_at": "2023-12-03T11:39:31.609991Z", "data_removed": false, "error": null, "id": "ywpita3by7tsrxa3dxrrekpvfq", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }, "logs": "Using seed: 22512\nusing txt2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 6%|▌ | 3/50 [00:00<00:01, 27.77it/s]\n 12%|█▏ | 6/50 [00:00<00:01, 28.05it/s]\n 18%|█▊ | 9/50 [00:00<00:01, 28.14it/s]\n 24%|██▍ | 12/50 [00:00<00:01, 28.18it/s]\n 30%|███ | 15/50 [00:00<00:01, 28.18it/s]\n 36%|███▌ | 18/50 [00:00<00:01, 28.17it/s]\n 42%|████▏ | 21/50 [00:00<00:01, 28.18it/s]\n 48%|████▊ | 24/50 [00:00<00:00, 28.18it/s]\n 54%|█████▍ | 27/50 [00:00<00:00, 28.21it/s]\n 60%|██████ | 30/50 [00:01<00:00, 28.22it/s]\n 66%|██████▌ | 33/50 [00:01<00:00, 28.23it/s]\n 72%|███████▏ | 36/50 [00:01<00:00, 28.25it/s]\n 78%|███████▊ | 39/50 [00:01<00:00, 28.08it/s]\n 84%|████████▍ | 42/50 [00:01<00:00, 28.14it/s]\n 90%|█████████ | 45/50 [00:01<00:00, 28.18it/s]\n 96%|█████████▌| 48/50 [00:01<00:00, 28.19it/s]\n100%|██████████| 50/50 [00:01<00:00, 28.17it/s]", "metrics": { "predict_time": 2.999457, "total_time": 3.045275 }, "output": [ "https://replicate.delivery/pbxt/vHyhrNUeQtSLWK7kXS6pkvTiBvHAkDptgOeZafNlZ8ErXD9jA/out-0.png" ], "started_at": "2023-12-03T11:39:31.655809Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ywpita3by7tsrxa3dxrrekpvfq", "cancel": "https://api.replicate.com/v1/predictions/ywpita3by7tsrxa3dxrrekpvfq/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 22512 using txt2img 0%| | 0/50 [00:00<?, ?it/s] 6%|▌ | 3/50 [00:00<00:01, 27.77it/s] 12%|█▏ | 6/50 [00:00<00:01, 28.05it/s] 18%|█▊ | 9/50 [00:00<00:01, 28.14it/s] 24%|██▍ | 12/50 [00:00<00:01, 28.18it/s] 30%|███ | 15/50 [00:00<00:01, 28.18it/s] 36%|███▌ | 18/50 [00:00<00:01, 28.17it/s] 42%|████▏ | 21/50 [00:00<00:01, 28.18it/s] 48%|████▊ | 24/50 [00:00<00:00, 28.18it/s] 54%|█████▍ | 27/50 [00:00<00:00, 28.21it/s] 60%|██████ | 30/50 [00:01<00:00, 28.22it/s] 66%|██████▌ | 33/50 [00:01<00:00, 28.23it/s] 72%|███████▏ | 36/50 [00:01<00:00, 28.25it/s] 78%|███████▊ | 39/50 [00:01<00:00, 28.08it/s] 84%|████████▍ | 42/50 [00:01<00:00, 28.14it/s] 90%|█████████ | 45/50 [00:01<00:00, 28.18it/s] 96%|█████████▌| 48/50 [00:01<00:00, 28.19it/s] 100%|██████████| 50/50 [00:01<00:00, 28.17it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982ID4vzctalbtyj4lbrpqcqagp27faStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,
- prompt_strength
- 0.8
- num_inference_steps
- 50
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", prompt_strength: 0.8, num_inference_steps: 50, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-03T11:41:14.163462Z", "created_at": "2023-12-03T11:41:11.011939Z", "data_removed": false, "error": null, "id": "4vzctalbtyj4lbrpqcqagp27fa", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }, "logs": "Using seed: 6505\nusing txt2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 6%|▌ | 3/50 [00:00<00:01, 28.11it/s]\n 12%|█▏ | 6/50 [00:00<00:01, 28.08it/s]\n 18%|█▊ | 9/50 [00:00<00:01, 28.16it/s]\n 24%|██▍ | 12/50 [00:00<00:01, 28.20it/s]\n 30%|███ | 15/50 [00:00<00:01, 28.09it/s]\n 36%|███▌ | 18/50 [00:00<00:01, 27.84it/s]\n 42%|████▏ | 21/50 [00:00<00:01, 27.35it/s]\n 48%|████▊ | 24/50 [00:00<00:00, 27.57it/s]\n 54%|█████▍ | 27/50 [00:00<00:00, 27.74it/s]\n 60%|██████ | 30/50 [00:01<00:00, 27.85it/s]\n 66%|██████▌ | 33/50 [00:01<00:00, 27.79it/s]\n 72%|███████▏ | 36/50 [00:01<00:00, 27.78it/s]\n 78%|███████▊ | 39/50 [00:01<00:00, 27.91it/s]\n 84%|████████▍ | 42/50 [00:01<00:00, 28.02it/s]\n 90%|█████████ | 45/50 [00:01<00:00, 28.10it/s]\n 96%|█████████▌| 48/50 [00:01<00:00, 28.10it/s]\n100%|██████████| 50/50 [00:01<00:00, 27.93it/s]", "metrics": { "predict_time": 3.116722, "total_time": 3.151523 }, "output": [ "https://replicate.delivery/pbxt/85qeVsdSxtWbSSCeIJytYp9Gf8ub6WK4KZi30ftc7nSm1G6HB/out-0.png" ], "started_at": "2023-12-03T11:41:11.046740Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/4vzctalbtyj4lbrpqcqagp27fa", "cancel": "https://api.replicate.com/v1/predictions/4vzctalbtyj4lbrpqcqagp27fa/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 6505 using txt2img 0%| | 0/50 [00:00<?, ?it/s] 6%|▌ | 3/50 [00:00<00:01, 28.11it/s] 12%|█▏ | 6/50 [00:00<00:01, 28.08it/s] 18%|█▊ | 9/50 [00:00<00:01, 28.16it/s] 24%|██▍ | 12/50 [00:00<00:01, 28.20it/s] 30%|███ | 15/50 [00:00<00:01, 28.09it/s] 36%|███▌ | 18/50 [00:00<00:01, 27.84it/s] 42%|████▏ | 21/50 [00:00<00:01, 27.35it/s] 48%|████▊ | 24/50 [00:00<00:00, 27.57it/s] 54%|█████▍ | 27/50 [00:00<00:00, 27.74it/s] 60%|██████ | 30/50 [00:01<00:00, 27.85it/s] 66%|██████▌ | 33/50 [00:01<00:00, 27.79it/s] 72%|███████▏ | 36/50 [00:01<00:00, 27.78it/s] 78%|███████▊ | 39/50 [00:01<00:00, 27.91it/s] 84%|████████▍ | 42/50 [00:01<00:00, 28.02it/s] 90%|█████████ | 45/50 [00:01<00:00, 28.10it/s] 96%|█████████▌| 48/50 [00:01<00:00, 28.10it/s] 100%|██████████| 50/50 [00:01<00:00, 27.93it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982IDo6u46ntbty6e2k47sysvqmhzt4StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic
- prompt_strength
- 0.8
- num_inference_steps
- 50
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic", prompt_strength: 0.8, num_inference_steps: 50, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-03T11:41:54.820663Z", "created_at": "2023-12-03T11:41:51.766034Z", "data_removed": false, "error": null, "id": "o6u46ntbty6e2k47sysvqmhzt4", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }, "logs": "Using seed: 45094\nusing txt2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 6%|▌ | 3/50 [00:00<00:01, 28.14it/s]\n 12%|█▏ | 6/50 [00:00<00:01, 28.02it/s]\n 18%|█▊ | 9/50 [00:00<00:01, 28.12it/s]\n 24%|██▍ | 12/50 [00:00<00:01, 28.04it/s]\n 30%|███ | 15/50 [00:00<00:01, 28.11it/s]\n 36%|███▌ | 18/50 [00:00<00:01, 28.13it/s]\n 42%|████▏ | 21/50 [00:00<00:01, 28.13it/s]\n 48%|████▊ | 24/50 [00:00<00:00, 27.95it/s]\n 54%|█████▍ | 27/50 [00:00<00:00, 27.94it/s]\n 60%|██████ | 30/50 [00:01<00:00, 28.04it/s]\n 66%|██████▌ | 33/50 [00:01<00:00, 28.00it/s]\n 72%|███████▏ | 36/50 [00:01<00:00, 27.94it/s]\n 78%|███████▊ | 39/50 [00:01<00:00, 27.89it/s]\n 84%|████████▍ | 42/50 [00:01<00:00, 28.00it/s]\n 90%|█████████ | 45/50 [00:01<00:00, 28.08it/s]\n 96%|█████████▌| 48/50 [00:01<00:00, 28.11it/s]\n100%|██████████| 50/50 [00:01<00:00, 28.04it/s]", "metrics": { "predict_time": 3.002862, "total_time": 3.054629 }, "output": [ "https://replicate.delivery/pbxt/EYEskasujGpIDN9Bam8H3N4WDfcsSvQk0PAX7RfHFU1BuhejA/out-0.png" ], "started_at": "2023-12-03T11:41:51.817801Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/o6u46ntbty6e2k47sysvqmhzt4", "cancel": "https://api.replicate.com/v1/predictions/o6u46ntbty6e2k47sysvqmhzt4/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 45094 using txt2img 0%| | 0/50 [00:00<?, ?it/s] 6%|▌ | 3/50 [00:00<00:01, 28.14it/s] 12%|█▏ | 6/50 [00:00<00:01, 28.02it/s] 18%|█▊ | 9/50 [00:00<00:01, 28.12it/s] 24%|██▍ | 12/50 [00:00<00:01, 28.04it/s] 30%|███ | 15/50 [00:00<00:01, 28.11it/s] 36%|███▌ | 18/50 [00:00<00:01, 28.13it/s] 42%|████▏ | 21/50 [00:00<00:01, 28.13it/s] 48%|████▊ | 24/50 [00:00<00:00, 27.95it/s] 54%|█████▍ | 27/50 [00:00<00:00, 27.94it/s] 60%|██████ | 30/50 [00:01<00:00, 28.04it/s] 66%|██████▌ | 33/50 [00:01<00:00, 28.00it/s] 72%|███████▏ | 36/50 [00:01<00:00, 27.94it/s] 78%|███████▊ | 39/50 [00:01<00:00, 27.89it/s] 84%|████████▍ | 42/50 [00:01<00:00, 28.00it/s] 90%|█████████ | 45/50 [00:01<00:00, 28.08it/s] 96%|█████████▌| 48/50 [00:01<00:00, 28.11it/s] 100%|██████████| 50/50 [00:01<00:00, 28.04it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982IDtpy4tc3b7ibmm7gssilh4jfwkqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast
- prompt_strength
- 0.8
- num_inference_steps
- 40
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 40, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", prompt_strength: 0.8, num_inference_steps: 40, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 40, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 40, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-03T11:43:32.953686Z", "created_at": "2023-12-03T11:43:30.084089Z", "data_removed": false, "error": null, "id": "tpy4tc3b7ibmm7gssilh4jfwkq", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 40, "disable_safety_check": false }, "logs": "Using seed: 30879\nusing txt2img\n 0%| | 0/40 [00:00<?, ?it/s]\n 8%|▊ | 3/40 [00:00<00:01, 27.97it/s]\n 15%|█▌ | 6/40 [00:00<00:01, 28.11it/s]\n 22%|██▎ | 9/40 [00:00<00:01, 28.05it/s]\n 30%|███ | 12/40 [00:00<00:00, 28.06it/s]\n 38%|███▊ | 15/40 [00:00<00:00, 28.13it/s]\n 45%|████▌ | 18/40 [00:00<00:00, 28.12it/s]\n 52%|█████▎ | 21/40 [00:00<00:00, 28.17it/s]\n 60%|██████ | 24/40 [00:00<00:00, 28.17it/s]\n 68%|██████▊ | 27/40 [00:00<00:00, 28.20it/s]\n 75%|███████▌ | 30/40 [00:01<00:00, 28.22it/s]\n 82%|████████▎ | 33/40 [00:01<00:00, 28.19it/s]\n 90%|█████████ | 36/40 [00:01<00:00, 28.21it/s]\n 98%|█████████▊| 39/40 [00:01<00:00, 28.21it/s]\n100%|██████████| 40/40 [00:01<00:00, 28.11it/s]", "metrics": { "predict_time": 2.798471, "total_time": 2.869597 }, "output": [ "https://replicate.delivery/pbxt/teZrXDeGGjin8ElHaF3sm4HN0MQdMqonk3yDSwfvoObGfG6HB/out-0.png" ], "started_at": "2023-12-03T11:43:30.155215Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tpy4tc3b7ibmm7gssilh4jfwkq", "cancel": "https://api.replicate.com/v1/predictions/tpy4tc3b7ibmm7gssilh4jfwkq/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 30879 using txt2img 0%| | 0/40 [00:00<?, ?it/s] 8%|▊ | 3/40 [00:00<00:01, 27.97it/s] 15%|█▌ | 6/40 [00:00<00:01, 28.11it/s] 22%|██▎ | 9/40 [00:00<00:01, 28.05it/s] 30%|███ | 12/40 [00:00<00:00, 28.06it/s] 38%|███▊ | 15/40 [00:00<00:00, 28.13it/s] 45%|████▌ | 18/40 [00:00<00:00, 28.12it/s] 52%|█████▎ | 21/40 [00:00<00:00, 28.17it/s] 60%|██████ | 24/40 [00:00<00:00, 28.17it/s] 68%|██████▊ | 27/40 [00:00<00:00, 28.20it/s] 75%|███████▌ | 30/40 [00:01<00:00, 28.22it/s] 82%|████████▎ | 33/40 [00:01<00:00, 28.19it/s] 90%|█████████ | 36/40 [00:01<00:00, 28.21it/s] 98%|█████████▊| 39/40 [00:01<00:00, 28.21it/s] 100%|██████████| 40/40 [00:01<00:00, 28.11it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982ID7v2fh7tbfpie56gcylzmwezcsmStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , from right angle , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast
- prompt_strength
- 0.8
- num_inference_steps
- 50
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , from right angle , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , from right angle , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", prompt_strength: 0.8, num_inference_steps: 50, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , from right angle , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , from right angle , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-03T11:45:01.927115Z", "created_at": "2023-12-03T11:44:58.781593Z", "data_removed": false, "error": null, "id": "7v2fh7tbfpie56gcylzmwezcsm", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , from right angle , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , polygonal , orange , red , blue ,vibrant", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst , realistic , low contrast", "prompt_strength": 0.8, "num_inference_steps": 50, "disable_safety_check": false }, "logs": "Using seed: 40441\nusing txt2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 6%|▌ | 3/50 [00:00<00:01, 28.13it/s]\n 12%|█▏ | 6/50 [00:00<00:01, 27.90it/s]\n 18%|█▊ | 9/50 [00:00<00:01, 27.76it/s]\n 24%|██▍ | 12/50 [00:00<00:01, 27.87it/s]\n 30%|███ | 15/50 [00:00<00:01, 27.97it/s]\n 36%|███▌ | 18/50 [00:00<00:01, 28.01it/s]\n 42%|████▏ | 21/50 [00:00<00:01, 28.03it/s]\n 48%|████▊ | 24/50 [00:00<00:00, 28.09it/s]\n 54%|█████▍ | 27/50 [00:00<00:00, 28.05it/s]\n 60%|██████ | 30/50 [00:01<00:00, 28.11it/s]\n 66%|██████▌ | 33/50 [00:01<00:00, 28.09it/s]\n 72%|███████▏ | 36/50 [00:01<00:00, 28.09it/s]\n 78%|███████▊ | 39/50 [00:01<00:00, 28.04it/s]\n 84%|████████▍ | 42/50 [00:01<00:00, 28.10it/s]\n 90%|█████████ | 45/50 [00:01<00:00, 28.15it/s]\n 96%|█████████▌| 48/50 [00:01<00:00, 28.13it/s]\n100%|██████████| 50/50 [00:01<00:00, 28.05it/s]", "metrics": { "predict_time": 3.111194, "total_time": 3.145522 }, "output": [ "https://replicate.delivery/pbxt/FijRhBwJBZKsFBaBjLkT0NOYs84n7kkeNhVi4HYAIgOewhejA/out-0.png" ], "started_at": "2023-12-03T11:44:58.815921Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7v2fh7tbfpie56gcylzmwezcsm", "cancel": "https://api.replicate.com/v1/predictions/7v2fh7tbfpie56gcylzmwezcsm/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 40441 using txt2img 0%| | 0/50 [00:00<?, ?it/s] 6%|▌ | 3/50 [00:00<00:01, 28.13it/s] 12%|█▏ | 6/50 [00:00<00:01, 27.90it/s] 18%|█▊ | 9/50 [00:00<00:01, 27.76it/s] 24%|██▍ | 12/50 [00:00<00:01, 27.87it/s] 30%|███ | 15/50 [00:00<00:01, 27.97it/s] 36%|███▌ | 18/50 [00:00<00:01, 28.01it/s] 42%|████▏ | 21/50 [00:00<00:01, 28.03it/s] 48%|████▊ | 24/50 [00:00<00:00, 28.09it/s] 54%|█████▍ | 27/50 [00:00<00:00, 28.05it/s] 60%|██████ | 30/50 [00:01<00:00, 28.11it/s] 66%|██████▌ | 33/50 [00:01<00:00, 28.09it/s] 72%|███████▏ | 36/50 [00:01<00:00, 28.09it/s] 78%|███████▊ | 39/50 [00:01<00:00, 28.04it/s] 84%|████████▍ | 42/50 [00:01<00:00, 28.10it/s] 90%|█████████ | 45/50 [00:01<00:00, 28.15it/s] 96%|█████████▌| 48/50 [00:01<00:00, 28.13it/s] 100%|██████████| 50/50 [00:01<00:00, 28.05it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982IDhym3svlbg6nqiq7ykrgw7kuoxeStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly
- scheduler
- DPMSolverMultistep
- num_outputs
- 1
- guidance_scale
- 8.23
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,
- prompt_strength
- 0.8
- num_inference_steps
- 60
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", scheduler: "DPMSolverMultistep", num_outputs: 1, guidance_scale: 8.23, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", prompt_strength: 0.8, num_inference_steps: 60, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-04T10:07:42.508130Z", "created_at": "2023-12-04T10:07:38.978524Z", "data_removed": false, "error": null, "id": "hym3svlbg6nqiq7ykrgw7kuoxe", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": false }, "logs": "Using seed: 51327\nusing txt2img\n 0%| | 0/60 [00:00<?, ?it/s]\n 5%|▌ | 3/60 [00:00<00:02, 27.54it/s]\n 10%|█ | 6/60 [00:00<00:01, 27.69it/s]\n 15%|█▌ | 9/60 [00:00<00:01, 27.83it/s]\n 20%|██ | 12/60 [00:00<00:01, 27.56it/s]\n 25%|██▌ | 15/60 [00:00<00:01, 27.55it/s]\n 30%|███ | 18/60 [00:00<00:01, 27.67it/s]\n 35%|███▌ | 21/60 [00:00<00:01, 27.74it/s]\n 40%|████ | 24/60 [00:00<00:01, 27.71it/s]\n 45%|████▌ | 27/60 [00:00<00:01, 27.87it/s]\n 50%|█████ | 30/60 [00:01<00:01, 27.97it/s]\n 55%|█████▌ | 33/60 [00:01<00:00, 28.01it/s]\n 60%|██████ | 36/60 [00:01<00:00, 28.07it/s]\n 65%|██████▌ | 39/60 [00:01<00:00, 28.10it/s]\n 70%|███████ | 42/60 [00:01<00:00, 28.12it/s]\n 75%|███████▌ | 45/60 [00:01<00:00, 28.08it/s]\n 80%|████████ | 48/60 [00:01<00:00, 28.06it/s]\n 85%|████████▌ | 51/60 [00:01<00:00, 28.10it/s]\n 90%|█████████ | 54/60 [00:01<00:00, 28.14it/s]\n 95%|█████████▌| 57/60 [00:02<00:00, 28.17it/s]\n100%|██████████| 60/60 [00:02<00:00, 28.15it/s]\n100%|██████████| 60/60 [00:02<00:00, 27.96it/s]", "metrics": { "predict_time": 3.494848, "total_time": 3.529606 }, "output": [ "https://replicate.delivery/pbxt/roVf0kQOyDXZVq5AFwYWDnz8uhMZo3udXj8fnI4KvKStb1ejA/out-0.png" ], "started_at": "2023-12-04T10:07:39.013282Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/hym3svlbg6nqiq7ykrgw7kuoxe", "cancel": "https://api.replicate.com/v1/predictions/hym3svlbg6nqiq7ykrgw7kuoxe/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 51327 using txt2img 0%| | 0/60 [00:00<?, ?it/s] 5%|▌ | 3/60 [00:00<00:02, 27.54it/s] 10%|█ | 6/60 [00:00<00:01, 27.69it/s] 15%|█▌ | 9/60 [00:00<00:01, 27.83it/s] 20%|██ | 12/60 [00:00<00:01, 27.56it/s] 25%|██▌ | 15/60 [00:00<00:01, 27.55it/s] 30%|███ | 18/60 [00:00<00:01, 27.67it/s] 35%|███▌ | 21/60 [00:00<00:01, 27.74it/s] 40%|████ | 24/60 [00:00<00:01, 27.71it/s] 45%|████▌ | 27/60 [00:00<00:01, 27.87it/s] 50%|█████ | 30/60 [00:01<00:01, 27.97it/s] 55%|█████▌ | 33/60 [00:01<00:00, 28.01it/s] 60%|██████ | 36/60 [00:01<00:00, 28.07it/s] 65%|██████▌ | 39/60 [00:01<00:00, 28.10it/s] 70%|███████ | 42/60 [00:01<00:00, 28.12it/s] 75%|███████▌ | 45/60 [00:01<00:00, 28.08it/s] 80%|████████ | 48/60 [00:01<00:00, 28.06it/s] 85%|████████▌ | 51/60 [00:01<00:00, 28.10it/s] 90%|█████████ | 54/60 [00:01<00:00, 28.14it/s] 95%|█████████▌| 57/60 [00:02<00:00, 28.17it/s] 100%|██████████| 60/60 [00:02<00:00, 28.15it/s] 100%|██████████| 60/60 [00:02<00:00, 27.96it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982IDmk7bg7dbyt7vq6nllsh66a7hqiStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 8.23
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,
- prompt_strength
- 0.8
- num_inference_steps
- 60
- disable_safety_check
{ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 512, height: 512, prompt: "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 8.23, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", prompt_strength: 0.8, num_inference_steps: 60, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-04T10:08:43.041082Z", "created_at": "2023-12-04T10:08:39.606619Z", "data_removed": false, "error": null, "id": "mk7bg7dbyt7vq6nllsh66a7hqi", "input": { "width": 512, "height": 512, "prompt": "a photo of cjw ,icon of a cjw person , icon , vector art , trending on artstation , colored , asthetic color , asthetic style , poly", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 8.23, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ,", "prompt_strength": 0.8, "num_inference_steps": 60, "disable_safety_check": false }, "logs": "Using seed: 16222\nusing txt2img\n 0%| | 0/60 [00:00<?, ?it/s]\n 5%|▌ | 3/60 [00:00<00:02, 27.75it/s]\n 10%|█ | 6/60 [00:00<00:01, 28.05it/s]\n 15%|█▌ | 9/60 [00:00<00:01, 28.14it/s]\n 20%|██ | 12/60 [00:00<00:01, 28.18it/s]\n 25%|██▌ | 15/60 [00:00<00:01, 28.14it/s]\n 30%|███ | 18/60 [00:00<00:01, 28.15it/s]\n 35%|███▌ | 21/60 [00:00<00:01, 28.16it/s]\n 40%|████ | 24/60 [00:00<00:01, 28.19it/s]\n 45%|████▌ | 27/60 [00:00<00:01, 28.19it/s]\n 50%|█████ | 30/60 [00:01<00:01, 28.19it/s]\n 55%|█████▌ | 33/60 [00:01<00:00, 28.06it/s]\n 60%|██████ | 36/60 [00:01<00:00, 28.06it/s]\n 65%|██████▌ | 39/60 [00:01<00:00, 28.12it/s]\n 70%|███████ | 42/60 [00:01<00:00, 28.16it/s]\n 75%|███████▌ | 45/60 [00:01<00:00, 28.17it/s]\n 80%|████████ | 48/60 [00:01<00:00, 28.20it/s]\n 85%|████████▌ | 51/60 [00:01<00:00, 28.22it/s]\n 90%|█████████ | 54/60 [00:01<00:00, 28.23it/s]\n 95%|█████████▌| 57/60 [00:02<00:00, 28.15it/s]\n100%|██████████| 60/60 [00:02<00:00, 28.18it/s]\n100%|██████████| 60/60 [00:02<00:00, 28.15it/s]", "metrics": { "predict_time": 3.397738, "total_time": 3.434463 }, "output": [ "https://replicate.delivery/pbxt/nqhCx9YMWLryAJ10387UD9sTK6AVE8FWRbrka5BAVfXVuafRA/out-0.png" ], "started_at": "2023-12-04T10:08:39.643344Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mk7bg7dbyt7vq6nllsh66a7hqi", "cancel": "https://api.replicate.com/v1/predictions/mk7bg7dbyt7vq6nllsh66a7hqi/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 16222 using txt2img 0%| | 0/60 [00:00<?, ?it/s] 5%|▌ | 3/60 [00:00<00:02, 27.75it/s] 10%|█ | 6/60 [00:00<00:01, 28.05it/s] 15%|█▌ | 9/60 [00:00<00:01, 28.14it/s] 20%|██ | 12/60 [00:00<00:01, 28.18it/s] 25%|██▌ | 15/60 [00:00<00:01, 28.14it/s] 30%|███ | 18/60 [00:00<00:01, 28.15it/s] 35%|███▌ | 21/60 [00:00<00:01, 28.16it/s] 40%|████ | 24/60 [00:00<00:01, 28.19it/s] 45%|████▌ | 27/60 [00:00<00:01, 28.19it/s] 50%|█████ | 30/60 [00:01<00:01, 28.19it/s] 55%|█████▌ | 33/60 [00:01<00:00, 28.06it/s] 60%|██████ | 36/60 [00:01<00:00, 28.06it/s] 65%|██████▌ | 39/60 [00:01<00:00, 28.12it/s] 70%|███████ | 42/60 [00:01<00:00, 28.16it/s] 75%|███████▌ | 45/60 [00:01<00:00, 28.17it/s] 80%|████████ | 48/60 [00:01<00:00, 28.20it/s] 85%|████████▌ | 51/60 [00:01<00:00, 28.22it/s] 90%|█████████ | 54/60 [00:01<00:00, 28.23it/s] 95%|█████████▌| 57/60 [00:02<00:00, 28.15it/s] 100%|██████████| 60/60 [00:02<00:00, 28.18it/s] 100%|██████████| 60/60 [00:02<00:00, 28.15it/s]
Prediction
egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982IDfg4q5ejbewihvdhi2vbztkmhxyStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- width
- 768
- height
- 768
- prompt
- a photo of cjw in beautiful room, cjw in party wear , front shot , photorealistic , beautiful , crisp quality , uhd , realistic , photorealistic , 8k
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 4
- guidance_scale
- 10
- negative_prompt
- bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst
- prompt_strength
- 0.8
- num_inference_steps
- 100
- disable_safety_check
{ "width": 768, "height": 768, "prompt": "a photo of cjw in beautiful room, cjw in party wear , front shot , photorealistic , beautiful , crisp quality , uhd , realistic , photorealistic , 8k", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 4, "guidance_scale": 10, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 100, "disable_safety_check": false }
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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", { input: { width: 768, height: 768, prompt: "a photo of cjw in beautiful room, cjw in party wear , front shot , photorealistic , beautiful , crisp quality , uhd , realistic , photorealistic , 8k", scheduler: "K_EULER_ANCESTRAL", num_outputs: 4, guidance_scale: 10, negative_prompt: "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", prompt_strength: 0.8, num_inference_steps: 100, disable_safety_check: false } } ); // 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 egsakash/akashi-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", input={ "width": 768, "height": 768, "prompt": "a photo of cjw in beautiful room, cjw in party wear , front shot , photorealistic , beautiful , crisp quality , uhd , realistic , photorealistic , 8k", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 4, "guidance_scale": 10, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 100, "disable_safety_check": False } ) # 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 egsakash/akashi-v2 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": "egsakash/akashi-v2:5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982", "input": { "width": 768, "height": 768, "prompt": "a photo of cjw in beautiful room, cjw in party wear , front shot , photorealistic , beautiful , crisp quality , uhd , realistic , photorealistic , 8k", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 4, "guidance_scale": 10, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 100, "disable_safety_check": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-04T11:16:44.504884Z", "created_at": "2023-12-04T11:16:05.330846Z", "data_removed": false, "error": null, "id": "fg4q5ejbewihvdhi2vbztkmhxy", "input": { "width": 768, "height": 768, "prompt": "a photo of cjw in beautiful room, cjw in party wear , front shot , photorealistic , beautiful , crisp quality , uhd , realistic , photorealistic , 8k", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 4, "guidance_scale": 10, "negative_prompt": "bad , ugly , distorted , no face , hands , ugly creature , disfigured , worst ", "prompt_strength": 0.8, "num_inference_steps": 100, "disable_safety_check": false }, "logs": "Using seed: 6782\nusing txt2img\n 0%| | 0/100 [00:00<?, ?it/s]\n 1%| | 1/100 [00:00<00:41, 2.41it/s]\n 2%|▏ | 2/100 [00:00<00:36, 2.67it/s]\n 3%|▎ | 3/100 [00:01<00:35, 2.77it/s]\n 4%|▍ | 4/100 [00:01<00:34, 2.81it/s]\n 5%|▌ | 5/100 [00:01<00:33, 2.84it/s]\n 6%|▌ | 6/100 [00:02<00:32, 2.86it/s]\n 7%|▋ | 7/100 [00:02<00:32, 2.87it/s]\n 8%|▊ | 8/100 [00:02<00:32, 2.87it/s]\n 9%|▉ | 9/100 [00:03<00:31, 2.88it/s]\n 10%|█ | 10/100 [00:03<00:31, 2.88it/s]\n 11%|█ | 11/100 [00:03<00:30, 2.88it/s]\n 12%|█▏ | 12/100 [00:04<00:30, 2.88it/s]\n 13%|█▎ | 13/100 [00:04<00:30, 2.88it/s]\n 14%|█▍ | 14/100 [00:04<00:29, 2.88it/s]\n 15%|█▌ | 15/100 [00:05<00:29, 2.88it/s]\n 16%|█▌ | 16/100 [00:05<00:29, 2.88it/s]\n 17%|█▋ | 17/100 [00:05<00:28, 2.88it/s]\n 18%|█▊ | 18/100 [00:06<00:28, 2.88it/s]\n 19%|█▉ | 19/100 [00:06<00:28, 2.88it/s]\n 20%|██ | 20/100 [00:06<00:27, 2.88it/s]\n 21%|██ | 21/100 [00:07<00:27, 2.89it/s]\n 22%|██▏ | 22/100 [00:07<00:27, 2.88it/s]\n 23%|██▎ | 23/100 [00:08<00:26, 2.88it/s]\n 24%|██▍ | 24/100 [00:08<00:26, 2.88it/s]\n 25%|██▌ | 25/100 [00:08<00:25, 2.89it/s]\n 26%|██▌ | 26/100 [00:09<00:25, 2.88it/s]\n 27%|██▋ | 27/100 [00:09<00:25, 2.88it/s]\n 28%|██▊ | 28/100 [00:09<00:24, 2.88it/s]\n 29%|██▉ | 29/100 [00:10<00:24, 2.88it/s]\n 30%|███ | 30/100 [00:10<00:24, 2.88it/s]\n 31%|███ | 31/100 [00:10<00:23, 2.88it/s]\n 32%|███▏ | 32/100 [00:11<00:23, 2.88it/s]\n 33%|███▎ | 33/100 [00:11<00:23, 2.88it/s]\n 34%|███▍ | 34/100 [00:11<00:22, 2.88it/s]\n 35%|███▌ | 35/100 [00:12<00:22, 2.88it/s]\n 36%|███▌ | 36/100 [00:12<00:22, 2.88it/s]\n 37%|███▋ | 37/100 [00:12<00:21, 2.88it/s]\n 38%|███▊ | 38/100 [00:13<00:21, 2.88it/s]\n 39%|███▉ | 39/100 [00:13<00:21, 2.88it/s]\n 40%|████ | 40/100 [00:13<00:20, 2.88it/s]\n 41%|████ | 41/100 [00:14<00:20, 2.88it/s]\n 42%|████▏ | 42/100 [00:14<00:20, 2.88it/s]\n 43%|████▎ | 43/100 [00:14<00:19, 2.88it/s]\n 44%|████▍ | 44/100 [00:15<00:19, 2.88it/s]\n 45%|████▌ | 45/100 [00:15<00:19, 2.88it/s]\n 46%|████▌ | 46/100 [00:16<00:18, 2.88it/s]\n 47%|████▋ | 47/100 [00:16<00:18, 2.88it/s]\n 48%|████▊ | 48/100 [00:16<00:18, 2.88it/s]\n 49%|████▉ | 49/100 [00:17<00:17, 2.88it/s]\n 50%|█████ | 50/100 [00:17<00:17, 2.88it/s]\n 51%|█████ | 51/100 [00:17<00:16, 2.88it/s]\n 52%|█████▏ | 52/100 [00:18<00:16, 2.88it/s]\n 53%|█████▎ | 53/100 [00:18<00:16, 2.88it/s]\n 54%|█████▍ | 54/100 [00:18<00:15, 2.88it/s]\n 55%|█████▌ | 55/100 [00:19<00:15, 2.88it/s]\n 56%|█████▌ | 56/100 [00:19<00:15, 2.88it/s]\n 57%|█████▋ | 57/100 [00:19<00:14, 2.88it/s]\n 58%|█████▊ | 58/100 [00:20<00:14, 2.88it/s]\n 59%|█████▉ | 59/100 [00:20<00:14, 2.88it/s]\n 60%|██████ | 60/100 [00:20<00:13, 2.88it/s]\n 61%|██████ | 61/100 [00:21<00:13, 2.88it/s]\n 62%|██████▏ | 62/100 [00:21<00:13, 2.88it/s]\n 63%|██████▎ | 63/100 [00:21<00:12, 2.88it/s]\n 64%|██████▍ | 64/100 [00:22<00:12, 2.88it/s]\n 65%|██████▌ | 65/100 [00:22<00:12, 2.88it/s]\n 66%|██████▌ | 66/100 [00:22<00:11, 2.88it/s]\n 67%|██████▋ | 67/100 [00:23<00:11, 2.88it/s]\n 68%|██████▊ | 68/100 [00:23<00:11, 2.88it/s]\n 69%|██████▉ | 69/100 [00:23<00:10, 2.88it/s]\n 70%|███████ | 70/100 [00:24<00:10, 2.88it/s]\n 71%|███████ | 71/100 [00:24<00:10, 2.88it/s]\n 72%|███████▏ | 72/100 [00:25<00:09, 2.88it/s]\n 73%|███████▎ | 73/100 [00:25<00:09, 2.88it/s]\n 74%|███████▍ | 74/100 [00:25<00:09, 2.88it/s]\n 75%|███████▌ | 75/100 [00:26<00:08, 2.88it/s]\n 76%|███████▌ | 76/100 [00:26<00:08, 2.88it/s]\n 77%|███████▋ | 77/100 [00:26<00:07, 2.88it/s]\n 78%|███████▊ | 78/100 [00:27<00:07, 2.88it/s]\n 79%|███████▉ | 79/100 [00:27<00:07, 2.88it/s]\n 80%|████████ | 80/100 [00:27<00:06, 2.88it/s]\n 81%|████████ | 81/100 [00:28<00:06, 2.88it/s]\n 82%|████████▏ | 82/100 [00:28<00:06, 2.88it/s]\n 83%|████████▎ | 83/100 [00:28<00:05, 2.88it/s]\n 84%|████████▍ | 84/100 [00:29<00:05, 2.88it/s]\n 85%|████████▌ | 85/100 [00:29<00:05, 2.88it/s]\n 86%|████████▌ | 86/100 [00:29<00:04, 2.88it/s]\n 87%|████████▋ | 87/100 [00:30<00:04, 2.88it/s]\n 88%|████████▊ | 88/100 [00:30<00:04, 2.88it/s]\n 89%|████████▉ | 89/100 [00:30<00:03, 2.88it/s]\n 90%|█████████ | 90/100 [00:31<00:03, 2.88it/s]\n 91%|█████████ | 91/100 [00:31<00:03, 2.88it/s]\n 92%|█████████▏| 92/100 [00:31<00:02, 2.88it/s]\n 93%|█████████▎| 93/100 [00:32<00:02, 2.88it/s]\n 94%|█████████▍| 94/100 [00:32<00:02, 2.88it/s]\n 95%|█████████▌| 95/100 [00:33<00:01, 2.88it/s]\n 96%|█████████▌| 96/100 [00:33<00:01, 2.88it/s]\n 97%|█████████▋| 97/100 [00:33<00:01, 2.88it/s]\n 98%|█████████▊| 98/100 [00:34<00:00, 2.88it/s]\n 99%|█████████▉| 99/100 [00:34<00:00, 2.88it/s]\n100%|██████████| 100/100 [00:34<00:00, 2.88it/s]\n100%|██████████| 100/100 [00:34<00:00, 2.88it/s]", "metrics": { "predict_time": 39.159665, "total_time": 39.174038 }, "output": [ "https://replicate.delivery/pbxt/QrP450P5qmblFBooRry0rjFDYevJ1s3LCiSUE39etYlZc2ejA/out-0.png", "https://replicate.delivery/pbxt/ygVhb5IaJrqkJJR5oqlV1DPywwk5rEx9xKHCHBJKO7rGntfIA/out-1.png", "https://replicate.delivery/pbxt/dOleHrJjCV32FKMKQn03SaMSQQBI7eTqbQS2Ohk0qPJbc2ejA/out-2.png", "https://replicate.delivery/pbxt/xYfwG7n4xXQAKqNxSMQIvejMigVftNMsejekOfRcqRIwGntfIA/out-3.png" ], "started_at": "2023-12-04T11:16:05.345219Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fg4q5ejbewihvdhi2vbztkmhxy", "cancel": "https://api.replicate.com/v1/predictions/fg4q5ejbewihvdhi2vbztkmhxy/cancel" }, "version": "5f3c53fd4d8e25bb437b196f705487bc193106638f1f3a98193a4e1b16168982" }
Generated inUsing seed: 6782 using txt2img 0%| | 0/100 [00:00<?, ?it/s] 1%| | 1/100 [00:00<00:41, 2.41it/s] 2%|▏ | 2/100 [00:00<00:36, 2.67it/s] 3%|▎ | 3/100 [00:01<00:35, 2.77it/s] 4%|▍ | 4/100 [00:01<00:34, 2.81it/s] 5%|▌ | 5/100 [00:01<00:33, 2.84it/s] 6%|▌ | 6/100 [00:02<00:32, 2.86it/s] 7%|▋ | 7/100 [00:02<00:32, 2.87it/s] 8%|▊ | 8/100 [00:02<00:32, 2.87it/s] 9%|▉ | 9/100 [00:03<00:31, 2.88it/s] 10%|█ | 10/100 [00:03<00:31, 2.88it/s] 11%|█ | 11/100 [00:03<00:30, 2.88it/s] 12%|█▏ | 12/100 [00:04<00:30, 2.88it/s] 13%|█▎ | 13/100 [00:04<00:30, 2.88it/s] 14%|█▍ | 14/100 [00:04<00:29, 2.88it/s] 15%|█▌ | 15/100 [00:05<00:29, 2.88it/s] 16%|█▌ | 16/100 [00:05<00:29, 2.88it/s] 17%|█▋ | 17/100 [00:05<00:28, 2.88it/s] 18%|█▊ | 18/100 [00:06<00:28, 2.88it/s] 19%|█▉ | 19/100 [00:06<00:28, 2.88it/s] 20%|██ | 20/100 [00:06<00:27, 2.88it/s] 21%|██ | 21/100 [00:07<00:27, 2.89it/s] 22%|██▏ | 22/100 [00:07<00:27, 2.88it/s] 23%|██▎ | 23/100 [00:08<00:26, 2.88it/s] 24%|██▍ | 24/100 [00:08<00:26, 2.88it/s] 25%|██▌ | 25/100 [00:08<00:25, 2.89it/s] 26%|██▌ | 26/100 [00:09<00:25, 2.88it/s] 27%|██▋ | 27/100 [00:09<00:25, 2.88it/s] 28%|██▊ | 28/100 [00:09<00:24, 2.88it/s] 29%|██▉ | 29/100 [00:10<00:24, 2.88it/s] 30%|███ | 30/100 [00:10<00:24, 2.88it/s] 31%|███ | 31/100 [00:10<00:23, 2.88it/s] 32%|███▏ | 32/100 [00:11<00:23, 2.88it/s] 33%|███▎ | 33/100 [00:11<00:23, 2.88it/s] 34%|███▍ | 34/100 [00:11<00:22, 2.88it/s] 35%|███▌ | 35/100 [00:12<00:22, 2.88it/s] 36%|███▌ | 36/100 [00:12<00:22, 2.88it/s] 37%|███▋ | 37/100 [00:12<00:21, 2.88it/s] 38%|███▊ | 38/100 [00:13<00:21, 2.88it/s] 39%|███▉ | 39/100 [00:13<00:21, 2.88it/s] 40%|████ | 40/100 [00:13<00:20, 2.88it/s] 41%|████ | 41/100 [00:14<00:20, 2.88it/s] 42%|████▏ | 42/100 [00:14<00:20, 2.88it/s] 43%|████▎ | 43/100 [00:14<00:19, 2.88it/s] 44%|████▍ | 44/100 [00:15<00:19, 2.88it/s] 45%|████▌ | 45/100 [00:15<00:19, 2.88it/s] 46%|████▌ | 46/100 [00:16<00:18, 2.88it/s] 47%|████▋ | 47/100 [00:16<00:18, 2.88it/s] 48%|████▊ | 48/100 [00:16<00:18, 2.88it/s] 49%|████▉ | 49/100 [00:17<00:17, 2.88it/s] 50%|█████ | 50/100 [00:17<00:17, 2.88it/s] 51%|█████ | 51/100 [00:17<00:16, 2.88it/s] 52%|█████▏ | 52/100 [00:18<00:16, 2.88it/s] 53%|█████▎ | 53/100 [00:18<00:16, 2.88it/s] 54%|█████▍ | 54/100 [00:18<00:15, 2.88it/s] 55%|█████▌ | 55/100 [00:19<00:15, 2.88it/s] 56%|█████▌ | 56/100 [00:19<00:15, 2.88it/s] 57%|█████▋ | 57/100 [00:19<00:14, 2.88it/s] 58%|█████▊ | 58/100 [00:20<00:14, 2.88it/s] 59%|█████▉ | 59/100 [00:20<00:14, 2.88it/s] 60%|██████ | 60/100 [00:20<00:13, 2.88it/s] 61%|██████ | 61/100 [00:21<00:13, 2.88it/s] 62%|██████▏ | 62/100 [00:21<00:13, 2.88it/s] 63%|██████▎ | 63/100 [00:21<00:12, 2.88it/s] 64%|██████▍ | 64/100 [00:22<00:12, 2.88it/s] 65%|██████▌ | 65/100 [00:22<00:12, 2.88it/s] 66%|██████▌ | 66/100 [00:22<00:11, 2.88it/s] 67%|██████▋ | 67/100 [00:23<00:11, 2.88it/s] 68%|██████▊ | 68/100 [00:23<00:11, 2.88it/s] 69%|██████▉ | 69/100 [00:23<00:10, 2.88it/s] 70%|███████ | 70/100 [00:24<00:10, 2.88it/s] 71%|███████ | 71/100 [00:24<00:10, 2.88it/s] 72%|███████▏ | 72/100 [00:25<00:09, 2.88it/s] 73%|███████▎ | 73/100 [00:25<00:09, 2.88it/s] 74%|███████▍ | 74/100 [00:25<00:09, 2.88it/s] 75%|███████▌ | 75/100 [00:26<00:08, 2.88it/s] 76%|███████▌ | 76/100 [00:26<00:08, 2.88it/s] 77%|███████▋ | 77/100 [00:26<00:07, 2.88it/s] 78%|███████▊ | 78/100 [00:27<00:07, 2.88it/s] 79%|███████▉ | 79/100 [00:27<00:07, 2.88it/s] 80%|████████ | 80/100 [00:27<00:06, 2.88it/s] 81%|████████ | 81/100 [00:28<00:06, 2.88it/s] 82%|████████▏ | 82/100 [00:28<00:06, 2.88it/s] 83%|████████▎ | 83/100 [00:28<00:05, 2.88it/s] 84%|████████▍ | 84/100 [00:29<00:05, 2.88it/s] 85%|████████▌ | 85/100 [00:29<00:05, 2.88it/s] 86%|████████▌ | 86/100 [00:29<00:04, 2.88it/s] 87%|████████▋ | 87/100 [00:30<00:04, 2.88it/s] 88%|████████▊ | 88/100 [00:30<00:04, 2.88it/s] 89%|████████▉ | 89/100 [00:30<00:03, 2.88it/s] 90%|█████████ | 90/100 [00:31<00:03, 2.88it/s] 91%|█████████ | 91/100 [00:31<00:03, 2.88it/s] 92%|█████████▏| 92/100 [00:31<00:02, 2.88it/s] 93%|█████████▎| 93/100 [00:32<00:02, 2.88it/s] 94%|█████████▍| 94/100 [00:32<00:02, 2.88it/s] 95%|█████████▌| 95/100 [00:33<00:01, 2.88it/s] 96%|█████████▌| 96/100 [00:33<00:01, 2.88it/s] 97%|█████████▋| 97/100 [00:33<00:01, 2.88it/s] 98%|█████████▊| 98/100 [00:34<00:00, 2.88it/s] 99%|█████████▉| 99/100 [00:34<00:00, 2.88it/s] 100%|██████████| 100/100 [00:34<00:00, 2.88it/s] 100%|██████████| 100/100 [00:34<00:00, 2.88it/s]
Want to make some of these yourself?
Run this model