Readme
This model doesn't have a readme.
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run ori299/mc-thumbnails-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"ori299/mc-thumbnails-v1:35a4af359d251a502e7f72eac8bab16ad23718650f4ad0690701dc40681f4cf0",
{
input: {
model: "dev",
prompt: "Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.\n\nOn the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.\n\nThe background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.",
go_fast: false,
lora_scale: 1,
megapixels: "1",
num_outputs: 2,
aspect_ratio: "16:9",
output_format: "png",
guidance_scale: 3.5,
output_quality: 80,
prompt_strength: 0.8,
extra_lora_scale: 0.8,
num_inference_steps: 50
}
}
);
// 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.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run ori299/mc-thumbnails-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"ori299/mc-thumbnails-v1:35a4af359d251a502e7f72eac8bab16ad23718650f4ad0690701dc40681f4cf0",
input={
"model": "dev",
"prompt": "Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.\n\nOn the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.\n\nThe background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.",
"go_fast": False,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 2,
"aspect_ratio": "16:9",
"output_format": "png",
"guidance_scale": 3.5,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 50
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run ori299/mc-thumbnails-v1 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": "35a4af359d251a502e7f72eac8bab16ad23718650f4ad0690701dc40681f4cf0",
"input": {
"model": "dev",
"prompt": "Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.\\n\\nOn the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.\\n\\nThe background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 2,
"aspect_ratio": "16:9",
"output_format": "png",
"guidance_scale": 3.5,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 50
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2024-09-01T18:12:47.704036Z",
"created_at": "2024-09-01T18:12:04.026000Z",
"data_removed": false,
"error": null,
"id": "03by0nkn79rm00chnv4tr55ehw",
"input": {
"model": "dev",
"prompt": "Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.\n\nOn the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.\n\nThe background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.",
"lora_scale": 1,
"num_outputs": 2,
"aspect_ratio": "16:9",
"output_format": "png",
"guidance_scale": 3.5,
"output_quality": 80,
"extra_lora_scale": 0.8,
"num_inference_steps": 50
},
"logs": "Using seed: 42811\nPrompt: Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.\nOn the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.\nThe background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.\ntxt2img mode\nUsing dev model\nfree=9292853874688\nDownloading weights\n2024-09-01T18:12:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp74nw80ff/weights url=https://replicate.delivery/yhqm/Pk9VqajjHNpeCqhq9r1wvvhW6fNo4TehVbfRGraiwEQ0dXiNB/trained_model.tar\n2024-09-01T18:12:07Z | INFO | [ Complete ] dest=/tmp/tmp74nw80ff/weights size=\"301 MB\" total_elapsed=3.290s url=https://replicate.delivery/yhqm/Pk9VqajjHNpeCqhq9r1wvvhW6fNo4TehVbfRGraiwEQ0dXiNB/trained_model.tar\nDownloaded weights in 3.33s\nLoaded LoRAs in 16.02s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['is clear with a bright sun, and the overall atmosphere is peaceful and welcoming. on the right side, illustrate a rugged, mountainous terrain. show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. add details like mining carts and a makeshift shelter with torches for light. the landscape should be rough and uneven, with steep cliffs and sparse vegetation. the sky is overcast with some dark clouds, reflecting the challenging environment of mining. the background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of minecraft life.', 'is clear with a bright sun, and the overall atmosphere is peaceful and welcoming. on the right side, illustrate a rugged, mountainous terrain. show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. add details like mining carts and a makeshift shelter with torches for light. the landscape should be rough and uneven, with steep cliffs and sparse vegetation. the sky is overcast with some dark clouds, reflecting the challenging environment of mining. the background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of minecraft life.']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:25, 1.90it/s]\n 4%|▍ | 2/50 [00:00<00:22, 2.18it/s]\n 6%|▌ | 3/50 [00:01<00:23, 2.04it/s]\n 8%|▊ | 4/50 [00:01<00:23, 1.98it/s]\n 10%|█ | 5/50 [00:02<00:23, 1.95it/s]\n 12%|█▏ | 6/50 [00:03<00:22, 1.93it/s]\n 14%|█▍ | 7/50 [00:03<00:22, 1.92it/s]\n 16%|█▌ | 8/50 [00:04<00:21, 1.91it/s]\n 18%|█▊ | 9/50 [00:04<00:21, 1.91it/s]\n 20%|██ | 10/50 [00:05<00:21, 1.90it/s]\n 22%|██▏ | 11/50 [00:05<00:20, 1.90it/s]\n 24%|██▍ | 12/50 [00:06<00:19, 1.90it/s]\n 26%|██▌ | 13/50 [00:06<00:19, 1.90it/s]\n 28%|██▊ | 14/50 [00:07<00:18, 1.90it/s]\n 30%|███ | 15/50 [00:07<00:18, 1.90it/s]\n 32%|███▏ | 16/50 [00:08<00:17, 1.90it/s]\n 34%|███▍ | 17/50 [00:08<00:17, 1.90it/s]\n 36%|███▌ | 18/50 [00:09<00:16, 1.90it/s]\n 38%|███▊ | 19/50 [00:09<00:16, 1.90it/s]\n 40%|████ | 20/50 [00:10<00:15, 1.90it/s]\n 42%|████▏ | 21/50 [00:10<00:15, 1.90it/s]\n 44%|████▍ | 22/50 [00:11<00:14, 1.89it/s]\n 46%|████▌ | 23/50 [00:12<00:14, 1.90it/s]\n 48%|████▊ | 24/50 [00:12<00:13, 1.90it/s]\n 50%|█████ | 25/50 [00:13<00:13, 1.90it/s]\n 52%|█████▏ | 26/50 [00:13<00:12, 1.90it/s]\n 54%|█████▍ | 27/50 [00:14<00:12, 1.90it/s]\n 56%|█████▌ | 28/50 [00:14<00:11, 1.90it/s]\n 58%|█████▊ | 29/50 [00:15<00:11, 1.90it/s]\n 60%|██████ | 30/50 [00:15<00:10, 1.90it/s]\n 62%|██████▏ | 31/50 [00:16<00:10, 1.90it/s]\n 64%|██████▍ | 32/50 [00:16<00:09, 1.90it/s]\n 66%|██████▌ | 33/50 [00:17<00:08, 1.90it/s]\n 68%|██████▊ | 34/50 [00:17<00:08, 1.90it/s]\n 70%|███████ | 35/50 [00:18<00:07, 1.90it/s]\n 72%|███████▏ | 36/50 [00:18<00:07, 1.90it/s]\n 74%|███████▍ | 37/50 [00:19<00:06, 1.90it/s]\n 76%|███████▌ | 38/50 [00:19<00:06, 1.90it/s]\n 78%|███████▊ | 39/50 [00:20<00:05, 1.89it/s]\n 80%|████████ | 40/50 [00:20<00:05, 1.89it/s]\n 82%|████████▏ | 41/50 [00:21<00:04, 1.89it/s]\n 84%|████████▍ | 42/50 [00:22<00:04, 1.89it/s]\n 86%|████████▌ | 43/50 [00:22<00:03, 1.89it/s]\n 88%|████████▊ | 44/50 [00:23<00:03, 1.89it/s]\n 90%|█████████ | 45/50 [00:23<00:02, 1.89it/s]\n 92%|█████████▏| 46/50 [00:24<00:02, 1.89it/s]\n 94%|█████████▍| 47/50 [00:24<00:01, 1.89it/s]\n 96%|█████████▌| 48/50 [00:25<00:01, 1.89it/s]\n 98%|█████████▊| 49/50 [00:25<00:00, 1.89it/s]\n100%|██████████| 50/50 [00:26<00:00, 1.89it/s]\n100%|██████████| 50/50 [00:26<00:00, 1.90it/s]",
"metrics": {
"predict_time": 43.669598382,
"total_time": 43.678036
},
"output": [
"https://replicate.delivery/yhqm/nAfCECl4Bl0AQyn5oiVm7285otNfpjye7qt4n5QuZTLeJYiNB/out-0.png",
"https://replicate.delivery/yhqm/AUfGENAMR21JUakpKQgGjMp0gHmjnZ9fXz45fQ3cCCKeJYiNB/out-1.png"
],
"started_at": "2024-09-01T18:12:04.034438Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/03by0nkn79rm00chnv4tr55ehw",
"cancel": "https://api.replicate.com/v1/predictions/03by0nkn79rm00chnv4tr55ehw/cancel"
},
"version": "35a4af359d251a502e7f72eac8bab16ad23718650f4ad0690701dc40681f4cf0"
}
Using seed: 42811
Prompt: Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.
On the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.
The background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.
txt2img mode
Using dev model
free=9292853874688
Downloading weights
2024-09-01T18:12:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp74nw80ff/weights url=https://replicate.delivery/yhqm/Pk9VqajjHNpeCqhq9r1wvvhW6fNo4TehVbfRGraiwEQ0dXiNB/trained_model.tar
2024-09-01T18:12:07Z | INFO | [ Complete ] dest=/tmp/tmp74nw80ff/weights size="301 MB" total_elapsed=3.290s url=https://replicate.delivery/yhqm/Pk9VqajjHNpeCqhq9r1wvvhW6fNo4TehVbfRGraiwEQ0dXiNB/trained_model.tar
Downloaded weights in 3.33s
Loaded LoRAs in 16.02s
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['is clear with a bright sun, and the overall atmosphere is peaceful and welcoming. on the right side, illustrate a rugged, mountainous terrain. show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. add details like mining carts and a makeshift shelter with torches for light. the landscape should be rough and uneven, with steep cliffs and sparse vegetation. the sky is overcast with some dark clouds, reflecting the challenging environment of mining. the background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of minecraft life.', 'is clear with a bright sun, and the overall atmosphere is peaceful and welcoming. on the right side, illustrate a rugged, mountainous terrain. show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. add details like mining carts and a makeshift shelter with torches for light. the landscape should be rough and uneven, with steep cliffs and sparse vegetation. the sky is overcast with some dark clouds, reflecting the challenging environment of mining. the background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of minecraft life.']
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:25, 1.90it/s]
4%|▍ | 2/50 [00:00<00:22, 2.18it/s]
6%|▌ | 3/50 [00:01<00:23, 2.04it/s]
8%|▊ | 4/50 [00:01<00:23, 1.98it/s]
10%|█ | 5/50 [00:02<00:23, 1.95it/s]
12%|█▏ | 6/50 [00:03<00:22, 1.93it/s]
14%|█▍ | 7/50 [00:03<00:22, 1.92it/s]
16%|█▌ | 8/50 [00:04<00:21, 1.91it/s]
18%|█▊ | 9/50 [00:04<00:21, 1.91it/s]
20%|██ | 10/50 [00:05<00:21, 1.90it/s]
22%|██▏ | 11/50 [00:05<00:20, 1.90it/s]
24%|██▍ | 12/50 [00:06<00:19, 1.90it/s]
26%|██▌ | 13/50 [00:06<00:19, 1.90it/s]
28%|██▊ | 14/50 [00:07<00:18, 1.90it/s]
30%|███ | 15/50 [00:07<00:18, 1.90it/s]
32%|███▏ | 16/50 [00:08<00:17, 1.90it/s]
34%|███▍ | 17/50 [00:08<00:17, 1.90it/s]
36%|███▌ | 18/50 [00:09<00:16, 1.90it/s]
38%|███▊ | 19/50 [00:09<00:16, 1.90it/s]
40%|████ | 20/50 [00:10<00:15, 1.90it/s]
42%|████▏ | 21/50 [00:10<00:15, 1.90it/s]
44%|████▍ | 22/50 [00:11<00:14, 1.89it/s]
46%|████▌ | 23/50 [00:12<00:14, 1.90it/s]
48%|████▊ | 24/50 [00:12<00:13, 1.90it/s]
50%|█████ | 25/50 [00:13<00:13, 1.90it/s]
52%|█████▏ | 26/50 [00:13<00:12, 1.90it/s]
54%|█████▍ | 27/50 [00:14<00:12, 1.90it/s]
56%|█████▌ | 28/50 [00:14<00:11, 1.90it/s]
58%|█████▊ | 29/50 [00:15<00:11, 1.90it/s]
60%|██████ | 30/50 [00:15<00:10, 1.90it/s]
62%|██████▏ | 31/50 [00:16<00:10, 1.90it/s]
64%|██████▍ | 32/50 [00:16<00:09, 1.90it/s]
66%|██████▌ | 33/50 [00:17<00:08, 1.90it/s]
68%|██████▊ | 34/50 [00:17<00:08, 1.90it/s]
70%|███████ | 35/50 [00:18<00:07, 1.90it/s]
72%|███████▏ | 36/50 [00:18<00:07, 1.90it/s]
74%|███████▍ | 37/50 [00:19<00:06, 1.90it/s]
76%|███████▌ | 38/50 [00:19<00:06, 1.90it/s]
78%|███████▊ | 39/50 [00:20<00:05, 1.89it/s]
80%|████████ | 40/50 [00:20<00:05, 1.89it/s]
82%|████████▏ | 41/50 [00:21<00:04, 1.89it/s]
84%|████████▍ | 42/50 [00:22<00:04, 1.89it/s]
86%|████████▌ | 43/50 [00:22<00:03, 1.89it/s]
88%|████████▊ | 44/50 [00:23<00:03, 1.89it/s]
90%|█████████ | 45/50 [00:23<00:02, 1.89it/s]
92%|█████████▏| 46/50 [00:24<00:02, 1.89it/s]
94%|█████████▍| 47/50 [00:24<00:01, 1.89it/s]
96%|█████████▌| 48/50 [00:25<00:01, 1.89it/s]
98%|█████████▊| 49/50 [00:25<00:00, 1.89it/s]
100%|██████████| 50/50 [00:26<00:00, 1.89it/s]
100%|██████████| 50/50 [00:26<00:00, 1.90it/s]
This model runs on Nvidia H100 GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
This model is warm. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Choose a file from your machine
Hint: you can also drag files onto the input
Using seed: 42811
Prompt: Create a TOK featuring a Minecraft village scene. On the left side of the canvas, depict a charming, well-maintained village with cobblestone paths, neat wooden houses with thatched roofs, and villagers engaging in daily activities like farming and trading. The village is surrounded by lush greenery, including a small garden with crops and a few animals like cows and pigs. The sky is clear with a bright sun, and the overall atmosphere is peaceful and welcoming.
On the right side, illustrate a rugged, mountainous terrain. Show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. Add details like mining carts and a makeshift shelter with torches for light. The landscape should be rough and uneven, with steep cliffs and sparse vegetation. The sky is overcast with some dark clouds, reflecting the challenging environment of mining.
The background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of Minecraft life.
txt2img mode
Using dev model
free=9292853874688
Downloading weights
2024-09-01T18:12:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp74nw80ff/weights url=https://replicate.delivery/yhqm/Pk9VqajjHNpeCqhq9r1wvvhW6fNo4TehVbfRGraiwEQ0dXiNB/trained_model.tar
2024-09-01T18:12:07Z | INFO | [ Complete ] dest=/tmp/tmp74nw80ff/weights size="301 MB" total_elapsed=3.290s url=https://replicate.delivery/yhqm/Pk9VqajjHNpeCqhq9r1wvvhW6fNo4TehVbfRGraiwEQ0dXiNB/trained_model.tar
Downloaded weights in 3.33s
Loaded LoRAs in 16.02s
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['is clear with a bright sun, and the overall atmosphere is peaceful and welcoming. on the right side, illustrate a rugged, mountainous terrain. show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. add details like mining carts and a makeshift shelter with torches for light. the landscape should be rough and uneven, with steep cliffs and sparse vegetation. the sky is overcast with some dark clouds, reflecting the challenging environment of mining. the background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of minecraft life.', 'is clear with a bright sun, and the overall atmosphere is peaceful and welcoming. on the right side, illustrate a rugged, mountainous terrain. show a mining area with exposed stone and ores, and a few miners in protective gear working with pickaxes and shovels. add details like mining carts and a makeshift shelter with torches for light. the landscape should be rough and uneven, with steep cliffs and sparse vegetation. the sky is overcast with some dark clouds, reflecting the challenging environment of mining. the background should clearly emphasize the contrast between the peaceful, organized village and the rugged, industrious mining area, showcasing the different aspects of minecraft life.']
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:25, 1.90it/s]
4%|▍ | 2/50 [00:00<00:22, 2.18it/s]
6%|▌ | 3/50 [00:01<00:23, 2.04it/s]
8%|▊ | 4/50 [00:01<00:23, 1.98it/s]
10%|█ | 5/50 [00:02<00:23, 1.95it/s]
12%|█▏ | 6/50 [00:03<00:22, 1.93it/s]
14%|█▍ | 7/50 [00:03<00:22, 1.92it/s]
16%|█▌ | 8/50 [00:04<00:21, 1.91it/s]
18%|█▊ | 9/50 [00:04<00:21, 1.91it/s]
20%|██ | 10/50 [00:05<00:21, 1.90it/s]
22%|██▏ | 11/50 [00:05<00:20, 1.90it/s]
24%|██▍ | 12/50 [00:06<00:19, 1.90it/s]
26%|██▌ | 13/50 [00:06<00:19, 1.90it/s]
28%|██▊ | 14/50 [00:07<00:18, 1.90it/s]
30%|███ | 15/50 [00:07<00:18, 1.90it/s]
32%|███▏ | 16/50 [00:08<00:17, 1.90it/s]
34%|███▍ | 17/50 [00:08<00:17, 1.90it/s]
36%|███▌ | 18/50 [00:09<00:16, 1.90it/s]
38%|███▊ | 19/50 [00:09<00:16, 1.90it/s]
40%|████ | 20/50 [00:10<00:15, 1.90it/s]
42%|████▏ | 21/50 [00:10<00:15, 1.90it/s]
44%|████▍ | 22/50 [00:11<00:14, 1.89it/s]
46%|████▌ | 23/50 [00:12<00:14, 1.90it/s]
48%|████▊ | 24/50 [00:12<00:13, 1.90it/s]
50%|█████ | 25/50 [00:13<00:13, 1.90it/s]
52%|█████▏ | 26/50 [00:13<00:12, 1.90it/s]
54%|█████▍ | 27/50 [00:14<00:12, 1.90it/s]
56%|█████▌ | 28/50 [00:14<00:11, 1.90it/s]
58%|█████▊ | 29/50 [00:15<00:11, 1.90it/s]
60%|██████ | 30/50 [00:15<00:10, 1.90it/s]
62%|██████▏ | 31/50 [00:16<00:10, 1.90it/s]
64%|██████▍ | 32/50 [00:16<00:09, 1.90it/s]
66%|██████▌ | 33/50 [00:17<00:08, 1.90it/s]
68%|██████▊ | 34/50 [00:17<00:08, 1.90it/s]
70%|███████ | 35/50 [00:18<00:07, 1.90it/s]
72%|███████▏ | 36/50 [00:18<00:07, 1.90it/s]
74%|███████▍ | 37/50 [00:19<00:06, 1.90it/s]
76%|███████▌ | 38/50 [00:19<00:06, 1.90it/s]
78%|███████▊ | 39/50 [00:20<00:05, 1.89it/s]
80%|████████ | 40/50 [00:20<00:05, 1.89it/s]
82%|████████▏ | 41/50 [00:21<00:04, 1.89it/s]
84%|████████▍ | 42/50 [00:22<00:04, 1.89it/s]
86%|████████▌ | 43/50 [00:22<00:03, 1.89it/s]
88%|████████▊ | 44/50 [00:23<00:03, 1.89it/s]
90%|█████████ | 45/50 [00:23<00:02, 1.89it/s]
92%|█████████▏| 46/50 [00:24<00:02, 1.89it/s]
94%|█████████▍| 47/50 [00:24<00:01, 1.89it/s]
96%|█████████▌| 48/50 [00:25<00:01, 1.89it/s]
98%|█████████▊| 49/50 [00:25<00:00, 1.89it/s]
100%|██████████| 50/50 [00:26<00:00, 1.89it/s]
100%|██████████| 50/50 [00:26<00:00, 1.90it/s]