pagebrain / icbinp-seco
T4 GPU, negative embeddings, img2img, inpainting, safety checker, KarrasDPM, pruned fp16 safetensor
Prediction
pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cadInput
- seed
- 2391654719
- width
- 512
- height
- 768
- prompt
- RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 3
- safety_checker
- negative_prompt
- EasyNegative, BadDream, UnrealisticDream
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 2391654719, "width": 512, "height": 768, "prompt": "RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": true, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", { input: { seed: 2391654719, width: 512, height: 768, prompt: "RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 3, safety_checker: true, negative_prompt: "EasyNegative, BadDream, UnrealisticDream", prompt_strength: 0.8, num_inference_steps: 30 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", input={ "seed": 2391654719, "width": 512, "height": 768, "prompt": "RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": True, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/icbinp-seco 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": "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", "input": { "seed": 2391654719, "width": 512, "height": 768, "prompt": "RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": true, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-02T08:39:03.317239Z", "created_at": "2023-11-02T08:38:52.166236Z", "data_removed": false, "error": null, "id": "kgz4yorb4vr7tgnjtsm7uogjre", "input": { "seed": 2391654719, "width": 512, "height": 768, "prompt": "RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": true, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 2391654719\nPrompt: RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', 8 k uhd, dslr, soft lighting, high quality, hdri, fujifilm xt 3']\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:10, 2.66it/s]\n 7%|▋ | 2/30 [00:00<00:09, 2.89it/s]\n 10%|█ | 3/30 [00:01<00:09, 2.97it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 2.98it/s]\n 17%|█▋ | 5/30 [00:01<00:08, 3.01it/s]\n 20%|██ | 6/30 [00:02<00:07, 3.03it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.03it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.04it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.05it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.04it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.05it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.05it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.04it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.05it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.05it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.05it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.05it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.05it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.05it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.04it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.04it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.04it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.05it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.06it/s]\n 83%|████████▎ | 25/30 [00:08<00:01, 3.06it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.05it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.05it/s]\n 93%|█████████▎| 28/30 [00:09<00:00, 3.03it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.03it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.04it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.03it/s]", "metrics": { "predict_time": 11.273971, "total_time": 11.151003 }, "output": [ "https://replicate.delivery/pbxt/ng3Zoz6hOjqEEtX2JdYWON1eJ5l4eOpxHz1wHNrpaa8mIR0RA/out-0.png" ], "started_at": "2023-11-02T08:38:52.043268Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kgz4yorb4vr7tgnjtsm7uogjre", "cancel": "https://api.replicate.com/v1/predictions/kgz4yorb4vr7tgnjtsm7uogjre/cancel" }, "version": "01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad" }
Generated inUsing seed: 2391654719 Prompt: RAW photo, 8k UHD, high detailed skin, handsome german hippie, 72yo, bavarian man, green eyes, rule of thirds, masterpiece, photography, ultra realism, realistic, outdoors, golden hour, portrait, smiling, grey short hair, rocker style, DoF, Hamburg, harbor, sky, clouds, soft lighting, highly detailed skin,film grain, 8k uhd, dslr, soft lighting, high quality, HDRI, Fujifilm XT3 txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', 8 k uhd, dslr, soft lighting, high quality, hdri, fujifilm xt 3'] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:10, 2.66it/s] 7%|▋ | 2/30 [00:00<00:09, 2.89it/s] 10%|█ | 3/30 [00:01<00:09, 2.97it/s] 13%|█▎ | 4/30 [00:01<00:08, 2.98it/s] 17%|█▋ | 5/30 [00:01<00:08, 3.01it/s] 20%|██ | 6/30 [00:02<00:07, 3.03it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.03it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.04it/s] 30%|███ | 9/30 [00:02<00:06, 3.05it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.04it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.05it/s] 40%|████ | 12/30 [00:03<00:05, 3.05it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.04it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.05it/s] 50%|█████ | 15/30 [00:04<00:04, 3.05it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.05it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.05it/s] 60%|██████ | 18/30 [00:05<00:03, 3.05it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.05it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.04it/s] 70%|███████ | 21/30 [00:06<00:02, 3.04it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.04it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.05it/s] 80%|████████ | 24/30 [00:07<00:01, 3.06it/s] 83%|████████▎ | 25/30 [00:08<00:01, 3.06it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.05it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.05it/s] 93%|█████████▎| 28/30 [00:09<00:00, 3.03it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.03it/s] 100%|██████████| 30/30 [00:09<00:00, 3.04it/s] 100%|██████████| 30/30 [00:09<00:00, 3.03it/s]
Prediction
pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cadInput
- seed
- 2391654719
- width
- 512
- height
- 768
- prompt
- photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 3
- safety_checker
- negative_prompt
- EasyNegative, BadDream, UnrealisticDream
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 2391654719, "width": 512, "height": 768, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": true, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", { input: { seed: 2391654719, width: 512, height: 768, prompt: "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 3, safety_checker: true, negative_prompt: "EasyNegative, BadDream, UnrealisticDream", prompt_strength: 0.8, num_inference_steps: 30 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", input={ "seed": 2391654719, "width": 512, "height": 768, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": True, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/icbinp-seco 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": "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", "input": { "seed": 2391654719, "width": 512, "height": 768, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": true, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-02T08:39:43.953926Z", "created_at": "2023-11-02T08:39:32.669908Z", "data_removed": false, "error": null, "id": "qjuuuezbvvjkonyoenhxlngawy", "input": { "seed": 2391654719, "width": 512, "height": 768, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": true, "negative_prompt": "EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 2391654719\nPrompt: photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:10, 2.72it/s]\n 7%|▋ | 2/30 [00:00<00:09, 2.92it/s]\n 10%|█ | 3/30 [00:01<00:09, 2.99it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.00it/s]\n 17%|█▋ | 5/30 [00:01<00:08, 3.02it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.05it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.04it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.03it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.04it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.05it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.05it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.05it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.04it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.04it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.05it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.06it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.05it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.04it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.04it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.05it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.04it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.04it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.04it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.05it/s]\n 83%|████████▎ | 25/30 [00:08<00:01, 3.04it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.04it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.03it/s]\n 93%|█████████▎| 28/30 [00:09<00:00, 3.03it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.03it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.01it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.03it/s]", "metrics": { "predict_time": 11.315213, "total_time": 11.284018 }, "output": [ "https://replicate.delivery/pbxt/8OfgfAyjlnsXMEUEBrcZaBikdKXgfDkuePd7CbDJRpLfJJiOC/out-0.png" ], "started_at": "2023-11-02T08:39:32.638713Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qjuuuezbvvjkonyoenhxlngawy", "cancel": "https://api.replicate.com/v1/predictions/qjuuuezbvvjkonyoenhxlngawy/cancel" }, "version": "01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad" }
Generated inUsing seed: 2391654719 Prompt: photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain, txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:10, 2.72it/s] 7%|▋ | 2/30 [00:00<00:09, 2.92it/s] 10%|█ | 3/30 [00:01<00:09, 2.99it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.00it/s] 17%|█▋ | 5/30 [00:01<00:08, 3.02it/s] 20%|██ | 6/30 [00:01<00:07, 3.05it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.04it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.03it/s] 30%|███ | 9/30 [00:02<00:06, 3.04it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.05it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.05it/s] 40%|████ | 12/30 [00:03<00:05, 3.05it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.04it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.04it/s] 50%|█████ | 15/30 [00:04<00:04, 3.05it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.06it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.05it/s] 60%|██████ | 18/30 [00:05<00:03, 3.04it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.04it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.05it/s] 70%|███████ | 21/30 [00:06<00:02, 3.04it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.04it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.04it/s] 80%|████████ | 24/30 [00:07<00:01, 3.05it/s] 83%|████████▎ | 25/30 [00:08<00:01, 3.04it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.04it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.03it/s] 93%|█████████▎| 28/30 [00:09<00:00, 3.03it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.03it/s] 100%|██████████| 30/30 [00:09<00:00, 3.01it/s] 100%|██████████| 30/30 [00:09<00:00, 3.03it/s]
Prediction
pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cadInput
- seed
- 414711294
- width
- 512
- height
- 512
- prompt
- photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 3
- safety_checker
- negative_prompt
- (NSFW), EasyNegative, BadDream, UnrealisticDream
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 414711294, "width": 512, "height": 512, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": false, "negative_prompt": "(NSFW), EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", { input: { seed: 414711294, width: 512, height: 512, prompt: "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 3, safety_checker: false, negative_prompt: "(NSFW), EasyNegative, BadDream, UnrealisticDream", prompt_strength: 0.8, num_inference_steps: 30 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", input={ "seed": 414711294, "width": 512, "height": 512, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": False, "negative_prompt": "(NSFW), EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/icbinp-seco 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": "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", "input": { "seed": 414711294, "width": 512, "height": 512, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": false, "negative_prompt": "(NSFW), EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-02T08:42:43.894210Z", "created_at": "2023-11-02T08:42:37.225391Z", "data_removed": false, "error": null, "id": "xywwl6zb6ycmx5hb72zy6ugzme", "input": { "seed": 414711294, "width": 512, "height": 512, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": false, "negative_prompt": "(NSFW), EasyNegative, BadDream, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 414711294\nPrompt: photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:07, 3.67it/s]\n 7%|▋ | 2/30 [00:00<00:06, 4.62it/s]\n 10%|█ | 3/30 [00:00<00:05, 4.97it/s]\n 13%|█▎ | 4/30 [00:00<00:05, 5.17it/s]\n 17%|█▋ | 5/30 [00:00<00:04, 5.29it/s]\n 20%|██ | 6/30 [00:01<00:04, 5.31it/s]\n 23%|██▎ | 7/30 [00:01<00:04, 5.35it/s]\n 27%|██▋ | 8/30 [00:01<00:04, 5.39it/s]\n 30%|███ | 9/30 [00:01<00:03, 5.44it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 5.46it/s]\n 37%|███▋ | 11/30 [00:02<00:03, 5.48it/s]\n 40%|████ | 12/30 [00:02<00:03, 5.48it/s]\n 43%|████▎ | 13/30 [00:02<00:03, 5.47it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 5.47it/s]\n 50%|█████ | 15/30 [00:02<00:02, 5.47it/s]\n 53%|█████▎ | 16/30 [00:03<00:02, 5.48it/s]\n 57%|█████▋ | 17/30 [00:03<00:02, 5.48it/s]\n 60%|██████ | 18/30 [00:03<00:02, 5.47it/s]\n 63%|██████▎ | 19/30 [00:03<00:02, 5.48it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 5.48it/s]\n 70%|███████ | 21/30 [00:03<00:01, 5.50it/s]\n 73%|███████▎ | 22/30 [00:04<00:01, 5.51it/s]\n 77%|███████▋ | 23/30 [00:04<00:01, 5.49it/s]\n 80%|████████ | 24/30 [00:04<00:01, 5.49it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 5.49it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 5.47it/s]\n 90%|█████████ | 27/30 [00:05<00:00, 5.48it/s]\n 93%|█████████▎| 28/30 [00:05<00:00, 5.50it/s]\n 97%|█████████▋| 29/30 [00:05<00:00, 5.49it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.49it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.40it/s]", "metrics": { "predict_time": 6.719127, "total_time": 6.668819 }, "output": [ "https://replicate.delivery/pbxt/TjruK4233Z6ZHJbfxzqtSsyRfXNhTe2HNg3UHCkYjcxHYiojA/out-0.png" ], "started_at": "2023-11-02T08:42:37.175083Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/xywwl6zb6ycmx5hb72zy6ugzme", "cancel": "https://api.replicate.com/v1/predictions/xywwl6zb6ycmx5hb72zy6ugzme/cancel" }, "version": "01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad" }
Generated inUsing seed: 414711294 Prompt: photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain, txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:07, 3.67it/s] 7%|▋ | 2/30 [00:00<00:06, 4.62it/s] 10%|█ | 3/30 [00:00<00:05, 4.97it/s] 13%|█▎ | 4/30 [00:00<00:05, 5.17it/s] 17%|█▋ | 5/30 [00:00<00:04, 5.29it/s] 20%|██ | 6/30 [00:01<00:04, 5.31it/s] 23%|██▎ | 7/30 [00:01<00:04, 5.35it/s] 27%|██▋ | 8/30 [00:01<00:04, 5.39it/s] 30%|███ | 9/30 [00:01<00:03, 5.44it/s] 33%|███▎ | 10/30 [00:01<00:03, 5.46it/s] 37%|███▋ | 11/30 [00:02<00:03, 5.48it/s] 40%|████ | 12/30 [00:02<00:03, 5.48it/s] 43%|████▎ | 13/30 [00:02<00:03, 5.47it/s] 47%|████▋ | 14/30 [00:02<00:02, 5.47it/s] 50%|█████ | 15/30 [00:02<00:02, 5.47it/s] 53%|█████▎ | 16/30 [00:03<00:02, 5.48it/s] 57%|█████▋ | 17/30 [00:03<00:02, 5.48it/s] 60%|██████ | 18/30 [00:03<00:02, 5.47it/s] 63%|██████▎ | 19/30 [00:03<00:02, 5.48it/s] 67%|██████▋ | 20/30 [00:03<00:01, 5.48it/s] 70%|███████ | 21/30 [00:03<00:01, 5.50it/s] 73%|███████▎ | 22/30 [00:04<00:01, 5.51it/s] 77%|███████▋ | 23/30 [00:04<00:01, 5.49it/s] 80%|████████ | 24/30 [00:04<00:01, 5.49it/s] 83%|████████▎ | 25/30 [00:04<00:00, 5.49it/s] 87%|████████▋ | 26/30 [00:04<00:00, 5.47it/s] 90%|█████████ | 27/30 [00:05<00:00, 5.48it/s] 93%|█████████▎| 28/30 [00:05<00:00, 5.50it/s] 97%|█████████▋| 29/30 [00:05<00:00, 5.49it/s] 100%|██████████| 30/30 [00:05<00:00, 5.49it/s] 100%|██████████| 30/30 [00:05<00:00, 5.40it/s]
Prediction
pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cadInput
- seed
- 414711294
- width
- 768
- height
- 1024
- prompt
- photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 3
- safety_checker
- negative_prompt
- BadDream, drawing, painting, digital art, helmet, nude, nsfw, large breasts
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 414711294, "width": 768, "height": 1024, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": false, "negative_prompt": "BadDream, drawing, painting, digital art, helmet, nude, nsfw, large breasts", "prompt_strength": 0.8, "num_inference_steps": 30 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", { input: { seed: 414711294, width: 768, height: 1024, prompt: "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 3, safety_checker: false, negative_prompt: "BadDream, drawing, painting, digital art, helmet, nude, nsfw, large breasts", prompt_strength: 0.8, num_inference_steps: 30 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pagebrain/icbinp-seco using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", input={ "seed": 414711294, "width": 768, "height": 1024, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": False, "negative_prompt": "BadDream, drawing, painting, digital art, helmet, nude, nsfw, large breasts", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/icbinp-seco 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": "pagebrain/icbinp-seco:01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad", "input": { "seed": 414711294, "width": 768, "height": 1024, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": false, "negative_prompt": "BadDream, drawing, painting, digital art, helmet, nude, nsfw, large breasts", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-02T08:45:17.898871Z", "created_at": "2023-11-02T08:44:49.645764Z", "data_removed": false, "error": null, "id": "23vd54jbdbc6vqffogzt3jkoaa", "input": { "seed": 414711294, "width": 768, "height": 1024, "prompt": "photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 3, "safety_checker": false, "negative_prompt": "BadDream, drawing, painting, digital art, helmet, nude, nsfw, large breasts", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 414711294\nPrompt: photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain,\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:01<00:34, 1.18s/it]\n 7%|▋ | 2/30 [00:02<00:28, 1.00s/it]\n 10%|█ | 3/30 [00:02<00:25, 1.06it/s]\n 13%|█▎ | 4/30 [00:03<00:23, 1.09it/s]\n 17%|█▋ | 5/30 [00:04<00:22, 1.12it/s]\n 20%|██ | 6/30 [00:05<00:21, 1.13it/s]\n 23%|██▎ | 7/30 [00:06<00:20, 1.13it/s]\n 27%|██▋ | 8/30 [00:07<00:19, 1.14it/s]\n 30%|███ | 9/30 [00:08<00:18, 1.14it/s]\n 33%|███▎ | 10/30 [00:09<00:17, 1.14it/s]\n 37%|███▋ | 11/30 [00:09<00:16, 1.14it/s]\n 40%|████ | 12/30 [00:10<00:15, 1.14it/s]\n 43%|████▎ | 13/30 [00:11<00:14, 1.14it/s]\n 47%|████▋ | 14/30 [00:12<00:13, 1.14it/s]\n 50%|█████ | 15/30 [00:13<00:13, 1.14it/s]\n 53%|█████▎ | 16/30 [00:14<00:12, 1.14it/s]\n 57%|█████▋ | 17/30 [00:15<00:11, 1.15it/s]\n 60%|██████ | 18/30 [00:15<00:10, 1.15it/s]\n 63%|██████▎ | 19/30 [00:16<00:09, 1.14it/s]\n 67%|██████▋ | 20/30 [00:17<00:08, 1.14it/s]\n 70%|███████ | 21/30 [00:18<00:07, 1.14it/s]\n 73%|███████▎ | 22/30 [00:19<00:06, 1.14it/s]\n 77%|███████▋ | 23/30 [00:20<00:06, 1.14it/s]\n 80%|████████ | 24/30 [00:21<00:05, 1.15it/s]\n 83%|████████▎ | 25/30 [00:22<00:04, 1.15it/s]\n 87%|████████▋ | 26/30 [00:22<00:03, 1.15it/s]\n 90%|█████████ | 27/30 [00:23<00:02, 1.15it/s]\n 93%|█████████▎| 28/30 [00:24<00:01, 1.15it/s]\n 97%|█████████▋| 29/30 [00:25<00:00, 1.15it/s]\n100%|██████████| 30/30 [00:26<00:00, 1.15it/s]\n100%|██████████| 30/30 [00:26<00:00, 1.13it/s]", "metrics": { "predict_time": 28.296397, "total_time": 28.253107 }, "output": [ "https://replicate.delivery/pbxt/frFup5oytfgeapDDV2JDG9eAtiJS6dG8Nq3cNKz9GIN25ERHB/out-0.png" ], "started_at": "2023-11-02T08:44:49.602474Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/23vd54jbdbc6vqffogzt3jkoaa", "cancel": "https://api.replicate.com/v1/predictions/23vd54jbdbc6vqffogzt3jkoaa/cancel" }, "version": "01bc662bdab4c2537970c522e2ab00f31628ea125b09cc8d197ddb493e3a6cad" }
Generated inUsing seed: 414711294 Prompt: photo of top model 18 y.o, cyberpunk art, gothic art, extremely high quality RAW photograph, detailed background, intricate, Exquisite details and textures, highly detailed, ultra detailed photograph, warm lighting, 4k, sharp focus, high resolution, detailed skin, detailed eyes, 8k uhd, dslr, high quality, film grain, txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:01<00:34, 1.18s/it] 7%|▋ | 2/30 [00:02<00:28, 1.00s/it] 10%|█ | 3/30 [00:02<00:25, 1.06it/s] 13%|█▎ | 4/30 [00:03<00:23, 1.09it/s] 17%|█▋ | 5/30 [00:04<00:22, 1.12it/s] 20%|██ | 6/30 [00:05<00:21, 1.13it/s] 23%|██▎ | 7/30 [00:06<00:20, 1.13it/s] 27%|██▋ | 8/30 [00:07<00:19, 1.14it/s] 30%|███ | 9/30 [00:08<00:18, 1.14it/s] 33%|███▎ | 10/30 [00:09<00:17, 1.14it/s] 37%|███▋ | 11/30 [00:09<00:16, 1.14it/s] 40%|████ | 12/30 [00:10<00:15, 1.14it/s] 43%|████▎ | 13/30 [00:11<00:14, 1.14it/s] 47%|████▋ | 14/30 [00:12<00:13, 1.14it/s] 50%|█████ | 15/30 [00:13<00:13, 1.14it/s] 53%|█████▎ | 16/30 [00:14<00:12, 1.14it/s] 57%|█████▋ | 17/30 [00:15<00:11, 1.15it/s] 60%|██████ | 18/30 [00:15<00:10, 1.15it/s] 63%|██████▎ | 19/30 [00:16<00:09, 1.14it/s] 67%|██████▋ | 20/30 [00:17<00:08, 1.14it/s] 70%|███████ | 21/30 [00:18<00:07, 1.14it/s] 73%|███████▎ | 22/30 [00:19<00:06, 1.14it/s] 77%|███████▋ | 23/30 [00:20<00:06, 1.14it/s] 80%|████████ | 24/30 [00:21<00:05, 1.15it/s] 83%|████████▎ | 25/30 [00:22<00:04, 1.15it/s] 87%|████████▋ | 26/30 [00:22<00:03, 1.15it/s] 90%|█████████ | 27/30 [00:23<00:02, 1.15it/s] 93%|█████████▎| 28/30 [00:24<00:01, 1.15it/s] 97%|█████████▋| 29/30 [00:25<00:00, 1.15it/s] 100%|██████████| 30/30 [00:26<00:00, 1.15it/s] 100%|██████████| 30/30 [00:26<00:00, 1.13it/s]
Want to make some of these yourself?
Run this model