asiryan / meina-mix-v11
Meina Mix V11 Model (Text2Img, Img2Img and Inpainting)
Prediction
asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7IDjburjylbzasrivi4rtn3nl25dqStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 728
- prompt
- 1girl, japanese armor, white hair, purple eyes, sword, ((holding sword)), blue flames, glowing weapon, light particles, wallpaper, chromatic aberration
- strength
- 1
- scheduler
- K_EULER_ANCESTRAL
- guidance_scale
- 7.5
- negative_prompt
- (worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)
- use_karras_sigmas
- num_inference_steps
- 20
{ "width": 512, "height": 728, "prompt": "1girl, japanese armor, white hair, purple eyes, sword, ((holding sword)), blue flames, glowing weapon, light particles, wallpaper, chromatic aberration", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/meina-mix-v11 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", { input: { width: 512, height: 728, prompt: "1girl, japanese armor, white hair, purple eyes, sword, ((holding sword)), blue flames, glowing weapon, light particles, wallpaper, chromatic aberration", strength: 1, scheduler: "K_EULER_ANCESTRAL", guidance_scale: 7.5, negative_prompt: "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", use_karras_sigmas: false, num_inference_steps: 20 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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/meina-mix-v11 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", input={ "width": 512, "height": 728, "prompt": "1girl, japanese armor, white hair, purple eyes, sword, ((holding sword)), blue flames, glowing weapon, light particles, wallpaper, chromatic aberration", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": False, "num_inference_steps": 20 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/meina-mix-v11 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/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", "input": { "width": 512, "height": 728, "prompt": "1girl, japanese armor, white hair, purple eyes, sword, ((holding sword)), blue flames, glowing weapon, light particles, wallpaper, chromatic aberration", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-11T13:37:16.445343Z", "created_at": "2023-12-11T13:36:09.774302Z", "data_removed": false, "error": null, "id": "jburjylbzasrivi4rtn3nl25dq", "input": { "width": 512, "height": 728, "prompt": "1girl, japanese armor, white hair, purple eyes, sword, ((holding sword)), blue flames, glowing weapon, light particles, wallpaper, chromatic aberration", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 }, "logs": "Scheduler: K_EULER_ANCESTRAL\nUsing karras sigmas: False\nUsing seed: 63700\nMode: text2img\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:12, 1.57it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.82it/s]\n 15%|█▌ | 3/20 [00:00<00:04, 3.78it/s]\n 20%|██ | 4/20 [00:01<00:03, 4.50it/s]\n 25%|██▌ | 5/20 [00:01<00:02, 5.04it/s]\n 30%|███ | 6/20 [00:01<00:02, 5.42it/s]\n 35%|███▌ | 7/20 [00:01<00:02, 5.69it/s]\n 40%|████ | 8/20 [00:01<00:02, 5.88it/s]\n 45%|████▌ | 9/20 [00:01<00:01, 6.02it/s]\n 50%|█████ | 10/20 [00:02<00:01, 6.11it/s]\n 55%|█████▌ | 11/20 [00:02<00:01, 6.18it/s]\n 60%|██████ | 12/20 [00:02<00:01, 6.22it/s]\n 65%|██████▌ | 13/20 [00:02<00:01, 6.24it/s]\n 70%|███████ | 14/20 [00:02<00:00, 6.27it/s]\n 75%|███████▌ | 15/20 [00:02<00:00, 6.29it/s]\n 80%|████████ | 16/20 [00:03<00:00, 6.31it/s]\n 85%|████████▌ | 17/20 [00:03<00:00, 6.31it/s]\n 90%|█████████ | 18/20 [00:03<00:00, 6.32it/s]\n 95%|█████████▌| 19/20 [00:03<00:00, 6.32it/s]\n100%|██████████| 20/20 [00:03<00:00, 6.31it/s]\n100%|██████████| 20/20 [00:03<00:00, 5.50it/s]", "metrics": { "predict_time": 5.425728, "total_time": 66.671041 }, "output": "https://replicate.delivery/pbxt/PssUgTmv9qZnCRCW2wjRGLtv9NZ7WSk5YZNIa5NjvevFFmAJA/output.png", "started_at": "2023-12-11T13:37:11.019615Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jburjylbzasrivi4rtn3nl25dq", "cancel": "https://api.replicate.com/v1/predictions/jburjylbzasrivi4rtn3nl25dq/cancel" }, "version": "f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7" }
Generated inScheduler: K_EULER_ANCESTRAL Using karras sigmas: False Using seed: 63700 Mode: text2img 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:12, 1.57it/s] 10%|█ | 2/20 [00:00<00:06, 2.82it/s] 15%|█▌ | 3/20 [00:00<00:04, 3.78it/s] 20%|██ | 4/20 [00:01<00:03, 4.50it/s] 25%|██▌ | 5/20 [00:01<00:02, 5.04it/s] 30%|███ | 6/20 [00:01<00:02, 5.42it/s] 35%|███▌ | 7/20 [00:01<00:02, 5.69it/s] 40%|████ | 8/20 [00:01<00:02, 5.88it/s] 45%|████▌ | 9/20 [00:01<00:01, 6.02it/s] 50%|█████ | 10/20 [00:02<00:01, 6.11it/s] 55%|█████▌ | 11/20 [00:02<00:01, 6.18it/s] 60%|██████ | 12/20 [00:02<00:01, 6.22it/s] 65%|██████▌ | 13/20 [00:02<00:01, 6.24it/s] 70%|███████ | 14/20 [00:02<00:00, 6.27it/s] 75%|███████▌ | 15/20 [00:02<00:00, 6.29it/s] 80%|████████ | 16/20 [00:03<00:00, 6.31it/s] 85%|████████▌ | 17/20 [00:03<00:00, 6.31it/s] 90%|█████████ | 18/20 [00:03<00:00, 6.32it/s] 95%|█████████▌| 19/20 [00:03<00:00, 6.32it/s] 100%|██████████| 20/20 [00:03<00:00, 6.31it/s] 100%|██████████| 20/20 [00:03<00:00, 5.50it/s]
Prediction
asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7IDwvteuidbllvmrfdbjmqzop5n5aStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 728
- prompt
- 1girl, ponytail ,white hair, purple eyes, (dress:1.3), medium breasts, collarbone, flowers and petals, (illustration:1.1), (perfect details:1.1), landscape, background, rose, abstract
- strength
- 1
- scheduler
- K_EULER_ANCESTRAL
- guidance_scale
- 7.5
- negative_prompt
- (worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)
- use_karras_sigmas
- num_inference_steps
- 20
{ "width": 512, "height": 728, "prompt": "1girl, ponytail ,white hair, purple eyes, (dress:1.3), medium breasts, collarbone, flowers and petals, (illustration:1.1), (perfect details:1.1), landscape, background, rose, abstract", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/meina-mix-v11 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", { input: { width: 512, height: 728, prompt: "1girl, ponytail ,white hair, purple eyes, (dress:1.3), medium breasts, collarbone, flowers and petals, (illustration:1.1), (perfect details:1.1), landscape, background, rose, abstract", strength: 1, scheduler: "K_EULER_ANCESTRAL", guidance_scale: 7.5, negative_prompt: "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", use_karras_sigmas: false, num_inference_steps: 20 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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/meina-mix-v11 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", input={ "width": 512, "height": 728, "prompt": "1girl, ponytail ,white hair, purple eyes, (dress:1.3), medium breasts, collarbone, flowers and petals, (illustration:1.1), (perfect details:1.1), landscape, background, rose, abstract", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": False, "num_inference_steps": 20 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/meina-mix-v11 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/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", "input": { "width": 512, "height": 728, "prompt": "1girl, ponytail ,white hair, purple eyes, (dress:1.3), medium breasts, collarbone, flowers and petals, (illustration:1.1), (perfect details:1.1), landscape, background, rose, abstract", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-11T13:37:45.590703Z", "created_at": "2023-12-11T13:37:41.039398Z", "data_removed": false, "error": null, "id": "wvteuidbllvmrfdbjmqzop5n5a", "input": { "width": 512, "height": 728, "prompt": "1girl, ponytail ,white hair, purple eyes, (dress:1.3), medium breasts, collarbone, flowers and petals, (illustration:1.1), (perfect details:1.1), landscape, background, rose, abstract", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 }, "logs": "Scheduler: K_EULER_ANCESTRAL\nUsing karras sigmas: False\nUsing seed: 46071\nMode: text2img\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:02, 6.43it/s]\n 10%|█ | 2/20 [00:00<00:02, 6.37it/s]\n 15%|█▌ | 3/20 [00:00<00:02, 6.36it/s]\n 20%|██ | 4/20 [00:00<00:02, 6.35it/s]\n 25%|██▌ | 5/20 [00:00<00:02, 6.35it/s]\n 30%|███ | 6/20 [00:00<00:02, 6.34it/s]\n 35%|███▌ | 7/20 [00:01<00:02, 6.34it/s]\n 40%|████ | 8/20 [00:01<00:01, 6.33it/s]\n 45%|████▌ | 9/20 [00:01<00:01, 6.32it/s]\n 50%|█████ | 10/20 [00:01<00:01, 6.31it/s]\n 55%|█████▌ | 11/20 [00:01<00:01, 6.32it/s]\n 60%|██████ | 12/20 [00:01<00:01, 6.31it/s]\n 65%|██████▌ | 13/20 [00:02<00:01, 6.31it/s]\n 70%|███████ | 14/20 [00:02<00:00, 6.31it/s]\n 75%|███████▌ | 15/20 [00:02<00:00, 6.31it/s]\n 80%|████████ | 16/20 [00:02<00:00, 6.30it/s]\n 85%|████████▌ | 17/20 [00:02<00:00, 6.30it/s]\n 90%|█████████ | 18/20 [00:02<00:00, 6.30it/s]\n 95%|█████████▌| 19/20 [00:03<00:00, 6.30it/s]\n100%|██████████| 20/20 [00:03<00:00, 6.30it/s]\n100%|██████████| 20/20 [00:03<00:00, 6.32it/s]", "metrics": { "predict_time": 4.512882, "total_time": 4.551305 }, "output": "https://replicate.delivery/pbxt/Y6T0JO4zRqqUGBcvJMnz64r5CM8v0rpIkJWnMWjroLNqCTgE/output.png", "started_at": "2023-12-11T13:37:41.077821Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wvteuidbllvmrfdbjmqzop5n5a", "cancel": "https://api.replicate.com/v1/predictions/wvteuidbllvmrfdbjmqzop5n5a/cancel" }, "version": "f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7" }
Generated inScheduler: K_EULER_ANCESTRAL Using karras sigmas: False Using seed: 46071 Mode: text2img 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:02, 6.43it/s] 10%|█ | 2/20 [00:00<00:02, 6.37it/s] 15%|█▌ | 3/20 [00:00<00:02, 6.36it/s] 20%|██ | 4/20 [00:00<00:02, 6.35it/s] 25%|██▌ | 5/20 [00:00<00:02, 6.35it/s] 30%|███ | 6/20 [00:00<00:02, 6.34it/s] 35%|███▌ | 7/20 [00:01<00:02, 6.34it/s] 40%|████ | 8/20 [00:01<00:01, 6.33it/s] 45%|████▌ | 9/20 [00:01<00:01, 6.32it/s] 50%|█████ | 10/20 [00:01<00:01, 6.31it/s] 55%|█████▌ | 11/20 [00:01<00:01, 6.32it/s] 60%|██████ | 12/20 [00:01<00:01, 6.31it/s] 65%|██████▌ | 13/20 [00:02<00:01, 6.31it/s] 70%|███████ | 14/20 [00:02<00:00, 6.31it/s] 75%|███████▌ | 15/20 [00:02<00:00, 6.31it/s] 80%|████████ | 16/20 [00:02<00:00, 6.30it/s] 85%|████████▌ | 17/20 [00:02<00:00, 6.30it/s] 90%|█████████ | 18/20 [00:02<00:00, 6.30it/s] 95%|█████████▌| 19/20 [00:03<00:00, 6.30it/s] 100%|██████████| 20/20 [00:03<00:00, 6.30it/s] 100%|██████████| 20/20 [00:03<00:00, 6.32it/s]
Prediction
asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7IDh6ygb55151rgp0ckc1sbqt90ecStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 728
- prompt
- (masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), masterpiece*portrait, realistic, 3d face, glowing eyes, shiny hair, lustrous skin, solo, embarassed, (midriff)
- strength
- 1
- scheduler
- K_EULER_ANCESTRAL
- guidance_scale
- 7.5
- negative_prompt
- (worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)
- use_karras_sigmas
- num_inference_steps
- 20
{ "width": 512, "height": 728, "prompt": "(masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), masterpiece*portrait, realistic, 3d face, glowing eyes, shiny hair, lustrous skin, solo, embarassed, (midriff)", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/meina-mix-v11 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", { input: { width: 512, height: 728, prompt: "(masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), masterpiece*portrait, realistic, 3d face, glowing eyes, shiny hair, lustrous skin, solo, embarassed, (midriff)", strength: 1, scheduler: "K_EULER_ANCESTRAL", guidance_scale: 7.5, negative_prompt: "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", use_karras_sigmas: false, num_inference_steps: 20 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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/meina-mix-v11 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", input={ "width": 512, "height": 728, "prompt": "(masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), masterpiece*portrait, realistic, 3d face, glowing eyes, shiny hair, lustrous skin, solo, embarassed, (midriff)", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": False, "num_inference_steps": 20 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/meina-mix-v11 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/meina-mix-v11:f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7", "input": { "width": 512, "height": 728, "prompt": "(masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), masterpiece*portrait, realistic, 3d face, glowing eyes, shiny hair, lustrous skin, solo, embarassed, (midriff)", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-24T23:12:34.077456Z", "created_at": "2024-11-24T23:12:25.384000Z", "data_removed": false, "error": null, "id": "h6ygb55151rgp0ckc1sbqt90ec", "input": { "width": 512, "height": 728, "prompt": "(masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), masterpiece*portrait, realistic, 3d face, glowing eyes, shiny hair, lustrous skin, solo, embarassed, (midriff)", "strength": 1, "scheduler": "K_EULER_ANCESTRAL", "guidance_scale": 7.5, "negative_prompt": "(worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)", "use_karras_sigmas": false, "num_inference_steps": 20 }, "logs": "Scheduler: K_EULER_ANCESTRAL\nUsing karras sigmas: False\nUsing seed: 10835\nMode: text2img\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 6.11it/s]\n 10%|█ | 2/20 [00:00<00:02, 6.19it/s]\n 15%|█▌ | 3/20 [00:00<00:02, 6.22it/s]\n 20%|██ | 4/20 [00:00<00:02, 6.23it/s]\n 25%|██▌ | 5/20 [00:00<00:02, 6.23it/s]\n 30%|███ | 6/20 [00:00<00:02, 6.24it/s]\n 35%|███▌ | 7/20 [00:01<00:02, 6.24it/s]\n 40%|████ | 8/20 [00:01<00:01, 6.25it/s]\n 45%|████▌ | 9/20 [00:01<00:01, 6.26it/s]\n 50%|█████ | 10/20 [00:01<00:01, 6.26it/s]\n 55%|█████▌ | 11/20 [00:01<00:01, 6.26it/s]\n 60%|██████ | 12/20 [00:01<00:01, 6.26it/s]\n 65%|██████▌ | 13/20 [00:02<00:01, 6.26it/s]\n 70%|███████ | 14/20 [00:02<00:00, 6.26it/s]\n 75%|███████▌ | 15/20 [00:02<00:00, 6.26it/s]\n 80%|████████ | 16/20 [00:02<00:00, 6.26it/s]\n 85%|████████▌ | 17/20 [00:02<00:00, 6.26it/s]\n 90%|█████████ | 18/20 [00:02<00:00, 6.26it/s]\n 95%|█████████▌| 19/20 [00:03<00:00, 6.27it/s]\n100%|██████████| 20/20 [00:03<00:00, 6.27it/s]\n100%|██████████| 20/20 [00:03<00:00, 6.25it/s]", "metrics": { "predict_time": 3.909593354, "total_time": 8.693456 }, "output": "https://replicate.delivery/pbxt/MKvtVlpQpf16MyfrEiHrElER9mcQ9debeU8IgjWoSYLHOZRPB/output.png", "started_at": "2024-11-24T23:12:30.167863Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/h6ygb55151rgp0ckc1sbqt90ec", "cancel": "https://api.replicate.com/v1/predictions/h6ygb55151rgp0ckc1sbqt90ec/cancel" }, "version": "f0eba373c70464e12e48defa5520bef59f727018779afb9c5b6bddb80523a8f7" }
Generated inScheduler: K_EULER_ANCESTRAL Using karras sigmas: False Using seed: 10835 Mode: text2img 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 6.11it/s] 10%|█ | 2/20 [00:00<00:02, 6.19it/s] 15%|█▌ | 3/20 [00:00<00:02, 6.22it/s] 20%|██ | 4/20 [00:00<00:02, 6.23it/s] 25%|██▌ | 5/20 [00:00<00:02, 6.23it/s] 30%|███ | 6/20 [00:00<00:02, 6.24it/s] 35%|███▌ | 7/20 [00:01<00:02, 6.24it/s] 40%|████ | 8/20 [00:01<00:01, 6.25it/s] 45%|████▌ | 9/20 [00:01<00:01, 6.26it/s] 50%|█████ | 10/20 [00:01<00:01, 6.26it/s] 55%|█████▌ | 11/20 [00:01<00:01, 6.26it/s] 60%|██████ | 12/20 [00:01<00:01, 6.26it/s] 65%|██████▌ | 13/20 [00:02<00:01, 6.26it/s] 70%|███████ | 14/20 [00:02<00:00, 6.26it/s] 75%|███████▌ | 15/20 [00:02<00:00, 6.26it/s] 80%|████████ | 16/20 [00:02<00:00, 6.26it/s] 85%|████████▌ | 17/20 [00:02<00:00, 6.26it/s] 90%|█████████ | 18/20 [00:02<00:00, 6.26it/s] 95%|█████████▌| 19/20 [00:03<00:00, 6.27it/s] 100%|██████████| 20/20 [00:03<00:00, 6.27it/s] 100%|██████████| 20/20 [00:03<00:00, 6.25it/s]
Want to make some of these yourself?
Run this model