Johnathan
Johnathan
Yeah, I fixed it by uninstalling DiffusionBee and resorting to more manual work with e.g. https://github.com/basujindal/stable-diffusion.
Thanks for the comprehensive explanation! After some testing, placing `{}` at the start didn't seem to work for me, but placing it somewhere in the middle works. E.g. ```latex \texttt{Maybe...
**Update**: Nevermind, I got it to work without any `Buffer` buffoonery: ```js const buf = midi.toArray(); const blob = new Blob([buf], { type: "audio/mid", }); ``` ~@allandiego Hi! Any idea...