idvorkin
/
idvorkin-flux-lora-1
- Public
- 205 runs
-
H100
Prediction
idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9ID2a6w5f590hrm00chkttr3bsypmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere."
- extra_lora
- huggingface.co/fofr/flux-mona-lisa
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.5
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", { input: { model: "dev", prompt: "A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"", extra_lora: "huggingface.co/fofr/flux-mona-lisa", lora_scale: 1, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.5, 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 idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", input={ "model": "dev", "prompt": "A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run idvorkin/idvorkin-flux-lora-1 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": "3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", "input": { "model": "dev", "prompt": "A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "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-08-29T15:17:23.618635Z", "created_at": "2024-08-29T15:16:31.108000Z", "data_removed": false, "error": null, "id": "2a6w5f590hrm00chkttr3bsypm", "input": { "model": "dev", "prompt": "A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 }, "logs": "Using seed: 2524\nPrompt: A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"\ntxt2img mode\nUsing dev model\nLoading extra LoRA weights from: huggingface.co/fofr/flux-mona-lisa\nLoaded LoRAs in 19.66s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"', 'kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"', 'kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"', 'kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere.\"']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:30, 1.12s/it]\n 7%|▋ | 2/28 [00:02<00:26, 1.02s/it]\n 11%|█ | 3/28 [00:03<00:26, 1.07s/it]\n 14%|█▍ | 4/28 [00:04<00:26, 1.09s/it]\n 18%|█▊ | 5/28 [00:05<00:25, 1.10s/it]\n 21%|██▏ | 6/28 [00:06<00:24, 1.11s/it]\n 25%|██▌ | 7/28 [00:07<00:23, 1.11s/it]\n 29%|██▊ | 8/28 [00:08<00:22, 1.11s/it]\n 32%|███▏ | 9/28 [00:09<00:21, 1.12s/it]\n 36%|███▌ | 10/28 [00:11<00:20, 1.12s/it]\n 39%|███▉ | 11/28 [00:12<00:19, 1.12s/it]\n 43%|████▎ | 12/28 [00:13<00:17, 1.12s/it]\n 46%|████▋ | 13/28 [00:14<00:16, 1.12s/it]\n 50%|█████ | 14/28 [00:15<00:15, 1.12s/it]\n 54%|█████▎ | 15/28 [00:16<00:14, 1.12s/it]\n 57%|█████▋ | 16/28 [00:17<00:13, 1.12s/it]\n 61%|██████ | 17/28 [00:18<00:12, 1.12s/it]\n 64%|██████▍ | 18/28 [00:20<00:11, 1.12s/it]\n 68%|██████▊ | 19/28 [00:21<00:10, 1.12s/it]\n 71%|███████▏ | 20/28 [00:22<00:08, 1.12s/it]\n 75%|███████▌ | 21/28 [00:23<00:07, 1.12s/it]\n 79%|███████▊ | 22/28 [00:24<00:06, 1.12s/it]\n 82%|████████▏ | 23/28 [00:25<00:05, 1.12s/it]\n 86%|████████▌ | 24/28 [00:26<00:04, 1.12s/it]\n 89%|████████▉ | 25/28 [00:27<00:03, 1.12s/it]\n 93%|█████████▎| 26/28 [00:28<00:02, 1.12s/it]\n 96%|█████████▋| 27/28 [00:30<00:01, 1.12s/it]\n100%|██████████| 28/28 [00:31<00:00, 1.12s/it]\n100%|██████████| 28/28 [00:31<00:00, 1.12s/it]", "metrics": { "predict_time": 52.502622834, "total_time": 52.510635 }, "output": [ "https://replicate.delivery/yhqm/ef2vM34pDInKDEDkqeFkmKT62drSaPwVJbK9wV8wTioHYIvmA/out-0.webp", "https://replicate.delivery/yhqm/lAeHibzN1S3CEKOEUqeZXd7tLCpXFGsHEGQVdhatmsZDMkXTA/out-1.webp", "https://replicate.delivery/yhqm/SEDRX3GljL6hP5t7wRfHDDbDWeIPNw0Y6Y4tOE9LuS3DMkXTA/out-2.webp", "https://replicate.delivery/yhqm/A6tXjH6Uhx56P1BL8xxveb9ScoGxkaGlCEoW8QsECdmBGyrJA/out-3.webp" ], "started_at": "2024-08-29T15:16:31.116012Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/2a6w5f590hrm00chkttr3bsypm", "cancel": "https://api.replicate.com/v1/predictions/2a6w5f590hrm00chkttr3bsypm/cancel" }, "version": "3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9" }
Generated inUsing seed: 2524 Prompt: A realistic photo of a 40-year-old bald man named Idvorkin, who is wearing pink glasses, sitting in the front of a rowboat sculling on a calm lake. Behind him is a 30-year-old woman from the MNLSA , with her hair down and not wearing glasses. The scene captures them rowing together, with Idvorkin in the foreground and the woman in the background. The serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere." txt2img mode Using dev model Loading extra LoRA weights from: huggingface.co/fofr/flux-mona-lisa Loaded LoRAs in 19.66s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere."', 'kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere."', 'kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere."', 'kin in the foreground and the woman in the background. the serene water reflects the boat and their surroundings, and the image is shot from within the boat, giving the perspective of being part of the scene, with soft natural light enhancing the tranquil atmosphere."'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:30, 1.12s/it] 7%|▋ | 2/28 [00:02<00:26, 1.02s/it] 11%|█ | 3/28 [00:03<00:26, 1.07s/it] 14%|█▍ | 4/28 [00:04<00:26, 1.09s/it] 18%|█▊ | 5/28 [00:05<00:25, 1.10s/it] 21%|██▏ | 6/28 [00:06<00:24, 1.11s/it] 25%|██▌ | 7/28 [00:07<00:23, 1.11s/it] 29%|██▊ | 8/28 [00:08<00:22, 1.11s/it] 32%|███▏ | 9/28 [00:09<00:21, 1.12s/it] 36%|███▌ | 10/28 [00:11<00:20, 1.12s/it] 39%|███▉ | 11/28 [00:12<00:19, 1.12s/it] 43%|████▎ | 12/28 [00:13<00:17, 1.12s/it] 46%|████▋ | 13/28 [00:14<00:16, 1.12s/it] 50%|█████ | 14/28 [00:15<00:15, 1.12s/it] 54%|█████▎ | 15/28 [00:16<00:14, 1.12s/it] 57%|█████▋ | 16/28 [00:17<00:13, 1.12s/it] 61%|██████ | 17/28 [00:18<00:12, 1.12s/it] 64%|██████▍ | 18/28 [00:20<00:11, 1.12s/it] 68%|██████▊ | 19/28 [00:21<00:10, 1.12s/it] 71%|███████▏ | 20/28 [00:22<00:08, 1.12s/it] 75%|███████▌ | 21/28 [00:23<00:07, 1.12s/it] 79%|███████▊ | 22/28 [00:24<00:06, 1.12s/it] 82%|████████▏ | 23/28 [00:25<00:05, 1.12s/it] 86%|████████▌ | 24/28 [00:26<00:04, 1.12s/it] 89%|████████▉ | 25/28 [00:27<00:03, 1.12s/it] 93%|█████████▎| 26/28 [00:28<00:02, 1.12s/it] 96%|█████████▋| 27/28 [00:30<00:01, 1.12s/it] 100%|██████████| 28/28 [00:31<00:00, 1.12s/it] 100%|██████████| 28/28 [00:31<00:00, 1.12s/it]
Prediction
idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9IDa2g5p4az7nrm60chn7ts0pdd0cStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- "A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless."
- extra_lora
- huggingface.co/fofr/flux-mona-lisa
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.5
- num_inference_steps
- 28
{ "model": "dev", "prompt": "\"A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless.\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", { input: { model: "dev", prompt: "\"A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless.\"", extra_lora: "huggingface.co/fofr/flux-mona-lisa", lora_scale: 1, num_outputs: 4, aspect_ratio: "9:16", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.5, 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 idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", input={ "model": "dev", "prompt": "\"A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless.\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run idvorkin/idvorkin-flux-lora-1 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": "3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", "input": { "model": "dev", "prompt": "\\"A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless.\\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "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-08-31T19:42:50.013131Z", "created_at": "2024-08-31T19:41:55.901000Z", "data_removed": false, "error": null, "id": "a2g5p4az7nrm60chn7ts0pdd0c", "input": { "model": "dev", "prompt": "\"A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless.\"", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 }, "logs": "Using seed: 43657\nPrompt: \"A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless.\"\ntxt2img mode\nUsing dev model\nLoading extra LoRA weights from: huggingface.co/fofr/flux-mona-lisa\nLoaded LoRAs in 20.83s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', diffused light. the overall mood is mysterious and timeless.\"', ', diffused light. the overall mood is mysterious and timeless.\"', ', diffused light. the overall mood is mysterious and timeless.\"', ', diffused light. the overall mood is mysterious and timeless.\"']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:30, 1.13s/it]\n 7%|▋ | 2/28 [00:02<00:26, 1.04s/it]\n 11%|█ | 3/28 [00:03<00:26, 1.08s/it]\n 14%|█▍ | 4/28 [00:04<00:26, 1.10s/it]\n 18%|█▊ | 5/28 [00:05<00:25, 1.11s/it]\n 21%|██▏ | 6/28 [00:06<00:24, 1.12s/it]\n 25%|██▌ | 7/28 [00:07<00:23, 1.13s/it]\n 29%|██▊ | 8/28 [00:08<00:22, 1.13s/it]\n 32%|███▏ | 9/28 [00:10<00:21, 1.13s/it]\n 36%|███▌ | 10/28 [00:11<00:20, 1.14s/it]\n 39%|███▉ | 11/28 [00:12<00:19, 1.14s/it]\n 43%|████▎ | 12/28 [00:13<00:18, 1.14s/it]\n 46%|████▋ | 13/28 [00:14<00:17, 1.14s/it]\n 50%|█████ | 14/28 [00:15<00:15, 1.14s/it]\n 54%|█████▎ | 15/28 [00:16<00:14, 1.14s/it]\n 57%|█████▋ | 16/28 [00:18<00:13, 1.14s/it]\n 61%|██████ | 17/28 [00:19<00:12, 1.14s/it]\n 64%|██████▍ | 18/28 [00:20<00:11, 1.14s/it]\n 68%|██████▊ | 19/28 [00:21<00:10, 1.14s/it]\n 71%|███████▏ | 20/28 [00:22<00:09, 1.14s/it]\n 75%|███████▌ | 21/28 [00:23<00:07, 1.14s/it]\n 79%|███████▊ | 22/28 [00:24<00:06, 1.14s/it]\n 82%|████████▏ | 23/28 [00:26<00:05, 1.14s/it]\n 86%|████████▌ | 24/28 [00:27<00:04, 1.14s/it]\n 89%|████████▉ | 25/28 [00:28<00:03, 1.14s/it]\n 93%|█████████▎| 26/28 [00:29<00:02, 1.14s/it]\n 96%|█████████▋| 27/28 [00:30<00:01, 1.14s/it]\n100%|██████████| 28/28 [00:31<00:00, 1.14s/it]\n100%|██████████| 28/28 [00:31<00:00, 1.13s/it]", "metrics": { "predict_time": 54.106930114, "total_time": 54.112131 }, "output": [ "https://replicate.delivery/yhqm/5gMAWVUUEWLoNpPknecJCotDFBbIfMlHGOj5TIfIAOjyhkwmA/out-0.webp", "https://replicate.delivery/yhqm/nXEJnfXyL0QAWicyeXcgmnrJ9D4BNo9D7IKfiLCFBG4zhkwmA/out-1.webp", "https://replicate.delivery/yhqm/Ug12a64ZImZABBYPO04WXIdQnbfomV5lvKqe9fPu1gJyhkwmA/out-2.webp", "https://replicate.delivery/yhqm/QnysBKylQ5qoERaLoFt2fwNWwgHiZ8f228Zyfy4goNCzhkwmA/out-3.webp" ], "started_at": "2024-08-31T19:41:55.906201Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/a2g5p4az7nrm60chn7ts0pdd0c", "cancel": "https://api.replicate.com/v1/predictions/a2g5p4az7nrm60chn7ts0pdd0c/cancel" }, "version": "3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9" }
Generated inUsing seed: 43657 Prompt: "A portrait of MNALSA with an enigmatic smile, seated in front of a distant landscape. She has dark, flowing hair and is wearing a modest dark dress with a translucent veil. She is sitting beside her boyfriend, a middle aged bald man, idvorkin. The background features a winding path and a bridge, with a serene and dreamy landscape under a soft, diffused light. The overall mood is mysterious and timeless." txt2img mode Using dev model Loading extra LoRA weights from: huggingface.co/fofr/flux-mona-lisa Loaded LoRAs in 20.83s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', diffused light. the overall mood is mysterious and timeless."', ', diffused light. the overall mood is mysterious and timeless."', ', diffused light. the overall mood is mysterious and timeless."', ', diffused light. the overall mood is mysterious and timeless."'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:30, 1.13s/it] 7%|▋ | 2/28 [00:02<00:26, 1.04s/it] 11%|█ | 3/28 [00:03<00:26, 1.08s/it] 14%|█▍ | 4/28 [00:04<00:26, 1.10s/it] 18%|█▊ | 5/28 [00:05<00:25, 1.11s/it] 21%|██▏ | 6/28 [00:06<00:24, 1.12s/it] 25%|██▌ | 7/28 [00:07<00:23, 1.13s/it] 29%|██▊ | 8/28 [00:08<00:22, 1.13s/it] 32%|███▏ | 9/28 [00:10<00:21, 1.13s/it] 36%|███▌ | 10/28 [00:11<00:20, 1.14s/it] 39%|███▉ | 11/28 [00:12<00:19, 1.14s/it] 43%|████▎ | 12/28 [00:13<00:18, 1.14s/it] 46%|████▋ | 13/28 [00:14<00:17, 1.14s/it] 50%|█████ | 14/28 [00:15<00:15, 1.14s/it] 54%|█████▎ | 15/28 [00:16<00:14, 1.14s/it] 57%|█████▋ | 16/28 [00:18<00:13, 1.14s/it] 61%|██████ | 17/28 [00:19<00:12, 1.14s/it] 64%|██████▍ | 18/28 [00:20<00:11, 1.14s/it] 68%|██████▊ | 19/28 [00:21<00:10, 1.14s/it] 71%|███████▏ | 20/28 [00:22<00:09, 1.14s/it] 75%|███████▌ | 21/28 [00:23<00:07, 1.14s/it] 79%|███████▊ | 22/28 [00:24<00:06, 1.14s/it] 82%|████████▏ | 23/28 [00:26<00:05, 1.14s/it] 86%|████████▌ | 24/28 [00:27<00:04, 1.14s/it] 89%|████████▉ | 25/28 [00:28<00:03, 1.14s/it] 93%|█████████▎| 26/28 [00:29<00:02, 1.14s/it] 96%|█████████▋| 27/28 [00:30<00:01, 1.14s/it] 100%|██████████| 28/28 [00:31<00:00, 1.14s/it] 100%|██████████| 28/28 [00:31<00:00, 1.13s/it]
Prediction
idvorkin/idvorkin-flux-lora-1:4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192IDkxxf65gbzsrm00chj7bbefrrdwStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted "cat in the hat Dr. Seuss" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "idvorkin/idvorkin-flux-lora-1:4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192", { input: { model: "dev", prompt: "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", lora_scale: 1, num_outputs: 1, aspect_ratio: "9:16", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "idvorkin/idvorkin-flux-lora-1:4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192", input={ "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run idvorkin/idvorkin-flux-lora-1 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": "4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192", "input": { "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5\'8\\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \\"cat in the hat Dr. Seuss\\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-08-27T03:17:07.972249Z", "created_at": "2024-08-27T03:16:49.790000Z", "data_removed": false, "error": null, "id": "kxxf65gbzsrm00chj7bbefrrdw", "input": { "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 19843\nPrompt: Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 9.31s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. the background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. the mood is intense and determined. idvorkin is dressed in athletic wear, including a fitted \" cat in the hat dr. seuss \" t - shirt and shorts. shot with a normal 3 5 mm camera lens, rendered in high resolution. realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.68it/s]\n 7%|▋ | 2/28 [00:00<00:06, 4.23it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.97it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.86it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.79it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.75it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.73it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.72it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.71it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.70it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.70it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.70it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.69it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.69it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.70it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.70it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.69it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.69it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.69it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.70it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.69it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.69it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.69it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.70it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.69it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.69it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.69it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.70it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.72it/s]", "metrics": { "predict_time": 17.373058245, "total_time": 18.182249 }, "output": [ "https://replicate.delivery/yhqm/zrbamhY6OlpYJ5X1wztZ34bqutfDzDiKs9jTJpMT5FoZuXrJA/out-0.webp" ], "started_at": "2024-08-27T03:16:50.599191Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kxxf65gbzsrm00chj7bbefrrdw", "cancel": "https://api.replicate.com/v1/predictions/kxxf65gbzsrm00chj7bbefrrdw/cancel" }, "version": "4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192" }
Generated inUsing seed: 19843 Prompt: Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted "cat in the hat Dr. Seuss" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere txt2img mode Using dev model Loaded LoRAs in 9.31s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. the background is a gym with various workout equipment visible, and the lighting is bright and focused, highlighting his effort. the mood is intense and determined. idvorkin is dressed in athletic wear, including a fitted " cat in the hat dr. seuss " t - shirt and shorts. shot with a normal 3 5 mm camera lens, rendered in high resolution. realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.68it/s] 7%|▋ | 2/28 [00:00<00:06, 4.23it/s] 11%|█ | 3/28 [00:00<00:06, 3.97it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.86it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.79it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.75it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.73it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.72it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.71it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.70it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.70it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.70it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.69it/s] 50%|█████ | 14/28 [00:03<00:03, 3.69it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.70it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.70it/s] 61%|██████ | 17/28 [00:04<00:02, 3.69it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.69it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.69it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.70it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.69it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.69it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.69it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.70it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.69it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.69it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.69it/s] 100%|██████████| 28/28 [00:07<00:00, 3.70it/s] 100%|██████████| 28/28 [00:07<00:00, 3.72it/s]
Prediction
idvorkin/idvorkin-flux-lora-1:4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192Input
- model
- dev
- prompt
- Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted "cat in the hat Dr. Seuss" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 9:16
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "idvorkin/idvorkin-flux-lora-1:4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192", { input: { model: "dev", prompt: "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", lora_scale: 1, num_outputs: 1, aspect_ratio: "9:16", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "idvorkin/idvorkin-flux-lora-1:4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192", input={ "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run idvorkin/idvorkin-flux-lora-1 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": "4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192", "input": { "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5\'8\\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \\"cat in the hat Dr. Seuss\\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-08-27T03:18:36.194389Z", "created_at": "2024-08-27T03:18:18.687000Z", "data_removed": false, "error": null, "id": "5gpnsbv77xrm60chj7bt43q6g8", "input": { "model": "dev", "prompt": "Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 43697\nPrompt: Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8\" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted \"cat in the hat Dr. Seuss\" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 8.29s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. the background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. the mood is intense and determined. idvorkin is dressed in athletic wear, including a fitted \" cat in the hat dr. seuss \" t - shirt and shorts. shot with a normal 3 5 mm camera lens, rendered in high resolution. realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.72it/s]\n 7%|▋ | 2/28 [00:00<00:06, 4.27it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.99it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.88it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.82it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.77it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.75it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.74it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.73it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.72it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.71it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.71it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.71it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.71it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.70it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.70it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.70it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.70it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.70it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.70it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.70it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.70it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.70it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.70it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.71it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.70it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.70it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.70it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.73it/s]", "metrics": { "predict_time": 16.327705189, "total_time": 17.507389 }, "output": [ "https://replicate.delivery/yhqm/CRLshgbk5ZomNp7GxHSISkMrtynHNufLEZJpFHCa7lcGvXrJA/out-0.webp" ], "started_at": "2024-08-27T03:18:19.866683Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5gpnsbv77xrm60chj7bt43q6g8", "cancel": "https://api.replicate.com/v1/predictions/5gpnsbv77xrm60chj7bt43q6g8/cancel" }, "version": "4bd4ea7bf781298ebd315871972b9becc6c9e94d3d361bfb2425098e40e88192" }
Generated inUsing seed: 43697 Prompt: Hyperrealistic photograph of a bald, middle-aged man named Idvorkin, wearing single-colored yellow glasses. He has a slightly heavier build, standing at 5'8" and weighing around 175 lbs, with a sturdy, solid frame. Idvorkin is in the middle of performing a kettlebell swing with perfect form. He is holding a heavy kettlebell with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. The background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. The mood is intense and determined. Idvorkin is dressed in athletic wear, including a fitted "cat in the hat Dr. Seuss" t-shirt and shorts. Shot with a normal 35mm camera lens, rendered in high resolution. Realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere txt2img mode Using dev model Loaded LoRAs in 8.29s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['with both hands, swinging it up to chest height, with his muscles engaged and a look of concentration on his face. the background is a beach at sunrise, and the lighting is bright and focused, highlighting his effort. the mood is intense and determined. idvorkin is dressed in athletic wear, including a fitted " cat in the hat dr. seuss " t - shirt and shorts. shot with a normal 3 5 mm camera lens, rendered in high resolution. realistic skin texture, detailed muscle definition, and a dynamic, energetic atmosphere'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.72it/s] 7%|▋ | 2/28 [00:00<00:06, 4.27it/s] 11%|█ | 3/28 [00:00<00:06, 3.99it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.88it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.82it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.77it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.75it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.74it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.73it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.72it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.71it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.71it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.71it/s] 50%|█████ | 14/28 [00:03<00:03, 3.71it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.70it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.70it/s] 61%|██████ | 17/28 [00:04<00:02, 3.70it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.70it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.70it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.70it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.70it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.70it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.70it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.70it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.71it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.70it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.70it/s] 100%|██████████| 28/28 [00:07<00:00, 3.70it/s] 100%|██████████| 28/28 [00:07<00:00, 3.73it/s]
Prediction
idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9ID7xtnccpqh9rm40chktktnffb1rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a tropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background
- extra_lora
- huggingface.co/fofr/flux-mona-lisa
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.5
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a \ntropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", { input: { model: "dev", prompt: "A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a \ntropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background", extra_lora: "huggingface.co/fofr/flux-mona-lisa", lora_scale: 1, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.5, 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 idvorkin/idvorkin-flux-lora-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "idvorkin/idvorkin-flux-lora-1:3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", input={ "model": "dev", "prompt": "A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a \ntropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run idvorkin/idvorkin-flux-lora-1 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": "3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9", "input": { "model": "dev", "prompt": "A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a \\ntropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "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-08-29T15:02:45.867309Z", "created_at": "2024-08-29T15:01:25.514000Z", "data_removed": false, "error": null, "id": "7xtnccpqh9rm40chktktnffb1r", "input": { "model": "dev", "prompt": "A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a \ntropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background", "extra_lora": "huggingface.co/fofr/flux-mona-lisa", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.5, "num_inference_steps": 28 }, "logs": "Using seed: 31937\nPrompt: A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a\ntropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background\ntxt2img mode\nUsing dev model\nLoading extra LoRA weights from: huggingface.co/fofr/flux-mona-lisa\nfree=9487178969088\nDownloading weights\n2024-08-29T15:01:31Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpnpp8y3rz/weights url=https://replicate.delivery/yhqm/fF00nKSVEqSSDSMIpoTTKCjkZMgEqBeq070sh7lZQfcFm2tmA/trained_model.tar\n2024-08-29T15:01:33Z | INFO | [ Complete ] dest=/tmp/tmpnpp8y3rz/weights size=\"172 MB\" total_elapsed=1.680s url=https://replicate.delivery/yhqm/fF00nKSVEqSSDSMIpoTTKCjkZMgEqBeq070sh7lZQfcFm2tmA/trained_model.tar\nDownloaded weights in 1.72s\nfree=9486833369088\nDownloading weights\n2024-08-29T15:01:49Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/4500b4050dfb2b0f url=https://huggingface.co/fofr/flux-mona-lisa/resolve/main/lora.safetensors\n2024-08-29T15:01:49Z | INFO | [ Redirect ] redirect_url=https://cdn-lfs-us-1.huggingface.co/repos/32/3c/323c7e1af8fe90546640f2c873cc675f1547894440739943410555df5f1c94c3/4c91c324737de3afadc8a373e0a8b79dcf24cf58fa38b5e74a73a6e253ab7336?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27lora.safetensors%3B+filename%3D%22lora.safetensors%22%3B&Expires=1725202909&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNTIwMjkwOX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzMyLzNjLzMyM2M3ZTFhZjhmZTkwNTQ2NjQwZjJjODczY2M2NzVmMTU0Nzg5NDQ0MDczOTk0MzQxMDU1NWRmNWYxYzk0YzMvNGM5MWMzMjQ3MzdkZTNhZmFkYzhhMzczZTBhOGI3OWRjZjI0Y2Y1OGZhMzhiNWU3NGE3M2E2ZTI1M2FiNzMzNj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=f5kJgSdhCF747%7EWkhS45qMDE88u6vi-Qdqv5t%7ErJleLZKQIF2117gFjQxzop-xunHSB4h5BtnRfmiIDWQKrihGIOgZFkcDGXha8GKzg4TijNOZzsgX3wVAuav-kHKD8r266Oo03-zIEl%7EEz8YRIcoZ9Zegknv9yfnQmLgIKwEbyh3LBIRvb7ii5Lwe74B%7EYIqryZWeNoMYQP6lhgvs6fT6n27Is2n8GUEUf6ZkJk6PFcQqBdYezz%7EMiWLa3aTVaims7CYmaPIQOSsqVaaMEJDNQ7WYHCt%7ERLIRSHpS15KECQEvmqNtCCyp647QCSk5J-FnglY-GbJ-%7EUKv-VhgJNpw__&Key-Pair-Id=K24J24Z295AEI9 url=https://huggingface.co/fofr/flux-mona-lisa/resolve/main/lora.safetensors\n2024-08-29T15:01:51Z | INFO | [ Complete ] dest=/src/weights-cache/4500b4050dfb2b0f size=\"172 MB\" total_elapsed=2.141s url=https://huggingface.co/fofr/flux-mona-lisa/resolve/main/lora.safetensors\nDownloaded weights in 2.18s\nLoaded LoRAs in 40.17s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:31, 1.15s/it]\n 7%|▋ | 2/28 [00:02<00:27, 1.05s/it]\n 11%|█ | 3/28 [00:03<00:27, 1.10s/it]\n 14%|█▍ | 4/28 [00:04<00:26, 1.12s/it]\n 18%|█▊ | 5/28 [00:05<00:25, 1.13s/it]\n 21%|██▏ | 6/28 [00:06<00:25, 1.14s/it]\n 25%|██▌ | 7/28 [00:07<00:23, 1.14s/it]\n 29%|██▊ | 8/28 [00:09<00:22, 1.15s/it]\n 32%|███▏ | 9/28 [00:10<00:21, 1.15s/it]\n 36%|███▌ | 10/28 [00:11<00:20, 1.15s/it]\n 39%|███▉ | 11/28 [00:12<00:19, 1.15s/it]\n 43%|████▎ | 12/28 [00:13<00:18, 1.15s/it]\n 46%|████▋ | 13/28 [00:14<00:17, 1.15s/it]\n 50%|█████ | 14/28 [00:15<00:16, 1.15s/it]\n 54%|█████▎ | 15/28 [00:17<00:15, 1.15s/it]\n 57%|█████▋ | 16/28 [00:18<00:13, 1.16s/it]\n 61%|██████ | 17/28 [00:19<00:12, 1.15s/it]\n 64%|██████▍ | 18/28 [00:20<00:11, 1.15s/it]\n 68%|██████▊ | 19/28 [00:21<00:10, 1.16s/it]\n 71%|███████▏ | 20/28 [00:22<00:09, 1.16s/it]\n 75%|███████▌ | 21/28 [00:24<00:08, 1.16s/it]\n 79%|███████▊ | 22/28 [00:25<00:06, 1.16s/it]\n 82%|████████▏ | 23/28 [00:26<00:05, 1.16s/it]\n 86%|████████▌ | 24/28 [00:27<00:04, 1.16s/it]\n 89%|████████▉ | 25/28 [00:28<00:03, 1.16s/it]\n 93%|█████████▎| 26/28 [00:29<00:02, 1.16s/it]\n 96%|█████████▋| 27/28 [00:31<00:01, 1.16s/it]\n100%|██████████| 28/28 [00:32<00:00, 1.16s/it]\n100%|██████████| 28/28 [00:32<00:00, 1.15s/it]", "metrics": { "predict_time": 73.942286977, "total_time": 80.353309 }, "output": [ "https://replicate.delivery/yhqm/gpXhbCAtfw0vZaL9hKAh0OobsdXKuUvw9EUjCFnczNxKfjXTA/out-0.webp", "https://replicate.delivery/yhqm/dYY3hWtqnfVVeUJ1UHbkyyTUGYZMQgGQNNfKKSXWrNHq8HvmA/out-1.webp", "https://replicate.delivery/yhqm/sah7QpznUR7MGVSJh6UdGQAfkf8LRcDzcffhCVCEEnBV5PeaC/out-2.webp", "https://replicate.delivery/yhqm/meG4GT63BetKVU3yPJbWO7YegkPCfeZ8eD1hbEDhR7UQlfxrJA/out-3.webp" ], "started_at": "2024-08-29T15:01:31.925022Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7xtnccpqh9rm40chktktnffb1r", "cancel": "https://api.replicate.com/v1/predictions/7xtnccpqh9rm40chktktnffb1r/cancel" }, "version": "3b28f3ad4762e11f61a4f15e3574342fadd116c5bf573b1c7800e7cc6df6e2e9" }
Generated inUsing seed: 31937 Prompt: A photo of idvorkin, a 40 years old man with pink glasses. While standing beside 30 year old MNALSA woman whose hair is down and not wearing glasses at a tropical party in a luxury yatch | Polaroid hangover | blurred crowd in the background txt2img mode Using dev model Loading extra LoRA weights from: huggingface.co/fofr/flux-mona-lisa free=9487178969088 Downloading weights 2024-08-29T15:01:31Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpnpp8y3rz/weights url=https://replicate.delivery/yhqm/fF00nKSVEqSSDSMIpoTTKCjkZMgEqBeq070sh7lZQfcFm2tmA/trained_model.tar 2024-08-29T15:01:33Z | INFO | [ Complete ] dest=/tmp/tmpnpp8y3rz/weights size="172 MB" total_elapsed=1.680s url=https://replicate.delivery/yhqm/fF00nKSVEqSSDSMIpoTTKCjkZMgEqBeq070sh7lZQfcFm2tmA/trained_model.tar Downloaded weights in 1.72s free=9486833369088 Downloading weights 2024-08-29T15:01:49Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/4500b4050dfb2b0f url=https://huggingface.co/fofr/flux-mona-lisa/resolve/main/lora.safetensors 2024-08-29T15:01:49Z | INFO | [ Redirect ] redirect_url=https://cdn-lfs-us-1.huggingface.co/repos/32/3c/323c7e1af8fe90546640f2c873cc675f1547894440739943410555df5f1c94c3/4c91c324737de3afadc8a373e0a8b79dcf24cf58fa38b5e74a73a6e253ab7336?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27lora.safetensors%3B+filename%3D%22lora.safetensors%22%3B&Expires=1725202909&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNTIwMjkwOX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmh1Z2dpbmdmYWNlLmNvL3JlcG9zLzMyLzNjLzMyM2M3ZTFhZjhmZTkwNTQ2NjQwZjJjODczY2M2NzVmMTU0Nzg5NDQ0MDczOTk0MzQxMDU1NWRmNWYxYzk0YzMvNGM5MWMzMjQ3MzdkZTNhZmFkYzhhMzczZTBhOGI3OWRjZjI0Y2Y1OGZhMzhiNWU3NGE3M2E2ZTI1M2FiNzMzNj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=f5kJgSdhCF747%7EWkhS45qMDE88u6vi-Qdqv5t%7ErJleLZKQIF2117gFjQxzop-xunHSB4h5BtnRfmiIDWQKrihGIOgZFkcDGXha8GKzg4TijNOZzsgX3wVAuav-kHKD8r266Oo03-zIEl%7EEz8YRIcoZ9Zegknv9yfnQmLgIKwEbyh3LBIRvb7ii5Lwe74B%7EYIqryZWeNoMYQP6lhgvs6fT6n27Is2n8GUEUf6ZkJk6PFcQqBdYezz%7EMiWLa3aTVaims7CYmaPIQOSsqVaaMEJDNQ7WYHCt%7ERLIRSHpS15KECQEvmqNtCCyp647QCSk5J-FnglY-GbJ-%7EUKv-VhgJNpw__&Key-Pair-Id=K24J24Z295AEI9 url=https://huggingface.co/fofr/flux-mona-lisa/resolve/main/lora.safetensors 2024-08-29T15:01:51Z | INFO | [ Complete ] dest=/src/weights-cache/4500b4050dfb2b0f size="172 MB" total_elapsed=2.141s url=https://huggingface.co/fofr/flux-mona-lisa/resolve/main/lora.safetensors Downloaded weights in 2.18s Loaded LoRAs in 40.17s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:31, 1.15s/it] 7%|▋ | 2/28 [00:02<00:27, 1.05s/it] 11%|█ | 3/28 [00:03<00:27, 1.10s/it] 14%|█▍ | 4/28 [00:04<00:26, 1.12s/it] 18%|█▊ | 5/28 [00:05<00:25, 1.13s/it] 21%|██▏ | 6/28 [00:06<00:25, 1.14s/it] 25%|██▌ | 7/28 [00:07<00:23, 1.14s/it] 29%|██▊ | 8/28 [00:09<00:22, 1.15s/it] 32%|███▏ | 9/28 [00:10<00:21, 1.15s/it] 36%|███▌ | 10/28 [00:11<00:20, 1.15s/it] 39%|███▉ | 11/28 [00:12<00:19, 1.15s/it] 43%|████▎ | 12/28 [00:13<00:18, 1.15s/it] 46%|████▋ | 13/28 [00:14<00:17, 1.15s/it] 50%|█████ | 14/28 [00:15<00:16, 1.15s/it] 54%|█████▎ | 15/28 [00:17<00:15, 1.15s/it] 57%|█████▋ | 16/28 [00:18<00:13, 1.16s/it] 61%|██████ | 17/28 [00:19<00:12, 1.15s/it] 64%|██████▍ | 18/28 [00:20<00:11, 1.15s/it] 68%|██████▊ | 19/28 [00:21<00:10, 1.16s/it] 71%|███████▏ | 20/28 [00:22<00:09, 1.16s/it] 75%|███████▌ | 21/28 [00:24<00:08, 1.16s/it] 79%|███████▊ | 22/28 [00:25<00:06, 1.16s/it] 82%|████████▏ | 23/28 [00:26<00:05, 1.16s/it] 86%|████████▌ | 24/28 [00:27<00:04, 1.16s/it] 89%|████████▉ | 25/28 [00:28<00:03, 1.16s/it] 93%|█████████▎| 26/28 [00:29<00:02, 1.16s/it] 96%|█████████▋| 27/28 [00:31<00:01, 1.16s/it] 100%|██████████| 28/28 [00:32<00:00, 1.16s/it] 100%|██████████| 28/28 [00:32<00:00, 1.15s/it]
Want to make some of these yourself?
Run this model