hyperpotatoesx / mengov2
- Public
- 12 runs
-
H100
Prediction
hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01IDvarxnmatd5rmc0ckc9na9rf16gStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out.
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 4:3
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 35
{ "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 35 }
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 hyperpotatoesx/mengov2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01", { input: { model: "dev", prompt: "a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out.", lora_scale: 1, num_outputs: 4, aspect_ratio: "4:3", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 35 } } ); // 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 hyperpotatoesx/mengov2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01", input={ "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 35 } ) # 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 hyperpotatoesx/mengov2 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": "hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01", "input": { "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character\'s wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character\'s vividness and whimsical elements like small black stars floating around them to stand out.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 35 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-25T08:23:23.693754Z", "created_at": "2024-11-25T08:22:37.417000Z", "data_removed": false, "error": null, "id": "varxnmatd5rmc0ckc9na9rf16g", "input": { "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 35 }, "logs": "Using seed: 9847\nPrompt: a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out.\n[!] txt2img mode\nUsing dev model\nfree=29408575250432\nDownloading weights\n2024-11-25T08:22:37Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppphqkjp7/weights url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar\n2024-11-25T08:22:40Z | INFO | [ Complete ] dest=/tmp/tmppphqkjp7/weights size=\"258 MB\" total_elapsed=2.647s url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar\nDownloaded weights in 2.68s\nLoaded LoRAs in 3.57s\n 0%| | 0/35 [00:00<?, ?it/s]\n 3%|▎ | 1/35 [00:01<00:40, 1.19s/it]\n 6%|▌ | 2/35 [00:02<00:35, 1.07s/it]\n 9%|▊ | 3/35 [00:03<00:36, 1.13s/it]\n 11%|█▏ | 4/35 [00:04<00:35, 1.15s/it]\n 14%|█▍ | 5/35 [00:05<00:34, 1.17s/it]\n 17%|█▋ | 6/35 [00:06<00:34, 1.18s/it]\n 20%|██ | 7/35 [00:08<00:33, 1.18s/it]\n 23%|██▎ | 8/35 [00:09<00:32, 1.19s/it]\n 26%|██▌ | 9/35 [00:10<00:30, 1.19s/it]\n 29%|██▊ | 10/35 [00:11<00:29, 1.19s/it]\n 31%|███▏ | 11/35 [00:12<00:28, 1.19s/it]\n 34%|███▍ | 12/35 [00:14<00:27, 1.19s/it]\n 37%|███▋ | 13/35 [00:15<00:26, 1.19s/it]\n 40%|████ | 14/35 [00:16<00:25, 1.19s/it]\n 43%|████▎ | 15/35 [00:17<00:23, 1.19s/it]\n 46%|████▌ | 16/35 [00:18<00:22, 1.19s/it]\n 49%|████▊ | 17/35 [00:20<00:21, 1.19s/it]\n 51%|█████▏ | 18/35 [00:21<00:20, 1.19s/it]\n 54%|█████▍ | 19/35 [00:22<00:19, 1.19s/it]\n 57%|█████▋ | 20/35 [00:23<00:17, 1.19s/it]\n 60%|██████ | 21/35 [00:24<00:16, 1.19s/it]\n 63%|██████▎ | 22/35 [00:26<00:15, 1.19s/it]\n 66%|██████▌ | 23/35 [00:27<00:14, 1.19s/it]\n 69%|██████▊ | 24/35 [00:28<00:13, 1.20s/it]\n 71%|███████▏ | 25/35 [00:29<00:11, 1.20s/it]\n 74%|███████▍ | 26/35 [00:30<00:10, 1.20s/it]\n 77%|███████▋ | 27/35 [00:32<00:09, 1.19s/it]\n 80%|████████ | 28/35 [00:33<00:08, 1.20s/it]\n 83%|████████▎ | 29/35 [00:34<00:07, 1.20s/it]\n 86%|████████▌ | 30/35 [00:35<00:05, 1.20s/it]\n 89%|████████▊ | 31/35 [00:36<00:04, 1.20s/it]\n 91%|█████████▏| 32/35 [00:38<00:03, 1.20s/it]\n 94%|█████████▍| 33/35 [00:39<00:02, 1.20s/it]\n 97%|█████████▋| 34/35 [00:40<00:01, 1.20s/it]\n100%|██████████| 35/35 [00:41<00:00, 1.20s/it]\n100%|██████████| 35/35 [00:41<00:00, 1.19s/it]", "metrics": { "predict_time": 46.210902332, "total_time": 46.276754 }, "output": [ "https://replicate.delivery/xezq/W0KtGCw0eK3FYaMOAsbaIkNDp6PN8apQvZRm8QFyfD67XeonA/out-0.webp", "https://replicate.delivery/xezq/cjPchmukffmh4E1yeblaIBoN50kzl047jioocA5GR2evfyjeE/out-1.webp", "https://replicate.delivery/xezq/vyRhd7CygaorLtID5eBRWENFgTe1zQ8mXe5DBjVSEpJ2v8onA/out-2.webp", "https://replicate.delivery/xezq/BR5tyYfwgdwhV6F4aNn03BUfjNB9UU34dfAwICvBCBS3v8onA/out-3.webp" ], "started_at": "2024-11-25T08:22:37.482852Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-sv4vgexte5aye37v6nv6yft7udbd344wkyg2cypymcykvx6qzdaa", "get": "https://api.replicate.com/v1/predictions/varxnmatd5rmc0ckc9na9rf16g", "cancel": "https://api.replicate.com/v1/predictions/varxnmatd5rmc0ckc9na9rf16g/cancel" }, "version": "822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01" }
Generated inUsing seed: 9847 Prompt: a Mengo Yokoyari style image of Ai Hoshino a vibrant and colorful anime character with long, flowing purple hair, partly held back by a large hairpiece featuring a smiling bunny with wings and yellow stars. The character's wide, expressive eyes are filled with an array of colors resembling a galaxy, with star-like reflections. They wear a voluminous dress layered with shades of purple, pink, and blue, and intricate ruffles around the shoulders and neckline. The dress features a prominent, luminous butterfly motif at the chest, emitting light with sparkling energy lines. One arm is raised with a red-gloved hand making a peace sign beside their head, while the other arm is slightly in the background. The background is simple and white, allowing the character's vividness and whimsical elements like small black stars floating around them to stand out. [!] txt2img mode Using dev model free=29408575250432 Downloading weights 2024-11-25T08:22:37Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppphqkjp7/weights url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar 2024-11-25T08:22:40Z | INFO | [ Complete ] dest=/tmp/tmppphqkjp7/weights size="258 MB" total_elapsed=2.647s url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar Downloaded weights in 2.68s Loaded LoRAs in 3.57s 0%| | 0/35 [00:00<?, ?it/s] 3%|▎ | 1/35 [00:01<00:40, 1.19s/it] 6%|▌ | 2/35 [00:02<00:35, 1.07s/it] 9%|▊ | 3/35 [00:03<00:36, 1.13s/it] 11%|█▏ | 4/35 [00:04<00:35, 1.15s/it] 14%|█▍ | 5/35 [00:05<00:34, 1.17s/it] 17%|█▋ | 6/35 [00:06<00:34, 1.18s/it] 20%|██ | 7/35 [00:08<00:33, 1.18s/it] 23%|██▎ | 8/35 [00:09<00:32, 1.19s/it] 26%|██▌ | 9/35 [00:10<00:30, 1.19s/it] 29%|██▊ | 10/35 [00:11<00:29, 1.19s/it] 31%|███▏ | 11/35 [00:12<00:28, 1.19s/it] 34%|███▍ | 12/35 [00:14<00:27, 1.19s/it] 37%|███▋ | 13/35 [00:15<00:26, 1.19s/it] 40%|████ | 14/35 [00:16<00:25, 1.19s/it] 43%|████▎ | 15/35 [00:17<00:23, 1.19s/it] 46%|████▌ | 16/35 [00:18<00:22, 1.19s/it] 49%|████▊ | 17/35 [00:20<00:21, 1.19s/it] 51%|█████▏ | 18/35 [00:21<00:20, 1.19s/it] 54%|█████▍ | 19/35 [00:22<00:19, 1.19s/it] 57%|█████▋ | 20/35 [00:23<00:17, 1.19s/it] 60%|██████ | 21/35 [00:24<00:16, 1.19s/it] 63%|██████▎ | 22/35 [00:26<00:15, 1.19s/it] 66%|██████▌ | 23/35 [00:27<00:14, 1.19s/it] 69%|██████▊ | 24/35 [00:28<00:13, 1.20s/it] 71%|███████▏ | 25/35 [00:29<00:11, 1.20s/it] 74%|███████▍ | 26/35 [00:30<00:10, 1.20s/it] 77%|███████▋ | 27/35 [00:32<00:09, 1.19s/it] 80%|████████ | 28/35 [00:33<00:08, 1.20s/it] 83%|████████▎ | 29/35 [00:34<00:07, 1.20s/it] 86%|████████▌ | 30/35 [00:35<00:05, 1.20s/it] 89%|████████▊ | 31/35 [00:36<00:04, 1.20s/it] 91%|█████████▏| 32/35 [00:38<00:03, 1.20s/it] 94%|█████████▍| 33/35 [00:39<00:02, 1.20s/it] 97%|█████████▋| 34/35 [00:40<00:01, 1.20s/it] 100%|██████████| 35/35 [00:41<00:00, 1.20s/it] 100%|██████████| 35/35 [00:41<00:00, 1.19s/it]
Prediction
hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01IDkm9ch4hfk5rmc0ckcaksjxann4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- a Mengo Yokoyari style image of Ai Hoshino
- lora_scale
- 0.85
- num_outputs
- 4
- aspect_ratio
- 4:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 0.9
- num_inference_steps
- 35
{ "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino\n", "lora_scale": 0.85, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.9, "num_inference_steps": 35 }
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 hyperpotatoesx/mengov2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01", { input: { model: "dev", prompt: "a Mengo Yokoyari style image of Ai Hoshino\n", lora_scale: 0.85, num_outputs: 4, aspect_ratio: "4:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 0.9, num_inference_steps: 35 } } ); // 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 hyperpotatoesx/mengov2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01", input={ "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino\n", "lora_scale": 0.85, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.9, "num_inference_steps": 35 } ) # 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 hyperpotatoesx/mengov2 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": "hyperpotatoesx/mengov2:822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01", "input": { "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino\\n", "lora_scale": 0.85, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.9, "num_inference_steps": 35 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-25T09:29:49.940416Z", "created_at": "2024-11-25T09:29:04.153000Z", "data_removed": false, "error": null, "id": "km9ch4hfk5rmc0ckcaksjxann4", "input": { "model": "dev", "prompt": "a Mengo Yokoyari style image of Ai Hoshino\n", "lora_scale": 0.85, "num_outputs": 4, "aspect_ratio": "4:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.9, "num_inference_steps": 35 }, "logs": "Using seed: 60043\nPrompt: a Mengo Yokoyari style image of Ai Hoshino\n[!] txt2img mode\nUsing dev model\nfree=28966578475008\nDownloading weights\n2024-11-25T09:29:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpu22nzfpb/weights url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar\n2024-11-25T09:29:06Z | INFO | [ Complete ] dest=/tmp/tmpu22nzfpb/weights size=\"258 MB\" total_elapsed=1.991s url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar\nDownloaded weights in 2.02s\nLoaded LoRAs in 2.50s\n 0%| | 0/35 [00:00<?, ?it/s]\n 3%|▎ | 1/35 [00:01<00:40, 1.20s/it]\n 6%|▌ | 2/35 [00:02<00:35, 1.08s/it]\n 9%|▊ | 3/35 [00:03<00:36, 1.13s/it]\n 11%|█▏ | 4/35 [00:04<00:35, 1.16s/it]\n 14%|█▍ | 5/35 [00:05<00:35, 1.17s/it]\n 17%|█▋ | 6/35 [00:06<00:34, 1.18s/it]\n 20%|██ | 7/35 [00:08<00:33, 1.18s/it]\n 23%|██▎ | 8/35 [00:09<00:31, 1.19s/it]\n 26%|██▌ | 9/35 [00:10<00:30, 1.19s/it]\n 29%|██▊ | 10/35 [00:11<00:29, 1.19s/it]\n 31%|███▏ | 11/35 [00:12<00:28, 1.19s/it]\n 34%|███▍ | 12/35 [00:14<00:27, 1.19s/it]\n 37%|███▋ | 13/35 [00:15<00:26, 1.19s/it]\n 40%|████ | 14/35 [00:16<00:25, 1.19s/it]\n 43%|████▎ | 15/35 [00:17<00:23, 1.19s/it]\n 46%|████▌ | 16/35 [00:18<00:22, 1.19s/it]\n 49%|████▊ | 17/35 [00:20<00:21, 1.19s/it]\n 51%|█████▏ | 18/35 [00:21<00:20, 1.19s/it]\n 54%|█████▍ | 19/35 [00:22<00:19, 1.19s/it]\n 57%|█████▋ | 20/35 [00:23<00:17, 1.19s/it]\n 60%|██████ | 21/35 [00:24<00:16, 1.19s/it]\n 63%|██████▎ | 22/35 [00:26<00:15, 1.19s/it]\n 66%|██████▌ | 23/35 [00:27<00:14, 1.19s/it]\n 69%|██████▊ | 24/35 [00:28<00:13, 1.20s/it]\n 71%|███████▏ | 25/35 [00:29<00:11, 1.20s/it]\n 74%|███████▍ | 26/35 [00:30<00:10, 1.19s/it]\n 77%|███████▋ | 27/35 [00:32<00:09, 1.19s/it]\n 80%|████████ | 28/35 [00:33<00:08, 1.20s/it]\n 83%|████████▎ | 29/35 [00:34<00:07, 1.20s/it]\n 86%|████████▌ | 30/35 [00:35<00:05, 1.19s/it]\n 89%|████████▊ | 31/35 [00:36<00:04, 1.19s/it]\n 91%|█████████▏| 32/35 [00:38<00:03, 1.20s/it]\n 94%|█████████▍| 33/35 [00:39<00:02, 1.20s/it]\n 97%|█████████▋| 34/35 [00:40<00:01, 1.19s/it]\n100%|██████████| 35/35 [00:41<00:00, 1.20s/it]\n100%|██████████| 35/35 [00:41<00:00, 1.19s/it]", "metrics": { "predict_time": 45.605688409, "total_time": 45.787416 }, "output": [ "https://replicate.delivery/xezq/P9GUybrFxU4jER9URufSIfjTWGfffqvke9GywaYBWJOUj1H9E/out-0.png", "https://replicate.delivery/xezq/fJgCiUCryCSaaCMLThBI9PgxvDBsacX8HfBhgXefmIN2Y9RPB/out-1.png", "https://replicate.delivery/xezq/Uecznc8iDPwSDqksXHHJNRETu9MiOct11dCHsb7HAxuGrP6JA/out-2.png", "https://replicate.delivery/xezq/Iil800L0sEY7Lpk6PEUqA1yH3388eeH25R7YFCjGMfYbseRPB/out-3.png" ], "started_at": "2024-11-25T09:29:04.334728Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-anfncqrucvlfnmzvuqk2syqy3ss2bjomyltnhmz27ztjz6ba5zsq", "get": "https://api.replicate.com/v1/predictions/km9ch4hfk5rmc0ckcaksjxann4", "cancel": "https://api.replicate.com/v1/predictions/km9ch4hfk5rmc0ckcaksjxann4/cancel" }, "version": "822c15b21bc9f37de68d720d4b010a8fe76fb8039d9d0fe61f3eafda19328f01" }
Generated inUsing seed: 60043 Prompt: a Mengo Yokoyari style image of Ai Hoshino [!] txt2img mode Using dev model free=28966578475008 Downloading weights 2024-11-25T09:29:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpu22nzfpb/weights url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar 2024-11-25T09:29:06Z | INFO | [ Complete ] dest=/tmp/tmpu22nzfpb/weights size="258 MB" total_elapsed=1.991s url=https://replicate.delivery/xezq/iKB8BJDzqB4xEBge032bftgjVXe9K5PIR19DP8s9ImJxC4onA/trained_model.tar Downloaded weights in 2.02s Loaded LoRAs in 2.50s 0%| | 0/35 [00:00<?, ?it/s] 3%|▎ | 1/35 [00:01<00:40, 1.20s/it] 6%|▌ | 2/35 [00:02<00:35, 1.08s/it] 9%|▊ | 3/35 [00:03<00:36, 1.13s/it] 11%|█▏ | 4/35 [00:04<00:35, 1.16s/it] 14%|█▍ | 5/35 [00:05<00:35, 1.17s/it] 17%|█▋ | 6/35 [00:06<00:34, 1.18s/it] 20%|██ | 7/35 [00:08<00:33, 1.18s/it] 23%|██▎ | 8/35 [00:09<00:31, 1.19s/it] 26%|██▌ | 9/35 [00:10<00:30, 1.19s/it] 29%|██▊ | 10/35 [00:11<00:29, 1.19s/it] 31%|███▏ | 11/35 [00:12<00:28, 1.19s/it] 34%|███▍ | 12/35 [00:14<00:27, 1.19s/it] 37%|███▋ | 13/35 [00:15<00:26, 1.19s/it] 40%|████ | 14/35 [00:16<00:25, 1.19s/it] 43%|████▎ | 15/35 [00:17<00:23, 1.19s/it] 46%|████▌ | 16/35 [00:18<00:22, 1.19s/it] 49%|████▊ | 17/35 [00:20<00:21, 1.19s/it] 51%|█████▏ | 18/35 [00:21<00:20, 1.19s/it] 54%|█████▍ | 19/35 [00:22<00:19, 1.19s/it] 57%|█████▋ | 20/35 [00:23<00:17, 1.19s/it] 60%|██████ | 21/35 [00:24<00:16, 1.19s/it] 63%|██████▎ | 22/35 [00:26<00:15, 1.19s/it] 66%|██████▌ | 23/35 [00:27<00:14, 1.19s/it] 69%|██████▊ | 24/35 [00:28<00:13, 1.20s/it] 71%|███████▏ | 25/35 [00:29<00:11, 1.20s/it] 74%|███████▍ | 26/35 [00:30<00:10, 1.19s/it] 77%|███████▋ | 27/35 [00:32<00:09, 1.19s/it] 80%|████████ | 28/35 [00:33<00:08, 1.20s/it] 83%|████████▎ | 29/35 [00:34<00:07, 1.20s/it] 86%|████████▌ | 30/35 [00:35<00:05, 1.19s/it] 89%|████████▊ | 31/35 [00:36<00:04, 1.19s/it] 91%|█████████▏| 32/35 [00:38<00:03, 1.20s/it] 94%|█████████▍| 33/35 [00:39<00:02, 1.20s/it] 97%|█████████▋| 34/35 [00:40<00:01, 1.19s/it] 100%|██████████| 35/35 [00:41<00:00, 1.20s/it] 100%|██████████| 35/35 [00:41<00:00, 1.19s/it]
Want to make some of these yourself?
Run this model