biggpt1/irtv-mosque
/
irtv-mosque
Select a model
View profile
biggpt1/irtv-mosque

biggpt1/l-carnitine-500

biggpt1/prospekt-mira-new-year

biggpt1/qwerty-logo

biggpt1/elina-jamalun

biggpt1/terek-view

biggpt1/osdress-one

biggpt1/vladikavkaz-train

biggpt1/pana-video

biggpt1/irtv-plieva

biggpt1/irtv-prospect

biggpt1/regina

biggpt1/zalina

biggpt1/alin-v2

biggpt1/serj-flux

biggpt1/cart-boy

biggpt1/olana-marz
Prediction
biggpt1/irtv-mosque:c5d4b8730f71a23a0a101fccc210579dc0a1f8ea495b7b917f8afb0a0c45ea4bIDd1tk6y0gdsrmc0cncyztzjdkd4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets. In the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures. Above the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 21:9
- output_format
- png
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets.\n\nIn the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures.\n\nAbove the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "21:9", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "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/irtv-mosque using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/irtv-mosque:c5d4b8730f71a23a0a101fccc210579dc0a1f8ea495b7b917f8afb0a0c45ea4b", { input: { model: "dev", prompt: "A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets.\n\nIn the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures.\n\nAbove the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "21:9", output_format: "png", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, 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/irtv-mosque using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/irtv-mosque:c5d4b8730f71a23a0a101fccc210579dc0a1f8ea495b7b917f8afb0a0c45ea4b", input={ "model": "dev", "prompt": "A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets.\n\nIn the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures.\n\nAbove the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "21:9", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/irtv-mosque 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/irtv-mosque:c5d4b8730f71a23a0a101fccc210579dc0a1f8ea495b7b917f8afb0a0c45ea4b", "input": { "model": "dev", "prompt": "A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city\'s architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets.\\n\\nIn the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city\'s streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures.\\n\\nAbove the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz\'s historical heritage and its evolving modernity", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "21:9", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "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-03-05T19:19:26.661051Z", "created_at": "2025-03-05T19:18:49.710000Z", "data_removed": false, "error": null, "id": "d1tk6y0gdsrmc0cncyztzjdkd4", "input": { "model": "dev", "prompt": "A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets.\n\nIn the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures.\n\nAbove the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "21:9", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28233142050816\nDownloading weights\n2025-03-05T19:18:49Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9n_o9xb0/weights url=https://replicate.delivery/xezq/3eE9l6fB4KvNVkpOOEn88wPVvfyGvWQzvmLlcuCTJIi1WKroA/trained_model.tar\n2025-03-05T19:18:54Z | INFO | [ Complete ] dest=/tmp/tmp9n_o9xb0/weights size=\"344 MB\" total_elapsed=5.061s url=https://replicate.delivery/xezq/3eE9l6fB4KvNVkpOOEn88wPVvfyGvWQzvmLlcuCTJIi1WKroA/trained_model.tar\nDownloaded weights in 5.09s\nLoaded LoRAs in 7.74s\nUsing seed: 48447\nPrompt: A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets.\nIn the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures.\nAbove the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:39, 1.47s/it]\n 7%|▋ | 2/28 [00:02<00:26, 1.03s/it]\n 11%|█ | 3/28 [00:03<00:24, 1.04it/s]\n 14%|█▍ | 4/28 [00:03<00:22, 1.08it/s]\n 18%|█▊ | 5/28 [00:04<00:20, 1.10it/s]\n 21%|██▏ | 6/28 [00:05<00:19, 1.11it/s]\n 25%|██▌ | 7/28 [00:06<00:18, 1.12it/s]\n 29%|██▊ | 8/28 [00:07<00:17, 1.13it/s]\n 32%|███▏ | 9/28 [00:08<00:16, 1.13it/s]\n 36%|███▌ | 10/28 [00:09<00:15, 1.13it/s]\n 39%|███▉ | 11/28 [00:10<00:14, 1.13it/s]\n 43%|████▎ | 12/28 [00:10<00:14, 1.13it/s]\n 46%|████▋ | 13/28 [00:11<00:13, 1.14it/s]\n 50%|█████ | 14/28 [00:12<00:12, 1.14it/s]\n 54%|█████▎ | 15/28 [00:13<00:11, 1.14it/s]\n 57%|█████▋ | 16/28 [00:14<00:10, 1.14it/s]\n 61%|██████ | 17/28 [00:15<00:09, 1.14it/s]\n 64%|██████▍ | 18/28 [00:16<00:08, 1.14it/s]\n 68%|██████▊ | 19/28 [00:17<00:07, 1.14it/s]\n 71%|███████▏ | 20/28 [00:18<00:07, 1.14it/s]\n 75%|███████▌ | 21/28 [00:18<00:06, 1.14it/s]\n 79%|███████▊ | 22/28 [00:19<00:05, 1.14it/s]\n 82%|████████▏ | 23/28 [00:20<00:04, 1.14it/s]\n 86%|████████▌ | 24/28 [00:21<00:03, 1.14it/s]\n 89%|████████▉ | 25/28 [00:22<00:02, 1.14it/s]\n 93%|█████████▎| 26/28 [00:23<00:01, 1.14it/s]\n 96%|█████████▋| 27/28 [00:24<00:00, 1.14it/s]\n100%|██████████| 28/28 [00:25<00:00, 1.14it/s]\n100%|██████████| 28/28 [00:25<00:00, 1.12it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 36.832999635, "total_time": 36.951051 }, "output": [ "https://replicate.delivery/xezq/hd073a8fZuVbU686AJbW6pEOIHr8Ray5hlq3SSEa2EbfWlVUA/out-0.png", "https://replicate.delivery/xezq/0YcSEeBomeonfpKfchnfSefbb5fU3ahBoMF8VbDw9eUK9tKroA/out-1.png", "https://replicate.delivery/xezq/9Fryf6bHtX0yJCPJQJLbZfrGqq9SZMPSr1AvQLQUEaBetKroA/out-2.png", "https://replicate.delivery/xezq/DXmQLREaUtLeJCkEFAH9sKmkdOmWPV9U42NNZhvg3yMfWlVUA/out-3.png" ], "started_at": "2025-03-05T19:18:49.828052Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rneidgxkwnwgpcagw2yzgjhiwchxxjgrtrndxhdsbptalpimuwea", "get": "https://api.replicate.com/v1/predictions/d1tk6y0gdsrmc0cncyztzjdkd4", "cancel": "https://api.replicate.com/v1/predictions/d1tk6y0gdsrmc0cncyztzjdkd4/cancel" }, "version": "c5d4b8730f71a23a0a101fccc210579dc0a1f8ea495b7b917f8afb0a0c45ea4b" }
Generated infree=28233142050816 Downloading weights 2025-03-05T19:18:49Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9n_o9xb0/weights url=https://replicate.delivery/xezq/3eE9l6fB4KvNVkpOOEn88wPVvfyGvWQzvmLlcuCTJIi1WKroA/trained_model.tar 2025-03-05T19:18:54Z | INFO | [ Complete ] dest=/tmp/tmp9n_o9xb0/weights size="344 MB" total_elapsed=5.061s url=https://replicate.delivery/xezq/3eE9l6fB4KvNVkpOOEn88wPVvfyGvWQzvmLlcuCTJIi1WKroA/trained_model.tar Downloaded weights in 5.09s Loaded LoRAs in 7.74s Using seed: 48447 Prompt: A breathtaking aerial view of Vladikavkaz, Russia, featuring the historic Mukhtarov Mosque as the focal point. The mosque, with its distinctive twin minarets and intricate Oriental-style detailing, stands gracefully among the city's architectural blend of old and modern buildings. The Terek River winds through the city, reflecting the golden sunlight and flanked by lush, tree-lined streets. In the background, the majestic Ossetian mountains rise, their rugged peaks standing tall against a brilliant blue sky. Soft clouds hover near the summits, adding depth to the composition. The city's streets bustle with activity, with visible parks, bridges, and classic European-style facades complementing the modern urban structures. Above the city, several aerostats float gently in the distance, their soft, rounded forms contrasting with the rigid geometry of the mosque and cityscape. The sunlight casts a warm glow over the entire scene, enhancing the rich colors of the buildings and natural elements. The atmosphere is serene yet dynamic, capturing the harmony between Vladikavkaz's historical heritage and its evolving modernity [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:39, 1.47s/it] 7%|▋ | 2/28 [00:02<00:26, 1.03s/it] 11%|█ | 3/28 [00:03<00:24, 1.04it/s] 14%|█▍ | 4/28 [00:03<00:22, 1.08it/s] 18%|█▊ | 5/28 [00:04<00:20, 1.10it/s] 21%|██▏ | 6/28 [00:05<00:19, 1.11it/s] 25%|██▌ | 7/28 [00:06<00:18, 1.12it/s] 29%|██▊ | 8/28 [00:07<00:17, 1.13it/s] 32%|███▏ | 9/28 [00:08<00:16, 1.13it/s] 36%|███▌ | 10/28 [00:09<00:15, 1.13it/s] 39%|███▉ | 11/28 [00:10<00:14, 1.13it/s] 43%|████▎ | 12/28 [00:10<00:14, 1.13it/s] 46%|████▋ | 13/28 [00:11<00:13, 1.14it/s] 50%|█████ | 14/28 [00:12<00:12, 1.14it/s] 54%|█████▎ | 15/28 [00:13<00:11, 1.14it/s] 57%|█████▋ | 16/28 [00:14<00:10, 1.14it/s] 61%|██████ | 17/28 [00:15<00:09, 1.14it/s] 64%|██████▍ | 18/28 [00:16<00:08, 1.14it/s] 68%|██████▊ | 19/28 [00:17<00:07, 1.14it/s] 71%|███████▏ | 20/28 [00:18<00:07, 1.14it/s] 75%|███████▌ | 21/28 [00:18<00:06, 1.14it/s] 79%|███████▊ | 22/28 [00:19<00:05, 1.14it/s] 82%|████████▏ | 23/28 [00:20<00:04, 1.14it/s] 86%|████████▌ | 24/28 [00:21<00:03, 1.14it/s] 89%|████████▉ | 25/28 [00:22<00:02, 1.14it/s] 93%|█████████▎| 26/28 [00:23<00:01, 1.14it/s] 96%|█████████▋| 27/28 [00:24<00:00, 1.14it/s] 100%|██████████| 28/28 [00:25<00:00, 1.14it/s] 100%|██████████| 28/28 [00:25<00:00, 1.12it/s] Total safe images: 4 out of 4
Want to make some of these yourself?
Run this model