--- license: mit tags: - osu - music-generation - beatmap-generation - lora --- # LoRA: Kroytz Style for Mapperatorinator This is a LoRA (Low-Rank Adaptation) fine-tune for the [OliBomby/Mapperatorinator-v30](https://huggingface.co/OliBomby/Mapperatorinator-v30) model. It has been trained on all Kroytz maps. ## Model Details - **Base Model:** `OliBomby/Mapperatorinator-v30` - **Model Type:** LoRA ## How to Use You can load the LoRA directly from this repository without manually downloading the files. The script will handle it automatically. 1. **Run Inference:** Use the `lora_path` argument and set it to the name of this repository. ```bash python inference.py \ audio_path='/path/to/your/audio.mp3' \ output_path='/path/to/your/output_folder' \ lora_path='mouceen/Mapperatorinator-v30-LoRA-Kroytz' \ ... # other arguments ```