schvffler / low-exposure
Creates high-quality, low-exposure style images.
- Public
- 146 runs
-
H100
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDvwg6dw7f1hrma0cq2a1s5hsfmmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:12:13.898881Z", "created_at": "2025-05-27T16:12:05.772000Z", "data_removed": false, "error": null, "id": "vwg6dw7f1hrma0cq2a1s5hsfmm", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 28541\nPrompt: LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:15, 1.73it/s]\n 7%|▋ | 2/28 [00:00<00:09, 2.78it/s]\n 11%|█ | 3/28 [00:01<00:07, 3.19it/s]\n 14%|█▍ | 4/28 [00:01<00:07, 3.42it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.57it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.67it/s]\n 25%|██▌ | 7/28 [00:02<00:05, 3.73it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.78it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.81it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.84it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.87it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.73it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.115183141, "total_time": 8.126881 }, "output": [ "https://replicate.delivery/xezq/7kkYHkavghZ8EFQAC59VmuUer9OQ8eqaZ0jPwfXl9vE6yyhpA/out-0.png" ], "started_at": "2025-05-27T16:12:05.783698Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-jfmb3c2wqhr7igdusrmyzi2hsq7dego2oxyrjo7drfxmeovxzama", "get": "https://api.replicate.com/v1/predictions/vwg6dw7f1hrma0cq2a1s5hsfmm", "cancel": "https://api.replicate.com/v1/predictions/vwg6dw7f1hrma0cq2a1s5hsfmm/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 28541 Prompt: LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:15, 1.73it/s] 7%|▋ | 2/28 [00:00<00:09, 2.78it/s] 11%|█ | 3/28 [00:01<00:07, 3.19it/s] 14%|█▍ | 4/28 [00:01<00:07, 3.42it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.57it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.67it/s] 25%|██▌ | 7/28 [00:02<00:05, 3.73it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.78it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.81it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.84it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.87it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.73it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDh94r0csbd1rme0cq2a2bn51k7rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:12:28.882623Z", "created_at": "2025-05-27T16:12:21.224000Z", "data_removed": false, "error": null, "id": "h94r0csbd1rme0cq2a2bn51k7r", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 49225\nPrompt: LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.90it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.642274747, "total_time": 7.658623 }, "output": [ "https://replicate.delivery/xezq/tPr1Mo6t8WrPHlhZne2TQyo0c5QrNm2B8jKwFk23fUEsZ5wUA/out-0.png" ], "started_at": "2025-05-27T16:12:21.240348Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-vs73eojkaho6d4huqq7zp7snkuft5qoqkldi6j74qo26pcmgrpga", "get": "https://api.replicate.com/v1/predictions/h94r0csbd1rme0cq2a2bn51k7r", "cancel": "https://api.replicate.com/v1/predictions/h94r0csbd1rme0cq2a2bn51k7r/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 49225 Prompt: LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.90it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDpgwrj3ww49rmc0cq29wr1z601rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:00:59.804410Z", "created_at": "2025-05-27T16:00:49.186000Z", "data_removed": false, "error": null, "id": "pgwrj3ww49rmc0cq29wr1z601r", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28461917003776\nDownloading weights\n2025-05-27T16:00:49Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpbwgs_fij/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\n2025-05-27T16:00:49Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-27T16:00:51Z | INFO | [ Complete ] dest=/tmp/tmpbwgs_fij/weights size=\"172 MB\" total_elapsed=2.238s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\nDownloaded weights in 2.26s\nLoaded LoRAs in 2.78s\nUsing seed: 22911\nPrompt: LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.86it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 10.477284602, "total_time": 10.61841 }, "output": [ "https://replicate.delivery/xezq/qv7RVB9OQY5DOFAsCMTxdaw4oyd6OV2dPrXv15GBb3fdncYKA/out-0.png" ], "started_at": "2025-05-27T16:00:49.327125Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-7oeh3dh76of7almnzzh3ucjkvurujtrlgcjoxdqmsg5ycw3mh5fq", "get": "https://api.replicate.com/v1/predictions/pgwrj3ww49rmc0cq29wr1z601r", "cancel": "https://api.replicate.com/v1/predictions/pgwrj3ww49rmc0cq29wr1z601r/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated infree=28461917003776 Downloading weights 2025-05-27T16:00:49Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpbwgs_fij/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar 2025-05-27T16:00:49Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-27T16:00:51Z | INFO | [ Complete ] dest=/tmp/tmpbwgs_fij/weights size="172 MB" total_elapsed=2.238s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar Downloaded weights in 2.26s Loaded LoRAs in 2.78s Using seed: 22911 Prompt: LowExp, photorealistic image of a lone runner in a dark hoodie sprinting through a dimly lit underpass at night, faint overhead lights casting broken patches of illumination on the wet concrete, puddles reflecting subtle light streaks, heavy shadows framing the tunnel walls, cinematic low-angle shot emphasizing speed and determination, cool muted tones of deep blues, grays, and faint neon accents, breath visible in the cold night air, soft motion blur on the background while keeping the runner sharply focused, subtle rain mist adding atmosphere, intense mood of grit and relentless pursuit. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s] 61%|██████ | 17/28 [00:04<00:02, 3.86it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDdmtksxy96srm80cq29ysvrc8yrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:05:30.643028Z", "created_at": "2025-05-27T16:05:22.870000Z", "data_removed": false, "error": null, "id": "dmtksxy96srm80cq29ysvrc8yr", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 58694\nPrompt: LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.84it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.766035475, "total_time": 7.773028 }, "output": [ "https://replicate.delivery/xezq/ruMSZcGsphoGKNfEeAB4vTaKbYowxLKQDkmhLok43UOKT5wUA/out-0.png" ], "started_at": "2025-05-27T16:05:22.876993Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ojoufw2tern6v557dmhwjw7qiginekjj6clmtfcuck32fvtxr6eq", "get": "https://api.replicate.com/v1/predictions/dmtksxy96srm80cq29ysvrc8yr", "cancel": "https://api.replicate.com/v1/predictions/dmtksxy96srm80cq29ysvrc8yr/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 58694 Prompt: LowExp, photorealistic image of an empty industrial gym at night, faint overhead lights casting dim pools of light on polished concrete floors, rows of weight racks and benches disappearing into heavy shadows, metallic surfaces softly reflecting minimal glow, cinematic wide-angle shot capturing the vast, echoing space, muted tones of black, gray, and faint silver, textured details on worn leather seats, steel bars, and stacked plates, subtle mist or chalk dust lingering in the air, quiet, almost sacred atmosphere of focus, potential, and unspoken intensity. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s] 50%|█████ | 14/28 [00:03<00:03, 3.84it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDpdnv8qg6a5rmc0cq2a19ax3d50StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:10:14.077445Z", "created_at": "2025-05-27T16:10:00.657000Z", "data_removed": false, "error": null, "id": "pdnv8qg6a5rmc0cq2a19ax3d50", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.54s\nUsing seed: 27763\nPrompt: LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.33it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.09it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.98it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.91it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.88it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.86it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.85it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.83it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.83it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.83it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.82it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.83it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.83it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.83it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.82it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.82it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.81it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.82it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.82it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.82it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.277778088, "total_time": 13.420445 }, "output": [ "https://replicate.delivery/xezq/sQUhkNGH6F7CEpcg5rOiUFQfqKtRoG6AKPQeYuwlmenMvyhpA/out-0.png" ], "started_at": "2025-05-27T16:10:05.799667Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-i5wlvv7eh3skgi4tw2jueujbmdn3bbb4fmt7wzhzopdr4cphyuma", "get": "https://api.replicate.com/v1/predictions/pdnv8qg6a5rmc0cq2a19ax3d50", "cancel": "https://api.replicate.com/v1/predictions/pdnv8qg6a5rmc0cq2a19ax3d50/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.54s Using seed: 27763 Prompt: LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.33it/s] 11%|█ | 3/28 [00:00<00:06, 4.09it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.98it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.91it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.88it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.86it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.85it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.83it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.83it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.83it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.82it/s] 50%|█████ | 14/28 [00:03<00:03, 3.83it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.83it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.83it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.82it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.82it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.81it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.82it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.82it/s] 100%|██████████| 28/28 [00:07<00:00, 3.82it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDc9kgvakvk5rmc0cq2a2swpm714StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:13:55.755577Z", "created_at": "2025-05-27T16:13:47.289000Z", "data_removed": false, "error": null, "id": "c9kgvakvk5rmc0cq2a2swpm714", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.55s\nUsing seed: 10631\nPrompt: LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.86it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.38it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.90it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.186705472, "total_time": 8.466577 }, "output": [ "https://replicate.delivery/xezq/rqWrOJfuEu02CKFI4XhonADdcJyNjvbePCRe7iSfeyXaYLHmC/out-0.png" ], "started_at": "2025-05-27T16:13:47.568871Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-qgaksjgniqpmc7ibrvmtn5o4l6zx2ncwxe4hv53qaj5xjayjo6nq", "get": "https://api.replicate.com/v1/predictions/c9kgvakvk5rmc0cq2a2swpm714", "cancel": "https://api.replicate.com/v1/predictions/c9kgvakvk5rmc0cq2a2swpm714/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.55s Using seed: 10631 Prompt: LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.86it/s] 7%|▋ | 2/28 [00:00<00:05, 4.38it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] 100%|██████████| 28/28 [00:07<00:00, 3.90it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943ID8rdrt1sp95rma0cq2a5ajcbverStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:19:05.598291Z", "created_at": "2025-05-27T16:18:57.225000Z", "data_removed": false, "error": null, "id": "8rdrt1sp95rma0cq2a5ajcbver", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.52s\nUsing seed: 6404\nPrompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.217447809, "total_time": 8.373291 }, "output": [ "https://replicate.delivery/xezq/KzLvlfAvsW0ZbybihdRVGP3Wry9MkAyJ2eQHpQXFtnN5fyhpA/out-0.png" ], "started_at": "2025-05-27T16:18:57.380843Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-6uhdtvzd46oy5bswznt2fvof66zvokv5s5ju6yp2t5nqbbxfm76q", "get": "https://api.replicate.com/v1/predictions/8rdrt1sp95rma0cq2a5ajcbver", "cancel": "https://api.replicate.com/v1/predictions/8rdrt1sp95rma0cq2a5ajcbver/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.52s Using seed: 6404 Prompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDter90vxefxrma0cq29xba3d5fmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:02:07.147313Z", "created_at": "2025-05-27T16:01:59.423000Z", "data_removed": false, "error": null, "id": "ter90vxefxrma0cq29xba3d5fm", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 17984\nPrompt: LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.718121353, "total_time": 7.724313 }, "output": [ "https://replicate.delivery/xezq/Y0dgXFtqID69HhIYTCeSAIOtmqIF50OfQipapm9a9VfefJHmC/out-0.png" ], "started_at": "2025-05-27T16:01:59.429192Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-qsc4phl32o3y2hpiro7lcrkkfvtlmzfsi2admpe6syhxuovindia", "get": "https://api.replicate.com/v1/predictions/ter90vxefxrma0cq29xba3d5fm", "cancel": "https://api.replicate.com/v1/predictions/ter90vxefxrma0cq29xba3d5fm/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 17984 Prompt: LowExp, photorealistic image of a person in a dark hoodie running along the edge of a dimly lit waterfront at midnight, city skyline in the distant background, faint reflections of city lights rippling on the dark water, cinematic side shot capturing the runner mid-stride, cool tones of black, navy, and faint orange glow, subtle texture on the rough pavement, breath faintly illuminated in the cold air, heavy shadows wrapping the figure, shallow depth of field isolating the runner from the softly blurred cityscape, mood of ambition, solitude, and quiet strength. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDr1fvcn1cw5rm80cq29vt4t1h80StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T15:58:17.343450Z", "created_at": "2025-05-27T15:58:09.633000Z", "data_removed": false, "error": null, "id": "r1fvcn1cw5rm80cq29vt4t1h80", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 33781\nPrompt: LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.13it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.03it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.98it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.94it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.92it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.89it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.89it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.88it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.88it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.88it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.88it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.88it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.88it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.88it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.89it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.88it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.88it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.88it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.91it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.701939745, "total_time": 7.71045 }, "output": [ "https://replicate.delivery/xezq/QYF8xOeCoa0bRa9lDJfr5NjbbDVXG9v9hZ1OQEIofouzYyhpA/out-0.png" ], "started_at": "2025-05-27T15:58:09.641510Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-mn3iroz4bsf6q3vkrpcue2vqygd4jb5lq3uhsikqkakh2nbnloiq", "get": "https://api.replicate.com/v1/predictions/r1fvcn1cw5rm80cq29vt4t1h80", "cancel": "https://api.replicate.com/v1/predictions/r1fvcn1cw5rm80cq29vt4t1h80/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 33781 Prompt: LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.13it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.03it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.98it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.94it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.92it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.89it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.89it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s] 50%|█████ | 14/28 [00:03<00:03, 3.88it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.88it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.88it/s] 61%|██████ | 17/28 [00:04<00:02, 3.88it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.88it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.88it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.88it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.89it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.88it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.88it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.88it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] 100%|██████████| 28/28 [00:07<00:00, 3.91it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDpdnv8qg6a5rmc0cq2a19ax3d50StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:10:14.077445Z", "created_at": "2025-05-27T16:10:00.657000Z", "data_removed": false, "error": null, "id": "pdnv8qg6a5rmc0cq2a19ax3d50", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.54s\nUsing seed: 27763\nPrompt: LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.33it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.09it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.98it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.91it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.88it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.86it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.85it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.83it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.83it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.83it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.82it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.83it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.83it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.83it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.82it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.82it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.81it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.82it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.82it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.82it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.277778088, "total_time": 13.420445 }, "output": [ "https://replicate.delivery/xezq/sQUhkNGH6F7CEpcg5rOiUFQfqKtRoG6AKPQeYuwlmenMvyhpA/out-0.png" ], "started_at": "2025-05-27T16:10:05.799667Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-i5wlvv7eh3skgi4tw2jueujbmdn3bbb4fmt7wzhzopdr4cphyuma", "get": "https://api.replicate.com/v1/predictions/pdnv8qg6a5rmc0cq2a19ax3d50", "cancel": "https://api.replicate.com/v1/predictions/pdnv8qg6a5rmc0cq2a19ax3d50/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.54s Using seed: 27763 Prompt: LowExp, photorealistic close-up of a luxurious vanity table at night, delicate gold rings, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.33it/s] 11%|█ | 3/28 [00:00<00:06, 4.09it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.98it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.91it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.88it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.86it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.85it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.83it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.83it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.83it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.82it/s] 50%|█████ | 14/28 [00:03<00:03, 3.83it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.83it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.83it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.82it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.82it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.81it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.82it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.82it/s] 100%|██████████| 28/28 [00:07<00:00, 3.82it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDc9kgvakvk5rmc0cq2a2swpm714StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:13:55.755577Z", "created_at": "2025-05-27T16:13:47.289000Z", "data_removed": false, "error": null, "id": "c9kgvakvk5rmc0cq2a2swpm714", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.55s\nUsing seed: 10631\nPrompt: LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.86it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.38it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.90it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.186705472, "total_time": 8.466577 }, "output": [ "https://replicate.delivery/xezq/rqWrOJfuEu02CKFI4XhonADdcJyNjvbePCRe7iSfeyXaYLHmC/out-0.png" ], "started_at": "2025-05-27T16:13:47.568871Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-qgaksjgniqpmc7ibrvmtn5o4l6zx2ncwxe4hv53qaj5xjayjo6nq", "get": "https://api.replicate.com/v1/predictions/c9kgvakvk5rmc0cq2a2swpm714", "cancel": "https://api.replicate.com/v1/predictions/c9kgvakvk5rmc0cq2a2swpm714/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.55s Using seed: 10631 Prompt: LowExp, photorealistic close-up of a sleek black Lamborghini parked under a dimly lit city overpass at midnight, soft golden reflections dancing on the polished curves of the car, wet pavement mirroring faint light trails, cinematic composition focusing on the car’s aggressive front lines, deep shadows enveloping the background, muted color palette with cool silvers, blacks, and faint neon highlights, subtle fog curling near the ground, emphasizing mystery and exclusivity, camera angle low and dramatic, capturing the raw presence and power of the luxury vehicle in a moody, low-exposure scene. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.86it/s] 7%|▋ | 2/28 [00:00<00:05, 4.38it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] 100%|██████████| 28/28 [00:07<00:00, 3.90it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDb6netycbvhrme0cq29y8cd21sgStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:04:09.818838Z", "created_at": "2025-05-27T16:04:01.628000Z", "data_removed": false, "error": null, "id": "b6netycbvhrme0cq29y8cd21sg", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.51s\nUsing seed: 13869\nPrompt: LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.164085864, "total_time": 8.190838 }, "output": [ "https://replicate.delivery/xezq/IFDdJGAS4abGHhmAkvBrrNSQpfckxGfceODUelj9D28lHlDTB/out-0.png" ], "started_at": "2025-05-27T16:04:01.654752Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-web2tu7a7qrs3htrj47kyyqfnnxpvt446kevdi2ckorgcfrvrwuq", "get": "https://api.replicate.com/v1/predictions/b6netycbvhrme0cq29y8cd21sg", "cancel": "https://api.replicate.com/v1/predictions/b6netycbvhrme0cq29y8cd21sg/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.51s Using seed: 13869 Prompt: LowExp, photorealistic image of a person punching a heavy bag in a dim boxing gym, faint light bulbs hanging from the ceiling casting small pockets of glow, heavy shadows filling the background, cinematic close-up on the boxer’s gloved fists connecting with the bag, sweat droplets frozen mid-air, muted tones of black, gray, and faint red from the bag, textured floor mats and worn leather equipment adding gritty realism, soft motion blur on the bag while the boxer remains sharply focused, mood of fierce determination, aggression, and discipline. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDr53f11avsdrmc0cq29z9yk8zegStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:06:09.963029Z", "created_at": "2025-05-27T16:06:00.395000Z", "data_removed": false, "error": null, "id": "r53f11avsdrmc0cq29z9yk8zeg", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27105563344896\nDownloading weights\n2025-05-27T16:06:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp3s2p8yuh/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\n2025-05-27T16:06:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-27T16:06:01Z | INFO | [ Complete ] dest=/tmp/tmp3s2p8yuh/weights size=\"172 MB\" total_elapsed=0.453s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\nDownloaded weights in 0.47s\nLoaded LoRAs in 1.00s\nUsing seed: 24458\nPrompt: LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.7239441, "total_time": 9.568029 }, "output": [ "https://replicate.delivery/xezq/aKKz8db40xIODJOouRErUSkpicsuce1jb1FYIkSi9Dn4pcYKA/out-0.png" ], "started_at": "2025-05-27T16:06:01.239085Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-xt2qzakw4v4pymh5mkch7offbknhhfvt7bkkplj5ymi6ceh7kn3q", "get": "https://api.replicate.com/v1/predictions/r53f11avsdrmc0cq29z9yk8zeg", "cancel": "https://api.replicate.com/v1/predictions/r53f11avsdrmc0cq29z9yk8zeg/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated infree=27105563344896 Downloading weights 2025-05-27T16:06:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp3s2p8yuh/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar 2025-05-27T16:06:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-27T16:06:01Z | INFO | [ Complete ] dest=/tmp/tmp3s2p8yuh/weights size="172 MB" total_elapsed=0.453s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar Downloaded weights in 0.47s Loaded LoRAs in 1.00s Using seed: 24458 Prompt: LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDncdsftfnesrmc0cq2a1b49em2rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:11:10.487441Z", "created_at": "2025-05-27T16:11:01.878000Z", "data_removed": false, "error": null, "id": "ncdsftfnesrmc0cq2a1b49em2r", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.53s\nUsing seed: 16388\nPrompt: LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.84it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.223891748, "total_time": 8.609441 }, "output": [ "https://replicate.delivery/xezq/TRpJVFjtDx4NLlamCaXqhq8ZFZJYrUWlenmfYfYydEz8wyhpA/out-0.png" ], "started_at": "2025-05-27T16:11:02.263549Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-afwwchz56nx7fy47l6v6wllqhx4qs6ze6p432ngk74kw6gmgfpva", "get": "https://api.replicate.com/v1/predictions/ncdsftfnesrmc0cq2a1b49em2r", "cancel": "https://api.replicate.com/v1/predictions/ncdsftfnesrmc0cq2a1b49em2r/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.53s Using seed: 16388 Prompt: LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.84it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDpw3s521zh5rm80cq2a1rjz5y4wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:11:39.498629Z", "created_at": "2025-05-27T16:11:20.841000Z", "data_removed": false, "error": null, "id": "pw3s521zh5rm80cq2a1rjz5y4w", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27309050437632\nDownloading weights\n2025-05-27T16:11:30Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp633qd_fu/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\n2025-05-27T16:11:30Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-27T16:11:31Z | INFO | [ Complete ] dest=/tmp/tmp633qd_fu/weights size=\"172 MB\" total_elapsed=0.592s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\nDownloaded weights in 0.61s\nLoaded LoRAs in 1.16s\nUsing seed: 1200\nPrompt: LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.825352884, "total_time": 18.657629 }, "output": [ "https://replicate.delivery/xezq/EUZvcE311SpTNdvD5KqQE1KlfkuTPlcfo1VXMg2WKTq7Y5wUA/out-0.png" ], "started_at": "2025-05-27T16:11:30.673276Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ba5eavg5nc4xk2zv4deis2hey64xdyhf6atczc5dj3qyq66v74cq", "get": "https://api.replicate.com/v1/predictions/pw3s521zh5rm80cq2a1rjz5y4w", "cancel": "https://api.replicate.com/v1/predictions/pw3s521zh5rm80cq2a1rjz5y4w/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated infree=27309050437632 Downloading weights 2025-05-27T16:11:30Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp633qd_fu/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar 2025-05-27T16:11:30Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-27T16:11:31Z | INFO | [ Complete ] dest=/tmp/tmp633qd_fu/weights size="172 MB" total_elapsed=0.592s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar Downloaded weights in 0.61s Loaded LoRAs in 1.16s Using seed: 1200 Prompt: LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDqj384rp6pdrma0cq2a4vaz8g2cStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:18:36.780273Z", "created_at": "2025-05-27T16:18:28.659000Z", "data_removed": false, "error": null, "id": "qj384rp6pdrma0cq2a4vaz8g2c", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.51s\nUsing seed: 28254\nPrompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.88it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.40it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.16it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.05it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 4.00it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.96it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.94it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.93it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.92it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.91it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.91it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.91it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.90it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.89it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.90it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.89it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.90it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.90it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.90it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.90it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.90it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.90it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.90it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.90it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.90it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.90it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.92it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.114545369, "total_time": 8.121273 }, "output": [ "https://replicate.delivery/xezq/8EvY82jGfOweAED3rUKzMo8WOsK5CoXeThRPrfA2feaD3XOMF/out-0.png" ], "started_at": "2025-05-27T16:18:28.665727Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-2itympluchensz2pzm2aoms2mryigd2ga3jovsliig27s735rmia", "get": "https://api.replicate.com/v1/predictions/qj384rp6pdrma0cq2a4vaz8g2c", "cancel": "https://api.replicate.com/v1/predictions/qj384rp6pdrma0cq2a4vaz8g2c/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.51s Using seed: 28254 Prompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.88it/s] 7%|▋ | 2/28 [00:00<00:05, 4.40it/s] 11%|█ | 3/28 [00:00<00:06, 4.16it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.05it/s] 18%|█▊ | 5/28 [00:01<00:05, 4.00it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.96it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.94it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.93it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.92it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.91it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.91it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.91it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.90it/s] 50%|█████ | 14/28 [00:03<00:03, 3.89it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.90it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s] 61%|██████ | 17/28 [00:04<00:02, 3.89it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.90it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.90it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.90it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.90it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.90it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.90it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.90it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.90it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.90it/s] 100%|██████████| 28/28 [00:07<00:00, 3.90it/s] 100%|██████████| 28/28 [00:07<00:00, 3.92it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDfwgt7twcqdrma0cq2a5bkpad5rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:19:27.150230Z", "created_at": "2025-05-27T16:19:19.355000Z", "data_removed": false, "error": null, "id": "fwgt7twcqdrma0cq2a5bkpad5r", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 51533\nPrompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.84it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.788808993, "total_time": 7.79523 }, "output": [ "https://replicate.delivery/xezq/OCeJMaYRd9VFcifhYPoVJz7aWaI0H2sx3fjujkTFcsjeAmDTB/out-0.png" ], "started_at": "2025-05-27T16:19:19.361421Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-gkubu2atxttvjmivywlxsrekg5grlzxbi2j36esskhmnpmlvkrha", "get": "https://api.replicate.com/v1/predictions/fwgt7twcqdrma0cq2a5bkpad5r", "cancel": "https://api.replicate.com/v1/predictions/fwgt7twcqdrma0cq2a5bkpad5r/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 51533 Prompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.84it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDtkv1knehv1rmc0cq2a598p0510StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:19:44.830221Z", "created_at": "2025-05-27T16:19:37.048000Z", "data_removed": false, "error": null, "id": "tkv1knehv1rmc0cq2a598p0510", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.03s\nUsing seed: 49279\nPrompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.93it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.84it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.84it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.84it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.84it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.83it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.83it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.743656534, "total_time": 7.782221 }, "output": [ "https://replicate.delivery/xezq/2NEJnsh6OfQjK6t9TUEtmiWpfKegwTWrxixFHfFnUh5ACmDTB/out-0.png" ], "started_at": "2025-05-27T16:19:37.086564Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-em3iuyhdbx5p7pmrp6e363vbxe6dpfr3osiyuazsivgkqlp4p7nq", "get": "https://api.replicate.com/v1/predictions/tkv1knehv1rmc0cq2a598p0510", "cancel": "https://api.replicate.com/v1/predictions/tkv1knehv1rmc0cq2a598p0510/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.03s Using seed: 49279 Prompt: LowExp, photorealistic close-up of a luxury Porsche 911 Sport Classic parked in a dim underground garage, rear angle showcasing the sleek curvature of the spoiler and polished metallic body, faint reflections of overhead lights creating delicate glimmers on the surface, cinematic low-angle shot emphasizing the car’s bold lines, muted cool tones of gray, black, and silver, surrounding cars softly blurred in the background, textured concrete floor reflecting minimal ambient glow, subtle chrome details catching light, atmosphere of exclusivity, power, and restrained elegance, low-exposure balance enhancing mood and depth. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:06, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.93it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s] 50%|█████ | 14/28 [00:03<00:03, 3.84it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.84it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.84it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.84it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.83it/s] 100%|██████████| 28/28 [00:07<00:00, 3.83it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943ID0tqyqq6z0srmc0cq2a5tx02ra4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:20:53.691560Z", "created_at": "2025-05-27T16:20:45.958000Z", "data_removed": false, "error": null, "id": "0tqyqq6z0srmc0cq2a5tx02ra4", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 40452\nPrompt: LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.86it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.727455895, "total_time": 7.73356 }, "output": [ "https://replicate.delivery/xezq/U1neRhDotUxzLC5UOE427VGTKLmTCcnIH0dlLsWPl5tywcYKA/out-0.png" ], "started_at": "2025-05-27T16:20:45.964104Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rnsalytjksxzrj2q6g4gaybr5xub23n27yluqpu6ehleihd2ycta", "get": "https://api.replicate.com/v1/predictions/0tqyqq6z0srmc0cq2a5tx02ra4", "cancel": "https://api.replicate.com/v1/predictions/0tqyqq6z0srmc0cq2a5tx02ra4/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 40452 Prompt: LowExp, photorealistic extreme close-up of a Porsche emblem on the hood of a luxury sports car, faint overhead lighting softly glimmering across the polished metallic surface, tiny droplets of moisture catching subtle highlights, blurred reflections of surrounding cars and concrete garage walls, cinematic shallow depth of field focusing tightly on the emblem, muted tones of black, gunmetal, and silver, atmosphere of refined power, craftsmanship, and understated wealth, mood heavy with precision and exclusivity, low-exposure balancing intricate textures without overbrightening. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s] 61%|██████ | 17/28 [00:04<00:02, 3.86it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943ID40mss82dz5rmc0cq2a7bm9z96wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:23:33.058624Z", "created_at": "2025-05-27T16:23:25.433000Z", "data_removed": false, "error": null, "id": "40mss82dz5rmc0cq2a7bm9z96w", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 63121\nPrompt: LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.86it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.13it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.03it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.94it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.88it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.88it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.88it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.88it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.88it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.88it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.88it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.88it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.90it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.616329395, "total_time": 7.625624 }, "output": [ "https://replicate.delivery/xezq/VfJxBhXbOvySXiAScngx8gEbkwDYkhcQebo1kcP9f8DLIzhpA/out-0.png" ], "started_at": "2025-05-27T16:23:25.442295Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rxfnt4dogokiy4zmpfudoytz3fkbkc7v7sbofg44ikkafroiaz5a", "get": "https://api.replicate.com/v1/predictions/40mss82dz5rmc0cq2a7bm9z96w", "cancel": "https://api.replicate.com/v1/predictions/40mss82dz5rmc0cq2a7bm9z96w/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 63121 Prompt: LowExp, photorealistic image of a private jet parked on a dimly lit runway at night, sleek body catching soft glimmers from faint overhead lights, jet logo and tail number clearly readable on the fuselage, cinematic wide-angle shot emphasizing the jet’s elegant lines, muted tones of silver, black, and soft metallics, subtle reflections on wet tarmac adding depth, atmospheric mist curling near the ground, mood of ultimate wealth, freedom, and high-end success, low-exposure technique enhancing shadow texture without losing brand and detail visibility. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.86it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.13it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.03it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.94it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.90it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.88it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.88it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.88it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.88it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.88it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.88it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.88it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.88it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] 100%|██████████| 28/28 [00:07<00:00, 3.90it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDpw3s521zh5rm80cq2a1rjz5y4wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:11:39.498629Z", "created_at": "2025-05-27T16:11:20.841000Z", "data_removed": false, "error": null, "id": "pw3s521zh5rm80cq2a1rjz5y4w", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27309050437632\nDownloading weights\n2025-05-27T16:11:30Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp633qd_fu/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\n2025-05-27T16:11:30Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-27T16:11:31Z | INFO | [ Complete ] dest=/tmp/tmp633qd_fu/weights size=\"172 MB\" total_elapsed=0.592s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\nDownloaded weights in 0.61s\nLoaded LoRAs in 1.16s\nUsing seed: 1200\nPrompt: LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.825352884, "total_time": 18.657629 }, "output": [ "https://replicate.delivery/xezq/EUZvcE311SpTNdvD5KqQE1KlfkuTPlcfo1VXMg2WKTq7Y5wUA/out-0.png" ], "started_at": "2025-05-27T16:11:30.673276Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ba5eavg5nc4xk2zv4deis2hey64xdyhf6atczc5dj3qyq66v74cq", "get": "https://api.replicate.com/v1/predictions/pw3s521zh5rm80cq2a1rjz5y4w", "cancel": "https://api.replicate.com/v1/predictions/pw3s521zh5rm80cq2a1rjz5y4w/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated infree=27309050437632 Downloading weights 2025-05-27T16:11:30Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp633qd_fu/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar 2025-05-27T16:11:30Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-27T16:11:31Z | INFO | [ Complete ] dest=/tmp/tmp633qd_fu/weights size="172 MB" total_elapsed=0.592s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar Downloaded weights in 0.61s Loaded LoRAs in 1.16s Using seed: 1200 Prompt: LowExp, photorealistic close-up of a luxurious vanity table at night, a two-tone luxury watch, black silk gloves, and premium makeup products scattered elegantly, a tall champagne glass catching faint reflections under minimal lighting, cinematic top-down composition emphasizing textures of metal, fabric, and glass, cool muted palette with soft highlights on select objects, background softly blurred, atmosphere of understated wealth, indulgence, and refined sophistication, subtle grain adding depth, minimal color distractions focusing on gold, black, and silver tones. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943ID2fjazehf85rmc0cq29w80p3dkrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T15:59:26.749907Z", "created_at": "2025-05-27T15:59:15.777000Z", "data_removed": false, "error": null, "id": "2fjazehf85rmc0cq29w80p3dkr", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27493234683904\nDownloading weights\n2025-05-27T15:59:15Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpa7mga1mp/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\n2025-05-27T15:59:15Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-27T15:59:18Z | INFO | [ Complete ] dest=/tmp/tmpa7mga1mp/weights size=\"172 MB\" total_elapsed=2.745s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\nDownloaded weights in 2.76s\nLoaded LoRAs in 3.30s\nUsing seed: 65481\nPrompt: LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.86it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 10.96370176, "total_time": 10.972907 }, "output": [ "https://replicate.delivery/xezq/vTbAJs0wZzbREljniuw0UlYctDjBwwtGL2Bb4wgN5LtXTOMF/out-0.png" ], "started_at": "2025-05-27T15:59:15.786205Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-wivxucoyu3xr2dwkeknmojauwp4wdp36zm7trvlnrzn6uyccsjfa", "get": "https://api.replicate.com/v1/predictions/2fjazehf85rmc0cq29w80p3dkr", "cancel": "https://api.replicate.com/v1/predictions/2fjazehf85rmc0cq29w80p3dkr/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated infree=27493234683904 Downloading weights 2025-05-27T15:59:15Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpa7mga1mp/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar 2025-05-27T15:59:15Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-27T15:59:18Z | INFO | [ Complete ] dest=/tmp/tmpa7mga1mp/weights size="172 MB" total_elapsed=2.745s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar Downloaded weights in 2.76s Loaded LoRAs in 3.30s Using seed: 65481 Prompt: LowExp, photorealistic image of a person doing a run in the dark, wearing a dark hoodie [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.86it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.87it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDhcydm931v1rmc0cq29ysj7gqx8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:05:08.302764Z", "created_at": "2025-05-27T16:04:56.408000Z", "data_removed": false, "error": null, "id": "hcydm931v1rmc0cq29ysj7gqx8", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27233715183616\nDownloading weights\n2025-05-27T16:04:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpiq8ynydh/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\n2025-05-27T16:04:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-27T16:04:58Z | INFO | [ Complete ] dest=/tmp/tmpiq8ynydh/weights size=\"172 MB\" total_elapsed=1.705s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar\nDownloaded weights in 1.72s\nLoaded LoRAs in 4.21s\nUsing seed: 33512\nPrompt: LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.10it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 11.882491084, "total_time": 11.894764 }, "output": [ "https://replicate.delivery/xezq/23yyza7NOkrfO6wApXfFqHuedJIHKGVC73fxDPiYVkyQLlDTB/out-0.png" ], "started_at": "2025-05-27T16:04:56.420273Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-bnjmfll6r7dboo6755gvwsrqww5b626a6nam73ucuqndigpanh6a", "get": "https://api.replicate.com/v1/predictions/hcydm931v1rmc0cq29ysj7gqx8", "cancel": "https://api.replicate.com/v1/predictions/hcydm931v1rmc0cq29ysj7gqx8/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated infree=27233715183616 Downloading weights 2025-05-27T16:04:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpiq8ynydh/weights url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar 2025-05-27T16:04:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-27T16:04:58Z | INFO | [ Complete ] dest=/tmp/tmpiq8ynydh/weights size="172 MB" total_elapsed=1.705s url=https://replicate.delivery/xezq/SmGRdE1nU2IwOR882GOtKajNphXzkBvJ5NnNPO5qgh82QOMF/flux-lora.tar Downloaded weights in 1.72s Loaded LoRAs in 4.21s Using seed: 33512 Prompt: LowExp, photorealistic image of a person doing weighted pull-ups on a dimly lit gym rig, faint overhead spotlight casting soft highlights on their strained back muscles, deep shadows enveloping the gym equipment, cinematic composition focusing on the raw physicality of the moment, muted cool tones of black, gray, and faint silver, textured steel bars catching minimal light, subtle details like chalk on hands and sweat on skin, background softly blurred to isolate the athlete, atmosphere of quiet intensity, strength, and mastery over body. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.10it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDg942y0y1fsrm80cq29z9xmhn8rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:06:34.198328Z", "created_at": "2025-05-27T16:06:26.430000Z", "data_removed": false, "error": null, "id": "g942y0y1fsrm80cq29z9xmhn8r", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.03s\nUsing seed: 3720\nPrompt: LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.36it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.84it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.84it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.84it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.84it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.761576618, "total_time": 7.768328 }, "output": [ "https://replicate.delivery/xezq/E3okd6ceUyRLPK9kEXKevLeeceO8fiQUC3NepNa9EVeUKU5wUA/out-0.png" ], "started_at": "2025-05-27T16:06:26.436751Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-q7l2mobsrvdzjegj5o2nmiuh3panbowzw3lo5tk5lv4dxc3k5tzq", "get": "https://api.replicate.com/v1/predictions/g942y0y1fsrm80cq29z9xmhn8r", "cancel": "https://api.replicate.com/v1/predictions/g942y0y1fsrm80cq29z9xmhn8r/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.03s Using seed: 3720 Prompt: LowExp, photorealistic image of an empty modern gym at dawn, faint pre-sunrise light filtering through large glass windows, casting soft blue-gray tones across rows of treadmills and weight machines, deep shadows filling the corners, cinematic wide-angle capturing the serene stillness before the hustle, subtle reflections on polished floors and mirrored walls, detailed textures on rubber mats and chrome fixtures, mood of quiet preparation, anticipation, and potential energy, low-exposure balance preserving shadow depth without overexposing highlights, atmosphere of calm before the grind. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.36it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.84it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.84it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.84it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.84it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.84it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDvwg6dw7f1hrma0cq2a1s5hsfmmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:12:13.898881Z", "created_at": "2025-05-27T16:12:05.772000Z", "data_removed": false, "error": null, "id": "vwg6dw7f1hrma0cq2a1s5hsfmm", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 28541\nPrompt: LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:15, 1.73it/s]\n 7%|▋ | 2/28 [00:00<00:09, 2.78it/s]\n 11%|█ | 3/28 [00:01<00:07, 3.19it/s]\n 14%|█▍ | 4/28 [00:01<00:07, 3.42it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.57it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.67it/s]\n 25%|██▌ | 7/28 [00:02<00:05, 3.73it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.78it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.81it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.84it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.87it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.73it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.115183141, "total_time": 8.126881 }, "output": [ "https://replicate.delivery/xezq/7kkYHkavghZ8EFQAC59VmuUer9OQ8eqaZ0jPwfXl9vE6yyhpA/out-0.png" ], "started_at": "2025-05-27T16:12:05.783698Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-jfmb3c2wqhr7igdusrmyzi2hsq7dego2oxyrjo7drfxmeovxzama", "get": "https://api.replicate.com/v1/predictions/vwg6dw7f1hrma0cq2a1s5hsfmm", "cancel": "https://api.replicate.com/v1/predictions/vwg6dw7f1hrma0cq2a1s5hsfmm/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 28541 Prompt: LowExp, photorealistic nighttime city street scene in front of an ornate, illuminated luxury building, glowing window lights softly reflecting on rain-slicked asphalt, elegant architectural details catching faint white and blue light, cinematic wide shot capturing empty crosswalks and glistening pavement, muted dark tones with pops of subtle warm and cool highlights, faint glow from distant shop signs, deep shadows along the street edges, atmosphere of wealth, exclusivity, and sophisticated urban life, quiet and cinematic, low-exposure maintaining moody richness without overbrightening. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:15, 1.73it/s] 7%|▋ | 2/28 [00:00<00:09, 2.78it/s] 11%|█ | 3/28 [00:01<00:07, 3.19it/s] 14%|█▍ | 4/28 [00:01<00:07, 3.42it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.57it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.67it/s] 25%|██▌ | 7/28 [00:02<00:05, 3.73it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.78it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.81it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.83it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.84it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.87it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.87it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.73it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDhd7feeyw15rmc0cq2a4s8w2jw8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:18:42.387480Z", "created_at": "2025-05-27T16:18:34.121000Z", "data_removed": false, "error": null, "id": "hd7feeyw15rmc0cq2a4s8w2jw8", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.53s\nUsing seed: 28868\nPrompt: LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.86it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.211286711, "total_time": 8.26648 }, "output": [ "https://replicate.delivery/xezq/jkxj2H5U2B61C5hfeCs5pJR3DxQzlQjIYfxZkjkzYtNFflDTB/out-0.png" ], "started_at": "2025-05-27T16:18:34.176193Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-fz5vo7q4pcuied7mhw6ju3dvecywkykx77ti2lr4h4j2snjoepna", "get": "https://api.replicate.com/v1/predictions/hd7feeyw15rmc0cq2a4s8w2jw8", "cancel": "https://api.replicate.com/v1/predictions/hd7feeyw15rmc0cq2a4s8w2jw8/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inLoaded LoRAs in 0.53s Using seed: 28868 Prompt: LowExp, photorealistic wide shot of a luxury car showroom at night, polished black Porsche and silver Lamborghini parked under soft, minimal lighting, glossy showroom floors reflecting faint ambient glows, cinematic composition emphasizing the sculptural design of the vehicles, muted tones with occasional metallic highlights, large glass walls revealing faint city lights outside, subtle reflections creating layered depth, mood of sophistication, wealth, and high-end lifestyle, atmosphere quiet and polished, low-exposure technique maintaining moody shadows and precise highlights on car bodies and rims. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s] 61%|██████ | 17/28 [00:04<00:02, 3.86it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943IDwzbv4kdbwxrm80cq2a58hb0vcrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- height
- 1440
- prompt
- LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", { input: { model: "dev", height: 1440, prompt: "LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 100, 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 schvffler/low-exposure using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", input={ "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run schvffler/low-exposure 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": "schvffler/low-exposure:730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "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-27T16:19:35.049388Z", "created_at": "2025-05-27T16:19:27.335000Z", "data_removed": false, "error": null, "id": "wzbv4kdbwxrm80cq2a58hb0vcr", "input": { "model": "dev", "height": 1440, "prompt": "LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 14217\nPrompt: LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.84it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 7.709434444, "total_time": 7.714388 }, "output": [ "https://replicate.delivery/xezq/VLs7BfNElPwWVCjf7vAKeFsJ94NeR7E1vjZLP5WUzHQfCMHmC/out-0.png" ], "started_at": "2025-05-27T16:19:27.339954Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-zkgip6ygo3s2d6pkl6kwimyhgybfehou5dc4g5sq2lstpboi3ifa", "get": "https://api.replicate.com/v1/predictions/wzbv4kdbwxrm80cq2a58hb0vcr", "cancel": "https://api.replicate.com/v1/predictions/wzbv4kdbwxrm80cq2a58hb0vcr/cancel" }, "version": "730097ba324655d937f3562e2ab26e82cd552608264e7cd4b77639badcf44943" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 14217 Prompt: LowExp, photorealistic image of an empty gym at night, rows of heavy black dumbbells lined up neatly on a rack, faint overhead lights casting soft pools of light on polished steel and textured rubber, mirrored wall reflecting the dark, moody space, cinematic close-up composition focusing on the weight rack, deep shadows filling the background, muted black and gray tones, subtle floor details catching minimal light, atmosphere heavy with anticipation, discipline, and raw physicality, mood of quiet intensity, low-exposure enhancing the dramatic interplay between light and shadow. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.84it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Want to make some of these yourself?
Run this model