asiryan / realism-xl
Realism XL Model (Text2Img, Img2Img and Inpainting)
- Public
- 326.6K runs
-
A100 (80GB)
- GitHub
Prediction
asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219ID0f39nf3nh1rj20ck8n09jzpr1cStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view
- strength
- 0.8
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 3.5
- negative_prompt
- score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes
- num_inference_steps
- 40
{ "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view", "strength": 0.8, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 }
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 asiryan/realism-xl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219", { input: { width: 1024, height: 1024, prompt: "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view", strength: 0.8, scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 3.5, negative_prompt: "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", num_inference_steps: 40 } } ); // 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 asiryan/realism-xl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219", input={ "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view", "strength": 0.8, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 } ) # 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 asiryan/realism-xl 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": "asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219", "input": { "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view", "strength": 0.8, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-19T16:27:58.113201Z", "created_at": "2024-11-19T16:27:52.584000Z", "data_removed": false, "error": null, "id": "0f39nf3nh1rj20ck8n09jzpr1c", "input": { "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view", "strength": 0.8, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 }, "logs": "Using seed: 62067\nPrompt: score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view\ntxt2img mode\n 0%| | 0/40 [00:00<?, ?it/s]\n 5%|▌ | 2/40 [00:00<00:03, 11.53it/s]\n 10%|█ | 4/40 [00:00<00:03, 9.80it/s]\n 12%|█▎ | 5/40 [00:00<00:03, 9.50it/s]\n 15%|█▌ | 6/40 [00:00<00:03, 9.29it/s]\n 18%|█▊ | 7/40 [00:00<00:03, 9.15it/s]\n 20%|██ | 8/40 [00:00<00:03, 9.05it/s]\n 22%|██▎ | 9/40 [00:00<00:03, 8.98it/s]\n 25%|██▌ | 10/40 [00:01<00:03, 8.94it/s]\n 28%|██▊ | 11/40 [00:01<00:03, 8.90it/s]\n 30%|███ | 12/40 [00:01<00:03, 8.87it/s]\n 32%|███▎ | 13/40 [00:01<00:03, 8.84it/s]\n 35%|███▌ | 14/40 [00:01<00:02, 8.83it/s]\n 38%|███▊ | 15/40 [00:01<00:02, 8.82it/s]\n 40%|████ | 16/40 [00:01<00:02, 8.82it/s]\n 42%|████▎ | 17/40 [00:01<00:02, 8.81it/s]\n 45%|████▌ | 18/40 [00:01<00:02, 8.80it/s]\n 48%|████▊ | 19/40 [00:02<00:02, 8.80it/s]\n 50%|█████ | 20/40 [00:02<00:02, 8.81it/s]\n 52%|█████▎ | 21/40 [00:02<00:02, 8.80it/s]\n 55%|█████▌ | 22/40 [00:02<00:02, 8.79it/s]\n 57%|█████▊ | 23/40 [00:02<00:01, 8.79it/s]\n 60%|██████ | 24/40 [00:02<00:01, 8.79it/s]\n 62%|██████▎ | 25/40 [00:02<00:01, 8.80it/s]\n 65%|██████▌ | 26/40 [00:02<00:01, 8.79it/s]\n 68%|██████▊ | 27/40 [00:03<00:01, 8.79it/s]\n 70%|███████ | 28/40 [00:03<00:01, 8.79it/s]\n 72%|███████▎ | 29/40 [00:03<00:01, 8.79it/s]\n 75%|███████▌ | 30/40 [00:03<00:01, 8.79it/s]\n 78%|███████▊ | 31/40 [00:03<00:01, 8.78it/s]\n 80%|████████ | 32/40 [00:03<00:00, 8.78it/s]\n 82%|████████▎ | 33/40 [00:03<00:00, 8.78it/s]\n 85%|████████▌ | 34/40 [00:03<00:00, 8.79it/s]\n 88%|████████▊ | 35/40 [00:03<00:00, 8.78it/s]\n 90%|█████████ | 36/40 [00:04<00:00, 8.79it/s]\n 92%|█████████▎| 37/40 [00:04<00:00, 8.79it/s]\n 95%|█████████▌| 38/40 [00:04<00:00, 8.79it/s]\n 98%|█████████▊| 39/40 [00:04<00:00, 8.79it/s]\n100%|██████████| 40/40 [00:04<00:00, 8.79it/s]\n100%|██████████| 40/40 [00:04<00:00, 8.91it/s]", "metrics": { "predict_time": 5.519890143, "total_time": 5.529201 }, "output": [ "https://replicate.delivery/yhqm/FSZRbGLD9JooNNSQevF9f0EEjMHDoOC9zZYYKFbMseyd0NlnA/out-0.png" ], "started_at": "2024-11-19T16:27:52.593311Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/qoxq-7lk5shur5izbv5aknajvwhiofh42nfxy24gio7ilgvnhd7dycesa", "get": "https://api.replicate.com/v1/predictions/0f39nf3nh1rj20ck8n09jzpr1c", "cancel": "https://api.replicate.com/v1/predictions/0f39nf3nh1rj20ck8n09jzpr1c/cancel" }, "version": "ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219" }
Generated inUsing seed: 62067 Prompt: score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight black hair, zoom view txt2img mode 0%| | 0/40 [00:00<?, ?it/s] 5%|▌ | 2/40 [00:00<00:03, 11.53it/s] 10%|█ | 4/40 [00:00<00:03, 9.80it/s] 12%|█▎ | 5/40 [00:00<00:03, 9.50it/s] 15%|█▌ | 6/40 [00:00<00:03, 9.29it/s] 18%|█▊ | 7/40 [00:00<00:03, 9.15it/s] 20%|██ | 8/40 [00:00<00:03, 9.05it/s] 22%|██▎ | 9/40 [00:00<00:03, 8.98it/s] 25%|██▌ | 10/40 [00:01<00:03, 8.94it/s] 28%|██▊ | 11/40 [00:01<00:03, 8.90it/s] 30%|███ | 12/40 [00:01<00:03, 8.87it/s] 32%|███▎ | 13/40 [00:01<00:03, 8.84it/s] 35%|███▌ | 14/40 [00:01<00:02, 8.83it/s] 38%|███▊ | 15/40 [00:01<00:02, 8.82it/s] 40%|████ | 16/40 [00:01<00:02, 8.82it/s] 42%|████▎ | 17/40 [00:01<00:02, 8.81it/s] 45%|████▌ | 18/40 [00:01<00:02, 8.80it/s] 48%|████▊ | 19/40 [00:02<00:02, 8.80it/s] 50%|█████ | 20/40 [00:02<00:02, 8.81it/s] 52%|█████▎ | 21/40 [00:02<00:02, 8.80it/s] 55%|█████▌ | 22/40 [00:02<00:02, 8.79it/s] 57%|█████▊ | 23/40 [00:02<00:01, 8.79it/s] 60%|██████ | 24/40 [00:02<00:01, 8.79it/s] 62%|██████▎ | 25/40 [00:02<00:01, 8.80it/s] 65%|██████▌ | 26/40 [00:02<00:01, 8.79it/s] 68%|██████▊ | 27/40 [00:03<00:01, 8.79it/s] 70%|███████ | 28/40 [00:03<00:01, 8.79it/s] 72%|███████▎ | 29/40 [00:03<00:01, 8.79it/s] 75%|███████▌ | 30/40 [00:03<00:01, 8.79it/s] 78%|███████▊ | 31/40 [00:03<00:01, 8.78it/s] 80%|████████ | 32/40 [00:03<00:00, 8.78it/s] 82%|████████▎ | 33/40 [00:03<00:00, 8.78it/s] 85%|████████▌ | 34/40 [00:03<00:00, 8.79it/s] 88%|████████▊ | 35/40 [00:03<00:00, 8.78it/s] 90%|█████████ | 36/40 [00:04<00:00, 8.79it/s] 92%|█████████▎| 37/40 [00:04<00:00, 8.79it/s] 95%|█████████▌| 38/40 [00:04<00:00, 8.79it/s] 98%|█████████▊| 39/40 [00:04<00:00, 8.79it/s] 100%|██████████| 40/40 [00:04<00:00, 8.79it/s] 100%|██████████| 40/40 [00:04<00:00, 8.91it/s]
Prediction
asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219ID20qktpwdssrj60ck9fm9y8xysgStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view
- strength
- 0.99
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 3.5
- negative_prompt
- score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes
- num_inference_steps
- 40
{ "mask": "https://replicate.delivery/pbxt/M0Y4wpx58tmrc13Soh6L1JUrm9DfAf9dyQ4WpZYR18OTF8Xk/out-0%20%D0%BA%D0%BE%D0%BF%D0%B8%D1%8F.jpg", "image": "https://replicate.delivery/pbxt/M0Y4wfDdDbANk5AZsks8W2nWs9gNdTw9YLvsyVNFiziy4cQH/out-0.png", "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view", "strength": 0.99, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 }
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 asiryan/realism-xl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219", { input: { mask: "https://replicate.delivery/pbxt/M0Y4wpx58tmrc13Soh6L1JUrm9DfAf9dyQ4WpZYR18OTF8Xk/out-0%20%D0%BA%D0%BE%D0%BF%D0%B8%D1%8F.jpg", image: "https://replicate.delivery/pbxt/M0Y4wfDdDbANk5AZsks8W2nWs9gNdTw9YLvsyVNFiziy4cQH/out-0.png", width: 1024, height: 1024, prompt: "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view", strength: 0.99, scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 3.5, negative_prompt: "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", num_inference_steps: 40 } } ); // 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 asiryan/realism-xl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219", input={ "mask": "https://replicate.delivery/pbxt/M0Y4wpx58tmrc13Soh6L1JUrm9DfAf9dyQ4WpZYR18OTF8Xk/out-0%20%D0%BA%D0%BE%D0%BF%D0%B8%D1%8F.jpg", "image": "https://replicate.delivery/pbxt/M0Y4wfDdDbANk5AZsks8W2nWs9gNdTw9YLvsyVNFiziy4cQH/out-0.png", "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view", "strength": 0.99, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 } ) # 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 asiryan/realism-xl 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": "asiryan/realism-xl:ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219", "input": { "mask": "https://replicate.delivery/pbxt/M0Y4wpx58tmrc13Soh6L1JUrm9DfAf9dyQ4WpZYR18OTF8Xk/out-0%20%D0%BA%D0%BE%D0%BF%D0%B8%D1%8F.jpg", "image": "https://replicate.delivery/pbxt/M0Y4wfDdDbANk5AZsks8W2nWs9gNdTw9YLvsyVNFiziy4cQH/out-0.png", "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view", "strength": 0.99, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-20T23:29:29.643978Z", "created_at": "2024-11-20T23:29:12.142000Z", "data_removed": false, "error": null, "id": "20qktpwdssrj60ck9fm9y8xysg", "input": { "mask": "https://replicate.delivery/pbxt/M0Y4wpx58tmrc13Soh6L1JUrm9DfAf9dyQ4WpZYR18OTF8Xk/out-0%20%D0%BA%D0%BE%D0%BF%D0%B8%D1%8F.jpg", "image": "https://replicate.delivery/pbxt/M0Y4wfDdDbANk5AZsks8W2nWs9gNdTw9YLvsyVNFiziy4cQH/out-0.png", "width": 1024, "height": 1024, "prompt": "score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view", "strength": 0.99, "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 3.5, "negative_prompt": "score_6, score_5, score_4, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, jpeg artifacts, deformed, noisy image, poorly drawn face, ugly face, crossed eyes", "num_inference_steps": 40 }, "logs": "Using seed: 36557\nPrompt: score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view\ninpainting mode\n 0%| | 0/39 [00:00<?, ?it/s]\n 3%|▎ | 1/39 [00:00<00:04, 8.89it/s]\n 5%|▌ | 2/39 [00:00<00:04, 8.85it/s]\n 8%|▊ | 3/39 [00:00<00:04, 8.84it/s]\n 10%|█ | 4/39 [00:00<00:03, 8.83it/s]\n 13%|█▎ | 5/39 [00:00<00:03, 8.82it/s]\n 15%|█▌ | 6/39 [00:00<00:03, 8.82it/s]\n 18%|█▊ | 7/39 [00:00<00:03, 8.81it/s]\n 21%|██ | 8/39 [00:00<00:03, 8.81it/s]\n 23%|██▎ | 9/39 [00:01<00:03, 8.81it/s]\n 26%|██▌ | 10/39 [00:01<00:03, 8.81it/s]\n 28%|██▊ | 11/39 [00:01<00:03, 8.81it/s]\n 31%|███ | 12/39 [00:01<00:03, 8.80it/s]\n 33%|███▎ | 13/39 [00:01<00:02, 8.81it/s]\n 36%|███▌ | 14/39 [00:01<00:02, 8.79it/s]\n 38%|███▊ | 15/39 [00:01<00:02, 8.80it/s]\n 41%|████ | 16/39 [00:01<00:02, 8.80it/s]\n 44%|████▎ | 17/39 [00:01<00:02, 8.80it/s]\n 46%|████▌ | 18/39 [00:02<00:02, 8.79it/s]\n 49%|████▊ | 19/39 [00:02<00:02, 8.80it/s]\n 51%|█████▏ | 20/39 [00:02<00:02, 8.81it/s]\n 54%|█████▍ | 21/39 [00:02<00:02, 8.81it/s]\n 56%|█████▋ | 22/39 [00:02<00:01, 8.80it/s]\n 59%|█████▉ | 23/39 [00:02<00:01, 8.80it/s]\n 62%|██████▏ | 24/39 [00:02<00:01, 8.80it/s]\n 64%|██████▍ | 25/39 [00:02<00:01, 8.80it/s]\n 67%|██████▋ | 26/39 [00:02<00:01, 8.80it/s]\n 69%|██████▉ | 27/39 [00:03<00:01, 8.79it/s]\n 72%|███████▏ | 28/39 [00:03<00:01, 8.80it/s]\n 74%|███████▍ | 29/39 [00:03<00:01, 8.81it/s]\n 77%|███████▋ | 30/39 [00:03<00:01, 8.81it/s]\n 79%|███████▉ | 31/39 [00:03<00:00, 8.82it/s]\n 82%|████████▏ | 32/39 [00:03<00:00, 8.81it/s]\n 85%|████████▍ | 33/39 [00:03<00:00, 8.81it/s]\n 87%|████████▋ | 34/39 [00:03<00:00, 8.81it/s]\n 90%|████████▉ | 35/39 [00:03<00:00, 8.81it/s]\n 92%|█████████▏| 36/39 [00:04<00:00, 8.81it/s]\n 95%|█████████▍| 37/39 [00:04<00:00, 8.81it/s]\n 97%|█████████▋| 38/39 [00:04<00:00, 8.80it/s]\n100%|██████████| 39/39 [00:04<00:00, 8.91it/s]", "metrics": { "predict_time": 7.184833109, "total_time": 17.501978 }, "output": [ "https://replicate.delivery/yhqm/YGWCqnLOaNpebKKq28H44ZhpRUHcPvls9eZBb5o8cTzZLCzTA/out-0.png" ], "started_at": "2024-11-20T23:29:22.459145Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/qoxq-e23tnllqzfxhbrdjrzn56giecfrosgsf3qy3pgkcqfesqwd6a5bq", "get": "https://api.replicate.com/v1/predictions/20qktpwdssrj60ck9fm9y8xysg", "cancel": "https://api.replicate.com/v1/predictions/20qktpwdssrj60ck9fm9y8xysg/cancel" }, "version": "ff26a1f71bc27f43de016f109135183e0e4902d7cdabbcbb177f4f8817112219" }
Generated inUsing seed: 36557 Prompt: score_9, score_8_up, score_7_up, (Western Comics), girl, cute, gothic, seductive, innocent, pale skin, long straight blue hair, zoom view inpainting mode 0%| | 0/39 [00:00<?, ?it/s] 3%|▎ | 1/39 [00:00<00:04, 8.89it/s] 5%|▌ | 2/39 [00:00<00:04, 8.85it/s] 8%|▊ | 3/39 [00:00<00:04, 8.84it/s] 10%|█ | 4/39 [00:00<00:03, 8.83it/s] 13%|█▎ | 5/39 [00:00<00:03, 8.82it/s] 15%|█▌ | 6/39 [00:00<00:03, 8.82it/s] 18%|█▊ | 7/39 [00:00<00:03, 8.81it/s] 21%|██ | 8/39 [00:00<00:03, 8.81it/s] 23%|██▎ | 9/39 [00:01<00:03, 8.81it/s] 26%|██▌ | 10/39 [00:01<00:03, 8.81it/s] 28%|██▊ | 11/39 [00:01<00:03, 8.81it/s] 31%|███ | 12/39 [00:01<00:03, 8.80it/s] 33%|███▎ | 13/39 [00:01<00:02, 8.81it/s] 36%|███▌ | 14/39 [00:01<00:02, 8.79it/s] 38%|███▊ | 15/39 [00:01<00:02, 8.80it/s] 41%|████ | 16/39 [00:01<00:02, 8.80it/s] 44%|████▎ | 17/39 [00:01<00:02, 8.80it/s] 46%|████▌ | 18/39 [00:02<00:02, 8.79it/s] 49%|████▊ | 19/39 [00:02<00:02, 8.80it/s] 51%|█████▏ | 20/39 [00:02<00:02, 8.81it/s] 54%|█████▍ | 21/39 [00:02<00:02, 8.81it/s] 56%|█████▋ | 22/39 [00:02<00:01, 8.80it/s] 59%|█████▉ | 23/39 [00:02<00:01, 8.80it/s] 62%|██████▏ | 24/39 [00:02<00:01, 8.80it/s] 64%|██████▍ | 25/39 [00:02<00:01, 8.80it/s] 67%|██████▋ | 26/39 [00:02<00:01, 8.80it/s] 69%|██████▉ | 27/39 [00:03<00:01, 8.79it/s] 72%|███████▏ | 28/39 [00:03<00:01, 8.80it/s] 74%|███████▍ | 29/39 [00:03<00:01, 8.81it/s] 77%|███████▋ | 30/39 [00:03<00:01, 8.81it/s] 79%|███████▉ | 31/39 [00:03<00:00, 8.82it/s] 82%|████████▏ | 32/39 [00:03<00:00, 8.81it/s] 85%|████████▍ | 33/39 [00:03<00:00, 8.81it/s] 87%|████████▋ | 34/39 [00:03<00:00, 8.81it/s] 90%|████████▉ | 35/39 [00:03<00:00, 8.81it/s] 92%|█████████▏| 36/39 [00:04<00:00, 8.81it/s] 95%|█████████▍| 37/39 [00:04<00:00, 8.81it/s] 97%|█████████▋| 38/39 [00:04<00:00, 8.80it/s] 100%|██████████| 39/39 [00:04<00:00, 8.91it/s]
Want to make some of these yourself?
Run this model