abyssalsoul
/
cyberdad
- Public
- 111 runs
-
H100
Prediction
abyssalsoul/cyberdad:edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2aIDrjngg2cfb1rm20chn2y91ry6a0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "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 abyssalsoul/cyberdad using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "abyssalsoul/cyberdad:edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a", { input: { model: "dev", prompt: "A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k ", lora_scale: 1, num_outputs: 4, aspect_ratio: "1:1", output_format: "png", 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 abyssalsoul/cyberdad using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "abyssalsoul/cyberdad:edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a", input={ "model": "dev", "prompt": "A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "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 abyssalsoul/cyberdad 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": "edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a", "input": { "model": "dev", "prompt": "A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man\'s facial features and the details of his accessories. The background is neutral, further emphasizing the subject\'s relaxed yet stylish demeanor, looking down, 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "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-31T14:01:05.872737Z", "created_at": "2024-08-31T14:00:15.448000Z", "data_removed": false, "error": null, "id": "rjngg2cfb1rm20chn2y91ry6a0", "input": { "model": "dev", "prompt": "A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 17152\nPrompt: A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k\ntxt2img mode\nUsing dev model\nfree=9555260456960\nDownloading weights\n2024-08-31T14:00:15Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp3t7ccwnr/weights url=https://replicate.delivery/yhqm/61xkS0N1JE59GxjXtBt9vj28ItnaQb5ETooXntIbwkQ8serJA/trained_model.tar\n2024-08-31T14:00:17Z | INFO | [ Complete ] dest=/tmp/tmp3t7ccwnr/weights size=\"172 MB\" total_elapsed=1.490s url=https://replicate.delivery/yhqm/61xkS0N1JE59GxjXtBt9vj28ItnaQb5ETooXntIbwkQ8serJA/trained_model.tar\nDownloaded weights in 1.52s\nLoaded LoRAs in 19.55s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [\"a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k\", \"a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k\", \"a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k\", \"a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k\"]\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:27, 1.01s/it]\n 7%|▋ | 2/28 [00:01<00:22, 1.13it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.06it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.03it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.01it/s]\n 25%|██▌ | 7/28 [00:06<00:21, 1.00s/it]\n 29%|██▊ | 8/28 [00:07<00:20, 1.01s/it]\n 32%|███▏ | 9/28 [00:08<00:19, 1.01s/it]\n 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it]\n 39%|███▉ | 11/28 [00:10<00:17, 1.01s/it]\n 43%|████▎ | 12/28 [00:11<00:16, 1.01s/it]\n 46%|████▋ | 13/28 [00:12<00:15, 1.01s/it]\n 50%|█████ | 14/28 [00:13<00:14, 1.01s/it]\n 54%|█████▎ | 15/28 [00:14<00:13, 1.01s/it]\n 57%|█████▋ | 16/28 [00:15<00:12, 1.01s/it]\n 61%|██████ | 17/28 [00:16<00:11, 1.01s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.01s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.01s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.01s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.01s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.01s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.01s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.01s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.01s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.01s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.01s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.02s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.01s/it]", "metrics": { "predict_time": 50.420125251, "total_time": 50.424737 }, "output": [ "https://replicate.delivery/yhqm/WCmzfiSKFft3x0GbgdCoPQaFa0XCxSeRrDEhKlpTzjHDhawmA/out-0.png", "https://replicate.delivery/yhqm/qAx2VW0cWyIuENoYAHs37J8foRPVVqeuLAfzze7AruwEC1gNB/out-1.png", "https://replicate.delivery/yhqm/vWaCr18eKg2JFSkI6qH692d2fR1DsWv7dstQcrJPtePDhawmA/out-2.png", "https://replicate.delivery/yhqm/ROSzwlWnpuoxG1gqJvmozve0423sVmy5ex9BY9ZhR3ihQNYTA/out-3.png" ], "started_at": "2024-08-31T14:00:15.452612Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rjngg2cfb1rm20chn2y91ry6a0", "cancel": "https://api.replicate.com/v1/predictions/rjngg2cfb1rm20chn2y91ry6a0/cancel" }, "version": "edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a" }
Generated inUsing seed: 17152 Prompt: A photo of CYBERDAD award b&w portrait of a fit bald man with wearing dark well dressed polo and dark-rimmed glasses. He has a confident yet approachable reassuring expression. Decontracted pose, displaying pearl black bracelets and a wristwatch. head slightly tilted to the right and hands off-center to the left.The lighting is soft, creating a clean and crisp image with a focus on the man's facial features and the details of his accessories. The background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4k txt2img mode Using dev model free=9555260456960 Downloading weights 2024-08-31T14:00:15Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp3t7ccwnr/weights url=https://replicate.delivery/yhqm/61xkS0N1JE59GxjXtBt9vj28ItnaQb5ETooXntIbwkQ8serJA/trained_model.tar 2024-08-31T14:00:17Z | INFO | [ Complete ] dest=/tmp/tmp3t7ccwnr/weights size="172 MB" total_elapsed=1.490s url=https://replicate.delivery/yhqm/61xkS0N1JE59GxjXtBt9vj28ItnaQb5ETooXntIbwkQ8serJA/trained_model.tar Downloaded weights in 1.52s Loaded LoRAs in 19.55s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ["a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k", "a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k", "a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k", "a clean and crisp image with a focus on the man's facial features and the details of his accessories. the background is neutral, further emphasizing the subject's relaxed yet stylish demeanor, looking down, 4 k"] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:27, 1.01s/it] 7%|▋ | 2/28 [00:01<00:22, 1.13it/s] 11%|█ | 3/28 [00:02<00:23, 1.06it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.03it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.01it/s] 25%|██▌ | 7/28 [00:06<00:21, 1.00s/it] 29%|██▊ | 8/28 [00:07<00:20, 1.01s/it] 32%|███▏ | 9/28 [00:08<00:19, 1.01s/it] 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it] 39%|███▉ | 11/28 [00:10<00:17, 1.01s/it] 43%|████▎ | 12/28 [00:11<00:16, 1.01s/it] 46%|████▋ | 13/28 [00:12<00:15, 1.01s/it] 50%|█████ | 14/28 [00:13<00:14, 1.01s/it] 54%|█████▎ | 15/28 [00:14<00:13, 1.01s/it] 57%|█████▋ | 16/28 [00:15<00:12, 1.01s/it] 61%|██████ | 17/28 [00:16<00:11, 1.01s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.01s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.01s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.01s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.01s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.01s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.01s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.01s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.01s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.01s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.01s/it] 100%|██████████| 28/28 [00:28<00:00, 1.02s/it] 100%|██████████| 28/28 [00:28<00:00, 1.01s/it]
Prediction
abyssalsoul/cyberdad:edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2aIDmyfnzktgr5rm40chn3as0pa6ggStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 5:4
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "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 abyssalsoul/cyberdad using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "abyssalsoul/cyberdad:edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a", { input: { model: "dev", prompt: "A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k ", lora_scale: 1, num_outputs: 4, aspect_ratio: "5:4", output_format: "png", 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 abyssalsoul/cyberdad using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "abyssalsoul/cyberdad:edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a", input={ "model": "dev", "prompt": "A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "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 abyssalsoul/cyberdad 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": "edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a", "input": { "model": "dev", "prompt": "A photo of CYBERDAD A dramatic black-and-white close-up of a bald man\'s face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject\'s features with a sense of mystery and intrigue. 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "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-31T14:27:54.396525Z", "created_at": "2024-08-31T14:27:17.825000Z", "data_removed": false, "error": null, "id": "myfnzktgr5rm40chn3as0pa6gg", "input": { "model": "dev", "prompt": "A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k ", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "5:4", "output_format": "png", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 41278\nPrompt: A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 8.53s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['intrigue. 4 k', 'intrigue. 4 k', 'intrigue. 4 k', 'intrigue. 4 k']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:25, 1.08it/s]\n 7%|▋ | 2/28 [00:01<00:21, 1.23it/s]\n 11%|█ | 3/28 [00:02<00:21, 1.15it/s]\n 14%|█▍ | 4/28 [00:03<00:21, 1.12it/s]\n 18%|█▊ | 5/28 [00:04<00:20, 1.10it/s]\n 21%|██▏ | 6/28 [00:05<00:20, 1.09it/s]\n 25%|██▌ | 7/28 [00:06<00:19, 1.09it/s]\n 29%|██▊ | 8/28 [00:07<00:18, 1.08it/s]\n 32%|███▏ | 9/28 [00:08<00:17, 1.08it/s]\n 36%|███▌ | 10/28 [00:09<00:16, 1.08it/s]\n 39%|███▉ | 11/28 [00:10<00:15, 1.08it/s]\n 43%|████▎ | 12/28 [00:10<00:14, 1.08it/s]\n 46%|████▋ | 13/28 [00:11<00:13, 1.08it/s]\n 50%|█████ | 14/28 [00:12<00:13, 1.07it/s]\n 54%|█████▎ | 15/28 [00:13<00:12, 1.07it/s]\n 57%|█████▋ | 16/28 [00:14<00:11, 1.07it/s]\n 61%|██████ | 17/28 [00:15<00:10, 1.07it/s]\n 64%|██████▍ | 18/28 [00:16<00:09, 1.07it/s]\n 68%|██████▊ | 19/28 [00:17<00:08, 1.07it/s]\n 71%|███████▏ | 20/28 [00:18<00:07, 1.07it/s]\n 75%|███████▌ | 21/28 [00:19<00:06, 1.07it/s]\n 79%|███████▊ | 22/28 [00:20<00:05, 1.07it/s]\n 82%|████████▏ | 23/28 [00:21<00:04, 1.07it/s]\n 86%|████████▌ | 24/28 [00:22<00:03, 1.07it/s]\n 89%|████████▉ | 25/28 [00:23<00:02, 1.07it/s]\n 93%|█████████▎| 26/28 [00:24<00:01, 1.07it/s]\n 96%|█████████▋| 27/28 [00:24<00:00, 1.07it/s]\n100%|██████████| 28/28 [00:25<00:00, 1.07it/s]\n100%|██████████| 28/28 [00:25<00:00, 1.08it/s]", "metrics": { "predict_time": 36.562933793, "total_time": 36.571525 }, "output": [ "https://replicate.delivery/yhqm/VOoi8oWZcBYfbCMXKEeNCH1v1VLebsuGmSdD72I8SOSSTbwmA/out-0.png", "https://replicate.delivery/yhqm/1oXvUkHVkuIXNlZ8OH6br27jun0o1DTDogyGAUFYn6laaD2E/out-1.png", "https://replicate.delivery/yhqm/5J0lAjcF0XaeXiBuDzwtChfZhqGuogaCETuN9eD8k6fqm2gNB/out-2.png", "https://replicate.delivery/yhqm/GXLsUfjeOIlfip2AxzRxEGcqwtLK6F6oPmnhaMWnPPMUTbwmA/out-3.png" ], "started_at": "2024-08-31T14:27:17.833591Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/myfnzktgr5rm40chn3as0pa6gg", "cancel": "https://api.replicate.com/v1/predictions/myfnzktgr5rm40chn3as0pa6gg/cancel" }, "version": "edde6998b0539eb632c5050df2a6360511820511a243306c9c1e620bcd4b9c2a" }
Generated inUsing seed: 41278 Prompt: A photo of CYBERDAD A dramatic black-and-white close-up of a bald man's face, eyes partially obscured by round, black glasses. The focus is on the right half of his face, emphasizing the textured stubble and intense expression. The background is pitch black, creating a stark contrast that highlights the subject's features with a sense of mystery and intrigue. 4k txt2img mode Using dev model Loaded LoRAs in 8.53s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['intrigue. 4 k', 'intrigue. 4 k', 'intrigue. 4 k', 'intrigue. 4 k'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:25, 1.08it/s] 7%|▋ | 2/28 [00:01<00:21, 1.23it/s] 11%|█ | 3/28 [00:02<00:21, 1.15it/s] 14%|█▍ | 4/28 [00:03<00:21, 1.12it/s] 18%|█▊ | 5/28 [00:04<00:20, 1.10it/s] 21%|██▏ | 6/28 [00:05<00:20, 1.09it/s] 25%|██▌ | 7/28 [00:06<00:19, 1.09it/s] 29%|██▊ | 8/28 [00:07<00:18, 1.08it/s] 32%|███▏ | 9/28 [00:08<00:17, 1.08it/s] 36%|███▌ | 10/28 [00:09<00:16, 1.08it/s] 39%|███▉ | 11/28 [00:10<00:15, 1.08it/s] 43%|████▎ | 12/28 [00:10<00:14, 1.08it/s] 46%|████▋ | 13/28 [00:11<00:13, 1.08it/s] 50%|█████ | 14/28 [00:12<00:13, 1.07it/s] 54%|█████▎ | 15/28 [00:13<00:12, 1.07it/s] 57%|█████▋ | 16/28 [00:14<00:11, 1.07it/s] 61%|██████ | 17/28 [00:15<00:10, 1.07it/s] 64%|██████▍ | 18/28 [00:16<00:09, 1.07it/s] 68%|██████▊ | 19/28 [00:17<00:08, 1.07it/s] 71%|███████▏ | 20/28 [00:18<00:07, 1.07it/s] 75%|███████▌ | 21/28 [00:19<00:06, 1.07it/s] 79%|███████▊ | 22/28 [00:20<00:05, 1.07it/s] 82%|████████▏ | 23/28 [00:21<00:04, 1.07it/s] 86%|████████▌ | 24/28 [00:22<00:03, 1.07it/s] 89%|████████▉ | 25/28 [00:23<00:02, 1.07it/s] 93%|█████████▎| 26/28 [00:24<00:01, 1.07it/s] 96%|█████████▋| 27/28 [00:24<00:00, 1.07it/s] 100%|██████████| 28/28 [00:25<00:00, 1.07it/s] 100%|██████████| 28/28 [00:25<00:00, 1.08it/s]
Want to make some of these yourself?
Run this model