Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ Note: This was a passion project, crafted in two days. I hope it can be of help
|
|
12 |
WorldModel is a MaskGIT model trained on 8x8x8 Minecraft voxel volumes. Beyond generating blocks from scratch,
|
13 |
it excels in filling spaces based on neighboring blocks, ensuring seamless integration in Minecraft worlds
|
14 |
|
15 |
-
The model weights can be found [here](https://drive.google.com/file/d/1--4Z5VQ-mRQz805yDmJPsPKrIrVCaoCv/view?usp=sharing)
|
16 |
|
17 |
## Prerequisites:
|
18 |
Ensure your server has the mcpi package installed. This code relies on it to place blocks.
|
|
|
12 |
WorldModel is a MaskGIT model trained on 8x8x8 Minecraft voxel volumes. Beyond generating blocks from scratch,
|
13 |
it excels in filling spaces based on neighboring blocks, ensuring seamless integration in Minecraft worlds
|
14 |
|
15 |
+
The model weights can be found [here](https://drive.google.com/file/d/1--4Z5VQ-mRQz805yDmJPsPKrIrVCaoCv/view?usp=sharing) or in this repo
|
16 |
|
17 |
## Prerequisites:
|
18 |
Ensure your server has the mcpi package installed. This code relies on it to place blocks.
|