Flexible Automapper for Beatsaber made for any difficulty
Installation walkthrough »
View Demo .
Report Bug .
Request Feature
Automapper with fully adjustable difficulty (inpsired by star difficulty) ranging from easy maps (< 1) to Expert+++ maps (10+)
Update Jan 2025: App is finally available via Pinokio: https://program.pinokio.computer/#/ Just got to "Discover" and then "Download from URL": https://github.com/fred-brenner/InfernoSaber-App
This installs all dependencies in the capsulated environment of Pinokio and loads the application from (this) main repository: https://github.com/fred-brenner/InfernoSaber---BeatSaber-Automapper/tree/main_app
Alternatively:
Join the Discord and let the bot generate single difficulty maps for you (currently not available): https://discord.com/invite/cdV6HhpufY
... Or clone the repo yourself (Note: Use a conda environment to install audio packages on windows machines)
The automapper currently consists of 4 consecutive AI models:
- Deep convolutional autoencoder - to encode the music/simplify all other models
- Temporal Convolutional Network (TCN) - to generate the beat
- Deep Neural Network (Classification) - mapping the notes/bombs
- Deep Neural Network (Classification) - mapping the events/lights
Install via Pinokio. A walkthrough is given in: https://www.youtube.com/watch?v=GpdHE6puDng
This project is open-source, free-to-use and will remain so. Enjoy :)
Current pinokio version from: https://github.com/pinokiocomputer/pinokio/releases
(Not recommended) You can also clone the repo yourself. Note: Conda environment works best to install audio packages on windows machines
The inference usage is simplified with the included app in branch 'main_app'. The AI models will be automatically downloaded during runtime from Hugging Face, if not yet available.
You can also train your own models on your favorite maps and difficulty. This can only be done locally with cloning the repo and using GPU (one better consumer GPU is enough) A guide to train the 4 models is included in the repo: 'How_to_Train_InfernoSaber.docx'
Extract maps from Beatsaber/Bsaber to feed them into AI models. Map versions with custom modded data (values out of normal boundaries) are excluded, so that the data is as smooth as possible.
[ ] Increase number of models to improve accuracy and enable more options
[x] Support new features for InfernoSaber Pinokio App
[ ] Get the discord bot back online (yt blocks the bot)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star and join the Discord community! Thanks again!
- Fork the Project and checkout the 'main_app' branch
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See MIT License for more information.
I've been working on this app since the release of BeatSaber and am happy to share the progress here!
Author: Frederic Brenner frederic.brenner@tum.de
Thanks for the many contributions on Discord and Github so far. Here, I want to thank the code contributors
- aCzenderCa - App enhancement and fixes
- tjoen - Prototype for Pinokio install script
