davisbrown
/
photo-glow
Flux LoRA, trigger style with "in the style of TOK", Photographic images with a beautiful glow
- Public
- 1.5K runs
-
H100
- Paper
Prediction
davisbrown/photo-glow:945ff6caIDgkqy6vz1c5rm20chj52rndq96gStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:40:00.171174Z", "created_at": "2024-08-27T00:39:21.697000Z", "data_removed": false, "error": null, "id": "gkqy6vz1c5rm20chj52rndq96g", "input": { "model": "dev", "prompt": "A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 25100\nPrompt: A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 16.18s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.41it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.62it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.52it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.43it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s]\n 39%|███▉ | 11/28 [00:07<00:11, 1.42it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.42it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.42it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.42it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.42it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.42it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.41it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s]\n 71%|███████▏ | 20/28 [00:13<00:05, 1.41it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s]\n 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.42it/s]", "metrics": { "predict_time": 37.085122965, "total_time": 38.474174 }, "output": [ "https://replicate.delivery/yhqm/K4WdvVaq2crXCh5eH7c70PbIJVc8I73QjkQNo0FhXfYfSatmA/out-0.webp", "https://replicate.delivery/yhqm/VTd2Ehlm2VYML5PLw3V6vR0fYWsu07qI3n6vc8s1f6pgJtWTA/out-1.webp", "https://replicate.delivery/yhqm/ucboejfS0El9CkazdhvfSWiKJd57ya8P9CeqWVkQUU2Dm0aNB/out-2.webp" ], "started_at": "2024-08-27T00:39:23.086051Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gkqy6vz1c5rm20chj52rndq96g", "cancel": "https://api.replicate.com/v1/predictions/gkqy6vz1c5rm20chj52rndq96g/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 25100 Prompt: A subject in deconstructed, neo-Victorian attire poses in an antigravity chamber. Pieces of vintage furniture and steampunk gadgets float around them. The walls are a mix of ornate wallpaper and exposed circuitry, bathed in a soft, golden light in the style of TOK txt2img mode Using dev model Loaded LoRAs in 16.18s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.41it/s] 7%|▋ | 2/28 [00:01<00:16, 1.62it/s] 11%|█ | 3/28 [00:01<00:16, 1.52it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.43it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s] 39%|███▉ | 11/28 [00:07<00:11, 1.42it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.42it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.42it/s] 50%|█████ | 14/28 [00:09<00:09, 1.42it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.42it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.42it/s] 61%|██████ | 17/28 [00:11<00:07, 1.41it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s] 71%|███████▏ | 20/28 [00:13<00:05, 1.41it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s] 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.42it/s]
Prediction
davisbrown/photo-glow:945ff6caID5gvncrxs9xrm00chj52rqx1bsgStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:39:34.466885Z", "created_at": "2024-08-27T00:39:11.439000Z", "data_removed": false, "error": null, "id": "5gvncrxs9xrm00chj52rqx1bsg", "input": { "model": "dev", "prompt": "In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 13311\nPrompt: In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK\ntxt2img mode\nUsing dev model\nWeights already loaded\nLoaded LoRAs in 0.04s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.38it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.57it/s]\n 11%|█ | 3/28 [00:02<00:17, 1.47it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.43it/s]\n 18%|█▊ | 5/28 [00:03<00:16, 1.40it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.39it/s]\n 25%|██▌ | 7/28 [00:04<00:15, 1.38it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.38it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.37it/s]\n 36%|███▌ | 10/28 [00:07<00:13, 1.37it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.37it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.37it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.37it/s]\n 50%|█████ | 14/28 [00:10<00:10, 1.37it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.36it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.37it/s]\n 61%|██████ | 17/28 [00:12<00:08, 1.37it/s]\n 64%|██████▍ | 18/28 [00:13<00:07, 1.37it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.36it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.36it/s]\n 75%|███████▌ | 21/28 [00:15<00:05, 1.36it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.36it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.36it/s]\n 86%|████████▌ | 24/28 [00:17<00:02, 1.36it/s]\n 89%|████████▉ | 25/28 [00:18<00:02, 1.36it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.36it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.36it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.36it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.37it/s]", "metrics": { "predict_time": 21.660114413, "total_time": 23.027885 }, "output": [ "https://replicate.delivery/yhqm/2BRsFnrIoAY0PZSLKy5deM7PzAl6P9eJHjIvDfuevmEYk0aNB/out-0.webp", "https://replicate.delivery/yhqm/fAro4Skrv031JCziM56b2f2Pi8egLO68eCqalWeCEj3wIp1aC/out-1.webp", "https://replicate.delivery/yhqm/pLxt7RqXIIbLCtBv7EmcDgSjsQsBbM2ERnreDzZ2yTCjkWrJA/out-2.webp" ], "started_at": "2024-08-27T00:39:12.806770Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5gvncrxs9xrm00chj52rqx1bsg", "cancel": "https://api.replicate.com/v1/predictions/5gvncrxs9xrm00chj52rqx1bsg/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 13311 Prompt: In an underwater fashion show, a model walks a submerged catwalk wearing an iridescent, fluid-dynamic gown. Exotic sea creatures swim by, their bioluminescence adding to the ethereal lighting. The domed ceiling above shows the distorted surface of the ocean, with a futuristic city visible beyond in the style of TOK txt2img mode Using dev model Weights already loaded Loaded LoRAs in 0.04s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.38it/s] 7%|▋ | 2/28 [00:01<00:16, 1.57it/s] 11%|█ | 3/28 [00:02<00:17, 1.47it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.43it/s] 18%|█▊ | 5/28 [00:03<00:16, 1.40it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.39it/s] 25%|██▌ | 7/28 [00:04<00:15, 1.38it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.38it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.37it/s] 36%|███▌ | 10/28 [00:07<00:13, 1.37it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.37it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.37it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.37it/s] 50%|█████ | 14/28 [00:10<00:10, 1.37it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.36it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.37it/s] 61%|██████ | 17/28 [00:12<00:08, 1.37it/s] 64%|██████▍ | 18/28 [00:13<00:07, 1.37it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.36it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.36it/s] 75%|███████▌ | 21/28 [00:15<00:05, 1.36it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.36it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.36it/s] 86%|████████▌ | 24/28 [00:17<00:02, 1.36it/s] 89%|████████▉ | 25/28 [00:18<00:02, 1.36it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.36it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.36it/s] 100%|██████████| 28/28 [00:20<00:00, 1.36it/s] 100%|██████████| 28/28 [00:20<00:00, 1.37it/s]
Prediction
davisbrown/photo-glow:945ff6caIDb3w01d7965rm20chj55sfvx0tcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "Tight frame on a model\'s face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:46:28.776849Z", "created_at": "2024-08-27T00:45:56.913000Z", "data_removed": false, "error": null, "id": "b3w01d7965rm20chj55sfvx0tc", "input": { "model": "dev", "prompt": "Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 17428\nPrompt: Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 9.65s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.41it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.62it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.51it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.47it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.44it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.40it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.40it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]", "metrics": { "predict_time": 30.677632421, "total_time": 31.863849 }, "output": [ "https://replicate.delivery/yhqm/8xlYFi7Q83okOp4J0K8T9dYcMWh7NGYVghq2mQyYbyB5Tr1E/out-0.webp", "https://replicate.delivery/yhqm/IwDC15EeWuyuDSHg6GpVmK0eOPaqTB3pAPLdoQyEwMjkPtWTA/out-1.webp", "https://replicate.delivery/yhqm/4K8kXrglI07YDdmGjvYfju5e9ddpZzEzUDDMfUhetXWTep1aC/out-2.webp" ], "started_at": "2024-08-27T00:45:58.099216Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/b3w01d7965rm20chj55sfvx0tc", "cancel": "https://api.replicate.com/v1/predictions/b3w01d7965rm20chj55sfvx0tc/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 17428 Prompt: Tight frame on a model's face, half obscured by a semi-transparent, crystalline mask that refracts light in rainbow patterns. Their hair is styled into gravity-defying geometric shapes. The background is a soft blur of pastel clouds and floating jellyfish-like creatures in the style of TOK txt2img mode Using dev model Loaded LoRAs in 9.65s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.41it/s] 7%|▋ | 2/28 [00:01<00:16, 1.62it/s] 11%|█ | 3/28 [00:01<00:16, 1.51it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.47it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.44it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s] 61%|██████ | 17/28 [00:11<00:07, 1.40it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.40it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s]
Prediction
davisbrown/photo-glow:945ff6caIDsv5gcd3cg5rm60chj57v6rbtw0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:51:09.098494Z", "created_at": "2024-08-27T00:49:47.137000Z", "data_removed": false, "error": null, "id": "sv5gcd3cg5rm60chj57v6rbtw0", "input": { "model": "dev", "prompt": "An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 24553\nPrompt: An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 58.99s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.38it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.57it/s]\n 11%|█ | 3/28 [00:02<00:16, 1.47it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.43it/s]\n 18%|█▊ | 5/28 [00:03<00:16, 1.40it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.39it/s]\n 25%|██▌ | 7/28 [00:04<00:15, 1.38it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.37it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.37it/s]\n 36%|███▌ | 10/28 [00:07<00:13, 1.37it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.37it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.37it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.37it/s]\n 50%|█████ | 14/28 [00:10<00:10, 1.37it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.36it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.37it/s]\n 61%|██████ | 17/28 [00:12<00:08, 1.36it/s]\n 64%|██████▍ | 18/28 [00:13<00:07, 1.36it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.36it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.36it/s]\n 75%|███████▌ | 21/28 [00:15<00:05, 1.36it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.36it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.36it/s]\n 86%|████████▌ | 24/28 [00:17<00:02, 1.36it/s]\n 89%|████████▉ | 25/28 [00:18<00:02, 1.36it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.36it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.36it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.36it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.37it/s]", "metrics": { "predict_time": 80.613059096, "total_time": 81.961494 }, "output": [ "https://replicate.delivery/yhqm/aEnmJnJD5npvNJ9zcdGk2uD1hbyfAEkVBwrypwMMeLi8TtWTA/out-0.webp", "https://replicate.delivery/yhqm/5ba6SSL8deQfDEXe8hsh2FaGUBj2jADbPcc90fcAOMJyP1aNB/out-1.webp", "https://replicate.delivery/yhqm/ccuSNi0ceenreoibftKp2oOf2vOtwweMtAUx3chmdwuRfpWrJA/out-2.webp" ], "started_at": "2024-08-27T00:49:48.485435Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/sv5gcd3cg5rm60chj57v6rbtw0", "cancel": "https://api.replicate.com/v1/predictions/sv5gcd3cg5rm60chj57v6rbtw0/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 24553 Prompt: An individual in avant-garde, nature-inspired couture stands amidst floating rock formations draped with giant monstera leaves. Bioluminescent vines connect the hovering islands. A waterfall in the background defies gravity, flowing upwards into a cloudy, pastel sky in the style of TOK txt2img mode Using dev model Loaded LoRAs in 58.99s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.38it/s] 7%|▋ | 2/28 [00:01<00:16, 1.57it/s] 11%|█ | 3/28 [00:02<00:16, 1.47it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.43it/s] 18%|█▊ | 5/28 [00:03<00:16, 1.40it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.39it/s] 25%|██▌ | 7/28 [00:04<00:15, 1.38it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.37it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.37it/s] 36%|███▌ | 10/28 [00:07<00:13, 1.37it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.37it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.37it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.37it/s] 50%|█████ | 14/28 [00:10<00:10, 1.37it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.36it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.37it/s] 61%|██████ | 17/28 [00:12<00:08, 1.36it/s] 64%|██████▍ | 18/28 [00:13<00:07, 1.36it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.36it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.36it/s] 75%|███████▌ | 21/28 [00:15<00:05, 1.36it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.36it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.36it/s] 86%|████████▌ | 24/28 [00:17<00:02, 1.36it/s] 89%|████████▉ | 25/28 [00:18<00:02, 1.36it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.36it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.36it/s] 100%|██████████| 28/28 [00:20<00:00, 1.36it/s] 100%|██████████| 28/28 [00:20<00:00, 1.37it/s]
Prediction
davisbrown/photo-glow:945ff6caIDr73ga259x1rm40chj58tffd5mwStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:52:54.094959Z", "created_at": "2024-08-27T00:52:13.928000Z", "data_removed": false, "error": null, "id": "r73ga259x1rm40chj58tffd5mw", "input": { "model": "dev", "prompt": "An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 28620\nPrompt: An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 18.36s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.41it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.61it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.51it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.46it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.44it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.41it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.40it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.40it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.40it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s]\n 75%|███████▌ | 21/28 [00:14<00:05, 1.40it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]", "metrics": { "predict_time": 39.382399089, "total_time": 40.166959 }, "output": [ "https://replicate.delivery/yhqm/PezHevvrKVmnX0fq86lpAcn2wEmnePFcnmedZDB9Byrvsq1aC/out-0.webp", "https://replicate.delivery/yhqm/d3yo8QMjZkqNIdJESNFZM1OwpHyhW1EkFlnyA5nvzUaZVr1E/out-1.webp", "https://replicate.delivery/yhqm/NO8ccGgywWrVGl2TBaep4QSfQxPykVFEhJehwXZAg9FNratmA/out-2.webp" ], "started_at": "2024-08-27T00:52:14.712559Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/r73ga259x1rm40chj58tffd5mw", "cancel": "https://api.replicate.com/v1/predictions/r73ga259x1rm40chj58tffd5mw/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 28620 Prompt: An individual in bioluminescent deep-sea fashion stands in the mouth of a massive, otherworldly seashell on an alien beach. The ocean beyond is multi-colored and slightly viscous, with unusual life forms visible just beneath the surface. Two or three small planets are visible in the dusky sky in the style of TOK txt2img mode Using dev model Loaded LoRAs in 18.36s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.41it/s] 7%|▋ | 2/28 [00:01<00:16, 1.61it/s] 11%|█ | 3/28 [00:01<00:16, 1.51it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.46it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.44it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.41it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.40it/s] 50%|█████ | 14/28 [00:09<00:09, 1.40it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s] 61%|██████ | 17/28 [00:11<00:07, 1.40it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s] 75%|███████▌ | 21/28 [00:14<00:05, 1.40it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s]
Prediction
davisbrown/photo-glow:945ff6caIDypkbta2a9hrm20chj58sfv8cegStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water\'s surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:52:28.817981Z", "created_at": "2024-08-27T00:51:49.452000Z", "data_removed": false, "error": null, "id": "ypkbta2a9hrm20chj58sfv8ceg", "input": { "model": "dev", "prompt": "A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 9997\nPrompt: A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 17.71s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.42it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.62it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.52it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.43it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s]\n 39%|███▉ | 11/28 [00:07<00:11, 1.42it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.42it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.41it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s]\n 71%|███████▏ | 20/28 [00:13<00:05, 1.41it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s]\n 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.42it/s]", "metrics": { "predict_time": 38.557227211, "total_time": 39.365981 }, "output": [ "https://replicate.delivery/yhqm/nK8d6zlyRk6QHVdkBJfhFsUUMamlea3YDH5xLThjMeRYqatmA/out-0.webp", "https://replicate.delivery/yhqm/TfiNWouexcksl0kmgloHjaBmu0CocB9uM7IlF6EIdSrMVtWTA/out-1.webp", "https://replicate.delivery/yhqm/3l96HSPguo4gM5LRZrreInO9eH8w8VgLKGNzFAqG4KtMVtWTA/out-2.webp" ], "started_at": "2024-08-27T00:51:50.260754Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ypkbta2a9hrm20chj58sfv8ceg", "cancel": "https://api.replicate.com/v1/predictions/ypkbta2a9hrm20chj58sfv8ceg/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 9997 Prompt: A model in iridescent, arctic-chic fashion stands on a glass platform suspended over a crystal-clear glacial lake. Beneath the water's surface, an ancient, futuristic city is visible. Aurora borealis paints the sky in swirling colors, reflecting off the glassy ice structures around them in the style of TOK txt2img mode Using dev model Loaded LoRAs in 17.71s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.42it/s] 7%|▋ | 2/28 [00:01<00:16, 1.62it/s] 11%|█ | 3/28 [00:01<00:16, 1.52it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.43it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s] 39%|███▉ | 11/28 [00:07<00:11, 1.42it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.42it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s] 61%|██████ | 17/28 [00:11<00:07, 1.41it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s] 71%|███████▏ | 20/28 [00:13<00:05, 1.41it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s] 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.42it/s]
Prediction
davisbrown/photo-glow:945ff6caIDybyxr8a5r5rm20chj5a92c5c44StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:55:34.938219Z", "created_at": "2024-08-27T00:55:04.897000Z", "data_removed": false, "error": null, "id": "ybyxr8a5r5rm20chj5a92c5c44", "input": { "model": "dev", "prompt": "A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 20132\nPrompt: A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 7.86s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.42it/s]\n 7%|▋ | 2/28 [00:01<00:15, 1.63it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.52it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.46it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.43it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s]\n 39%|███▉ | 11/28 [00:07<00:11, 1.42it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.42it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.41it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s]\n 71%|███████▏ | 20/28 [00:13<00:05, 1.41it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s]\n 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.42it/s]", "metrics": { "predict_time": 28.73889623, "total_time": 30.041219 }, "output": [ "https://replicate.delivery/yhqm/tDFwcELRoW4eHCmptidnZ4Pp5aIxMVjMSpVRPpIR9CADsWrJA/out-0.webp", "https://replicate.delivery/yhqm/zk2oPYQTIJ6jJlQhNUrmxU8KD49BWFuCtd4kucsqmEiBWr1E/out-1.webp", "https://replicate.delivery/yhqm/dyMk2v6OTU53GVMC6whNl9mUzv97bT1YE5P8c0jMX6rBWr1E/out-2.webp" ], "started_at": "2024-08-27T00:55:06.199323Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ybyxr8a5r5rm20chj5a92c5c44", "cancel": "https://api.replicate.com/v1/predictions/ybyxr8a5r5rm20chj5a92c5c44/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 20132 Prompt: A model in sleek, biomechanical fashion poses on a narrow bridge spanning between two colossal, tree-like metal structures. Giant translucent leaves the size of billboards sway gently. In the misty distance, a planet-sized sphere covered in geometric patterns looms on the horizon. Winged creatures with impossibly long, ribbon-like bodies weave between the structures in the style of TOK txt2img mode Using dev model Loaded LoRAs in 7.86s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.42it/s] 7%|▋ | 2/28 [00:01<00:15, 1.63it/s] 11%|█ | 3/28 [00:01<00:16, 1.52it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.46it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.43it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s] 39%|███▉ | 11/28 [00:07<00:11, 1.42it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.42it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s] 61%|██████ | 17/28 [00:11<00:07, 1.41it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s] 71%|███████▏ | 20/28 [00:13<00:05, 1.41it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s] 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.42it/s]
Prediction
davisbrown/photo-glow:945ff6caID9xrcrygg7nrm20chj5bryb7tj0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T00:58:39.289756Z", "created_at": "2024-08-27T00:58:07.805000Z", "data_removed": false, "error": null, "id": "9xrcrygg7nrm20chj5bryb7tj0", "input": { "model": "dev", "prompt": "A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 51757\nPrompt: A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 9.75s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.41it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.62it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.51it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.47it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.40it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.40it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]", "metrics": { "predict_time": 30.694517185, "total_time": 31.484756 }, "output": [ "https://replicate.delivery/yhqm/MBi1p1iA5dqaLZCwBXAboCSbnQvDDfia8WP9iDhP8F2fatWTA/out-0.webp", "https://replicate.delivery/yhqm/NDEa0sKqCex0PS9f0PFKtg3QxEsH81LRQqFt491hV62f1atmA/out-1.webp", "https://replicate.delivery/yhqm/puBI2nhN8PbeYKGeKQxOtjFWrzI52CSTZKhnF8XLpvkf1atmA/out-2.webp" ], "started_at": "2024-08-27T00:58:08.595239Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/9xrcrygg7nrm20chj5bryb7tj0", "cancel": "https://api.replicate.com/v1/predictions/9xrcrygg7nrm20chj5bryb7tj0/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 51757 Prompt: A regal figure in architectural, geometry-defying fashion stands atop a monumental staircase that spirals into an infinite abyss. Their silhouette is crisp against a backdrop of swirling, prismatic mists. Colossal, translucent pyramids float in the distance, refracting light in impossible ways in the style of TOK txt2img mode Using dev model Loaded LoRAs in 9.75s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.41it/s] 7%|▋ | 2/28 [00:01<00:16, 1.62it/s] 11%|█ | 3/28 [00:01<00:16, 1.51it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.47it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s] 61%|██████ | 17/28 [00:11<00:07, 1.40it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.40it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s]
Prediction
davisbrown/photo-glow:945ff6caIDtewcqr0sy5rm40chj5f8jatd44StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T01:06:15.358373Z", "created_at": "2024-08-27T01:05:49.041000Z", "data_removed": false, "error": null, "id": "tewcqr0sy5rm40chj5f8jatd44", "input": { "model": "dev", "prompt": "Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 23303\nPrompt: Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK\ntxt2img mode\nUsing dev model\nWeights already loaded\nLoaded LoRAs in 0.04s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.38it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.57it/s]\n 11%|█ | 3/28 [00:02<00:16, 1.47it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.43it/s]\n 18%|█▊ | 5/28 [00:03<00:16, 1.40it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.39it/s]\n 25%|██▌ | 7/28 [00:04<00:15, 1.38it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.37it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.37it/s]\n 36%|███▌ | 10/28 [00:07<00:13, 1.37it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.37it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.36it/s]\n 46%|████▋ | 13/28 [00:09<00:11, 1.36it/s]\n 50%|█████ | 14/28 [00:10<00:10, 1.36it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.36it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.36it/s]\n 61%|██████ | 17/28 [00:12<00:08, 1.36it/s]\n 64%|██████▍ | 18/28 [00:13<00:07, 1.36it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.36it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.36it/s]\n 75%|███████▌ | 21/28 [00:15<00:05, 1.36it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.36it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.36it/s]\n 86%|████████▌ | 24/28 [00:17<00:02, 1.36it/s]\n 89%|████████▉ | 25/28 [00:18<00:02, 1.36it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.36it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.36it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.36it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.37it/s]", "metrics": { "predict_time": 21.631364397, "total_time": 26.317373 }, "output": [ "https://replicate.delivery/yhqm/f9Xebfq7O2HnfQAfAbTE6ktPSDwSuejeWQPwfaUTiWv2HitWTA/out-0.webp", "https://replicate.delivery/yhqm/K7eAups2FzXFQyoENBRM1AHfnsZ59tpFAqSZUpeIHZ1PEbtmA/out-1.webp", "https://replicate.delivery/yhqm/7PLfUiz5tnSEKawzhWrp925Oy0ewKO8m5o5f2Jzwf5LcI2aNB/out-2.webp" ], "started_at": "2024-08-27T01:05:53.727009Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tewcqr0sy5rm40chj5f8jatd44", "cancel": "https://api.replicate.com/v1/predictions/tewcqr0sy5rm40chj5f8jatd44/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 23303 Prompt: Tight shot of a divine musician with hair that spirals into miniature galaxies. They wear a deconstructed suit that shifts between organic and technological textures. Enormous crystal monoliths float in the distance, refracting light from multiple suns in the style of TOK txt2img mode Using dev model Weights already loaded Loaded LoRAs in 0.04s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.38it/s] 7%|▋ | 2/28 [00:01<00:16, 1.57it/s] 11%|█ | 3/28 [00:02<00:16, 1.47it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.43it/s] 18%|█▊ | 5/28 [00:03<00:16, 1.40it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.39it/s] 25%|██▌ | 7/28 [00:04<00:15, 1.38it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.37it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.37it/s] 36%|███▌ | 10/28 [00:07<00:13, 1.37it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.37it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.36it/s] 46%|████▋ | 13/28 [00:09<00:11, 1.36it/s] 50%|█████ | 14/28 [00:10<00:10, 1.36it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.36it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.36it/s] 61%|██████ | 17/28 [00:12<00:08, 1.36it/s] 64%|██████▍ | 18/28 [00:13<00:07, 1.36it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.36it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.36it/s] 75%|███████▌ | 21/28 [00:15<00:05, 1.36it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.36it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.36it/s] 86%|████████▌ | 24/28 [00:17<00:02, 1.36it/s] 89%|████████▉ | 25/28 [00:18<00:02, 1.36it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.36it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.36it/s] 100%|██████████| 28/28 [00:20<00:00, 1.36it/s] 100%|██████████| 28/28 [00:20<00:00, 1.37it/s]
Prediction
davisbrown/photo-glow:945ff6caIDxyeqbdshk9rm20chj5gs8zefwrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-27T01:09:42.086620Z", "created_at": "2024-08-27T01:09:11.706000Z", "data_removed": false, "error": null, "id": "xyeqbdshk9rm20chj5gs8zefwr", "input": { "model": "dev", "prompt": "A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 35473\nPrompt: A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 8.46s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.41it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.62it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.52it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.42it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.41it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.41it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s]\n 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.42it/s]", "metrics": { "predict_time": 29.389582023, "total_time": 30.38062 }, "output": [ "https://replicate.delivery/yhqm/7kZBQQTle8QHfErfCCcpzZfRV9EHLUz0olIjJlM6aUUXV2aNB/out-0.webp", "https://replicate.delivery/yhqm/0ejeOnaaBPkCaEqypFxNpa5jEKt3scE3XOcrsLFjMsfrKbtmA/out-1.webp", "https://replicate.delivery/yhqm/h2mSOXJePw3iX6EJfBvQXE3z61f8MJwf15AeeE1VyaVtVZr1E/out-2.webp" ], "started_at": "2024-08-27T01:09:12.697038Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/xyeqbdshk9rm20chj5gs8zefwr", "cancel": "https://api.replicate.com/v1/predictions/xyeqbdshk9rm20chj5gs8zefwr/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 35473 Prompt: A close-up of a guitarist with hair that blooms into exotic, oversized flowers. They wear a living jacket of moss and lichen that shifts and grows. Behind them, colossal baobab trees with bioluminescent leaves stretch towards a sky swirling with pollen and spores in the style of TOK txt2img mode Using dev model Loaded LoRAs in 8.46s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.41it/s] 7%|▋ | 2/28 [00:01<00:16, 1.62it/s] 11%|█ | 3/28 [00:01<00:16, 1.52it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.42it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s] 61%|██████ | 17/28 [00:11<00:07, 1.41it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.41it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s] 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.42it/s]
Prediction
davisbrown/photo-glow:945ff6caID7z8h56ecksrm40chj3fsry42h8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons.
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons.", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer\'s buttons.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-26T22:48:22.320217Z", "created_at": "2024-08-26T22:47:51.710000Z", "data_removed": false, "error": null, "id": "7z8h56ecksrm40chj3fsry42h8", "input": { "model": "dev", "prompt": "Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 28540\nPrompt: Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 9.28s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.37it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.60it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.50it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.46it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.44it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.41it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.40it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.40it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.40it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]", "metrics": { "predict_time": 30.278256738, "total_time": 30.610217 }, "output": [ "https://replicate.delivery/yhqm/4Ejv63OAucrsDV6yVTA1db0Hk4nrtpETQ6hwXD77O7qN4q1E/out-0.webp", "https://replicate.delivery/yhqm/sFPrIiSmqkrYNFlmPus715TQUMdtRVQ1HNXRhktqMzsN4q1E/out-1.webp", "https://replicate.delivery/yhqm/y6eybcaDL0RIJ6kOwALdFVpKogU34MOMS8p7jUzo5eW2grWTA/out-2.webp" ], "started_at": "2024-08-26T22:47:52.041960Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7z8h56ecksrm40chj3fsry42h8", "cancel": "https://api.replicate.com/v1/predictions/7z8h56ecksrm40chj3fsry42h8/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 28540 Prompt: Direct view of an individual in a tailored charcoal grey blazer and trousers, in the style of TOK. Dramatic side lighting casts long shadows, emphasizing texture. The infinite sky is a moody mix of storm greys and silvers, with streaks of electric blue lightning in the distance. Subtle amber accents glint on the blazer's buttons. txt2img mode Using dev model Loaded LoRAs in 9.28s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.37it/s] 7%|▋ | 2/28 [00:01<00:16, 1.60it/s] 11%|█ | 3/28 [00:01<00:16, 1.50it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.46it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.44it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.43it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.42it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.41it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.41it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.41it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.41it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.40it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.40it/s] 61%|██████ | 17/28 [00:11<00:07, 1.40it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.40it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.40it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.40it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.40it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.40it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.40it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.40it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.40it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.40it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.40it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s]
Prediction
davisbrown/photo-glow:945ff6caID5vyd7k8t21rm20chj3m8mcrcfcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-26T22:57:33.988617Z", "created_at": "2024-08-26T22:56:55.824000Z", "data_removed": false, "error": null, "id": "5vyd7k8t21rm20chj3m8mcrcfc", "input": { "model": "dev", "prompt": "Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 32485\nPrompt: Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 15.97s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.41it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.62it/s]\n 11%|█ | 3/28 [00:01<00:16, 1.52it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s]\n 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s]\n 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s]\n 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.42it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.41it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.41it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.41it/s]\n 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s]\n 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s]\n 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s]\n 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.41it/s]\n100%|██████████| 28/28 [00:19<00:00, 1.42it/s]", "metrics": { "predict_time": 36.898137908, "total_time": 38.164617 }, "output": [ "https://replicate.delivery/yhqm/jrrgPmyFfNXYa6B7hzEeexLmIbqdffLAX15VcWChcEcoLd1aC/out-0.webp", "https://replicate.delivery/yhqm/tGY6l1bjr2qdFhdfHqJoY3eitC73IogacCXyliw2OV0dprWTA/out-1.webp", "https://replicate.delivery/yhqm/hPHbiStLnKqkNp3QxVEBMf2kO1UzFRXM7Xg1YOxGzfzdprWTA/out-2.webp" ], "started_at": "2024-08-26T22:56:57.090479Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5vyd7k8t21rm20chj3m8mcrcfc", "cancel": "https://api.replicate.com/v1/predictions/5vyd7k8t21rm20chj3m8mcrcfc/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 32485 Prompt: Frontal view of a subject in a Gucci eclectic mix of patterns and textures, facing forward on a winding path through giant, neon mushrooms. The vast sky above is a swirl of pastel pinks and blues, with floating jellyfish-like creatures drifting by. txt2img mode Using dev model Loaded LoRAs in 15.97s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.41it/s] 7%|▋ | 2/28 [00:01<00:16, 1.62it/s] 11%|█ | 3/28 [00:01<00:16, 1.52it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.48it/s] 18%|█▊ | 5/28 [00:03<00:15, 1.45it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.44it/s] 25%|██▌ | 7/28 [00:04<00:14, 1.43it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.42it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.42it/s] 36%|███▌ | 10/28 [00:06<00:12, 1.42it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.42it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.41it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.41it/s] 50%|█████ | 14/28 [00:09<00:09, 1.41it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.41it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.41it/s] 61%|██████ | 17/28 [00:11<00:07, 1.41it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.41it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.41it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.41it/s] 75%|███████▌ | 21/28 [00:14<00:04, 1.41it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.41it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.41it/s] 86%|████████▌ | 24/28 [00:16<00:02, 1.41it/s] 89%|████████▉ | 25/28 [00:17<00:02, 1.41it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.41it/s] 96%|█████████▋| 27/28 [00:18<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.41it/s] 100%|██████████| 28/28 [00:19<00:00, 1.42it/s]
Prediction
davisbrown/photo-glow:945ff6caID8hb0a5snv9rm40chj3m95v9ha4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.
- lora_scale
- 1
- num_outputs
- 3
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", { input: { model: "dev", prompt: "Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.", lora_scale: 1, num_outputs: 3, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run davisbrown/photo-glow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "davisbrown/photo-glow:945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", input={ "model": "dev", "prompt": "Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run davisbrown/photo-glow 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": "945ff6ca0329b7a36354abf293b9e512013aef84058472b899673ede158c947b", "input": { "model": "dev", "prompt": "Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "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-26T22:57:40.999087Z", "created_at": "2024-08-26T22:57:02.938000Z", "data_removed": false, "error": null, "id": "8hb0a5snv9rm40chj3m95v9ha4", "input": { "model": "dev", "prompt": "Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.", "lora_scale": 1, "num_outputs": 3, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 58603\nPrompt: Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 15.65s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:19, 1.39it/s]\n 7%|▋ | 2/28 [00:01<00:16, 1.59it/s]\n 11%|█ | 3/28 [00:02<00:16, 1.48it/s]\n 14%|█▍ | 4/28 [00:02<00:16, 1.44it/s]\n 18%|█▊ | 5/28 [00:03<00:16, 1.42it/s]\n 21%|██▏ | 6/28 [00:04<00:15, 1.40it/s]\n 25%|██▌ | 7/28 [00:04<00:15, 1.39it/s]\n 29%|██▊ | 8/28 [00:05<00:14, 1.39it/s]\n 32%|███▏ | 9/28 [00:06<00:13, 1.38it/s]\n 36%|███▌ | 10/28 [00:07<00:13, 1.38it/s]\n 39%|███▉ | 11/28 [00:07<00:12, 1.38it/s]\n 43%|████▎ | 12/28 [00:08<00:11, 1.38it/s]\n 46%|████▋ | 13/28 [00:09<00:10, 1.37it/s]\n 50%|█████ | 14/28 [00:10<00:10, 1.37it/s]\n 54%|█████▎ | 15/28 [00:10<00:09, 1.37it/s]\n 57%|█████▋ | 16/28 [00:11<00:08, 1.37it/s]\n 61%|██████ | 17/28 [00:12<00:08, 1.37it/s]\n 64%|██████▍ | 18/28 [00:12<00:07, 1.37it/s]\n 68%|██████▊ | 19/28 [00:13<00:06, 1.37it/s]\n 71%|███████▏ | 20/28 [00:14<00:05, 1.37it/s]\n 75%|███████▌ | 21/28 [00:15<00:05, 1.37it/s]\n 79%|███████▊ | 22/28 [00:15<00:04, 1.37it/s]\n 82%|████████▏ | 23/28 [00:16<00:03, 1.37it/s]\n 86%|████████▌ | 24/28 [00:17<00:02, 1.37it/s]\n 89%|████████▉ | 25/28 [00:18<00:02, 1.37it/s]\n 93%|█████████▎| 26/28 [00:18<00:01, 1.37it/s]\n 96%|█████████▋| 27/28 [00:19<00:00, 1.37it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.37it/s]\n100%|██████████| 28/28 [00:20<00:00, 1.38it/s]", "metrics": { "predict_time": 37.169662826, "total_time": 38.061087 }, "output": [ "https://replicate.delivery/yhqm/6yS7524Dzvr9H1D6yu7ioHzwmG4LM29vYHVAmcpd7KBZ6q1E/out-0.webp", "https://replicate.delivery/yhqm/TIUfe2vzDEnvQ0VTUMMzodWHiFYnz9sPr9ILH3eyxUrITXtmA/out-1.webp", "https://replicate.delivery/yhqm/2wikbGqKc1KyL15OMEvdREnOCCC7qTo3Ykn4MRRSpaIZ6q1E/out-2.webp" ], "started_at": "2024-08-26T22:57:03.829425Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/8hb0a5snv9rm40chj3m95v9ha4", "cancel": "https://api.replicate.com/v1/predictions/8hb0a5snv9rm40chj3m95v9ha4/cancel" }, "version": "409d3a23f72cacf7df8d6474c6c99f5b27080d5db14ddbb08eb4df7105de3993" }
Generated inUsing seed: 58603 Prompt: Direct shot of an individual in an Alexander McQueen avant-garde gown with a high collar, standing tall amidst a field of wind-swept, tall grass. The boundless sky is a dramatic mix of stormy greys and silvers, with flashes of golden lightning. txt2img mode Using dev model Loaded LoRAs in 15.65s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:19, 1.39it/s] 7%|▋ | 2/28 [00:01<00:16, 1.59it/s] 11%|█ | 3/28 [00:02<00:16, 1.48it/s] 14%|█▍ | 4/28 [00:02<00:16, 1.44it/s] 18%|█▊ | 5/28 [00:03<00:16, 1.42it/s] 21%|██▏ | 6/28 [00:04<00:15, 1.40it/s] 25%|██▌ | 7/28 [00:04<00:15, 1.39it/s] 29%|██▊ | 8/28 [00:05<00:14, 1.39it/s] 32%|███▏ | 9/28 [00:06<00:13, 1.38it/s] 36%|███▌ | 10/28 [00:07<00:13, 1.38it/s] 39%|███▉ | 11/28 [00:07<00:12, 1.38it/s] 43%|████▎ | 12/28 [00:08<00:11, 1.38it/s] 46%|████▋ | 13/28 [00:09<00:10, 1.37it/s] 50%|█████ | 14/28 [00:10<00:10, 1.37it/s] 54%|█████▎ | 15/28 [00:10<00:09, 1.37it/s] 57%|█████▋ | 16/28 [00:11<00:08, 1.37it/s] 61%|██████ | 17/28 [00:12<00:08, 1.37it/s] 64%|██████▍ | 18/28 [00:12<00:07, 1.37it/s] 68%|██████▊ | 19/28 [00:13<00:06, 1.37it/s] 71%|███████▏ | 20/28 [00:14<00:05, 1.37it/s] 75%|███████▌ | 21/28 [00:15<00:05, 1.37it/s] 79%|███████▊ | 22/28 [00:15<00:04, 1.37it/s] 82%|████████▏ | 23/28 [00:16<00:03, 1.37it/s] 86%|████████▌ | 24/28 [00:17<00:02, 1.37it/s] 89%|████████▉ | 25/28 [00:18<00:02, 1.37it/s] 93%|█████████▎| 26/28 [00:18<00:01, 1.37it/s] 96%|█████████▋| 27/28 [00:19<00:00, 1.37it/s] 100%|██████████| 28/28 [00:20<00:00, 1.37it/s] 100%|██████████| 28/28 [00:20<00:00, 1.38it/s]
Want to make some of these yourself?
Run this model