DrFrankGL
DrFrankGL
Hello, with the voxel-player, voxel-engine & voxel packages (Wich are from voxel.js) the textures shows bad like this:  Or this:  How can avoid that error? Thanks anyway.
This is the script: from mario_gpt import MarioLM mario_lm = MarioLM() prompts = ["many pipes, many enemies, some blocks, high elevation"] generated_level = mario_lm.sample( prompts=prompts, num_steps=100, temperature=2.0, use_tqdm=True ) #...
Link: https://infinite-tux.surge.sh/