Multi-fusion Patch
This patch fixes a bug where diffusion chunks were appearing in all dimensions at once (overworld, nether, the end). This was impacting performance since each chunk was replicated to each dimension per timestep.
Version requirements:
- neoforge-21.1.77
- Minecraft-1.21.1
- TensorRT-10.5.0.18
- CUDA 12.6
To try out v0.2.1, either follow the install steps below or join the Minecraft Java server mc.buildwithbombs.com 🧨 (no client-side mod required).
Installation steps (Windows):
- Download TensorRT-10.5 from NVIDIA's website (a free account is required): NVIDIA TensorRT 10.5
- Download CUDA 12.6 from NVIDIA's website: CUDA 12.6
- Locate the following CUDA and TensorRT DLLs and copy them to your Minecraft run directory (the parent directory of /mods). Alternatively, add the CUDA and TensorRT /lib install location to the system path.
- nvinfer_10.dll
- nvinfer_builder_resource_10.dll
- nvonnxparser_10.dll
- cudart64_12.dll
- Place buildwithbombs-0.2.0.jar (included on this release page) in the Minecraft /mods folder
- Place inference.dll (included on this release page) in the Minecaft run directory.
- Place ddim_single_update.onnx (also included on this page) in the Minecraft run directory.
- Start the game. If it loads, you will be given "Diffusion TNT" items upon entering a world. Placing one of these blocks triggers the diffusion process.