Nendo Plugin for VampNet: Music Generation via Masked Acoustic Token Modeling.
Project description
Nendo Plugin Vampnet
Nendo Plugin for VampNet: Music Generation via Masked Acoustic Token Modeling (by Hugo Flores Garcia).
Features
- Generate unconditional variations
- Use custom finetuned vampnet models
- Generate in- and outpaintings from a
NendoTrack
Requirements
This plugin requires the manual installation of vampnet
via its git repository:
pip install git+https://github.com/hugofloresgarcia/vampnet.git@0c0c6bc
Installation
- Install Nendo
pip install nendo-plugin-vampnet
Usage
Take a look at a basic usage example below. For more detailed information, please refer to the documentation.
For more advanced examples, check out the examples folder. or try it in colab:
from nendo import Nendo, NendoConfig
nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_vampnet"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
vamp = nd.plugins.vampnet(track=track, prefix_secs=2, suffix_secs=0)
vamp.play()
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
License
Nendo: MIT License
Vampnet: MIT License
Pretrained Models: The weights for the models are licensed CC BY-NC-SA 4.0. Likewise, any VampNet models fine-tuned on the pretrained models are also licensed CC BY-NC-SA 4.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nendo_plugin_vampnet-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5adb94e7fe9d3ff474bd038f25427d1b0bdd346ee2974203e52524bb25f8b32e |
|
MD5 | c68c4d6c08cd12b596ef8270afffd2c0 |
|
BLAKE2b-256 | 86bbb3c2d20f0482ab6eb78950dd5ebe5cf7c021c7b9e40fc1cad39bde50695e |
Hashes for nendo_plugin_vampnet-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef5abd492f0305ba797011f46579ca812945612048e7a454a765b248e5273142 |
|
MD5 | 911f34d603ac1657492d44714a849c65 |
|
BLAKE2b-256 | e58f8076585f2aff82079ec779916d6ca4d4e136d97af84f3d6572b9b5db8c06 |