baoliwaters / sector_keypad2
- Public
- 67 runs
-
H100
Prediction
baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78IDq921296gssrme0cpvavt66s1ymStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.
- go_fast
- lora_scale
- 0.8
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 5:4
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.85
- extra_lora_scale
- 1
- num_inference_steps
- 33
{ "model": "dev", "prompt": "A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. ", "go_fast": false, "lora_scale": 0.8, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.85, "extra_lora_scale": 1, "num_inference_steps": 33 }
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 baoliwaters/sector_keypad2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", { input: { model: "dev", prompt: "A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. ", go_fast: false, lora_scale: 0.8, megapixels: "1", num_outputs: 4, aspect_ratio: "5:4", output_format: "png", guidance_scale: 3, output_quality: 100, prompt_strength: 0.85, extra_lora_scale: 1, num_inference_steps: 33 } } ); // 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 baoliwaters/sector_keypad2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", input={ "model": "dev", "prompt": "A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. ", "go_fast": False, "lora_scale": 0.8, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.85, "extra_lora_scale": 1, "num_inference_steps": 33 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run baoliwaters/sector_keypad2 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": "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", "input": { "model": "dev", "prompt": "A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. ", "go_fast": false, "lora_scale": 0.8, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.85, "extra_lora_scale": 1, "num_inference_steps": 33 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-16T20:10:37.846549Z", "created_at": "2025-05-16T20:10:01.806000Z", "data_removed": false, "error": null, "id": "q921296gssrme0cpvavt66s1ym", "input": { "model": "dev", "prompt": "A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. ", "go_fast": false, "lora_scale": 0.8, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.85, "extra_lora_scale": 1, "num_inference_steps": 33 }, "logs": "free=27906332049408\nDownloading weights\n2025-05-16T20:10:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp4si7l1ov/weights url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar\n2025-05-16T20:10:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-16T20:10:03Z | INFO | [ Complete ] dest=/tmp/tmp4si7l1ov/weights size=\"172 MB\" total_elapsed=1.834s url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar\nDownloaded weights in 1.85s\nLoaded LoRAs in 2.42s\nUsing seed: 56536\nPrompt: A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n[!] txt2img mode\n 0%| | 0/33 [00:00<?, ?it/s]\n 3%|▎ | 1/33 [00:00<00:28, 1.11it/s]\n 6%|▌ | 2/33 [00:01<00:24, 1.24it/s]\n 9%|▉ | 3/33 [00:02<00:25, 1.18it/s]\n 12%|█▏ | 4/33 [00:03<00:25, 1.15it/s]\n 15%|█▌ | 5/33 [00:04<00:24, 1.14it/s]\n 18%|█▊ | 6/33 [00:05<00:23, 1.13it/s]\n 21%|██ | 7/33 [00:06<00:23, 1.12it/s]\n 24%|██▍ | 8/33 [00:07<00:22, 1.11it/s]\n 27%|██▋ | 9/33 [00:07<00:21, 1.11it/s]\n 30%|███ | 10/33 [00:08<00:20, 1.11it/s]\n 33%|███▎ | 11/33 [00:09<00:19, 1.12it/s]\n 36%|███▋ | 12/33 [00:10<00:18, 1.11it/s]\n 39%|███▉ | 13/33 [00:11<00:17, 1.11it/s]\n 42%|████▏ | 14/33 [00:12<00:17, 1.11it/s]\n 45%|████▌ | 15/33 [00:13<00:16, 1.11it/s]\n 48%|████▊ | 16/33 [00:14<00:15, 1.11it/s]\n 52%|█████▏ | 17/33 [00:15<00:14, 1.11it/s]\n 55%|█████▍ | 18/33 [00:16<00:13, 1.11it/s]\n 58%|█████▊ | 19/33 [00:16<00:12, 1.11it/s]\n 61%|██████ | 20/33 [00:17<00:11, 1.11it/s]\n 64%|██████▎ | 21/33 [00:18<00:10, 1.11it/s]\n 67%|██████▋ | 22/33 [00:19<00:09, 1.11it/s]\n 70%|██████▉ | 23/33 [00:20<00:09, 1.11it/s]\n 73%|███████▎ | 24/33 [00:21<00:08, 1.11it/s]\n 76%|███████▌ | 25/33 [00:22<00:07, 1.11it/s]\n 79%|███████▉ | 26/33 [00:23<00:06, 1.11it/s]\n 82%|████████▏ | 27/33 [00:24<00:05, 1.11it/s]\n 85%|████████▍ | 28/33 [00:25<00:04, 1.11it/s]\n 88%|████████▊ | 29/33 [00:25<00:03, 1.11it/s]\n 91%|█████████ | 30/33 [00:26<00:02, 1.11it/s]\n 94%|█████████▍| 31/33 [00:27<00:01, 1.11it/s]\n 97%|█████████▋| 32/33 [00:28<00:00, 1.11it/s]\n100%|██████████| 33/33 [00:29<00:00, 1.11it/s]\n100%|██████████| 33/33 [00:29<00:00, 1.12it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 35.913578474, "total_time": 36.040549 }, "output": [ "https://replicate.delivery/xezq/0oo3tpSTrKLsFxLcNYf7XT5ntWDtGQEohu99ard0E8te2UtUA/out-0.png", "https://replicate.delivery/xezq/3BZEll6uIdayFxk3OJQFOyQsn4yeqG3UgHn1lPWSpfc92UtUA/out-1.png", "https://replicate.delivery/xezq/O0prBjECJZLyGFr6AURxgZ3RZLeRyzRAW5ilW4Np4Cpe2UtUA/out-2.png", "https://replicate.delivery/xezq/9pgSRFjL7HaxLNpfSxDdgrdtW5lc9brG0VF1lPHOz7se2UtUA/out-3.png" ], "started_at": "2025-05-16T20:10:01.932971Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-stav7swv552e7q2xlskouygxdccoxmch6xkkkb2xyqxmvktmsyqa", "get": "https://api.replicate.com/v1/predictions/q921296gssrme0cpvavt66s1ym", "cancel": "https://api.replicate.com/v1/predictions/q921296gssrme0cpvavt66s1ym/cancel" }, "version": "7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78" }
Generated infree=27906332049408 Downloading weights 2025-05-16T20:10:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp4si7l1ov/weights url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar 2025-05-16T20:10:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-16T20:10:03Z | INFO | [ Complete ] dest=/tmp/tmp4si7l1ov/weights size="172 MB" total_elapsed=1.834s url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar Downloaded weights in 1.85s Loaded LoRAs in 2.42s Using seed: 56536 Prompt: A standalone white rectangular (sectorKeypad), placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. [!] txt2img mode 0%| | 0/33 [00:00<?, ?it/s] 3%|▎ | 1/33 [00:00<00:28, 1.11it/s] 6%|▌ | 2/33 [00:01<00:24, 1.24it/s] 9%|▉ | 3/33 [00:02<00:25, 1.18it/s] 12%|█▏ | 4/33 [00:03<00:25, 1.15it/s] 15%|█▌ | 5/33 [00:04<00:24, 1.14it/s] 18%|█▊ | 6/33 [00:05<00:23, 1.13it/s] 21%|██ | 7/33 [00:06<00:23, 1.12it/s] 24%|██▍ | 8/33 [00:07<00:22, 1.11it/s] 27%|██▋ | 9/33 [00:07<00:21, 1.11it/s] 30%|███ | 10/33 [00:08<00:20, 1.11it/s] 33%|███▎ | 11/33 [00:09<00:19, 1.12it/s] 36%|███▋ | 12/33 [00:10<00:18, 1.11it/s] 39%|███▉ | 13/33 [00:11<00:17, 1.11it/s] 42%|████▏ | 14/33 [00:12<00:17, 1.11it/s] 45%|████▌ | 15/33 [00:13<00:16, 1.11it/s] 48%|████▊ | 16/33 [00:14<00:15, 1.11it/s] 52%|█████▏ | 17/33 [00:15<00:14, 1.11it/s] 55%|█████▍ | 18/33 [00:16<00:13, 1.11it/s] 58%|█████▊ | 19/33 [00:16<00:12, 1.11it/s] 61%|██████ | 20/33 [00:17<00:11, 1.11it/s] 64%|██████▎ | 21/33 [00:18<00:10, 1.11it/s] 67%|██████▋ | 22/33 [00:19<00:09, 1.11it/s] 70%|██████▉ | 23/33 [00:20<00:09, 1.11it/s] 73%|███████▎ | 24/33 [00:21<00:08, 1.11it/s] 76%|███████▌ | 25/33 [00:22<00:07, 1.11it/s] 79%|███████▉ | 26/33 [00:23<00:06, 1.11it/s] 82%|████████▏ | 27/33 [00:24<00:05, 1.11it/s] 85%|████████▍ | 28/33 [00:25<00:04, 1.11it/s] 88%|████████▊ | 29/33 [00:25<00:03, 1.11it/s] 91%|█████████ | 30/33 [00:26<00:02, 1.11it/s] 94%|█████████▍| 31/33 [00:27<00:01, 1.11it/s] 97%|█████████▋| 32/33 [00:28<00:00, 1.11it/s] 100%|██████████| 33/33 [00:29<00:00, 1.11it/s] 100%|██████████| 33/33 [00:29<00:00, 1.12it/s] Total safe images: 4 out of 4
Prediction
baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78IDerrvy6swwhrm80cpvbcvnw32qrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. cinematic, KODAK VISION3 500T Film style, 52197219 cinematic style
- go_fast
- extra_lora
- https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 5:4
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\n\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.8, "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 baoliwaters/sector_keypad2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", { input: { model: "dev", prompt: "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\n\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", go_fast: false, extra_lora: "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "5:4", output_format: "png", guidance_scale: 3, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 0.8, 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 baoliwaters/sector_keypad2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", input={ "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\n\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", "go_fast": False, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.8, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run baoliwaters/sector_keypad2 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": "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", "input": { "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\\n\\n\\n\\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\\n\\n\\n", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.8, "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-16T20:47:09.649345Z", "created_at": "2025-05-16T20:46:32.164000Z", "data_removed": false, "error": null, "id": "errvy6swwhrm80cpvbcvnw32qr", "input": { "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\n\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "free=28296214622208\nDownloading weights\n2025-05-16T20:46:33Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/0d91065b38081870 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126\n2025-05-16T20:46:33Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-16T20:46:34Z | INFO | [ Redirect ] redirect_url=https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/1269491/cinematic20KODAK20VISION3.ju7f.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22cinematic%20KODAK%20VISION3%20500T%20Color%20Negative%20Film%205219%207219%20v1.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20250516/us-east-1/s3/aws4_request&X-Amz-Date=20250516T204634Z&X-Amz-SignedHeaders=host&X-Amz-Signature=c272ba9e22f2c20cfb9cf2970856dc4820bab5d889d33058d5d7f871fae420d1 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126\n2025-05-16T20:46:36Z | INFO | [ Complete ] dest=/src/weights-cache/0d91065b38081870 size=\"306 MB\" total_elapsed=2.843s url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126\nDownloaded weights in 2.87s\nLoaded LoRAs in 4.20s\nUsing seed: 43519\nPrompt: A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:27, 1.00s/it]\n 7%|▋ | 2/28 [00:01<00:23, 1.08it/s]\n 11%|█ | 3/28 [00:02<00:24, 1.04it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.02it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.00it/s]\n 25%|██▌ | 7/28 [00:06<00:21, 1.00s/it]\n 29%|██▊ | 8/28 [00:07<00:20, 1.00s/it]\n 32%|███▏ | 9/28 [00:08<00:19, 1.00s/it]\n 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it]\n 39%|███▉ | 11/28 [00:10<00:17, 1.01s/it]\n 43%|████▎ | 12/28 [00:11<00:16, 1.01s/it]\n 46%|████▋ | 13/28 [00:12<00:15, 1.01s/it]\n 50%|█████ | 14/28 [00:13<00:14, 1.01s/it]\n 54%|█████▎ | 15/28 [00:14<00:13, 1.01s/it]\n 57%|█████▋ | 16/28 [00:15<00:12, 1.01s/it]\n 61%|██████ | 17/28 [00:17<00:11, 1.01s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.01s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.01s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.01s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.01s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.01s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.01s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.01s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.01s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.01s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.01s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.01s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.00s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 36.22645948, "total_time": 37.485345 }, "output": [ "https://replicate.delivery/xezq/lRYo50cfmIRQfE6L03ZreXUgA3YXq0A1LZVz8ZRebYW3kV1SB/out-0.png", "https://replicate.delivery/xezq/i5gIMcPfFKwBcK07oEYDCyPu76OEkZ8FfVGHxEdFl5qNZVtUA/out-1.png", "https://replicate.delivery/xezq/v6ODekreEMot20akxcuFTKiL7PoGadi4vW1MvHtAfzDbyqapA/out-2.png", "https://replicate.delivery/xezq/8YvSgEPw3MqAER4ivxyTb4DTFgwEMqA7Q1lZ7fiz2XhmsqWKA/out-3.png" ], "started_at": "2025-05-16T20:46:33.422886Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-mf7yvjnohab4jm4i4tsbfukk6xotqfdm5nwupo7dbt5lz55rwypa", "get": "https://api.replicate.com/v1/predictions/errvy6swwhrm80cpvbcvnw32qr", "cancel": "https://api.replicate.com/v1/predictions/errvy6swwhrm80cpvbcvnw32qr/cancel" }, "version": "7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78" }
Generated infree=28296214622208 Downloading weights 2025-05-16T20:46:33Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/0d91065b38081870 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126 2025-05-16T20:46:33Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-16T20:46:34Z | INFO | [ Redirect ] redirect_url=https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/1269491/cinematic20KODAK20VISION3.ju7f.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22cinematic%20KODAK%20VISION3%20500T%20Color%20Negative%20Film%205219%207219%20v1.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20250516/us-east-1/s3/aws4_request&X-Amz-Date=20250516T204634Z&X-Amz-SignedHeaders=host&X-Amz-Signature=c272ba9e22f2c20cfb9cf2970856dc4820bab5d889d33058d5d7f871fae420d1 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126 2025-05-16T20:46:36Z | INFO | [ Complete ] dest=/src/weights-cache/0d91065b38081870 size="306 MB" total_elapsed=2.843s url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126 Downloaded weights in 2.87s Loaded LoRAs in 4.20s Using seed: 43519 Prompt: A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. cinematic, KODAK VISION3 500T Film style, 52197219 cinematic style [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:27, 1.00s/it] 7%|▋ | 2/28 [00:01<00:23, 1.08it/s] 11%|█ | 3/28 [00:02<00:24, 1.04it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.02it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.00it/s] 25%|██▌ | 7/28 [00:06<00:21, 1.00s/it] 29%|██▊ | 8/28 [00:07<00:20, 1.00s/it] 32%|███▏ | 9/28 [00:08<00:19, 1.00s/it] 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it] 39%|███▉ | 11/28 [00:10<00:17, 1.01s/it] 43%|████▎ | 12/28 [00:11<00:16, 1.01s/it] 46%|████▋ | 13/28 [00:12<00:15, 1.01s/it] 50%|█████ | 14/28 [00:13<00:14, 1.01s/it] 54%|█████▎ | 15/28 [00:14<00:13, 1.01s/it] 57%|█████▋ | 16/28 [00:15<00:12, 1.01s/it] 61%|██████ | 17/28 [00:17<00:11, 1.01s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.01s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.01s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.01s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.01s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.01s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.01s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.01s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.01s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.01s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.01s/it] 100%|██████████| 28/28 [00:28<00:00, 1.01s/it] 100%|██████████| 28/28 [00:28<00:00, 1.00s/it] Total safe images: 4 out of 4
Prediction
baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78IDcv08cgy90hrmc0cpxw88y7xkbgStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. cinematic, KODAK VISION3 500T Film style, 52197219 cinematic style
- go_fast
- extra_lora
- https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 5:4
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 0
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/N2jHLVCkfCyG5gc9Ma7k5Db5Y1k6BJPaXyQ0xcoDafk3XSPo/out-0%20%2814%29.png", "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0, "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 baoliwaters/sector_keypad2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", { input: { image: "https://replicate.delivery/pbxt/N2jHLVCkfCyG5gc9Ma7k5Db5Y1k6BJPaXyQ0xcoDafk3XSPo/out-0%20%2814%29.png", model: "dev", prompt: "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", go_fast: false, extra_lora: "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "5:4", output_format: "png", guidance_scale: 3, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 0, 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 baoliwaters/sector_keypad2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", input={ "image": "https://replicate.delivery/pbxt/N2jHLVCkfCyG5gc9Ma7k5Db5Y1k6BJPaXyQ0xcoDafk3XSPo/out-0%20%2814%29.png", "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", "go_fast": False, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run baoliwaters/sector_keypad2 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": "baoliwaters/sector_keypad2:7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78", "input": { "image": "https://replicate.delivery/pbxt/N2jHLVCkfCyG5gc9Ma7k5Db5Y1k6BJPaXyQ0xcoDafk3XSPo/out-0%20%2814%29.png", "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\\n\\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\\n\\n\\n", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0, "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-20T19:00:11.536359Z", "created_at": "2025-05-20T18:59:36.836000Z", "data_removed": false, "error": null, "id": "cv08cgy90hrmc0cpxw88y7xkbg", "input": { "image": "https://replicate.delivery/pbxt/N2jHLVCkfCyG5gc9Ma7k5Db5Y1k6BJPaXyQ0xcoDafk3XSPo/out-0%20%2814%29.png", "model": "dev", "prompt": "A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\n\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\n\n\n", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126", "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 0, "num_inference_steps": 28 }, "logs": "free=27781424832512\nDownloading weights\n2025-05-20T18:59:37Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpwxmjfa03/weights url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar\n2025-05-20T18:59:37Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-20T18:59:39Z | INFO | [ Complete ] dest=/tmp/tmpwxmjfa03/weights size=\"172 MB\" total_elapsed=2.264s url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar\nDownloaded weights in 2.28s\nfree=27781251149824\nDownloading weights\n2025-05-20T18:59:39Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/0d91065b38081870 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126\n2025-05-20T18:59:39Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-20T18:59:40Z | INFO | [ Redirect ] redirect_url=https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/1269491/cinematic20KODAK20VISION3.ju7f.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22cinematic%20KODAK%20VISION3%20500T%20Color%20Negative%20Film%205219%207219%20v1.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20250520/us-east-1/s3/aws4_request&X-Amz-Date=20250520T185940Z&X-Amz-SignedHeaders=host&X-Amz-Signature=bb98ac90a38b2d367e57f075818c0d0a7793165b9ed5ee8d186bf6d11384a6b9 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126\n2025-05-20T18:59:43Z | INFO | [ Complete ] dest=/src/weights-cache/0d91065b38081870 size=\"306 MB\" total_elapsed=3.340s url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126\nDownloaded weights in 3.36s\nLoaded LoRAs in 6.95s\nUsing seed: 28573\nPrompt: A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes.\ncinematic, KODAK VISION3 500T Film style, 52197219 cinematic style\nInput image size: 1088x896\n[!] Resizing input image from 1088x896 to 1088x896\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:19, 1.16it/s]\n 9%|▊ | 2/23 [00:01<00:19, 1.06it/s]\n 13%|█▎ | 3/23 [00:02<00:19, 1.03it/s]\n 17%|█▋ | 4/23 [00:03<00:18, 1.01it/s]\n 22%|██▏ | 5/23 [00:04<00:17, 1.01it/s]\n 26%|██▌ | 6/23 [00:05<00:16, 1.00it/s]\n 30%|███ | 7/23 [00:06<00:16, 1.00s/it]\n 35%|███▍ | 8/23 [00:07<00:15, 1.00s/it]\n 39%|███▉ | 9/23 [00:08<00:14, 1.00s/it]\n 43%|████▎ | 10/23 [00:09<00:13, 1.00s/it]\n 48%|████▊ | 11/23 [00:10<00:12, 1.01s/it]\n 52%|█████▏ | 12/23 [00:11<00:11, 1.00s/it]\n 57%|█████▋ | 13/23 [00:12<00:10, 1.00s/it]\n 61%|██████ | 14/23 [00:13<00:09, 1.00s/it]\n 65%|██████▌ | 15/23 [00:14<00:08, 1.00s/it]\n 70%|██████▉ | 16/23 [00:15<00:07, 1.00s/it]\n 74%|███████▍ | 17/23 [00:16<00:06, 1.01s/it]\n 78%|███████▊ | 18/23 [00:17<00:05, 1.01s/it]\n 83%|████████▎ | 19/23 [00:18<00:04, 1.01s/it]\n 87%|████████▋ | 20/23 [00:19<00:03, 1.01s/it]\n 91%|█████████▏| 21/23 [00:20<00:02, 1.01s/it]\n 96%|█████████▌| 22/23 [00:21<00:01, 1.00s/it]\n100%|██████████| 23/23 [00:22<00:00, 1.01s/it]\n100%|██████████| 23/23 [00:22<00:00, 1.00it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 34.65195365, "total_time": 34.700359 }, "output": [ "https://replicate.delivery/xezq/I7rtjJWNy0rhAxPTeQqhcgeOsORdZTIWeXNNVZJMIEt2ZQdpA/out-0.png", "https://replicate.delivery/xezq/rDq2MbiZCdqHDx1PkTMXlU69DMiSiuFRdMN46qhQBv0ODqLF/out-1.png", "https://replicate.delivery/xezq/UpFr9UHYyNIqJFygSE9GeUxEynfhlIavMkD6EuhDn3U7MouUA/out-2.png", "https://replicate.delivery/xezq/YzC8sRwOispLBxhg8HUOD1316Ofs91Iy2NNDWP7mVJsdGUXKA/out-3.png" ], "started_at": "2025-05-20T18:59:36.884406Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-zhsxqwbezizoy6cmoeqzn5ga4cn22teysfpwctpfit4jhs2x4yua", "get": "https://api.replicate.com/v1/predictions/cv08cgy90hrmc0cpxw88y7xkbg", "cancel": "https://api.replicate.com/v1/predictions/cv08cgy90hrmc0cpxw88y7xkbg/cancel" }, "version": "7250489e07309a1ee80124f0f4cd59c6882ef58c5e1cd91058af832f056abe78" }
Generated infree=27781424832512 Downloading weights 2025-05-20T18:59:37Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpwxmjfa03/weights url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar 2025-05-20T18:59:37Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-20T18:59:39Z | INFO | [ Complete ] dest=/tmp/tmpwxmjfa03/weights size="172 MB" total_elapsed=2.264s url=https://replicate.delivery/xezq/ju0JClpZ6fQZYiLrMrxV958YRD5rY8eGZj1ZmV3l282OkUtUA/trained_model.tar Downloaded weights in 2.28s free=27781251149824 Downloading weights 2025-05-20T18:59:39Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/0d91065b38081870 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126 2025-05-20T18:59:39Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-20T18:59:40Z | INFO | [ Redirect ] redirect_url=https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/1269491/cinematic20KODAK20VISION3.ju7f.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22cinematic%20KODAK%20VISION3%20500T%20Color%20Negative%20Film%205219%207219%20v1.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20250520/us-east-1/s3/aws4_request&X-Amz-Date=20250520T185940Z&X-Amz-SignedHeaders=host&X-Amz-Signature=bb98ac90a38b2d367e57f075818c0d0a7793165b9ed5ee8d186bf6d11384a6b9 url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126 2025-05-20T18:59:43Z | INFO | [ Complete ] dest=/src/weights-cache/0d91065b38081870 size="306 MB" total_elapsed=3.340s url=https://civitai.com/api/download/models/1676420?type=Model&format=SafeTensor&token=a71d847ee43d71bb00b7ed11cad1d126 Downloaded weights in 3.36s Loaded LoRAs in 6.95s Using seed: 28573 Prompt: A standalone white rectangular sectorKeypad, placed upright on a clean, neutral background. The device is centered, photographed under soft natural light. Minimalistic, high-resolution product photography style, everything in sharp focus. In the image, a human hand is seen pressing a button on a white digital keypad. The keypad is mounted on a white wall, and the hand is positioned on the right side of the keypad. The keypad has a total of 12 buttons, each marked with a number from 0 to 9, and also includes the numbers 1, 2, and 3. The background of the image reveals a room with a white ceiling and a window, providing a stark contrast to the white wall and keypad. The image does not contain any discernible text. The overall scene suggests an interaction with a digital interface, possibly for security or access control purposes. cinematic, KODAK VISION3 500T Film style, 52197219 cinematic style Input image size: 1088x896 [!] Resizing input image from 1088x896 to 1088x896 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:19, 1.16it/s] 9%|▊ | 2/23 [00:01<00:19, 1.06it/s] 13%|█▎ | 3/23 [00:02<00:19, 1.03it/s] 17%|█▋ | 4/23 [00:03<00:18, 1.01it/s] 22%|██▏ | 5/23 [00:04<00:17, 1.01it/s] 26%|██▌ | 6/23 [00:05<00:16, 1.00it/s] 30%|███ | 7/23 [00:06<00:16, 1.00s/it] 35%|███▍ | 8/23 [00:07<00:15, 1.00s/it] 39%|███▉ | 9/23 [00:08<00:14, 1.00s/it] 43%|████▎ | 10/23 [00:09<00:13, 1.00s/it] 48%|████▊ | 11/23 [00:10<00:12, 1.01s/it] 52%|█████▏ | 12/23 [00:11<00:11, 1.00s/it] 57%|█████▋ | 13/23 [00:12<00:10, 1.00s/it] 61%|██████ | 14/23 [00:13<00:09, 1.00s/it] 65%|██████▌ | 15/23 [00:14<00:08, 1.00s/it] 70%|██████▉ | 16/23 [00:15<00:07, 1.00s/it] 74%|███████▍ | 17/23 [00:16<00:06, 1.01s/it] 78%|███████▊ | 18/23 [00:17<00:05, 1.01s/it] 83%|████████▎ | 19/23 [00:18<00:04, 1.01s/it] 87%|████████▋ | 20/23 [00:19<00:03, 1.01s/it] 91%|█████████▏| 21/23 [00:20<00:02, 1.01s/it] 96%|█████████▌| 22/23 [00:21<00:01, 1.00s/it] 100%|██████████| 23/23 [00:22<00:00, 1.01s/it] 100%|██████████| 23/23 [00:22<00:00, 1.00it/s] Total safe images: 4 out of 4
Want to make some of these yourself?
Run this model