I wanted to train a model to draw the splines of knots, both with diffusion and with GPT-style token prediction. Each knot is a path of points in 3D, so the model either denoises the whole path at once or predicts it one point at a time.
There is a short clip of it running on YouTube.
Code: github.com/isaac-art/knot_t.