Capture your own amps/pedals/plugins with Proteus. Can capture a drive/tone knob, or snapshot of the sound at a specific setting. Use the Proteus Capture Utility to quickly train models in the cloud with Colab. Effective for Amps/PreAmps, Distortion/Overdrive/Boost pedals (non-time based, no Reverb/Delay/Flange/Phaser). You can also capture a "rig", or combination of pedals/amp. This is similar in concept to a Kemper, Quad Cortex, or ToneX, in a free and open source plugin, with the ability to capture and share the sound of guitar gear normally costing hundreds or thousands of dollars.
Go directly to Colab to start training models.
Checkout the video tutorials for creating your own models for the Proteus plugin.
Visit the GuitarML ToneLibrary Website to download Proteus compatible models.
Download the Proteus Capture Utility, which includes the input audio file and Colab script to train models for Proteus.
As of Version 1.2, Proteus also features a 3-Band EQ (Bass, Mid, Treble) and a built in default IR (for convenience, recommended to use a dedicated IR plugin).
Proteus uses a LSTM neural network to emulate guitar amplifiers/preamps and distortion/overdrive/boost pedals. You can capture the sound of an amplifier either by recording with a microphone, or direct out from a load box. When running "Direct Out" models, you will need to use an Impulse Response plugin to accurately model the amp speaker/cabinet.
You can create your own models using the Automated-GuitarAmpModelling repository directly (LSTM with hidden size 40), or by using the Capture Utility files (available for download at GuitarML.com) with Google Colab (recommended).
To share your best models, email the json files to smartguitarml@gmail.com and they may be included in the ToneLibrary.
Download available models from the Proteus ToneLibrary. Use the Load Model button to select a folder containing Proteus json models. Note that models for NeuralPi and SmartPedal use a different model architecture and will not be compatible.
Note: Recommended to follow along with the video tutorials listed above.
!python prep_wav.py $model -s ../YourNewInput.wav ../out.wav --normalize true
# Clone the repository
$ git clone https://github.com/GuitarML/Proteus.git
$ cd Proteus
# initialize and set up submodules
$ git submodule update --init --recursive
# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release
The binaries will be located in Proteus/build/Proteus_artefacts/
The neural network used in Proteus is a re-creation of the LSTM inference model from Real-Time Guitar Amplifier Emulation with Deep Learning
The Automated-GuitarAmpModelling project was used to train the .json models.
GuitarML maintains a fork with a few extra helpful features, including a Colab training script.
IMPORTANT: When training models for Proteus, ensure that a LSTM size of 40 is used. Proteus is optimized to run models of this size, and other sizes are not compatible.
The plugin uses RTNeural, which is a highly optimized neural net inference engine intended for audio applications.
Special thanks to John Stutts and Stefan Schmidt for the graphics used in Proteus.