MaxxxP commited on
Commit
6de4ef7
1 Parent(s): eb19c86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.