From b808a54113cc11b515bc95e2ad602c9e09e00bdb Mon Sep 17 00:00:00 2001 From: GrandaddyShmax Date: Sun, 6 Aug 2023 23:24:21 +0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19e4b631..cd662bd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AudioCraft +# AudioCraft Plus ![docs badge](https://github.com/facebookresearch/audiocraft/workflows/audiocraft_docs/badge.svg) ![linter badge](https://github.com/facebookresearch/audiocraft/workflows/audiocraft_linter/badge.svg) ![tests badge](https://github.com/facebookresearch/audiocraft/workflows/audiocraft_tests/badge.svg) @@ -6,6 +6,19 @@ AudioCraft is a PyTorch library for deep learning research on audio generation. AudioCraft contains inference and training code for two state-of-the-art AI generative models producing high-quality audio: AudioGen and MusicGen. +![image](https://github.com/GrandaddyShmax/audiocraft_plus/assets/52707645/1e74cc99-0eda-4882-9c7f-995bc4ab24aa) + +## Features +AudioCraft Plus is an all-in-one WebUI for the original AudioCraft, adding many quality features on top. + +- AudioGen Model +- Multiband Diffusion +- Custom Model Support +- Generation Metadata and Audio Info tab +- Mono to Stereo +- Multiprompt/Prompt Segmentation with Structure Prompts +- Video Output Customization +- Music Continuation ## Installation AudioCraft requires Python 3.9, PyTorch 2.0.0. To install AudioCraft, you can run the following: @@ -16,7 +29,7 @@ AudioCraft requires Python 3.9, PyTorch 2.0.0. To install AudioCraft, you can ru pip install 'torch>=2.0' # Then proceed to one of the following pip install -U audiocraft # stable release -pip install -U git+https://git@github.com/facebookresearch/audiocraft#egg=audiocraft # bleeding edge +pip install -U git+https://git@github.com/GrandaddyShmax/audiocraft_plus#egg=audiocraft # bleeding edge pip install -e . # or if you cloned the repo locally (mandatory if you want to train). ```