Views
No views yet
OliBomby/Mapperatorinator-v30adapter_config.json and adapter_model.safetensors files from this repository. Create a folder and place the files inside like this:arles_lora/
├── adapter_config.json
└── adapter_model.safetensorslora_path argument to point to the local folder you created.1python inference.py \
2 audio_path='/path/to/your/audio.mp3' \
3 output_path='/path/to/your/output_folder' \
4 lora_path='/path/to/your/arles_lora' \
5 ... # other argumentslora_path argument and set it to the name of this repository.
1python inference.py \
2 audio_path='/path/to/your/audio.mp3' \
3 output_path='/path/to/your/output_folder' \
4 lora_path='mouceen/Mapperatorinator-v30-LoRA-Arles-v1' \
5 ... # other arguments