biggpt1 / pana-video
(Updated 4 months, 1 week ago)
- Public
- 73 runs
Prediction
biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfdeID862x5p4ynnrma0cn00ytmvc5x4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings. The tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces. They share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing. The atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.
- go_fast
- extra_lora
- https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265
- lora_scale
- 0.82
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 2.5
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 0.68
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings.\n\nThe tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces.\n\nThey share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing.\n\nThe atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.82, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", { input: { model: "dev", prompt: "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings.\n\nThe tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces.\n\nThey share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing.\n\nThe atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.", go_fast: false, extra_lora: "https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", lora_scale: 0.82, megapixels: "1", num_outputs: 4, aspect_ratio: "9:16", output_format: "png", guidance_scale: 2.5, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 0.68, num_inference_steps: 28 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", input={ "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings.\n\nThe tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces.\n\nThey share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing.\n\nThe atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.", "go_fast": False, "extra_lora": "https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.82, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/pana-video 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": "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", "input": { "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings.\\n\\nThe tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces.\\n\\nThey share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing.\\n\\nThe atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.82, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "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": "2025-02-13T16:57:18.482290Z", "created_at": "2025-02-13T16:56:33.197000Z", "data_removed": false, "error": null, "id": "862x5p4ynnrma0cn00ytmvc5x4", "input": { "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings.\n\nThe tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces.\n\nThey share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing.\n\nThe atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.82, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 28 }, "logs": "free=27806258122752\nDownloading weights\n2025-02-13T16:56:33Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpt1vuo5u5/weights url=https://replicate.delivery/xezq/fHjDtjTZ692DdK487muGQgxjX0tWc7psKmVjaeZMSbPdq6OUA/trained_model.tar\n2025-02-13T16:56:38Z | INFO | [ Complete ] dest=/tmp/tmpt1vuo5u5/weights size=\"355 MB\" total_elapsed=4.949s url=https://replicate.delivery/xezq/fHjDtjTZ692DdK487muGQgxjX0tWc7psKmVjaeZMSbPdq6OUA/trained_model.tar\nDownloaded weights in 4.98s\nfree=27805901287424\nDownloading weights\n2025-02-13T16:56:38Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/2546d3e98d5430a5 url=https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265\n2025-02-13T16:56:39Z | INFO | [ Redirect ] redirect_url=https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/5019728/flower512DevF1K.IGzb.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22flower_512_dev_f1_k.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20250213/us-east-1/s3/aws4_request&X-Amz-Date=20250213T165639Z&X-Amz-SignedHeaders=host&X-Amz-Signature=2daf354b98e79cfa000f21598ff3b7005fd43e9eb38097466dacb3f62bdd5926 url=https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265\n2025-02-13T16:56:44Z | INFO | [ Complete ] dest=/src/weights-cache/2546d3e98d5430a5 size=\"159 MB\" total_elapsed=5.810s url=https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265\nDownloaded weights in 5.83s\nLoaded LoRAs in 12.18s\nUsing seed: 61131\nPrompt: Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings.\nThe tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces.\nThey share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing.\nThe atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:29, 1.10s/it]\n 7%|▋ | 2/28 [00:02<00:26, 1.01s/it]\n 11%|█ | 3/28 [00:03<00:26, 1.05s/it]\n 14%|█▍ | 4/28 [00:04<00:25, 1.07s/it]\n 18%|█▊ | 5/28 [00:05<00:24, 1.08s/it]\n 21%|██▏ | 6/28 [00:06<00:23, 1.09s/it]\n 25%|██▌ | 7/28 [00:07<00:23, 1.10s/it]\n 29%|██▊ | 8/28 [00:08<00:21, 1.10s/it]\n 32%|███▏ | 9/28 [00:09<00:20, 1.10s/it]\n 36%|███▌ | 10/28 [00:10<00:19, 1.10s/it]\n 39%|███▉ | 11/28 [00:11<00:18, 1.10s/it]\n 43%|████▎ | 12/28 [00:13<00:17, 1.10s/it]\n 46%|████▋ | 13/28 [00:14<00:16, 1.10s/it]\n 50%|█████ | 14/28 [00:15<00:15, 1.10s/it]\n 54%|█████▎ | 15/28 [00:16<00:14, 1.10s/it]\n 57%|█████▋ | 16/28 [00:17<00:13, 1.11s/it]\n 61%|██████ | 17/28 [00:18<00:12, 1.11s/it]\n 64%|██████▍ | 18/28 [00:19<00:11, 1.11s/it]\n 68%|██████▊ | 19/28 [00:20<00:09, 1.11s/it]\n 71%|███████▏ | 20/28 [00:21<00:08, 1.11s/it]\n 75%|███████▌ | 21/28 [00:23<00:07, 1.11s/it]\n 79%|███████▊ | 22/28 [00:24<00:06, 1.11s/it]\n 82%|████████▏ | 23/28 [00:25<00:05, 1.11s/it]\n 86%|████████▌ | 24/28 [00:26<00:04, 1.11s/it]\n 89%|████████▉ | 25/28 [00:27<00:03, 1.11s/it]\n 93%|█████████▎| 26/28 [00:28<00:02, 1.11s/it]\n 96%|█████████▋| 27/28 [00:29<00:01, 1.11s/it]\n100%|██████████| 28/28 [00:30<00:00, 1.11s/it]\n100%|██████████| 28/28 [00:30<00:00, 1.10s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 45.116498385, "total_time": 45.28529 }, "output": [ "https://replicate.delivery/xezq/iGlMlxcNe21XJaAJgby9kV84YgGLf6HY290wY0KBc3cuZ9OUA/out-0.png", "https://replicate.delivery/xezq/TRNQWvfbnetfyoEOmkyUybujuTfDZLjLwh5x2HRlXAW7m17QB/out-1.png", "https://replicate.delivery/xezq/gyLAJzzRBcJAJx0kZGHs0l9VTWe1wD1k03UOeRviGf1dz6doA/out-2.png", "https://replicate.delivery/xezq/kxQ5Q1eGWXWyMK8rfVmREeAACkK9w1gwLC0zqqmpSMDdz6doA/out-3.png" ], "started_at": "2025-02-13T16:56:33.365792Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-snmoevv7f4rierupqzeuyz6efabkehgrdkybnsh5gf36tknwc74a", "get": "https://api.replicate.com/v1/predictions/862x5p4ynnrma0cn00ytmvc5x4", "cancel": "https://api.replicate.com/v1/predictions/862x5p4ynnrma0cn00ytmvc5x4/cancel" }, "version": "62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde" }
Generated infree=27806258122752 Downloading weights 2025-02-13T16:56:33Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpt1vuo5u5/weights url=https://replicate.delivery/xezq/fHjDtjTZ692DdK487muGQgxjX0tWc7psKmVjaeZMSbPdq6OUA/trained_model.tar 2025-02-13T16:56:38Z | INFO | [ Complete ] dest=/tmp/tmpt1vuo5u5/weights size="355 MB" total_elapsed=4.949s url=https://replicate.delivery/xezq/fHjDtjTZ692DdK487muGQgxjX0tWc7psKmVjaeZMSbPdq6OUA/trained_model.tar Downloaded weights in 4.98s free=27805901287424 Downloading weights 2025-02-13T16:56:38Z | INFO | [ Initiating ] chunk_size=150M dest=/src/weights-cache/2546d3e98d5430a5 url=https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265 2025-02-13T16:56:39Z | INFO | [ Redirect ] redirect_url=https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/5019728/flower512DevF1K.IGzb.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22flower_512_dev_f1_k.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20250213/us-east-1/s3/aws4_request&X-Amz-Date=20250213T165639Z&X-Amz-SignedHeaders=host&X-Amz-Signature=2daf354b98e79cfa000f21598ff3b7005fd43e9eb38097466dacb3f62bdd5926 url=https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265 2025-02-13T16:56:44Z | INFO | [ Complete ] dest=/src/weights-cache/2546d3e98d5430a5 size="159 MB" total_elapsed=5.810s url=https://civitai.com/api/download/models/1273564?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265 Downloaded weights in 5.83s Loaded LoRAs in 12.18s Using seed: 61131 Prompt: Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram, surrounded by an explosion of lush flowers. On the left, PNA_men wears a deep crimson-red zip-up tracksuit with white piping details over a plain white t-shirt. He holds a small metallic coffee cup in his hand. On the right, PNA_woman, with voluminous curly red hair, wears a navy-blue tracksuit jacket with a small embroidered logo, a loose white t-shirt, and matching navy-blue trousers. Her nails are painted in a mix of bold yellow and deep red, and she wears multiple rings. The tram’s interior is filled with a riot of colors, as flowers in pink, red, blue, purple, and white burst from every surface—walls, ceiling, seats, and floor. Roses, peonies, hydrangeas, carnations, and lilacs cascade from hanging baskets, climb polished brass handrails, and spill across windowsills. Some petals appear almost neon, glowing under the warm sunlight streaming through the windows, casting colorful reflections onto the couple’s faces. They share a lively moment, the woman laughing with her head tilted back while the man gazes at her with a soft smile. The background blurs with motion outside the tram, showing streaks of city life in pastel blues, soft oranges, and golden yellows, emphasizing movement. The foreground keeps sharp detail, highlighting the dewdrops on flower petals and the fabric textures of their clothing. The atmosphere is dreamlike yet vivid, a mix of nostalgic romance and urban energy, with saturated colors, soft natural light, and a gentle interplay of textures from flowers, fabric, and reflections. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:29, 1.10s/it] 7%|▋ | 2/28 [00:02<00:26, 1.01s/it] 11%|█ | 3/28 [00:03<00:26, 1.05s/it] 14%|█▍ | 4/28 [00:04<00:25, 1.07s/it] 18%|█▊ | 5/28 [00:05<00:24, 1.08s/it] 21%|██▏ | 6/28 [00:06<00:23, 1.09s/it] 25%|██▌ | 7/28 [00:07<00:23, 1.10s/it] 29%|██▊ | 8/28 [00:08<00:21, 1.10s/it] 32%|███▏ | 9/28 [00:09<00:20, 1.10s/it] 36%|███▌ | 10/28 [00:10<00:19, 1.10s/it] 39%|███▉ | 11/28 [00:11<00:18, 1.10s/it] 43%|████▎ | 12/28 [00:13<00:17, 1.10s/it] 46%|████▋ | 13/28 [00:14<00:16, 1.10s/it] 50%|█████ | 14/28 [00:15<00:15, 1.10s/it] 54%|█████▎ | 15/28 [00:16<00:14, 1.10s/it] 57%|█████▋ | 16/28 [00:17<00:13, 1.11s/it] 61%|██████ | 17/28 [00:18<00:12, 1.11s/it] 64%|██████▍ | 18/28 [00:19<00:11, 1.11s/it] 68%|██████▊ | 19/28 [00:20<00:09, 1.11s/it] 71%|███████▏ | 20/28 [00:21<00:08, 1.11s/it] 75%|███████▌ | 21/28 [00:23<00:07, 1.11s/it] 79%|███████▊ | 22/28 [00:24<00:06, 1.11s/it] 82%|████████▏ | 23/28 [00:25<00:05, 1.11s/it] 86%|████████▌ | 24/28 [00:26<00:04, 1.11s/it] 89%|████████▉ | 25/28 [00:27<00:03, 1.11s/it] 93%|█████████▎| 26/28 [00:28<00:02, 1.11s/it] 96%|█████████▋| 27/28 [00:29<00:01, 1.11s/it] 100%|██████████| 28/28 [00:30<00:00, 1.11s/it] 100%|██████████| 28/28 [00:30<00:00, 1.10s/it] Total safe images: 4 out of 4
Prediction
biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfdeIDe8a1r2y4yhrme0cn01893jnw58StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space. The walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections. At the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion. The perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections. Through the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze. The composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.
- go_fast
- extra_lora
- https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265
- lora_scale
- 0.77
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 2.5
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 0.68
- num_inference_steps
- 34
{ "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections.\n\nAt the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion.\n\nThe perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections.\n\nThrough the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze.\n\nThe composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", { input: { model: "dev", prompt: "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections.\n\nAt the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion.\n\nThe perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections.\n\nThrough the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze.\n\nThe composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.", go_fast: false, extra_lora: "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", lora_scale: 0.77, megapixels: "1", num_outputs: 4, aspect_ratio: "9:16", output_format: "png", guidance_scale: 2.5, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 0.68, num_inference_steps: 34 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", input={ "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections.\n\nAt the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion.\n\nThe perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections.\n\nThrough the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze.\n\nThe composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.", "go_fast": False, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/pana-video 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": "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", "input": { "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\\n\\nThe walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections.\\n\\nAt the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion.\\n\\nThe perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections.\\n\\nThrough the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze.\\n\\nThe composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T17:18:10.299839Z", "created_at": "2025-02-13T17:17:28.180000Z", "data_removed": false, "error": null, "id": "e8a1r2y4yhrme0cn01893jnw58", "input": { "model": "dev", "prompt": "Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections.\n\nAt the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion.\n\nThe perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections.\n\nThrough the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze.\n\nThe composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 }, "logs": "Loaded LoRAs in 1.23s\nUsing seed: 19100\nPrompt: Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\nThe walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections.\nAt the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion.\nThe perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections.\nThrough the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze.\nThe composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey.\n[!] txt2img mode\n 0%| | 0/34 [00:00<?, ?it/s]\n 3%|▎ | 1/34 [00:01<00:37, 1.13s/it]\n 6%|▌ | 2/34 [00:02<00:32, 1.03s/it]\n 9%|▉ | 3/34 [00:03<00:33, 1.08s/it]\n 12%|█▏ | 4/34 [00:04<00:33, 1.10s/it]\n 15%|█▍ | 5/34 [00:05<00:32, 1.12s/it]\n 18%|█▊ | 6/34 [00:06<00:31, 1.12s/it]\n 21%|██ | 7/34 [00:07<00:30, 1.12s/it]\n 24%|██▎ | 8/34 [00:08<00:29, 1.13s/it]\n 26%|██▋ | 9/34 [00:10<00:28, 1.13s/it]\n 29%|██▉ | 10/34 [00:11<00:27, 1.13s/it]\n 32%|███▏ | 11/34 [00:12<00:26, 1.13s/it]\n 35%|███▌ | 12/34 [00:13<00:24, 1.13s/it]\n 38%|███▊ | 13/34 [00:14<00:23, 1.13s/it]\n 41%|████ | 14/34 [00:15<00:22, 1.13s/it]\n 44%|████▍ | 15/34 [00:16<00:21, 1.14s/it]\n 47%|████▋ | 16/34 [00:17<00:20, 1.14s/it]\n 50%|█████ | 17/34 [00:19<00:19, 1.14s/it]\n 53%|█████▎ | 18/34 [00:20<00:18, 1.14s/it]\n 56%|█████▌ | 19/34 [00:21<00:17, 1.13s/it]\n 59%|█████▉ | 20/34 [00:22<00:15, 1.13s/it]\n 62%|██████▏ | 21/34 [00:23<00:14, 1.13s/it]\n 65%|██████▍ | 22/34 [00:24<00:13, 1.13s/it]\n 68%|██████▊ | 23/34 [00:25<00:12, 1.13s/it]\n 71%|███████ | 24/34 [00:27<00:11, 1.13s/it]\n 74%|███████▎ | 25/34 [00:28<00:10, 1.13s/it]\n 76%|███████▋ | 26/34 [00:29<00:09, 1.13s/it]\n 79%|███████▉ | 27/34 [00:30<00:07, 1.13s/it]\n 82%|████████▏ | 28/34 [00:31<00:06, 1.13s/it]\n 85%|████████▌ | 29/34 [00:32<00:05, 1.13s/it]\n 88%|████████▊ | 30/34 [00:33<00:04, 1.13s/it]\n 91%|█████████ | 31/34 [00:34<00:03, 1.13s/it]\n 94%|█████████▍| 32/34 [00:36<00:02, 1.13s/it]\n 97%|█████████▋| 33/34 [00:37<00:01, 1.13s/it]\n100%|██████████| 34/34 [00:38<00:00, 1.13s/it]\n100%|██████████| 34/34 [00:38<00:00, 1.13s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 41.891461144, "total_time": 42.119839 }, "output": [ "https://replicate.delivery/xezq/WY2OWopWbxJ7DVWR9bhg0iiCP26DgrHKGfBkQl6SShSp2eOUA/out-0.png", "https://replicate.delivery/xezq/cx9ue5X28109e0bEj22KE0U0bizNy0H4jZ363NRJDwCSt9OUA/out-1.png", "https://replicate.delivery/xezq/3uqrQEGOLSJjD11e1G7gkgXfsCir71Gp54ojBEWTYkDSt9OUA/out-2.png", "https://replicate.delivery/xezq/2ekgBjUS31VyPCcWgCfL0jNUlgvQPwzh5BQ7H7j6z8qSt9OUA/out-3.png" ], "started_at": "2025-02-13T17:17:28.408378Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-y65qj2cq6zap6yanptudutojmkeunhj7tgbeijco2l6sxfixfvmq", "get": "https://api.replicate.com/v1/predictions/e8a1r2y4yhrme0cn01893jnw58", "cancel": "https://api.replicate.com/v1/predictions/e8a1r2y4yhrme0cn01893jnw58/cancel" }, "version": "62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde" }
Generated inLoaded LoRAs in 1.23s Using seed: 19100 Prompt: Ultra-realistic photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space. The walls, ceiling, floor, and seats are completely covered in dense, overflowing flowers, transforming the tram into a surreal botanical dreamscape. Every surface is woven with roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. The handrails are wrapped in twisting vines, with clusters of small blossoms climbing towards the ceiling. Hanging floral chandeliers dangle from above, swaying gently with the tram’s motion. The windows are barely visible, framed by thick cascades of flowers that spill over like living curtains, filtering the sunlight into glowing, multi-colored reflections. At the center of this dreamlike floral world, the couple stands close, sharing a tender moment. On the left, PNA_men wears a bold crimson-red zip-up tracksuit with white piping over a white t-shirt, holding a metallic coffee cup. On the right, PNA_woman wears a navy-blue tracksuit jacket, a loose white t-shirt, and matching navy-blue trousers, her curly red hair cascading over her shoulders. Her boldly painted nails—yellow and deep red—stand out as she gestures while laughing. They hold hands softly, their connection intimate amid the floral explosion. The perspective from the center of the tram emphasizes the overwhelming floral abundance—flowers are everywhere, filling the frame with intense, hyper-saturated hues. The colors are electric and vibrant: neon-pink roses, deep purple lilacs, golden-centered ivory peonies, fiery red carnations, and sapphire-blue hydrangeas. The air is thick with floating petals, soft dewdrops clinging to blooms, and sunlight filtering through the floral layers, casting prism-like reflections. Through the windows, the motion-blurred cityscape rushes past, streaks of warm oranges, soft blues, and golden yellows creating a dreamy contrast with the rich floral interior. The depth of field is shallow, focusing on the intricate textures of petals and vines while the distant flowers fade into a soft, magical haze. The composition feels cinematic and surreal, as if the tram is no longer a simple vehicle but a portal to another world—an endless garden in motion, carrying the couple through a dreamlike journey. [!] txt2img mode 0%| | 0/34 [00:00<?, ?it/s] 3%|▎ | 1/34 [00:01<00:37, 1.13s/it] 6%|▌ | 2/34 [00:02<00:32, 1.03s/it] 9%|▉ | 3/34 [00:03<00:33, 1.08s/it] 12%|█▏ | 4/34 [00:04<00:33, 1.10s/it] 15%|█▍ | 5/34 [00:05<00:32, 1.12s/it] 18%|█▊ | 6/34 [00:06<00:31, 1.12s/it] 21%|██ | 7/34 [00:07<00:30, 1.12s/it] 24%|██▎ | 8/34 [00:08<00:29, 1.13s/it] 26%|██▋ | 9/34 [00:10<00:28, 1.13s/it] 29%|██▉ | 10/34 [00:11<00:27, 1.13s/it] 32%|███▏ | 11/34 [00:12<00:26, 1.13s/it] 35%|███▌ | 12/34 [00:13<00:24, 1.13s/it] 38%|███▊ | 13/34 [00:14<00:23, 1.13s/it] 41%|████ | 14/34 [00:15<00:22, 1.13s/it] 44%|████▍ | 15/34 [00:16<00:21, 1.14s/it] 47%|████▋ | 16/34 [00:17<00:20, 1.14s/it] 50%|█████ | 17/34 [00:19<00:19, 1.14s/it] 53%|█████▎ | 18/34 [00:20<00:18, 1.14s/it] 56%|█████▌ | 19/34 [00:21<00:17, 1.13s/it] 59%|█████▉ | 20/34 [00:22<00:15, 1.13s/it] 62%|██████▏ | 21/34 [00:23<00:14, 1.13s/it] 65%|██████▍ | 22/34 [00:24<00:13, 1.13s/it] 68%|██████▊ | 23/34 [00:25<00:12, 1.13s/it] 71%|███████ | 24/34 [00:27<00:11, 1.13s/it] 74%|███████▎ | 25/34 [00:28<00:10, 1.13s/it] 76%|███████▋ | 26/34 [00:29<00:09, 1.13s/it] 79%|███████▉ | 27/34 [00:30<00:07, 1.13s/it] 82%|████████▏ | 28/34 [00:31<00:06, 1.13s/it] 85%|████████▌ | 29/34 [00:32<00:05, 1.13s/it] 88%|████████▊ | 30/34 [00:33<00:04, 1.13s/it] 91%|█████████ | 31/34 [00:34<00:03, 1.13s/it] 94%|█████████▍| 32/34 [00:36<00:02, 1.13s/it] 97%|█████████▋| 33/34 [00:37<00:01, 1.13s/it] 100%|██████████| 34/34 [00:38<00:00, 1.13s/it] 100%|██████████| 34/34 [00:38<00:00, 1.13s/it] Total safe images: 4 out of 4
Prediction
biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfdeIDk5ywb8vmj5rmc0cn04sveyng9rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space. The entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines. The seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves. The windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats. The aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves. Through the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze. The wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.
- go_fast
- extra_lora
- https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265
- lora_scale
- 0.77
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 2.5
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 0.74
- num_inference_steps
- 34
{ "model": "dev", "prompt": "Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines.\n\nThe seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves.\n\nThe windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats.\n\nThe aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves.\n\nThrough the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze.\n\nThe wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.74, "num_inference_steps": 34 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", { input: { model: "dev", prompt: "Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines.\n\nThe seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves.\n\nThe windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats.\n\nThe aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves.\n\nThrough the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze.\n\nThe wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.", go_fast: false, extra_lora: "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", lora_scale: 0.77, megapixels: "1", num_outputs: 4, aspect_ratio: "9:16", output_format: "png", guidance_scale: 2.5, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 0.74, num_inference_steps: 34 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", input={ "model": "dev", "prompt": "Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines.\n\nThe seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves.\n\nThe windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats.\n\nThe aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves.\n\nThrough the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze.\n\nThe wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.", "go_fast": False, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.74, "num_inference_steps": 34 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/pana-video 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": "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", "input": { "model": "dev", "prompt": "Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\\n\\nThe entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines.\\n\\nThe seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves.\\n\\nThe windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats.\\n\\nThe aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves.\\n\\nThrough the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze.\\n\\nThe wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.74, "num_inference_steps": 34 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T21:26:04.329163Z", "created_at": "2025-02-13T21:25:04.273000Z", "data_removed": false, "error": null, "id": "k5ywb8vmj5rmc0cn04sveyng9r", "input": { "model": "dev", "prompt": "Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\n\nThe entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines.\n\nThe seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves.\n\nThe windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats.\n\nThe aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves.\n\nThrough the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze.\n\nThe wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.74, "num_inference_steps": 34 }, "logs": "Loaded LoRAs in 1.66s\nUsing seed: 52369\nPrompt: Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space.\nThe entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines.\nThe seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves.\nThe windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats.\nThe aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves.\nThrough the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze.\nThe wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream.\n[!] txt2img mode\n 0%| | 0/34 [00:00<?, ?it/s]\n 3%|▎ | 1/34 [00:01<00:37, 1.13s/it]\n 6%|▌ | 2/34 [00:02<00:32, 1.03s/it]\n 9%|▉ | 3/34 [00:03<00:33, 1.08s/it]\n 12%|█▏ | 4/34 [00:04<00:33, 1.10s/it]\n 15%|█▍ | 5/34 [00:05<00:32, 1.11s/it]\n 18%|█▊ | 6/34 [00:06<00:31, 1.12s/it]\n 21%|██ | 7/34 [00:07<00:30, 1.13s/it]\n 24%|██▎ | 8/34 [00:08<00:29, 1.13s/it]\n 26%|██▋ | 9/34 [00:10<00:28, 1.13s/it]\n 29%|██▉ | 10/34 [00:11<00:27, 1.13s/it]\n 32%|███▏ | 11/34 [00:12<00:26, 1.14s/it]\n 35%|███▌ | 12/34 [00:13<00:25, 1.14s/it]\n 38%|███▊ | 13/34 [00:14<00:23, 1.14s/it]\n 41%|████ | 14/34 [00:15<00:22, 1.14s/it]\n 44%|████▍ | 15/34 [00:16<00:21, 1.14s/it]\n 47%|████▋ | 16/34 [00:18<00:20, 1.14s/it]\n 50%|█████ | 17/34 [00:19<00:19, 1.14s/it]\n 53%|█████▎ | 18/34 [00:20<00:18, 1.14s/it]\n 56%|█████▌ | 19/34 [00:21<00:17, 1.14s/it]\n 59%|█████▉ | 20/34 [00:22<00:15, 1.14s/it]\n 62%|██████▏ | 21/34 [00:23<00:14, 1.14s/it]\n 65%|██████▍ | 22/34 [00:24<00:13, 1.14s/it]\n 68%|██████▊ | 23/34 [00:25<00:12, 1.14s/it]\n 71%|███████ | 24/34 [00:27<00:11, 1.14s/it]\n 74%|███████▎ | 25/34 [00:28<00:10, 1.14s/it]\n 76%|███████▋ | 26/34 [00:29<00:09, 1.14s/it]\n 79%|███████▉ | 27/34 [00:30<00:07, 1.14s/it]\n 82%|████████▏ | 28/34 [00:31<00:06, 1.14s/it]\n 85%|████████▌ | 29/34 [00:32<00:05, 1.14s/it]\n 88%|████████▊ | 30/34 [00:33<00:04, 1.14s/it]\n 91%|█████████ | 31/34 [00:35<00:03, 1.14s/it]\n 94%|█████████▍| 32/34 [00:36<00:02, 1.14s/it]\n 97%|█████████▋| 33/34 [00:37<00:01, 1.14s/it]\n100%|██████████| 34/34 [00:38<00:00, 1.14s/it]\n100%|██████████| 34/34 [00:38<00:00, 1.13s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 42.203489837, "total_time": 60.056163 }, "output": [ "https://replicate.delivery/xezq/IU9TS3SKlkJhDBfhfyZY5D4ELzaqzHXIjIQz7LYYmxLsVBPUA/out-0.png", "https://replicate.delivery/xezq/1udeMPfoAZvKzUNdVLeTronDqTONilTpGYe4yGkEfyWntK4hC/out-1.png", "https://replicate.delivery/xezq/tAkuC9RfOZ0tXKGR0ngyfH8fuF4ZEH3Vq0BcOB7ClaxZrCeQB/out-2.png", "https://replicate.delivery/xezq/ZpiS5mN0ne3ydqbOf2VSSOwh60feVSeQusWaYB7xXr2htK4hC/out-3.png" ], "started_at": "2025-02-13T21:25:22.125673Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-haxnlsgqi4hbmvx7s3ytrhac474z6d4m7erj6zpp5a4pqmx233iq", "get": "https://api.replicate.com/v1/predictions/k5ywb8vmj5rmc0cn04sveyng9r", "cancel": "https://api.replicate.com/v1/predictions/k5ywb8vmj5rmc0cn04sveyng9r/cancel" }, "version": "62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde" }
Generated inLoaded LoRAs in 1.66s Using seed: 52369 Prompt: Ultra-realistic wide-angle photo of the interior of a vintage tram, completely overtaken by flowers. The shot is taken from a distance, positioned at the center of the tram, capturing the full floral-covered space. The entire tram is transformed into a surreal botanical paradise—walls, ceiling, seats, floor, and handrails are completely engulfed in dense, cascading flowers. There is no visible metal or wood; instead, the entire interior appears to be constructed purely from blossoms and vines. The seats are buried beneath thick cushions of roses, peonies, and hydrangeas, their petals layered and plush. The handrails are wrapped in ivy and flowering vines, twisting upwards as if they are growing naturally within the space. Massive floral chandeliers made of hanging wisteria, draping lilacs, and intertwined roses cascade from the ceiling, swaying gently as the tram moves. The windows are framed by overgrown floral arrangements, with petals spilling over the edges, partially obscuring the outside world. The sunlight filtering through the blossoms creates a soft, dreamy glow, casting multi-colored reflections across the floor and seats. The aisle is a pathway of petals and climbing vines, as if the floor itself is made entirely of flowers. Dewdrops cling to the petals, shimmering under the golden light, while loose petals float gently in the air, drifting as the tram moves. Through the windows, the motion-blurred cityscape streaks past in warm oranges, soft blues, and golden yellows, contrasting with the overwhelming floral abundance inside. The depth of field is carefully balanced—sharp details on the closest petals and vines, while the distant flowers blur into a dreamy haze. The wide-angle perspective from the center of the tram showcases the immense scale of the floral transformation, making the tram feel like an enchanted moving garden. The atmosphere is surreal, magical, and deeply immersive—blurring the line between urban nostalgia and a fantastical floral dream. [!] txt2img mode 0%| | 0/34 [00:00<?, ?it/s] 3%|▎ | 1/34 [00:01<00:37, 1.13s/it] 6%|▌ | 2/34 [00:02<00:32, 1.03s/it] 9%|▉ | 3/34 [00:03<00:33, 1.08s/it] 12%|█▏ | 4/34 [00:04<00:33, 1.10s/it] 15%|█▍ | 5/34 [00:05<00:32, 1.11s/it] 18%|█▊ | 6/34 [00:06<00:31, 1.12s/it] 21%|██ | 7/34 [00:07<00:30, 1.13s/it] 24%|██▎ | 8/34 [00:08<00:29, 1.13s/it] 26%|██▋ | 9/34 [00:10<00:28, 1.13s/it] 29%|██▉ | 10/34 [00:11<00:27, 1.13s/it] 32%|███▏ | 11/34 [00:12<00:26, 1.14s/it] 35%|███▌ | 12/34 [00:13<00:25, 1.14s/it] 38%|███▊ | 13/34 [00:14<00:23, 1.14s/it] 41%|████ | 14/34 [00:15<00:22, 1.14s/it] 44%|████▍ | 15/34 [00:16<00:21, 1.14s/it] 47%|████▋ | 16/34 [00:18<00:20, 1.14s/it] 50%|█████ | 17/34 [00:19<00:19, 1.14s/it] 53%|█████▎ | 18/34 [00:20<00:18, 1.14s/it] 56%|█████▌ | 19/34 [00:21<00:17, 1.14s/it] 59%|█████▉ | 20/34 [00:22<00:15, 1.14s/it] 62%|██████▏ | 21/34 [00:23<00:14, 1.14s/it] 65%|██████▍ | 22/34 [00:24<00:13, 1.14s/it] 68%|██████▊ | 23/34 [00:25<00:12, 1.14s/it] 71%|███████ | 24/34 [00:27<00:11, 1.14s/it] 74%|███████▎ | 25/34 [00:28<00:10, 1.14s/it] 76%|███████▋ | 26/34 [00:29<00:09, 1.14s/it] 79%|███████▉ | 27/34 [00:30<00:07, 1.14s/it] 82%|████████▏ | 28/34 [00:31<00:06, 1.14s/it] 85%|████████▌ | 29/34 [00:32<00:05, 1.14s/it] 88%|████████▊ | 30/34 [00:33<00:04, 1.14s/it] 91%|█████████ | 31/34 [00:35<00:03, 1.14s/it] 94%|█████████▍| 32/34 [00:36<00:02, 1.14s/it] 97%|█████████▋| 33/34 [00:37<00:01, 1.14s/it] 100%|██████████| 34/34 [00:38<00:00, 1.14s/it] 100%|██████████| 34/34 [00:38<00:00, 1.13s/it] Total safe images: 4 out of 4
Prediction
biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfdeID4e9tp3p9s1rma0cn0509nn3prmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape. Key Details: Floral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground. Couple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance. Perspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues. Hyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles. Depth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze. Atmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.
- go_fast
- extra_lora
- https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265
- lora_scale
- 0.77
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 2.5
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 0.68
- num_inference_steps
- 34
{ "model": "dev", "prompt": "Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape.\n\nKey Details:\n\nFloral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground.\n\nCouple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance.\n\nPerspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues.\n\nHyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles.\n\nDepth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze.\n\nAtmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", { input: { model: "dev", prompt: "Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape.\n\nKey Details:\n\nFloral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground.\n\nCouple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance.\n\nPerspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues.\n\nHyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles.\n\nDepth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze.\n\nAtmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.", go_fast: false, extra_lora: "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", lora_scale: 0.77, megapixels: "1", num_outputs: 4, aspect_ratio: "9:16", output_format: "png", guidance_scale: 2.5, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 0.68, num_inference_steps: 34 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run biggpt1/pana-video using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", input={ "model": "dev", "prompt": "Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape.\n\nKey Details:\n\nFloral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground.\n\nCouple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance.\n\nPerspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues.\n\nHyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles.\n\nDepth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze.\n\nAtmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.", "go_fast": False, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/pana-video 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": "biggpt1/pana-video:62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde", "input": { "model": "dev", "prompt": "Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape.\\n\\nKey Details:\\n\\nFloral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground.\\n\\nCouple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance.\\n\\nPerspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues.\\n\\nHyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles.\\n\\nDepth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze.\\n\\nAtmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T21:40:19.642084Z", "created_at": "2025-02-13T21:39:38.056000Z", "data_removed": false, "error": null, "id": "4e9tp3p9s1rma0cn0509nn3prm", "input": { "model": "dev", "prompt": "Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape.\n\nKey Details:\n\nFloral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground.\n\nCouple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance.\n\nPerspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues.\n\nHyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles.\n\nDepth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze.\n\nAtmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.", "go_fast": false, "extra_lora": "https://civitai.com/api/download/models/1388131?type=Model&format=SafeTensor&token=ae82acec6ad7050b7f1e3654da2bb265", "lora_scale": 0.77, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 2.5, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 0.68, "num_inference_steps": 34 }, "logs": "Loaded LoRAs in 1.25s\nUsing seed: 61374\nPrompt: Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape.\nKey Details:\nFloral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground.\nCouple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance.\nPerspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues.\nHyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles.\nDepth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze.\nAtmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate.\n[!] txt2img mode\n 0%| | 0/34 [00:00<?, ?it/s]\n 3%|▎ | 1/34 [00:01<00:36, 1.12s/it]\n 6%|▌ | 2/34 [00:02<00:32, 1.02s/it]\n 9%|▉ | 3/34 [00:03<00:32, 1.06s/it]\n 12%|█▏ | 4/34 [00:04<00:32, 1.08s/it]\n 15%|█▍ | 5/34 [00:05<00:31, 1.10s/it]\n 18%|█▊ | 6/34 [00:06<00:30, 1.10s/it]\n 21%|██ | 7/34 [00:07<00:29, 1.11s/it]\n 24%|██▎ | 8/34 [00:08<00:28, 1.11s/it]\n 26%|██▋ | 9/34 [00:09<00:27, 1.11s/it]\n 29%|██▉ | 10/34 [00:11<00:26, 1.12s/it]\n 32%|███▏ | 11/34 [00:12<00:25, 1.12s/it]\n 35%|███▌ | 12/34 [00:13<00:24, 1.12s/it]\n 38%|███▊ | 13/34 [00:14<00:23, 1.12s/it]\n 41%|████ | 14/34 [00:15<00:22, 1.12s/it]\n 44%|████▍ | 15/34 [00:16<00:21, 1.12s/it]\n 47%|████▋ | 16/34 [00:17<00:20, 1.12s/it]\n 50%|█████ | 17/34 [00:18<00:19, 1.12s/it]\n 53%|█████▎ | 18/34 [00:19<00:17, 1.12s/it]\n 56%|█████▌ | 19/34 [00:21<00:16, 1.12s/it]\n 59%|█████▉ | 20/34 [00:22<00:15, 1.12s/it]\n 62%|██████▏ | 21/34 [00:23<00:14, 1.12s/it]\n 65%|██████▍ | 22/34 [00:24<00:13, 1.12s/it]\n 68%|██████▊ | 23/34 [00:25<00:12, 1.12s/it]\n 71%|███████ | 24/34 [00:26<00:11, 1.12s/it]\n 74%|███████▎ | 25/34 [00:27<00:10, 1.12s/it]\n 76%|███████▋ | 26/34 [00:28<00:08, 1.12s/it]\n 79%|███████▉ | 27/34 [00:30<00:07, 1.12s/it]\n 82%|████████▏ | 28/34 [00:31<00:06, 1.12s/it]\n 85%|████████▌ | 29/34 [00:32<00:05, 1.12s/it]\n 88%|████████▊ | 30/34 [00:33<00:04, 1.12s/it]\n 91%|█████████ | 31/34 [00:34<00:03, 1.12s/it]\n 94%|█████████▍| 32/34 [00:35<00:02, 1.12s/it]\n 97%|█████████▋| 33/34 [00:36<00:01, 1.12s/it]\n100%|██████████| 34/34 [00:37<00:00, 1.12s/it]\n100%|██████████| 34/34 [00:37<00:00, 1.11s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 41.165919018, "total_time": 41.586084 }, "output": [ "https://replicate.delivery/xezq/zIG3TXUY5povJxxjdTEUwGviaffhXUeQPo1ZcbX0M1iGGDeQB/out-0.png", "https://replicate.delivery/xezq/fONZXAVNxejIZENC6vXJkhHSnorKLmRMDhHLq4of5WnGGDeQB/out-1.png", "https://replicate.delivery/xezq/vEFfnIBqQSRZL6m5pvUfzEWh7TfIvi99u0UnqaM4ZMlHGDeQB/out-2.png", "https://replicate.delivery/xezq/fU0mqLzMPbTcFqXg4ZcpFYNtnIf3uEuStN3sjvi34qjDjBPUA/out-3.png" ], "started_at": "2025-02-13T21:39:38.476165Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-bfrdg6tg3p3sn36thc5tfjbm6eeqoe4tyhkfzvwro3wifqyyktwq", "get": "https://api.replicate.com/v1/predictions/4e9tp3p9s1rma0cn0509nn3prm", "cancel": "https://api.replicate.com/v1/predictions/4e9tp3p9s1rma0cn0509nn3prm/cancel" }, "version": "62a7ca417bd135fdb3468769ec98b8a6042fba49b71999f27cd70f1b7a5abfde" }
Generated inLoaded LoRAs in 1.25s Using seed: 61374 Prompt: Ultra-realistic wide-angle photo of a couple, PNA_men on the left in red clothes and PNA_woman on the right, inside a vintage tram where the entire interior is constructed from flowers. The shot is taken from the far end of the tram, positioned to capture the full length of the floral-covered space in a sweeping, symmetrical composition. The camera’s extreme distance emphasizes the tram’s surreal scale, framing the couple as small yet central figures within an infinite botanical dreamscape. Key Details: Floral Architecture: Walls, ceiling, floor, and seats are entirely obscured by dense, overflowing flowers—roses, peonies, hydrangeas, lilacs, cherry blossoms, and cascading wisteria. No trace of the tram’s original structure remains; even the handrails are thick with twisting vines and climbing blossoms. Hanging floral chandeliers sway from the ceiling, dripping with petals that blur into the foreground. Couple’s Styling: At the center of the tram, PNA_men wears a bold crimson-red zip-up tracksuit over a white t-shirt, holding a metallic cup. Beside him, PNA_woman dons a navy-blue tracksuit jacket, loose white t-shirt, and matching trousers, her curly red hair cascading over her shoulders. Her yellow and deep-red painted nails pop vibrantly as she gestures mid-laugh. They hold hands softly, their intimacy contrasting with the chaotic floral abundance. Perspective & Lighting: The camera’s distant position highlights the tram’s vanishing point, with floral-covered seats and aisles receding into a haze of petals. Sunlight filters through flower-framed windows, casting prism-like glows that illuminate dewdrops on petals and create ethereal light beams across the couple. Outside, the cityscape streaks past in motion-blurred warm oranges and blues. Hyper-Saturated Colors: Electric hues dominate—neon-pink roses, deep purple lilacs, ivory peonies with golden centers, fiery red carnations, and sapphire-blue hydrangeas. The air shimmers with floating petals and pollen particles. Depth of Field: Sharp focus on the couple’s faces, hands, and nearby petals, while the tram’s far end and extreme foreground blur into a soft, magical haze. Atmosphere: The distant camera angle transforms the tram into a portal to an endless garden, with the couple as fleeting travelers in a surreal, motion-blurred dream. The wide-angle distortion amplifies the overwhelming density of flowers, making the space feel both infinite and intimate. [!] txt2img mode 0%| | 0/34 [00:00<?, ?it/s] 3%|▎ | 1/34 [00:01<00:36, 1.12s/it] 6%|▌ | 2/34 [00:02<00:32, 1.02s/it] 9%|▉ | 3/34 [00:03<00:32, 1.06s/it] 12%|█▏ | 4/34 [00:04<00:32, 1.08s/it] 15%|█▍ | 5/34 [00:05<00:31, 1.10s/it] 18%|█▊ | 6/34 [00:06<00:30, 1.10s/it] 21%|██ | 7/34 [00:07<00:29, 1.11s/it] 24%|██▎ | 8/34 [00:08<00:28, 1.11s/it] 26%|██▋ | 9/34 [00:09<00:27, 1.11s/it] 29%|██▉ | 10/34 [00:11<00:26, 1.12s/it] 32%|███▏ | 11/34 [00:12<00:25, 1.12s/it] 35%|███▌ | 12/34 [00:13<00:24, 1.12s/it] 38%|███▊ | 13/34 [00:14<00:23, 1.12s/it] 41%|████ | 14/34 [00:15<00:22, 1.12s/it] 44%|████▍ | 15/34 [00:16<00:21, 1.12s/it] 47%|████▋ | 16/34 [00:17<00:20, 1.12s/it] 50%|█████ | 17/34 [00:18<00:19, 1.12s/it] 53%|█████▎ | 18/34 [00:19<00:17, 1.12s/it] 56%|█████▌ | 19/34 [00:21<00:16, 1.12s/it] 59%|█████▉ | 20/34 [00:22<00:15, 1.12s/it] 62%|██████▏ | 21/34 [00:23<00:14, 1.12s/it] 65%|██████▍ | 22/34 [00:24<00:13, 1.12s/it] 68%|██████▊ | 23/34 [00:25<00:12, 1.12s/it] 71%|███████ | 24/34 [00:26<00:11, 1.12s/it] 74%|███████▎ | 25/34 [00:27<00:10, 1.12s/it] 76%|███████▋ | 26/34 [00:28<00:08, 1.12s/it] 79%|███████▉ | 27/34 [00:30<00:07, 1.12s/it] 82%|████████▏ | 28/34 [00:31<00:06, 1.12s/it] 85%|████████▌ | 29/34 [00:32<00:05, 1.12s/it] 88%|████████▊ | 30/34 [00:33<00:04, 1.12s/it] 91%|█████████ | 31/34 [00:34<00:03, 1.12s/it] 94%|█████████▍| 32/34 [00:35<00:02, 1.12s/it] 97%|█████████▋| 33/34 [00:36<00:01, 1.12s/it] 100%|██████████| 34/34 [00:37<00:00, 1.12s/it] 100%|██████████| 34/34 [00:37<00:00, 1.11s/it] Total safe images: 4 out of 4
Want to make some of these yourself?
Run this model