codelace / forfluxmay89
- Public
- 64 runs
Prediction
codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51afIDaegp0h0qv9rme0cpr6x99eh6s4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MzbWqvohHLswKGnSf4zSFP4uv1NewJttr3OKJstWf2bEY9JH/lady_000_lemonOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", { input: { image: "https://replicate.delivery/pbxt/MzbWqvohHLswKGnSf4zSFP4uv1NewJttr3OKJstWf2bEY9JH/lady_000_lemonOG.jpeg", model: "dev", prompt: "bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", input={ "image": "https://replicate.delivery/pbxt/MzbWqvohHLswKGnSf4zSFP4uv1NewJttr3OKJstWf2bEY9JH/lady_000_lemonOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run codelace/forfluxmay89 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": "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", "input": { "image": "https://replicate.delivery/pbxt/MzbWqvohHLswKGnSf4zSFP4uv1NewJttr3OKJstWf2bEY9JH/lady_000_lemonOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-11T23:42:07.141903Z", "created_at": "2025-05-11T23:42:00.666000Z", "data_removed": false, "error": null, "id": "aegp0h0qv9rme0cpr6x99eh6s4", "input": { "image": "https://replicate.delivery/pbxt/MzbWqvohHLswKGnSf4zSFP4uv1NewJttr3OKJstWf2bEY9JH/lady_000_lemonOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28486071349248\nDownloading weights\n2025-05-11T23:42:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpq97n04ag/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\n2025-05-11T23:42:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-11T23:42:04Z | INFO | [ Complete ] dest=/tmp/tmpq97n04ag/weights size=\"688 MB\" total_elapsed=3.018s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\nDownloaded weights in 3.06s\nLoaded LoRAs in 3.74s\nUsing seed: 6267\nPrompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid\nInput image size: 200x200\n[!] Resizing input image from 200x200 to 208x208\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 9%|▊ | 2/23 [00:00<00:01, 15.48it/s]\n 17%|█▋ | 4/23 [00:00<00:01, 15.69it/s]\n 26%|██▌ | 6/23 [00:00<00:01, 15.76it/s]\n 35%|███▍ | 8/23 [00:00<00:00, 15.81it/s]\n 43%|████▎ | 10/23 [00:00<00:00, 15.78it/s]\n 52%|█████▏ | 12/23 [00:00<00:00, 15.83it/s]\n 61%|██████ | 14/23 [00:00<00:00, 15.87it/s]\n 70%|██████▉ | 16/23 [00:01<00:00, 15.90it/s]\n 78%|███████▊ | 18/23 [00:01<00:00, 15.92it/s]\n 87%|████████▋ | 20/23 [00:01<00:00, 15.93it/s]\n 96%|█████████▌| 22/23 [00:01<00:00, 15.95it/s]\n100%|██████████| 23/23 [00:01<00:00, 15.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 5.540450959, "total_time": 6.475903 }, "output": [ "https://replicate.delivery/xezq/0NYoXyzfBWxhEy1Divq2Ju0OT6JxMfZEKkCN4Qe91fLf5zdlC/out-0.webp" ], "started_at": "2025-05-11T23:42:01.601452Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-3ywvxe3gebpfktcrttr56ye3mmnfdlutafd5utxxqtxd5yujjyyq", "get": "https://api.replicate.com/v1/predictions/aegp0h0qv9rme0cpr6x99eh6s4", "cancel": "https://api.replicate.com/v1/predictions/aegp0h0qv9rme0cpr6x99eh6s4/cancel" }, "version": "9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af" }
Generated infree=28486071349248 Downloading weights 2025-05-11T23:42:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpq97n04ag/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar 2025-05-11T23:42:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-11T23:42:04Z | INFO | [ Complete ] dest=/tmp/tmpq97n04ag/weights size="688 MB" total_elapsed=3.018s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar Downloaded weights in 3.06s Loaded LoRAs in 3.74s Using seed: 6267 Prompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, vibrant yellow background, dark brown hair with red/white bandana at y=3–6, pupils at (8,12) and (13,12), blue irises at (9,12) and (14,12), black nose dot at (11,13), orange-red lips at x=10–13 y=15–16 with upward smile curve, light skin tone, subtle brows at y=11, clean pixel zones, right-facing, all elements within 22x22 grid Input image size: 200x200 [!] Resizing input image from 200x200 to 208x208 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 9%|▊ | 2/23 [00:00<00:01, 15.48it/s] 17%|█▋ | 4/23 [00:00<00:01, 15.69it/s] 26%|██▌ | 6/23 [00:00<00:01, 15.76it/s] 35%|███▍ | 8/23 [00:00<00:00, 15.81it/s] 43%|████▎ | 10/23 [00:00<00:00, 15.78it/s] 52%|█████▏ | 12/23 [00:00<00:00, 15.83it/s] 61%|██████ | 14/23 [00:00<00:00, 15.87it/s] 70%|██████▉ | 16/23 [00:01<00:00, 15.90it/s] 78%|███████▊ | 18/23 [00:01<00:00, 15.92it/s] 87%|████████▋ | 20/23 [00:01<00:00, 15.93it/s] 96%|█████████▌| 22/23 [00:01<00:00, 15.95it/s] 100%|██████████| 23/23 [00:01<00:00, 15.87it/s] Total safe images: 1 out of 1
Prediction
codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51afID7q7akthtfhrme0cpr6ybngm9fcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MzbZ4MAKue6dCdjBu8HDeVCGzRRKvtFkEEkcorVOCep0njEg/lady_002_vanillaOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", { input: { image: "https://replicate.delivery/pbxt/MzbZ4MAKue6dCdjBu8HDeVCGzRRKvtFkEEkcorVOCep0njEg/lady_002_vanillaOG.jpeg", model: "dev", prompt: "bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", input={ "image": "https://replicate.delivery/pbxt/MzbZ4MAKue6dCdjBu8HDeVCGzRRKvtFkEEkcorVOCep0njEg/lady_002_vanillaOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run codelace/forfluxmay89 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": "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", "input": { "image": "https://replicate.delivery/pbxt/MzbZ4MAKue6dCdjBu8HDeVCGzRRKvtFkEEkcorVOCep0njEg/lady_002_vanillaOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-11T23:44:25.944064Z", "created_at": "2025-05-11T23:44:20.604000Z", "data_removed": false, "error": null, "id": "7q7akthtfhrme0cpr6ybngm9fc", "input": { "image": "https://replicate.delivery/pbxt/MzbZ4MAKue6dCdjBu8HDeVCGzRRKvtFkEEkcorVOCep0njEg/lady_002_vanillaOG.jpeg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28159525425152\nDownloading weights\n2025-05-11T23:44:20Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp_fa1dy1_/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\n2025-05-11T23:44:20Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-11T23:44:23Z | INFO | [ Complete ] dest=/tmp/tmp_fa1dy1_/weights size=\"688 MB\" total_elapsed=2.274s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\nDownloaded weights in 2.32s\nLoaded LoRAs in 3.30s\nUsing seed: 4265\nPrompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid\nInput image size: 335x335\n[!] Resizing input image from 335x335 to 336x336\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 9%|▊ | 2/23 [00:00<00:01, 15.11it/s]\n 17%|█▋ | 4/23 [00:00<00:01, 14.61it/s]\n 26%|██▌ | 6/23 [00:00<00:01, 14.46it/s]\n 35%|███▍ | 8/23 [00:00<00:01, 14.39it/s]\n 43%|████▎ | 10/23 [00:00<00:00, 14.35it/s]\n 52%|█████▏ | 12/23 [00:00<00:00, 14.31it/s]\n 61%|██████ | 14/23 [00:00<00:00, 14.30it/s]\n 70%|██████▉ | 16/23 [00:01<00:00, 14.29it/s]\n 78%|███████▊ | 18/23 [00:01<00:00, 14.28it/s]\n 87%|████████▋ | 20/23 [00:01<00:00, 14.28it/s]\n 96%|█████████▌| 22/23 [00:01<00:00, 14.28it/s]\n100%|██████████| 23/23 [00:01<00:00, 14.34it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 5.333105419, "total_time": 5.340064 }, "output": [ "https://replicate.delivery/xezq/ucTL8ze2hDVhFqynLCr5ATr77ccXCSA4K6kY4Kfe7rJzCdXpA/out-0.webp" ], "started_at": "2025-05-11T23:44:20.610958Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-nvzp4rmbiegsa5z6ngxlhtbohbjt4likodwd4cc4gjtmijdxye4q", "get": "https://api.replicate.com/v1/predictions/7q7akthtfhrme0cpr6ybngm9fc", "cancel": "https://api.replicate.com/v1/predictions/7q7akthtfhrme0cpr6ybngm9fc/cancel" }, "version": "9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af" }
Generated infree=28159525425152 Downloading weights 2025-05-11T23:44:20Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp_fa1dy1_/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar 2025-05-11T23:44:20Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-11T23:44:23Z | INFO | [ Complete ] dest=/tmp/tmp_fa1dy1_/weights size="688 MB" total_elapsed=2.274s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar Downloaded weights in 2.32s Loaded LoRAs in 3.30s Using seed: 4265 Prompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, light blue background, blonde wavy side-swept hair from y=3 to y=17, pupils at (8,12) and (13,12), gray-green irises at (9,12) and (14,12), black nose dot at (11,13), subtle pink lips at x=10–13 y=15–16, light skin tone, 16px width face, pure pixel style, right-facing, all content inside 22x22 grid Input image size: 335x335 [!] Resizing input image from 335x335 to 336x336 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 9%|▊ | 2/23 [00:00<00:01, 15.11it/s] 17%|█▋ | 4/23 [00:00<00:01, 14.61it/s] 26%|██▌ | 6/23 [00:00<00:01, 14.46it/s] 35%|███▍ | 8/23 [00:00<00:01, 14.39it/s] 43%|████▎ | 10/23 [00:00<00:00, 14.35it/s] 52%|█████▏ | 12/23 [00:00<00:00, 14.31it/s] 61%|██████ | 14/23 [00:00<00:00, 14.30it/s] 70%|██████▉ | 16/23 [00:01<00:00, 14.29it/s] 78%|███████▊ | 18/23 [00:01<00:00, 14.28it/s] 87%|████████▋ | 20/23 [00:01<00:00, 14.28it/s] 96%|█████████▌| 22/23 [00:01<00:00, 14.28it/s] 100%|██████████| 23/23 [00:01<00:00, 14.34it/s] Total safe images: 1 out of 1
Prediction
codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51afID1qr2mbpdgdrm80cpr7685jawn0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", { input: { image: "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", model: "dev", prompt: "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", input={ "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run codelace/forfluxmay89 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": "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", "input": { "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-12T00:02:32.173952Z", "created_at": "2025-05-12T00:02:26.819000Z", "data_removed": false, "error": null, "id": "1qr2mbpdgdrm80cpr7685jawn0", "input": { "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28360585359360\nDownloading weights\n2025-05-12T00:02:27Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmplgeebz/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\n2025-05-12T00:02:27Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-12T00:02:28Z | INFO | [ Complete ] dest=/tmp/tmpmplgeebz/weights size=\"688 MB\" total_elapsed=1.753s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\nDownloaded weights in 1.79s\nLoaded LoRAs in 2.49s\nUsing seed: 5132\nPrompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone\nInput image size: 444x443\n[!] Resizing input image from 444x443 to 448x448\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 9%|▊ | 2/23 [00:00<00:01, 12.48it/s]\n 17%|█▋ | 4/23 [00:00<00:01, 11.90it/s]\n 26%|██▌ | 6/23 [00:00<00:01, 11.73it/s]\n 35%|███▍ | 8/23 [00:00<00:01, 11.65it/s]\n 43%|████▎ | 10/23 [00:00<00:01, 11.60it/s]\n 52%|█████▏ | 12/23 [00:01<00:00, 11.58it/s]\n 61%|██████ | 14/23 [00:01<00:00, 11.56it/s]\n 70%|██████▉ | 16/23 [00:01<00:00, 11.55it/s]\n 78%|███████▊ | 18/23 [00:01<00:00, 11.54it/s]\n 87%|████████▋ | 20/23 [00:01<00:00, 11.53it/s]\n 96%|█████████▌| 22/23 [00:01<00:00, 11.53it/s]\n100%|██████████| 23/23 [00:01<00:00, 11.60it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 5.31015887, "total_time": 5.354952 }, "output": [ "https://replicate.delivery/xezq/GnSt0rlNrhpdC9obpYIp5D65beDS6rfsauDusgR2Rf1wkdXpA/out-0.webp" ], "started_at": "2025-05-12T00:02:26.863793Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-lln2pbqxkij4cvlueh3c2y7o44hkdwbuiba7nhvetnz3z4v6ct4q", "get": "https://api.replicate.com/v1/predictions/1qr2mbpdgdrm80cpr7685jawn0", "cancel": "https://api.replicate.com/v1/predictions/1qr2mbpdgdrm80cpr7685jawn0/cancel" }, "version": "9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af" }
Generated infree=28360585359360 Downloading weights 2025-05-12T00:02:27Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmplgeebz/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar 2025-05-12T00:02:27Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-12T00:02:28Z | INFO | [ Complete ] dest=/tmp/tmpmplgeebz/weights size="688 MB" total_elapsed=1.753s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar Downloaded weights in 1.79s Loaded LoRAs in 2.49s Using seed: 5132 Prompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone Input image size: 444x443 [!] Resizing input image from 444x443 to 448x448 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 9%|▊ | 2/23 [00:00<00:01, 12.48it/s] 17%|█▋ | 4/23 [00:00<00:01, 11.90it/s] 26%|██▌ | 6/23 [00:00<00:01, 11.73it/s] 35%|███▍ | 8/23 [00:00<00:01, 11.65it/s] 43%|████▎ | 10/23 [00:00<00:01, 11.60it/s] 52%|█████▏ | 12/23 [00:01<00:00, 11.58it/s] 61%|██████ | 14/23 [00:01<00:00, 11.56it/s] 70%|██████▉ | 16/23 [00:01<00:00, 11.55it/s] 78%|███████▊ | 18/23 [00:01<00:00, 11.54it/s] 87%|████████▋ | 20/23 [00:01<00:00, 11.53it/s] 96%|█████████▌| 22/23 [00:01<00:00, 11.53it/s] 100%|██████████| 23/23 [00:01<00:00, 11.60it/s] Total safe images: 1 out of 1
Prediction
codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51afIDwnjkf57z2hrme0cpr76sy554j0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", { input: { image: "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", model: "dev", prompt: "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", input={ "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run codelace/forfluxmay89 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": "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", "input": { "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-12T00:03:57.429528Z", "created_at": "2025-05-12T00:03:45.044000Z", "data_removed": false, "error": null, "id": "wnjkf57z2hrme0cpr76sy554j0", "input": { "image": "https://replicate.delivery/pbxt/MzbqEEtacdBikkiwGPSK2Ct1VaeZbG13idfmjV4sXHIAoCcN/lady_008_pinksilkOG.jpg", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28321975349248\nDownloading weights\n2025-05-12T00:03:45Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp2_8qd6nw/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\n2025-05-12T00:03:45Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-12T00:03:47Z | INFO | [ Complete ] dest=/tmp/tmp2_8qd6nw/weights size=\"688 MB\" total_elapsed=1.857s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\nDownloaded weights in 1.89s\nLoaded LoRAs in 4.47s\nUsing seed: 53309\nPrompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone\nInput image size: 444x443\n[!] Resizing input image from 444x443 to 448x448\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:04, 4.70it/s]\n 9%|▊ | 2/23 [00:00<00:05, 4.13it/s]\n 13%|█▎ | 3/23 [00:00<00:05, 3.97it/s]\n 17%|█▋ | 4/23 [00:01<00:04, 3.91it/s]\n 22%|██▏ | 5/23 [00:01<00:04, 3.86it/s]\n 26%|██▌ | 6/23 [00:01<00:04, 3.84it/s]\n 30%|███ | 7/23 [00:01<00:04, 3.83it/s]\n 35%|███▍ | 8/23 [00:02<00:03, 3.82it/s]\n 39%|███▉ | 9/23 [00:02<00:03, 3.81it/s]\n 43%|████▎ | 10/23 [00:02<00:03, 3.81it/s]\n 48%|████▊ | 11/23 [00:02<00:03, 3.81it/s]\n 52%|█████▏ | 12/23 [00:03<00:02, 3.80it/s]\n 57%|█████▋ | 13/23 [00:03<00:02, 3.80it/s]\n 61%|██████ | 14/23 [00:03<00:02, 3.80it/s]\n 65%|██████▌ | 15/23 [00:03<00:02, 3.80it/s]\n 70%|██████▉ | 16/23 [00:04<00:01, 3.80it/s]\n 74%|███████▍ | 17/23 [00:04<00:01, 3.80it/s]\n 78%|███████▊ | 18/23 [00:04<00:01, 3.80it/s]\n 83%|████████▎ | 19/23 [00:04<00:01, 3.79it/s]\n 87%|████████▋ | 20/23 [00:05<00:00, 3.79it/s]\n 91%|█████████▏| 21/23 [00:05<00:00, 3.79it/s]\n 96%|█████████▌| 22/23 [00:05<00:00, 3.79it/s]\n100%|██████████| 23/23 [00:06<00:00, 3.79it/s]\n100%|██████████| 23/23 [00:06<00:00, 3.83it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 12.247830945, "total_time": 12.385528 }, "output": [ "https://replicate.delivery/xezq/jo6e1MVgrbyvS6O7iPbf87phfvOevUip3vHB3c0mE702O7uSB/out-0.webp", "https://replicate.delivery/xezq/HLW1hiIKfkTNaqzcRedryuUrV7oCtw1rgbD5QDheagnandXpA/out-1.webp", "https://replicate.delivery/xezq/4DYQECqDgfQvQilYSy54RMAeWdEjbtykNwmq8ZQaoantzurUA/out-2.webp", "https://replicate.delivery/xezq/9oq93G5fZGT6Z64mgOWAtLoYNgWuRFQy6z5VAs1l3Mk2Z3VKA/out-3.webp" ], "started_at": "2025-05-12T00:03:45.181697Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-3th4ymmleyyfebafyubamxgdndfv7wr4kz4zqicsg4kyjmzhlk4q", "get": "https://api.replicate.com/v1/predictions/wnjkf57z2hrme0cpr76sy554j0", "cancel": "https://api.replicate.com/v1/predictions/wnjkf57z2hrme0cpr76sy554j0/cancel" }, "version": "9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af" }
Generated infree=28321975349248 Downloading weights 2025-05-12T00:03:45Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp2_8qd6nw/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar 2025-05-12T00:03:45Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-12T00:03:47Z | INFO | [ Complete ] dest=/tmp/tmp2_8qd6nw/weights size="688 MB" total_elapsed=1.857s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar Downloaded weights in 1.89s Loaded LoRAs in 4.47s Using seed: 53309 Prompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, pink background, brown hair with white tiara at y=3–6 x=8–16, pupils at (8,12) and (13,12), amber irises at (9,12) and (14,12), black nose dot at (11,13), soft pink lips at x=10–13 y=15–16, light skin tone, white dress detail at y=20–22, right-facing, no blending or gradients, all features centered in 22x22 zone Input image size: 444x443 [!] Resizing input image from 444x443 to 448x448 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:04, 4.70it/s] 9%|▊ | 2/23 [00:00<00:05, 4.13it/s] 13%|█▎ | 3/23 [00:00<00:05, 3.97it/s] 17%|█▋ | 4/23 [00:01<00:04, 3.91it/s] 22%|██▏ | 5/23 [00:01<00:04, 3.86it/s] 26%|██▌ | 6/23 [00:01<00:04, 3.84it/s] 30%|███ | 7/23 [00:01<00:04, 3.83it/s] 35%|███▍ | 8/23 [00:02<00:03, 3.82it/s] 39%|███▉ | 9/23 [00:02<00:03, 3.81it/s] 43%|████▎ | 10/23 [00:02<00:03, 3.81it/s] 48%|████▊ | 11/23 [00:02<00:03, 3.81it/s] 52%|█████▏ | 12/23 [00:03<00:02, 3.80it/s] 57%|█████▋ | 13/23 [00:03<00:02, 3.80it/s] 61%|██████ | 14/23 [00:03<00:02, 3.80it/s] 65%|██████▌ | 15/23 [00:03<00:02, 3.80it/s] 70%|██████▉ | 16/23 [00:04<00:01, 3.80it/s] 74%|███████▍ | 17/23 [00:04<00:01, 3.80it/s] 78%|███████▊ | 18/23 [00:04<00:01, 3.80it/s] 83%|████████▎ | 19/23 [00:04<00:01, 3.79it/s] 87%|████████▋ | 20/23 [00:05<00:00, 3.79it/s] 91%|█████████▏| 21/23 [00:05<00:00, 3.79it/s] 96%|█████████▌| 22/23 [00:05<00:00, 3.79it/s] 100%|██████████| 23/23 [00:06<00:00, 3.79it/s] 100%|██████████| 23/23 [00:06<00:00, 3.83it/s] Total safe images: 4 out of 4
Prediction
codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51afID5x4rv5np0srmc0cpr77awrxcarStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MzbsCy7QAmvEeUkl5L1ViyUmsKYTk7n9U8mlSJIisJ5k6VWT/lady_006_pepperOG.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", { input: { image: "https://replicate.delivery/pbxt/MzbsCy7QAmvEeUkl5L1ViyUmsKYTk7n9U8mlSJIisJ5k6VWT/lady_006_pepperOG.png", model: "dev", prompt: "bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", input={ "image": "https://replicate.delivery/pbxt/MzbsCy7QAmvEeUkl5L1ViyUmsKYTk7n9U8mlSJIisJ5k6VWT/lady_006_pepperOG.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run codelace/forfluxmay89 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": "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", "input": { "image": "https://replicate.delivery/pbxt/MzbsCy7QAmvEeUkl5L1ViyUmsKYTk7n9U8mlSJIisJ5k6VWT/lady_006_pepperOG.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-12T00:05:05.577595Z", "created_at": "2025-05-12T00:04:31.878000Z", "data_removed": false, "error": null, "id": "5x4rv5np0srmc0cpr77awrxcar", "input": { "image": "https://replicate.delivery/pbxt/MzbsCy7QAmvEeUkl5L1ViyUmsKYTk7n9U8mlSJIisJ5k6VWT/lady_006_pepperOG.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 13038\nPrompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid\nInput image size: 1143x1142\n[!] Resizing input image from 1143x1142 to 1152x1152\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:01<00:22, 1.01s/it]\n 9%|▊ | 2/23 [00:02<00:24, 1.16s/it]\n 13%|█▎ | 3/23 [00:03<00:24, 1.20s/it]\n 17%|█▋ | 4/23 [00:04<00:23, 1.23s/it]\n 22%|██▏ | 5/23 [00:06<00:22, 1.24s/it]\n 26%|██▌ | 6/23 [00:07<00:21, 1.25s/it]\n 30%|███ | 7/23 [00:08<00:20, 1.26s/it]\n 35%|███▍ | 8/23 [00:09<00:18, 1.26s/it]\n 39%|███▉ | 9/23 [00:11<00:17, 1.26s/it]\n 43%|████▎ | 10/23 [00:12<00:16, 1.26s/it]\n 48%|████▊ | 11/23 [00:13<00:15, 1.26s/it]\n 52%|█████▏ | 12/23 [00:14<00:13, 1.26s/it]\n 57%|█████▋ | 13/23 [00:16<00:12, 1.26s/it]\n 61%|██████ | 14/23 [00:17<00:11, 1.26s/it]\n 65%|██████▌ | 15/23 [00:18<00:10, 1.26s/it]\n 70%|██████▉ | 16/23 [00:19<00:08, 1.26s/it]\n 74%|███████▍ | 17/23 [00:21<00:07, 1.26s/it]\n 78%|███████▊ | 18/23 [00:22<00:06, 1.26s/it]\n 83%|████████▎ | 19/23 [00:23<00:05, 1.26s/it]\n 87%|████████▋ | 20/23 [00:25<00:03, 1.26s/it]\n 91%|█████████▏| 21/23 [00:26<00:02, 1.26s/it]\n 96%|█████████▌| 22/23 [00:27<00:01, 1.26s/it]\n100%|██████████| 23/23 [00:28<00:00, 1.26s/it]\n100%|██████████| 23/23 [00:28<00:00, 1.25s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 33.694698301, "total_time": 33.699595 }, "output": [ "https://replicate.delivery/xezq/XQtm2CMJ8uaHJFCNlfyLqTljwLQjpmVdtHxar5Tsqn0Ya3VKA/out-0.webp", "https://replicate.delivery/xezq/M5VdMV8fj4UqAyC79R9G2TusZC512hhgSKeH94Lg1fZipdXpA/out-1.webp", "https://replicate.delivery/xezq/dCTbTAztpWq8HpHAV7VaJ8ZCtpNdZvf5wESCnlCRhYyYa3VKA/out-2.webp", "https://replicate.delivery/xezq/ekwGHtfk1kiO502qc1rvQiWxLqyIh7BLpw8b0Ji7SJjx0urUA/out-3.webp" ], "started_at": "2025-05-12T00:04:31.882897Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-oitn2kz7rc3m4ffzqlugx37j6pjiwy3lbrqnpqbd2yczh2ldle2q", "get": "https://api.replicate.com/v1/predictions/5x4rv5np0srmc0cpr77awrxcar", "cancel": "https://api.replicate.com/v1/predictions/5x4rv5np0srmc0cpr77awrxcar/cancel" }, "version": "9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 13038 Prompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, solid black background, split hair black/white at x=12 spanning y=3–17, pupils at (8,12) and (13,12), green irises at (9,12) and (14,12), black nose dot at (11,13), bold red lips at x=10–13 y=15–16, pure white skin tone, high contrast design, right-facing, crisp pixel edges, within 22x22 grid Input image size: 1143x1142 [!] Resizing input image from 1143x1142 to 1152x1152 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:01<00:22, 1.01s/it] 9%|▊ | 2/23 [00:02<00:24, 1.16s/it] 13%|█▎ | 3/23 [00:03<00:24, 1.20s/it] 17%|█▋ | 4/23 [00:04<00:23, 1.23s/it] 22%|██▏ | 5/23 [00:06<00:22, 1.24s/it] 26%|██▌ | 6/23 [00:07<00:21, 1.25s/it] 30%|███ | 7/23 [00:08<00:20, 1.26s/it] 35%|███▍ | 8/23 [00:09<00:18, 1.26s/it] 39%|███▉ | 9/23 [00:11<00:17, 1.26s/it] 43%|████▎ | 10/23 [00:12<00:16, 1.26s/it] 48%|████▊ | 11/23 [00:13<00:15, 1.26s/it] 52%|█████▏ | 12/23 [00:14<00:13, 1.26s/it] 57%|█████▋ | 13/23 [00:16<00:12, 1.26s/it] 61%|██████ | 14/23 [00:17<00:11, 1.26s/it] 65%|██████▌ | 15/23 [00:18<00:10, 1.26s/it] 70%|██████▉ | 16/23 [00:19<00:08, 1.26s/it] 74%|███████▍ | 17/23 [00:21<00:07, 1.26s/it] 78%|███████▊ | 18/23 [00:22<00:06, 1.26s/it] 83%|████████▎ | 19/23 [00:23<00:05, 1.26s/it] 87%|████████▋ | 20/23 [00:25<00:03, 1.26s/it] 91%|█████████▏| 21/23 [00:26<00:02, 1.26s/it] 96%|█████████▌| 22/23 [00:27<00:01, 1.26s/it] 100%|██████████| 23/23 [00:28<00:00, 1.26s/it] 100%|██████████| 23/23 [00:28<00:00, 1.25s/it] Total safe images: 4 out of 4
Prediction
codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51afIDy854j45t8drma0cpregt552e2wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MzjfXVua4B3Ra9zsBgm2XoHPn1vxSahnYOPe02Q9SCsoWfik/501_maradona.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", { input: { image: "https://replicate.delivery/pbxt/MzjfXVua4B3Ra9zsBgm2XoHPn1vxSahnYOPe02Q9SCsoWfik/501_maradona.png", model: "dev", prompt: "bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 codelace/forfluxmay89 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", input={ "image": "https://replicate.delivery/pbxt/MzjfXVua4B3Ra9zsBgm2XoHPn1vxSahnYOPe02Q9SCsoWfik/501_maradona.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run codelace/forfluxmay89 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": "codelace/forfluxmay89:9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af", "input": { "image": "https://replicate.delivery/pbxt/MzjfXVua4B3Ra9zsBgm2XoHPn1vxSahnYOPe02Q9SCsoWfik/501_maradona.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-12T08:34:44.904710Z", "created_at": "2025-05-12T08:34:38.275000Z", "data_removed": false, "error": null, "id": "y854j45t8drma0cpregt552e2w", "input": { "image": "https://replicate.delivery/pbxt/MzjfXVua4B3Ra9zsBgm2XoHPn1vxSahnYOPe02Q9SCsoWfik/501_maradona.png", "model": "dev", "prompt": "bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28351336128512\nDownloading weights\n2025-05-12T08:34:38Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmfavvkjg/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\n2025-05-12T08:34:38Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-12T08:34:42Z | INFO | [ Complete ] dest=/tmp/tmpmfavvkjg/weights size=\"688 MB\" total_elapsed=3.792s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar\nDownloaded weights in 3.83s\nLoaded LoRAs in 4.51s\nUsing seed: 9940\nPrompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume\nInput image size: 332x332\n[!] Resizing input image from 332x332 to 336x336\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 9%|▊ | 2/23 [00:00<00:01, 14.88it/s]\n 17%|█▋ | 4/23 [00:00<00:01, 14.43it/s]\n 26%|██▌ | 6/23 [00:00<00:01, 14.30it/s]\n 35%|███▍ | 8/23 [00:00<00:01, 14.24it/s]\n 43%|████▎ | 10/23 [00:00<00:00, 14.21it/s]\n 52%|█████▏ | 12/23 [00:00<00:00, 14.19it/s]\n 61%|██████ | 14/23 [00:00<00:00, 14.18it/s]\n 70%|██████▉ | 16/23 [00:01<00:00, 14.17it/s]\n 78%|███████▊ | 18/23 [00:01<00:00, 14.16it/s]\n 87%|████████▋ | 20/23 [00:01<00:00, 14.16it/s]\n 96%|█████████▌| 22/23 [00:01<00:00, 14.16it/s]\n100%|██████████| 23/23 [00:01<00:00, 14.21it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 6.555745703, "total_time": 6.62971 }, "output": [ "https://replicate.delivery/xezq/CjATmQ6eqQyHHyFOIc1h349mNjJWLeKkQFnZHZXCnk4kS2rUA/out-0.webp" ], "started_at": "2025-05-12T08:34:38.348965Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-qhnpywwerfdqpnqmwrm7t6zucxvugiq6hlpfidyj6h6d3353zw7a", "get": "https://api.replicate.com/v1/predictions/y854j45t8drma0cpregt552e2w", "cancel": "https://api.replicate.com/v1/predictions/y854j45t8drma0cpregt552e2w/cancel" }, "version": "9f1e0b8e3b35738985882b9de780bf76ef8c6154f2dbd085f102463fcf9c51af" }
Generated infree=28351336128512 Downloading weights 2025-05-12T08:34:38Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmfavvkjg/weights url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar 2025-05-12T08:34:38Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-12T08:34:42Z | INFO | [ Complete ] dest=/tmp/tmpmfavvkjg/weights size="688 MB" total_elapsed=3.792s url=https://replicate.delivery/xezq/XgK1XtanQGrXLJHl350uvep1UEm5DMNmWsAct0jHaq8vU0VKA/trained_model.tar Downloaded weights in 3.83s Loaded LoRAs in 4.51s Using seed: 9940 Prompt: bespoke, 24x24 pixel grid portrait, symbolic punk style, horizontal rainbow striped background from blue to green, dark brown curly voluminous hair starting at y=3 extending beyond standard boundaries to x=3-21, black pupils fixed at (8,12) and (13,12), brown iris eyes at (9,12) and (14,12), black nose dot at (11,13), pink lips spanning x=10-13 y=15-16, light tan skin tone with rosy cheeks, jaw defined at y=19, light blue checkered shirt accent at bottom edge y=20-22, right-facing, pure pixel art with no gradients or anti-aliasing, clean color boundaries, exceptionally full hair volume Input image size: 332x332 [!] Resizing input image from 332x332 to 336x336 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 9%|▊ | 2/23 [00:00<00:01, 14.88it/s] 17%|█▋ | 4/23 [00:00<00:01, 14.43it/s] 26%|██▌ | 6/23 [00:00<00:01, 14.30it/s] 35%|███▍ | 8/23 [00:00<00:01, 14.24it/s] 43%|████▎ | 10/23 [00:00<00:00, 14.21it/s] 52%|█████▏ | 12/23 [00:00<00:00, 14.19it/s] 61%|██████ | 14/23 [00:00<00:00, 14.18it/s] 70%|██████▉ | 16/23 [00:01<00:00, 14.17it/s] 78%|███████▊ | 18/23 [00:01<00:00, 14.16it/s] 87%|████████▋ | 20/23 [00:01<00:00, 14.16it/s] 96%|█████████▌| 22/23 [00:01<00:00, 14.16it/s] 100%|██████████| 23/23 [00:01<00:00, 14.21it/s] Total safe images: 1 out of 1
Want to make some of these yourself?
Run this model