matsnl65
/
langstonrichardson
- Public
- 36 runs
-
H100
Prediction
matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476IDmk3trpaqmhrm60chkjcvm1sj6rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 21147
- model
- dev
- width
- 1365
- prompt
- A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately. MATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text "Lifejoin". Behind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.
- lora_scale
- 0.9
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- extra_lora_scale
- 0.85
- num_inference_steps
- 28
{ "seed": 21147, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", { input: { seed: 21147, model: "dev", width: 1365, prompt: "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", lora_scale: 0.9, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 90, extra_lora_scale: 0.85, 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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", input={ "seed": 21147, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run matsnl65/langstonrichardson 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": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", "input": { "seed": 21147, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that\'s slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\\n\\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \\"Lifejoin\\". \\n\\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "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-29T05:27:07.453709Z", "created_at": "2024-08-29T05:26:20.836000Z", "data_removed": false, "error": null, "id": "mk3trpaqmhrm60chkjcvm1sj6r", "input": { "seed": 21147, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "num_inference_steps": 28 }, "logs": "Using seed: 21147\nPrompt: A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\".\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.\ntxt2img mode\nUsing dev model\nfree=9319096467456\nDownloading weights\n2024-08-29T05:26:20Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpvjd8r2rv/weights url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar\n2024-08-29T05:26:25Z | INFO | [ Complete ] dest=/tmp/tmpvjd8r2rv/weights size=\"344 MB\" total_elapsed=4.147s url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar\nDownloaded weights in 4.20s\nLoaded LoRAs in 17.17s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:26, 1.01it/s]\n 7%|▋ | 2/28 [00:01<00:22, 1.14it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.07it/s]\n 14%|█▍ | 4/28 [00:03<00:22, 1.04it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.03it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.02it/s]\n 25%|██▌ | 7/28 [00:06<00:20, 1.01it/s]\n 29%|██▊ | 8/28 [00:07<00:19, 1.01it/s]\n 32%|███▏ | 9/28 [00:08<00:18, 1.01it/s]\n 36%|███▌ | 10/28 [00:09<00:17, 1.01it/s]\n 39%|███▉ | 11/28 [00:10<00:16, 1.01it/s]\n 43%|████▎ | 12/28 [00:11<00:15, 1.01it/s]\n 46%|████▋ | 13/28 [00:12<00:14, 1.00it/s]\n 50%|█████ | 14/28 [00:13<00:13, 1.00it/s]\n 54%|█████▎ | 15/28 [00:14<00:12, 1.00it/s]\n 57%|█████▋ | 16/28 [00:15<00:11, 1.00it/s]\n 61%|██████ | 17/28 [00:16<00:10, 1.00it/s]\n 64%|██████▍ | 18/28 [00:17<00:09, 1.00it/s]\n 68%|██████▊ | 19/28 [00:18<00:08, 1.00it/s]\n 71%|███████▏ | 20/28 [00:19<00:07, 1.00it/s]\n 75%|███████▌ | 21/28 [00:20<00:06, 1.00it/s]\n 79%|███████▊ | 22/28 [00:21<00:05, 1.00it/s]\n 82%|████████▏ | 23/28 [00:22<00:04, 1.00it/s]\n 86%|████████▌ | 24/28 [00:23<00:03, 1.00it/s]\n 89%|████████▉ | 25/28 [00:24<00:02, 1.00it/s]\n 93%|█████████▎| 26/28 [00:25<00:01, 1.00it/s]\n 96%|█████████▋| 27/28 [00:26<00:00, 1.00it/s]\n100%|██████████| 28/28 [00:27<00:00, 1.00it/s]\n100%|██████████| 28/28 [00:27<00:00, 1.01it/s]", "metrics": { "predict_time": 46.546024913, "total_time": 46.617709 }, "output": [ "https://replicate.delivery/yhqm/VTU3obUXupoNP58ElcHDePpqreM7D18a6debOnCxgt3WF3umA/out-0.webp", "https://replicate.delivery/yhqm/Qqz6X82yBbp4OdsDSbxOIpixP4l2IbH2x1ulhvOGsh7q421E/out-1.webp", "https://replicate.delivery/yhqm/AUFKRSAf9zyROCRfOmR39W8Yj95LqhCndboRmgcToPqribXTA/out-2.webp", "https://replicate.delivery/yhqm/ckAyXgmujjJGLpx2n9md7xdOZPeAHCpIv4V8MZryCY9VxtrJA/out-3.webp" ], "started_at": "2024-08-29T05:26:20.907684Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mk3trpaqmhrm60chkjcvm1sj6r", "cancel": "https://api.replicate.com/v1/predictions/mk3trpaqmhrm60chkjcvm1sj6r/cancel" }, "version": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476" }
Generated inUsing seed: 21147 Prompt: A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately. MATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text "Lifejoin". Behind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting. txt2img mode Using dev model free=9319096467456 Downloading weights 2024-08-29T05:26:20Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpvjd8r2rv/weights url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar 2024-08-29T05:26:25Z | INFO | [ Complete ] dest=/tmp/tmpvjd8r2rv/weights size="344 MB" total_elapsed=4.147s url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar Downloaded weights in 4.20s Loaded LoRAs in 17.17s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:26, 1.01it/s] 7%|▋ | 2/28 [00:01<00:22, 1.14it/s] 11%|█ | 3/28 [00:02<00:23, 1.07it/s] 14%|█▍ | 4/28 [00:03<00:22, 1.04it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.03it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.02it/s] 25%|██▌ | 7/28 [00:06<00:20, 1.01it/s] 29%|██▊ | 8/28 [00:07<00:19, 1.01it/s] 32%|███▏ | 9/28 [00:08<00:18, 1.01it/s] 36%|███▌ | 10/28 [00:09<00:17, 1.01it/s] 39%|███▉ | 11/28 [00:10<00:16, 1.01it/s] 43%|████▎ | 12/28 [00:11<00:15, 1.01it/s] 46%|████▋ | 13/28 [00:12<00:14, 1.00it/s] 50%|█████ | 14/28 [00:13<00:13, 1.00it/s] 54%|█████▎ | 15/28 [00:14<00:12, 1.00it/s] 57%|█████▋ | 16/28 [00:15<00:11, 1.00it/s] 61%|██████ | 17/28 [00:16<00:10, 1.00it/s] 64%|██████▍ | 18/28 [00:17<00:09, 1.00it/s] 68%|██████▊ | 19/28 [00:18<00:08, 1.00it/s] 71%|███████▏ | 20/28 [00:19<00:07, 1.00it/s] 75%|███████▌ | 21/28 [00:20<00:06, 1.00it/s] 79%|███████▊ | 22/28 [00:21<00:05, 1.00it/s] 82%|████████▏ | 23/28 [00:22<00:04, 1.00it/s] 86%|████████▌ | 24/28 [00:23<00:03, 1.00it/s] 89%|████████▉ | 25/28 [00:24<00:02, 1.00it/s] 93%|█████████▎| 26/28 [00:25<00:01, 1.00it/s] 96%|█████████▋| 27/28 [00:26<00:00, 1.00it/s] 100%|██████████| 28/28 [00:27<00:00, 1.00it/s] 100%|██████████| 28/28 [00:27<00:00, 1.01it/s]
Prediction
matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476IDf38t9bhd41rm00chk0bv66yr68StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- width
- 1365
- prompt
- Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "width": 1365, "prompt": "Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", { input: { model: "dev", width: 1365, prompt: "Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference", lora_scale: 1, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 90, 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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", input={ "model": "dev", "width": 1365, "prompt": "Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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 matsnl65/langstonrichardson 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": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", "input": { "model": "dev", "width": 1365, "prompt": "Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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-28T08:26:35.380280Z", "created_at": "2024-08-28T08:25:41.408000Z", "data_removed": false, "error": null, "id": "f38t9bhd41rm00chk0bv66yr68", "input": { "model": "dev", "width": 1365, "prompt": "Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 46550\nPrompt: Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference\ntxt2img mode\nUsing dev model\nfree=9911190941696\nDownloading weights\n2024-08-28T08:25:49Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmptmgsb5xr/weights url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar\n2024-08-28T08:25:52Z | INFO | [ Complete ] dest=/tmp/tmptmgsb5xr/weights size=\"344 MB\" total_elapsed=3.325s url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar\nDownloaded weights in 3.44s\nLoaded LoRAs in 16.43s\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.14it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.07it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.03it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.02it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.01it/s]\n 25%|██▌ | 7/28 [00:06<00:20, 1.00it/s]\n 29%|██▊ | 8/28 [00:07<00:20, 1.00s/it]\n 32%|███▏ | 9/28 [00:08<00:19, 1.00s/it]\n 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it]\n 39%|███▉ | 11/28 [00:10<00:17, 1.01s/it]\n 43%|████▎ | 12/28 [00:11<00:16, 1.01s/it]\n 46%|████▋ | 13/28 [00:12<00:15, 1.01s/it]\n 50%|█████ | 14/28 [00:13<00:14, 1.01s/it]\n 54%|█████▎ | 15/28 [00:14<00:13, 1.01s/it]\n 57%|█████▋ | 16/28 [00:15<00:12, 1.01s/it]\n 61%|██████ | 17/28 [00:16<00:11, 1.01s/it]\n 64%|██████▍ | 18/28 [00:17<00:10, 1.01s/it]\n 68%|██████▊ | 19/28 [00:18<00:09, 1.01s/it]\n 71%|███████▏ | 20/28 [00:19<00:08, 1.01s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.01s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.01s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.01s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.01s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.01s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.01s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.01s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.01s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.00s/it]", "metrics": { "predict_time": 46.089709732, "total_time": 53.97228 }, "output": [ "https://replicate.delivery/yhqm/VFpliabdf3STe091OgS74jANoSX6R7mGKxPaMcE56xq7EJXTA/out-0.webp", "https://replicate.delivery/yhqm/eNbWC4WBsxVVWqIpMJUdlPz9TMFeiGJyqaIs2Ozw6b07EJXTA/out-1.webp", "https://replicate.delivery/yhqm/847bp7BX4aJILlVzGdU3uH6lj1tX6tWJfpGsm6Pff3F2JSumA/out-2.webp", "https://replicate.delivery/yhqm/Cw4fnM3dPt1cKCieABr6mjgiGXVnc2TFvOHlZh86fum2JSumA/out-3.webp" ], "started_at": "2024-08-28T08:25:49.290570Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/f38t9bhd41rm00chk0bv66yr68", "cancel": "https://api.replicate.com/v1/predictions/f38t9bhd41rm00chk0bv66yr68/cancel" }, "version": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476" }
Generated inUsing seed: 46550 Prompt: Medium shot of MATSNL65 speaking on stage at a TEDTalk Conference txt2img mode Using dev model free=9911190941696 Downloading weights 2024-08-28T08:25:49Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmptmgsb5xr/weights url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar 2024-08-28T08:25:52Z | INFO | [ Complete ] dest=/tmp/tmptmgsb5xr/weights size="344 MB" total_elapsed=3.325s url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar Downloaded weights in 3.44s Loaded LoRAs in 16.43s 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.14it/s] 11%|█ | 3/28 [00:02<00:23, 1.07it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.03it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.02it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.01it/s] 25%|██▌ | 7/28 [00:06<00:20, 1.00it/s] 29%|██▊ | 8/28 [00:07<00:20, 1.00s/it] 32%|███▏ | 9/28 [00:08<00:19, 1.00s/it] 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it] 39%|███▉ | 11/28 [00:10<00:17, 1.01s/it] 43%|████▎ | 12/28 [00:11<00:16, 1.01s/it] 46%|████▋ | 13/28 [00:12<00:15, 1.01s/it] 50%|█████ | 14/28 [00:13<00:14, 1.01s/it] 54%|█████▎ | 15/28 [00:14<00:13, 1.01s/it] 57%|█████▋ | 16/28 [00:15<00:12, 1.01s/it] 61%|██████ | 17/28 [00:16<00:11, 1.01s/it] 64%|██████▍ | 18/28 [00:17<00:10, 1.01s/it] 68%|██████▊ | 19/28 [00:18<00:09, 1.01s/it] 71%|███████▏ | 20/28 [00:19<00:08, 1.01s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.01s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.01s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.01s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.01s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.01s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.01s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.01s/it] 100%|██████████| 28/28 [00:28<00:00, 1.01s/it] 100%|██████████| 28/28 [00:28<00:00, 1.00s/it]
Prediction
matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476IDg46vkjr3y5rm20chk0h9p3mm5cStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- width
- 1365
- prompt
- A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words "IDEAS" across his chest in big, bold San Serif letters.
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "width": 1365, "prompt": "A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words \"IDEAS\" across his chest in big, bold San Serif letters.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", { input: { model: "dev", width: 1365, prompt: "A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words \"IDEAS\" across his chest in big, bold San Serif letters.", lora_scale: 1, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 90, 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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", input={ "model": "dev", "width": 1365, "prompt": "A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words \"IDEAS\" across his chest in big, bold San Serif letters.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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 matsnl65/langstonrichardson 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": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", "input": { "model": "dev", "width": 1365, "prompt": "A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words \\"IDEAS\\" across his chest in big, bold San Serif letters.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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-28T08:38:15.068736Z", "created_at": "2024-08-28T08:37:31.761000Z", "data_removed": false, "error": null, "id": "g46vkjr3y5rm20chk0h9p3mm5c", "input": { "model": "dev", "width": 1365, "prompt": "A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words \"IDEAS\" across his chest in big, bold San Serif letters.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 44841\nPrompt: A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words \"IDEAS\" across his chest in big, bold San Serif letters.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 13.47s\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.00it/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.02s/it]\n 43%|████▎ | 12/28 [00:11<00:16, 1.02s/it]\n 46%|████▋ | 13/28 [00:12<00:15, 1.02s/it]\n 50%|█████ | 14/28 [00:14<00:14, 1.02s/it]\n 54%|█████▎ | 15/28 [00:15<00:13, 1.02s/it]\n 57%|█████▋ | 16/28 [00:16<00:12, 1.02s/it]\n 61%|██████ | 17/28 [00:17<00:11, 1.02s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.02s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.02s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.02s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.02s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.02s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.02s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.02s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.02s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.02s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.02s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.02s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.01s/it]", "metrics": { "predict_time": 43.300905999, "total_time": 43.307736 }, "output": [ "https://replicate.delivery/yhqm/uliwOl5qhYJoHpMaO8m04UJuO1rjkSOgAMq8u3TOrBi9Ty1E/out-0.webp", "https://replicate.delivery/yhqm/sDOQQfuGv5zMOidl3f3pTTXJEzOrs9tfdGwQJOlgTjebfJ5aC/out-1.webp", "https://replicate.delivery/yhqm/NfK2sjpzJtylPKp5pfrwckMX4eBCXStBsTfge8H3t5UxeTy1E/out-2.webp", "https://replicate.delivery/yhqm/xEgAJwpEBKYGIdIeKfIF98jJexynNwkwCevwo5nnLBhafJ5aC/out-3.webp" ], "started_at": "2024-08-28T08:37:31.767830Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/g46vkjr3y5rm20chk0h9p3mm5c", "cancel": "https://api.replicate.com/v1/predictions/g46vkjr3y5rm20chk0h9p3mm5c/cancel" }, "version": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476" }
Generated inUsing seed: 44841 Prompt: A full-body shot of MATSNL65 smiling while speaking on stage at a TEDTalk conference. His shirt has the words "IDEAS" across his chest in big, bold San Serif letters. txt2img mode Using dev model Loaded LoRAs in 13.47s 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.00it/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.02s/it] 43%|████▎ | 12/28 [00:11<00:16, 1.02s/it] 46%|████▋ | 13/28 [00:12<00:15, 1.02s/it] 50%|█████ | 14/28 [00:14<00:14, 1.02s/it] 54%|█████▎ | 15/28 [00:15<00:13, 1.02s/it] 57%|█████▋ | 16/28 [00:16<00:12, 1.02s/it] 61%|██████ | 17/28 [00:17<00:11, 1.02s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.02s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.02s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.02s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.02s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.02s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.02s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.02s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.02s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.02s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.02s/it] 100%|██████████| 28/28 [00:28<00:00, 1.02s/it] 100%|██████████| 28/28 [00:28<00:00, 1.01s/it]
Prediction
matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476ID93194n3zj1rm60chkj9sndp5prStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 18071
- model
- dev
- width
- 1365
- prompt
- A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately. MATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text "Lifejoin". Behind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.
- lora_scale
- 0.9
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", { input: { seed: 18071, model: "dev", width: 1365, prompt: "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", lora_scale: 0.9, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 90, 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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", input={ "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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 matsnl65/langstonrichardson 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": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", "input": { "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that\'s slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately.\\n\\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \\"Lifejoin\\". \\n\\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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-29T05:20:40.462145Z", "created_at": "2024-08-29T05:19:57.840000Z", "data_removed": false, "error": null, "id": "93194n3zj1rm60chkj9sndp5pr", "input": { "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 18071\nPrompt: A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately.\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\".\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 13.01s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:26, 1.00it/s]\n 7%|▋ | 2/28 [00:01<00:22, 1.13it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.07it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.04it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.03it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.02it/s]\n 25%|██▌ | 7/28 [00:06<00:20, 1.01it/s]\n 29%|██▊ | 8/28 [00:07<00:19, 1.00it/s]\n 32%|███▏ | 9/28 [00:08<00:18, 1.00it/s]\n 36%|███▌ | 10/28 [00:09<00:17, 1.00it/s]\n 39%|███▉ | 11/28 [00:10<00:17, 1.00s/it]\n 43%|████▎ | 12/28 [00:11<00:16, 1.00s/it]\n 46%|████▋ | 13/28 [00:12<00:15, 1.00s/it]\n 50%|█████ | 14/28 [00:13<00:14, 1.00s/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:17<00:10, 1.01s/it]\n 68%|██████▊ | 19/28 [00:18<00:09, 1.01s/it]\n 71%|███████▏ | 20/28 [00:19<00:08, 1.01s/it]\n 75%|███████▌ | 21/28 [00:20<00:07, 1.01s/it]\n 79%|███████▊ | 22/28 [00:21<00:06, 1.01s/it]\n 82%|████████▏ | 23/28 [00:22<00:05, 1.01s/it]\n 86%|████████▌ | 24/28 [00:23<00:04, 1.01s/it]\n 89%|████████▉ | 25/28 [00:24<00:03, 1.01s/it]\n 93%|█████████▎| 26/28 [00:25<00:02, 1.01s/it]\n 96%|█████████▋| 27/28 [00:26<00:01, 1.01s/it]\n100%|██████████| 28/28 [00:27<00:00, 1.01s/it]\n100%|██████████| 28/28 [00:27<00:00, 1.00it/s]", "metrics": { "predict_time": 42.609355374, "total_time": 42.622145 }, "output": [ "https://replicate.delivery/yhqm/vRA1Qp4F65YeW6rcZLyY14ET80Vcpu3R3f1DTC3GteCQ52umA/out-0.webp", "https://replicate.delivery/yhqm/PBJFTKrTdnKmC1SzJee3Ekj2kNkeXnqCzHGensMOvsxgytdNB/out-1.webp", "https://replicate.delivery/yhqm/oS3bto1OBbq6L5PRsyw56jZzm1dzfr2mPqkCfj5d0hhocbXTA/out-2.webp", "https://replicate.delivery/yhqm/3arV1yUaGFq2BBjJsWl5cwr0FudpUyXf0RVy7ZDII8TUutrJA/out-3.webp" ], "started_at": "2024-08-29T05:19:57.852789Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/93194n3zj1rm60chkj9sndp5pr", "cancel": "https://api.replicate.com/v1/predictions/93194n3zj1rm60chkj9sndp5pr/cancel" }, "version": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476" }
Generated inUsing seed: 18071 Prompt: A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is animated as he gestures with his 4 fingers/1 thumb left hand. He is holding a black microphone in his 4 fingers/1 thumbright hand, speaking passionately. MATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text "Lifejoin". Behind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting. txt2img mode Using dev model Loaded LoRAs in 13.01s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:26, 1.00it/s] 7%|▋ | 2/28 [00:01<00:22, 1.13it/s] 11%|█ | 3/28 [00:02<00:23, 1.07it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.04it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.03it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.02it/s] 25%|██▌ | 7/28 [00:06<00:20, 1.01it/s] 29%|██▊ | 8/28 [00:07<00:19, 1.00it/s] 32%|███▏ | 9/28 [00:08<00:18, 1.00it/s] 36%|███▌ | 10/28 [00:09<00:17, 1.00it/s] 39%|███▉ | 11/28 [00:10<00:17, 1.00s/it] 43%|████▎ | 12/28 [00:11<00:16, 1.00s/it] 46%|████▋ | 13/28 [00:12<00:15, 1.00s/it] 50%|█████ | 14/28 [00:13<00:14, 1.00s/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:17<00:10, 1.01s/it] 68%|██████▊ | 19/28 [00:18<00:09, 1.01s/it] 71%|███████▏ | 20/28 [00:19<00:08, 1.01s/it] 75%|███████▌ | 21/28 [00:20<00:07, 1.01s/it] 79%|███████▊ | 22/28 [00:21<00:06, 1.01s/it] 82%|████████▏ | 23/28 [00:22<00:05, 1.01s/it] 86%|████████▌ | 24/28 [00:23<00:04, 1.01s/it] 89%|████████▉ | 25/28 [00:24<00:03, 1.01s/it] 93%|█████████▎| 26/28 [00:25<00:02, 1.01s/it] 96%|█████████▋| 27/28 [00:26<00:01, 1.01s/it] 100%|██████████| 28/28 [00:27<00:00, 1.01s/it] 100%|██████████| 28/28 [00:27<00:00, 1.00it/s]
Prediction
matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476IDjpcg6b9fw1rm40chkjbtm5em0cStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 18071
- model
- dev
- width
- 1365
- prompt
- A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately. MATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text "Lifejoin". Behind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.
- lora_scale
- 0.9
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- extra_lora_scale
- 0.85
- num_inference_steps
- 28
{ "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", { input: { seed: 18071, model: "dev", width: 1365, prompt: "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", lora_scale: 0.9, num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3.5, output_quality: 90, extra_lora_scale: 0.85, 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 matsnl65/langstonrichardson using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "matsnl65/langstonrichardson:3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", input={ "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run matsnl65/langstonrichardson 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": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476", "input": { "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that\'s slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\\n\\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \\"Lifejoin\\". \\n\\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "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-29T05:24:44.371400Z", "created_at": "2024-08-29T05:23:59.584000Z", "data_removed": false, "error": null, "id": "jpcg6b9fw1rm40chkjbtm5em0c", "input": { "seed": 18071, "model": "dev", "width": 1365, "prompt": "A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\n\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\". \n\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.", "lora_scale": 0.9, "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "extra_lora_scale": 0.85, "num_inference_steps": 28 }, "logs": "Using seed: 18071\nPrompt: A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately.\nMATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text \"Lifejoin\".\nBehind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting.\ntxt2img mode\nUsing dev model\nfree=9693182771200\nDownloading weights\n2024-08-29T05:23:59Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp6i__b37h/weights url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar\n2024-08-29T05:24:01Z | INFO | [ Complete ] dest=/tmp/tmp6i__b37h/weights size=\"344 MB\" total_elapsed=2.070s url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar\nDownloaded weights in 2.18s\nLoaded LoRAs in 15.27s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text \" lifejoin \". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:26, 1.00it/s]\n 7%|▋ | 2/28 [00:01<00:22, 1.14it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.07it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.04it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.03it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.02it/s]\n 25%|██▌ | 7/28 [00:06<00:20, 1.01it/s]\n 29%|██▊ | 8/28 [00:07<00:19, 1.01it/s]\n 32%|███▏ | 9/28 [00:08<00:18, 1.01it/s]\n 36%|███▌ | 10/28 [00:09<00:17, 1.00it/s]\n 39%|███▉ | 11/28 [00:10<00:16, 1.00it/s]\n 43%|████▎ | 12/28 [00:11<00:15, 1.00it/s]\n 46%|████▋ | 13/28 [00:12<00:14, 1.00it/s]\n 50%|█████ | 14/28 [00:13<00:14, 1.00s/it]\n 54%|█████▎ | 15/28 [00:14<00:13, 1.00s/it]\n 57%|█████▋ | 16/28 [00:15<00:12, 1.00s/it]\n 61%|██████ | 17/28 [00:16<00:11, 1.00s/it]\n 64%|██████▍ | 18/28 [00:17<00:10, 1.00s/it]\n 68%|██████▊ | 19/28 [00:18<00:09, 1.00s/it]\n 71%|███████▏ | 20/28 [00:19<00:08, 1.00s/it]\n 75%|███████▌ | 21/28 [00:20<00:07, 1.00s/it]\n 79%|███████▊ | 22/28 [00:21<00:06, 1.00s/it]\n 82%|████████▏ | 23/28 [00:22<00:05, 1.00s/it]\n 86%|████████▌ | 24/28 [00:23<00:04, 1.00s/it]\n 89%|████████▉ | 25/28 [00:24<00:03, 1.00s/it]\n 93%|█████████▎| 26/28 [00:25<00:02, 1.00s/it]\n 96%|█████████▋| 27/28 [00:26<00:01, 1.00s/it]\n100%|██████████| 28/28 [00:27<00:00, 1.00s/it]\n100%|██████████| 28/28 [00:27<00:00, 1.01it/s]", "metrics": { "predict_time": 44.779918065, "total_time": 44.7874 }, "output": [ "https://replicate.delivery/yhqm/Xlcyb9fcRv2NZiiJDP03ZyEopInSFtt6L81EQwkew5WbgbXTA/out-0.webp", "https://replicate.delivery/yhqm/JqMLnJSfWuQcU6MvXf3iulnyEhkwdMD8L9Ie9DACPZE5A3umA/out-1.webp", "https://replicate.delivery/yhqm/ddBWiLCAP1pvABy3eaNLL6FO3jfqpRANvh3mth4cnAJcgbXTA/out-2.webp", "https://replicate.delivery/yhqm/TfZuP0dsFm0qRK2twOd7qhQ8eMXQ4D9373OfvDmBZk15A3umA/out-3.webp" ], "started_at": "2024-08-29T05:23:59.591482Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jpcg6b9fw1rm40chkjbtm5em0c", "cancel": "https://api.replicate.com/v1/predictions/jpcg6b9fw1rm40chkjbtm5em0c/cancel" }, "version": "3f64f53b1f4a66d31963692de9afbd99deacd6c74be8a9d9c922a13fcbb1a476" }
Generated inUsing seed: 18071 Prompt: A charismatic speaker MATSNL65 is captured mid-speech. He has short, tousled brown hair that's slightly messy on top. He has short grey hair, adorned with rounded rectangular-framed glasses with dark rims, is expressive as he gestures with his 4 fingers and 1 thumb left hand. He is holding a black microphone in his 4 fingers and 1 thumb right hand, speaking passionately. MATSNL65 is wearing a light grey sweater over a white t-shirt. MATSNL65 is also wearing a simple black lanyard hanging around his neck. The lanyard badge has the text "Lifejoin". Behind MATSNL65, there is a blurred background with a white banner containing logos and text (including Microsoft), a professional conference setting. txt2img mode Using dev model free=9693182771200 Downloading weights 2024-08-29T05:23:59Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp6i__b37h/weights url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar 2024-08-29T05:24:01Z | INFO | [ Complete ] dest=/tmp/tmp6i__b37h/weights size="344 MB" total_elapsed=2.070s url=https://replicate.delivery/yhqm/z2IUy94fNfqfkIefCb3ejWfm3ZfNCKhmEFrdUJ4c4it4kkIXTA/trained_model.tar Downloaded weights in 2.18s Loaded LoRAs in 15.27s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.', ', speaking passionately. matsnl 6 5 is wearing a light grey sweater over a white t - shirt. matsnl 6 5 is also wearing a simple black lanyard hanging around his neck. the lanyard badge has the text " lifejoin ". behind matsnl 6 5, there is a blurred background with a white banner containing logos and text ( including microsoft ), a professional conference setting.'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:26, 1.00it/s] 7%|▋ | 2/28 [00:01<00:22, 1.14it/s] 11%|█ | 3/28 [00:02<00:23, 1.07it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.04it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.03it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.02it/s] 25%|██▌ | 7/28 [00:06<00:20, 1.01it/s] 29%|██▊ | 8/28 [00:07<00:19, 1.01it/s] 32%|███▏ | 9/28 [00:08<00:18, 1.01it/s] 36%|███▌ | 10/28 [00:09<00:17, 1.00it/s] 39%|███▉ | 11/28 [00:10<00:16, 1.00it/s] 43%|████▎ | 12/28 [00:11<00:15, 1.00it/s] 46%|████▋ | 13/28 [00:12<00:14, 1.00it/s] 50%|█████ | 14/28 [00:13<00:14, 1.00s/it] 54%|█████▎ | 15/28 [00:14<00:13, 1.00s/it] 57%|█████▋ | 16/28 [00:15<00:12, 1.00s/it] 61%|██████ | 17/28 [00:16<00:11, 1.00s/it] 64%|██████▍ | 18/28 [00:17<00:10, 1.00s/it] 68%|██████▊ | 19/28 [00:18<00:09, 1.00s/it] 71%|███████▏ | 20/28 [00:19<00:08, 1.00s/it] 75%|███████▌ | 21/28 [00:20<00:07, 1.00s/it] 79%|███████▊ | 22/28 [00:21<00:06, 1.00s/it] 82%|████████▏ | 23/28 [00:22<00:05, 1.00s/it] 86%|████████▌ | 24/28 [00:23<00:04, 1.00s/it] 89%|████████▉ | 25/28 [00:24<00:03, 1.00s/it] 93%|█████████▎| 26/28 [00:25<00:02, 1.00s/it] 96%|█████████▋| 27/28 [00:26<00:01, 1.00s/it] 100%|██████████| 28/28 [00:27<00:00, 1.00s/it] 100%|██████████| 28/28 [00:27<00:00, 1.01it/s]
Want to make some of these yourself?
Run this model