cristobalascencio / sims
- Public
- 114 runs
-
H100
Prediction
cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31bID5z3fajkhedrm40cj53nvrd9n9wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.
- lora_scale
- 1.2
- num_outputs
- 4
- aspect_ratio
- 3:2
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/LgUZOqV1XojAJ5Wm40euDH4wORY6xWQE79dUml1QSxfS2cG0/lon16853-teaser-xxl.jpg", "model": "dev", "prompt": "Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.", "lora_scale": 1.2, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 90, "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 cristobalascencio/sims using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b", { input: { image: "https://replicate.delivery/pbxt/LgUZOqV1XojAJ5Wm40euDH4wORY6xWQE79dUml1QSxfS2cG0/lon16853-teaser-xxl.jpg", model: "dev", prompt: "Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.", lora_scale: 1.2, num_outputs: 4, aspect_ratio: "3:2", output_format: "png", guidance_scale: 3.5, output_quality: 90, 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 cristobalascencio/sims using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b", input={ "image": "https://replicate.delivery/pbxt/LgUZOqV1XojAJ5Wm40euDH4wORY6xWQE79dUml1QSxfS2cG0/lon16853-teaser-xxl.jpg", "model": "dev", "prompt": "Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.", "lora_scale": 1.2, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run cristobalascencio/sims 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": "cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b", "input": { "image": "https://replicate.delivery/pbxt/LgUZOqV1XojAJ5Wm40euDH4wORY6xWQE79dUml1QSxfS2cG0/lon16853-teaser-xxl.jpg", "model": "dev", "prompt": "Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr\'s photographic style.. The man\'s head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.", "lora_scale": 1.2, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 90, "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": "2024-09-25T11:23:25.427251Z", "created_at": "2024-09-25T11:22:51.635000Z", "data_removed": false, "error": null, "id": "5z3fajkhedrm40cj53nvrd9n9w", "input": { "image": "https://replicate.delivery/pbxt/LgUZOqV1XojAJ5Wm40euDH4wORY6xWQE79dUml1QSxfS2cG0/lon16853-teaser-xxl.jpg", "model": "dev", "prompt": "Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.", "lora_scale": 1.2, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 56210\nPrompt: Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX.\n[!] Resizing input image from 560x373 to 560x384\n[!] img2img mode\n[!] Using dev model for img2img\nUsing dev model\nLoaded LoRAs in 14.38s\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:05, 3.85it/s]\n 9%|▊ | 2/23 [00:00<00:05, 3.52it/s]\n 13%|█▎ | 3/23 [00:00<00:05, 3.44it/s]\n 17%|█▋ | 4/23 [00:01<00:05, 3.40it/s]\n 22%|██▏ | 5/23 [00:01<00:05, 3.37it/s]\n 26%|██▌ | 6/23 [00:01<00:05, 3.36it/s]\n 30%|███ | 7/23 [00:02<00:04, 3.35it/s]\n 35%|███▍ | 8/23 [00:02<00:04, 3.35it/s]\n 39%|███▉ | 9/23 [00:02<00:04, 3.34it/s]\n 43%|████▎ | 10/23 [00:02<00:03, 3.34it/s]\n 48%|████▊ | 11/23 [00:03<00:03, 3.34it/s]\n 52%|█████▏ | 12/23 [00:03<00:03, 3.34it/s]\n 57%|█████▋ | 13/23 [00:03<00:03, 3.33it/s]\n 61%|██████ | 14/23 [00:04<00:02, 3.34it/s]\n 65%|██████▌ | 15/23 [00:04<00:02, 3.34it/s]\n 70%|██████▉ | 16/23 [00:04<00:02, 3.34it/s]\n 74%|███████▍ | 17/23 [00:05<00:01, 3.34it/s]\n 78%|███████▊ | 18/23 [00:05<00:01, 3.33it/s]\n 83%|████████▎ | 19/23 [00:05<00:01, 3.33it/s]\n 87%|████████▋ | 20/23 [00:05<00:00, 3.33it/s]\n 91%|█████████▏| 21/23 [00:06<00:00, 3.33it/s]\n 96%|█████████▌| 22/23 [00:06<00:00, 3.33it/s]\n100%|██████████| 23/23 [00:06<00:00, 3.34it/s]\n100%|██████████| 23/23 [00:06<00:00, 3.35it/s]", "metrics": { "predict_time": 22.831811514, "total_time": 33.792251 }, "output": [ "https://replicate.delivery/yhqm/4FO25uLtH55PE13aoylC5ly7UW5L5ppAGdcRQpnb2JCrkG4E/out-0.png", "https://replicate.delivery/yhqm/GddWwRS2XJbZFB4BayZMZG1qyNClrgeN0y3eT2cM6QltSagTA/out-1.png", "https://replicate.delivery/yhqm/BDKLM6gZUPqmB9pxBcB9fd8ISvkJyFyTaH911Ke5RivtSagTA/out-2.png", "https://replicate.delivery/yhqm/IjGFTMaJpLpCGFN4YcnuEtbVzRr1tWs9xeLsEZXItntWJNwJA/out-3.png" ], "started_at": "2024-09-25T11:23:02.595439Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5z3fajkhedrm40cj53nvrd9n9w", "cancel": "https://api.replicate.com/v1/predictions/5z3fajkhedrm40cj53nvrd9n9w/cancel" }, "version": "1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b" }
Generated inUsing seed: 56210 Prompt: Create an image from behind of a shirtless, fat, bald man with a hairy back walking on a bustling beach promenade IN THE STYLE OF GTX. Light the subject with a strong, harsh flash, creating a stark contrast between the man and his surroundings, reminiscent of Martin Parr's photographic style.. The man's head and upper back are in the foreground, taking up about a third of the image. In the background, show a crowded beach with sunbathers and beach umbrellas. To the left, include palm trees lining the promenade. On the right, depict a row of high-rise apartment buildings and hotels. In the far distance, show mountains meeting the sea. The scene should have a bright, sunny atmosphere with a clear blue sky. Include other pedestrians walking on the promenade. The overall mood should capture a lively, popular seaside resort town on a warm day. IN THE STYLE OF GTX. [!] Resizing input image from 560x373 to 560x384 [!] img2img mode [!] Using dev model for img2img Using dev model Loaded LoRAs in 14.38s 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:05, 3.85it/s] 9%|▊ | 2/23 [00:00<00:05, 3.52it/s] 13%|█▎ | 3/23 [00:00<00:05, 3.44it/s] 17%|█▋ | 4/23 [00:01<00:05, 3.40it/s] 22%|██▏ | 5/23 [00:01<00:05, 3.37it/s] 26%|██▌ | 6/23 [00:01<00:05, 3.36it/s] 30%|███ | 7/23 [00:02<00:04, 3.35it/s] 35%|███▍ | 8/23 [00:02<00:04, 3.35it/s] 39%|███▉ | 9/23 [00:02<00:04, 3.34it/s] 43%|████▎ | 10/23 [00:02<00:03, 3.34it/s] 48%|████▊ | 11/23 [00:03<00:03, 3.34it/s] 52%|█████▏ | 12/23 [00:03<00:03, 3.34it/s] 57%|█████▋ | 13/23 [00:03<00:03, 3.33it/s] 61%|██████ | 14/23 [00:04<00:02, 3.34it/s] 65%|██████▌ | 15/23 [00:04<00:02, 3.34it/s] 70%|██████▉ | 16/23 [00:04<00:02, 3.34it/s] 74%|███████▍ | 17/23 [00:05<00:01, 3.34it/s] 78%|███████▊ | 18/23 [00:05<00:01, 3.33it/s] 83%|████████▎ | 19/23 [00:05<00:01, 3.33it/s] 87%|████████▋ | 20/23 [00:05<00:00, 3.33it/s] 91%|█████████▏| 21/23 [00:06<00:00, 3.33it/s] 96%|█████████▌| 22/23 [00:06<00:00, 3.33it/s] 100%|██████████| 23/23 [00:06<00:00, 3.34it/s] 100%|██████████| 23/23 [00:06<00:00, 3.35it/s]
Prediction
cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31bIDt74z65xdbsrm40cj55ka3g5ty0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A Sims-style 3D rendered image OF "A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX
- lora_scale
- 1.19
- num_outputs
- 4
- aspect_ratio
- 3:2
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 88
- prompt_strength
- 0.7
- extra_lora_scale
- 0.8
- num_inference_steps
- 35
{ "image": "https://replicate.delivery/pbxt/LgWcwmpyFrKtVjktDPpW8X69llQvlExkSu3QtxO9mtgPkD9r/Captura%20de%20pantalla%202024-09-25%20152612.png", "model": "dev", "prompt": "A Sims-style 3D rendered image OF \"A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX", "lora_scale": 1.19, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 88, "prompt_strength": 0.7, "extra_lora_scale": 0.8, "num_inference_steps": 35 }
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 cristobalascencio/sims using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b", { input: { image: "https://replicate.delivery/pbxt/LgWcwmpyFrKtVjktDPpW8X69llQvlExkSu3QtxO9mtgPkD9r/Captura%20de%20pantalla%202024-09-25%20152612.png", model: "dev", prompt: "A Sims-style 3D rendered image OF \"A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX", lora_scale: 1.19, num_outputs: 4, aspect_ratio: "3:2", output_format: "png", guidance_scale: 3.5, output_quality: 88, prompt_strength: 0.7, extra_lora_scale: 0.8, num_inference_steps: 35 } } ); // 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 cristobalascencio/sims using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b", input={ "image": "https://replicate.delivery/pbxt/LgWcwmpyFrKtVjktDPpW8X69llQvlExkSu3QtxO9mtgPkD9r/Captura%20de%20pantalla%202024-09-25%20152612.png", "model": "dev", "prompt": "A Sims-style 3D rendered image OF \"A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX", "lora_scale": 1.19, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 88, "prompt_strength": 0.7, "extra_lora_scale": 0.8, "num_inference_steps": 35 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run cristobalascencio/sims 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": "cristobalascencio/sims:1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b", "input": { "image": "https://replicate.delivery/pbxt/LgWcwmpyFrKtVjktDPpW8X69llQvlExkSu3QtxO9mtgPkD9r/Captura%20de%20pantalla%202024-09-25%20152612.png", "model": "dev", "prompt": "A Sims-style 3D rendered image OF \\"A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there\'s a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr\'s observational photography. IN THE SYTLE OF GFX", "lora_scale": 1.19, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 88, "prompt_strength": 0.7, "extra_lora_scale": 0.8, "num_inference_steps": 35 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-25T13:38:10.311173Z", "created_at": "2024-09-25T13:37:27.902000Z", "data_removed": false, "error": null, "id": "t74z65xdbsrm40cj55ka3g5ty0", "input": { "image": "https://replicate.delivery/pbxt/LgWcwmpyFrKtVjktDPpW8X69llQvlExkSu3QtxO9mtgPkD9r/Captura%20de%20pantalla%202024-09-25%20152612.png", "model": "dev", "prompt": "A Sims-style 3D rendered image OF \"A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX", "lora_scale": 1.19, "num_outputs": 4, "aspect_ratio": "3:2", "output_format": "png", "guidance_scale": 3.5, "output_quality": 88, "prompt_strength": 0.7, "extra_lora_scale": 0.8, "num_inference_steps": 35 }, "logs": "Using seed: 36185\nPrompt: A Sims-style 3D rendered image OF \"A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX\n[!] Resizing input image from 1142x709 to 1152x720\n[!] img2img mode\n[!] Using dev model for img2img\nUsing dev model\nLoaded LoRAs in 18.37s\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:16, 1.46it/s]\n 8%|▊ | 2/25 [00:01<00:17, 1.29it/s]\n 12%|█▏ | 3/25 [00:02<00:17, 1.24it/s]\n 16%|█▌ | 4/25 [00:03<00:17, 1.22it/s]\n 20%|██ | 5/25 [00:04<00:16, 1.21it/s]\n 24%|██▍ | 6/25 [00:04<00:15, 1.20it/s]\n 28%|██▊ | 7/25 [00:05<00:14, 1.20it/s]\n 32%|███▏ | 8/25 [00:06<00:14, 1.20it/s]\n 36%|███▌ | 9/25 [00:07<00:13, 1.19it/s]\n 40%|████ | 10/25 [00:08<00:12, 1.19it/s]\n 44%|████▍ | 11/25 [00:09<00:11, 1.19it/s]\n 48%|████▊ | 12/25 [00:09<00:10, 1.19it/s]\n 52%|█████▏ | 13/25 [00:10<00:10, 1.19it/s]\n 56%|█████▌ | 14/25 [00:11<00:09, 1.19it/s]\n 60%|██████ | 15/25 [00:12<00:08, 1.19it/s]\n 64%|██████▍ | 16/25 [00:13<00:07, 1.19it/s]\n 68%|██████▊ | 17/25 [00:14<00:06, 1.19it/s]\n 72%|███████▏ | 18/25 [00:14<00:05, 1.19it/s]\n 76%|███████▌ | 19/25 [00:15<00:05, 1.19it/s]\n 80%|████████ | 20/25 [00:16<00:04, 1.19it/s]\n 84%|████████▍ | 21/25 [00:17<00:03, 1.19it/s]\n 88%|████████▊ | 22/25 [00:18<00:02, 1.19it/s]\n 92%|█████████▏| 23/25 [00:19<00:01, 1.19it/s]\n 96%|█████████▌| 24/25 [00:19<00:00, 1.19it/s]\n100%|██████████| 25/25 [00:20<00:00, 1.19it/s]\n100%|██████████| 25/25 [00:20<00:00, 1.20it/s]", "metrics": { "predict_time": 42.379082238, "total_time": 42.409173 }, "output": [ "https://replicate.delivery/yhqm/jZ2e6f4C5WiXfoDWXdpe0JQzgxwezv0f7K53KovdPk6qPEH4E/out-0.png", "https://replicate.delivery/yhqm/x2W5zat1LI73IxZSuA5DMB4dk9B1fV6lw2I606Se5kHBRcgTA/out-1.png", "https://replicate.delivery/yhqm/V00VMI2zeT2rJajnQcp5WW0xNfMSel3KT2tmnwOzi1REi4AnA/out-2.png", "https://replicate.delivery/yhqm/mx3JkeCjeiiNPEbLBEDIzwzeO2f8cm26jPat26FlpA9IExBOB/out-3.png" ], "started_at": "2024-09-25T13:37:27.932090Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/t74z65xdbsrm40cj55ka3g5ty0", "cancel": "https://api.replicate.com/v1/predictions/t74z65xdbsrm40cj55ka3g5ty0/cancel" }, "version": "1afa7eff3ad50afb698f1003693378d60ce09791195331d53f1cb5f0f7cde31b" }
Generated inUsing seed: 36185 Prompt: A Sims-style 3D rendered image OF "A candid beach scene photographed from behind, showing five people standing ankle-deep in calm ocean water IN THE SYTLE OF GFX. The group consists of two men and three women, all middle-aged to elderly, wearing swimsuits and swim trunks in various colors (navy, blue, black, gray). They are facing away from the camera, looking out towards the sea. In the background, numerous swimmers are visible in the water, appearing as small figures dotting the ocean. On the horizon, there's a distinctive rocky island or formation jutting out of the water. The overall tone is natural and unstaged, capturing a moment of contemplation or hesitation before entering the water fully. The lighting is soft and even, typical of an overcast day at the beach. The image should have a documentary-style feel, reminiscent of Martin Parr's observational photography. IN THE SYTLE OF GFX [!] Resizing input image from 1142x709 to 1152x720 [!] img2img mode [!] Using dev model for img2img Using dev model Loaded LoRAs in 18.37s 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:16, 1.46it/s] 8%|▊ | 2/25 [00:01<00:17, 1.29it/s] 12%|█▏ | 3/25 [00:02<00:17, 1.24it/s] 16%|█▌ | 4/25 [00:03<00:17, 1.22it/s] 20%|██ | 5/25 [00:04<00:16, 1.21it/s] 24%|██▍ | 6/25 [00:04<00:15, 1.20it/s] 28%|██▊ | 7/25 [00:05<00:14, 1.20it/s] 32%|███▏ | 8/25 [00:06<00:14, 1.20it/s] 36%|███▌ | 9/25 [00:07<00:13, 1.19it/s] 40%|████ | 10/25 [00:08<00:12, 1.19it/s] 44%|████▍ | 11/25 [00:09<00:11, 1.19it/s] 48%|████▊ | 12/25 [00:09<00:10, 1.19it/s] 52%|█████▏ | 13/25 [00:10<00:10, 1.19it/s] 56%|█████▌ | 14/25 [00:11<00:09, 1.19it/s] 60%|██████ | 15/25 [00:12<00:08, 1.19it/s] 64%|██████▍ | 16/25 [00:13<00:07, 1.19it/s] 68%|██████▊ | 17/25 [00:14<00:06, 1.19it/s] 72%|███████▏ | 18/25 [00:14<00:05, 1.19it/s] 76%|███████▌ | 19/25 [00:15<00:05, 1.19it/s] 80%|████████ | 20/25 [00:16<00:04, 1.19it/s] 84%|████████▍ | 21/25 [00:17<00:03, 1.19it/s] 88%|████████▊ | 22/25 [00:18<00:02, 1.19it/s] 92%|█████████▏| 23/25 [00:19<00:01, 1.19it/s] 96%|█████████▌| 24/25 [00:19<00:00, 1.19it/s] 100%|██████████| 25/25 [00:20<00:00, 1.19it/s] 100%|██████████| 25/25 [00:20<00:00, 1.20it/s]
Want to make some of these yourself?
Run this model