facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.59k stars 2.09k forks source link

Here Updated Audiocraft install tutorial - Enjoy #183

Open FurkanGozukara opened 1 year ago

FurkanGozukara commented 1 year ago

In my tutorials I use GitHub readme files for install instructions

Updated instructions GitHub readme file of my below tutorial

It installs latest xformers development version as well

You will get this message on windows Error caught was: No module named 'triton'

Since triton optimizer not supported on windows but it still works perfect so just ignore it

Enjoy

Moreover I have 1 click auto installer : https://www.patreon.com/posts/ai-music-auto-84334460

image

Tutorial

Audiocraft / MusicGen - AMAZING Text-To-Music AI Model By Facebook | Tutorial | Better Than MusicLM

image

image

X13X commented 1 year ago

Did you really put this behind a paywall and expect people to accept it?

Are you serious?

FurkanGozukara commented 1 year ago

Did you really put this behind a paywall and expect people to accept it?

Are you serious?

you didn't bother to check any of the links did you

this video shows how to install and use https://www.youtube.com/watch?v=v-YpvPkhdO4

this readme file as well https://github.com/FurkanGozukara/Stable-Diffusion/blob/main/Tutorials/AI-Music-Generation-Audiocraft-Tutorial.md

that patreon thing is just automation of what have been shown

X13X commented 1 year ago

That what I was talking about.

The one click installer is nice, and what I look for because I throw it in my bookmarks so I can replicate it on different machines. Throwing that behind a paywall irritates me, because now I have to replicate what you've done and offer the one click installer for free.

FurkanGozukara commented 1 year ago

That what I was talking about.

The one click installer is nice, and what I look for because I throw it in my bookmarks so I can replicate it on different machines. Throwing that behind a paywall irritates me, because now I have to replicate what you've done and offer the one click installer for free.

well if i were funded by a corporation i would gladly release it for free

but youtube revenue is nothing so i am making an incentive for people to donate

GrandaddyShmax commented 1 year ago

if anyone still needs it, i've set up my own repo with MusicGen and AudioGen here is the colab: https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_plus_colab.ipynb here is a repo: https://github.com/GrandaddyShmax/audiocraft_plus

Do let me know if you face any issues

hakemz91 commented 1 year ago

Thank you very much Furka. I can't run it using the instruction from official repo but your instruction really made it work. Thanks again

rezamora commented 1 year ago

if anyone still needs it, i've set up my own repo with MusicGen and AudioGen here is the colab: https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_plus_colab.ipynb here is a repo: https://github.com/GrandaddyShmax/audiocraft_plus

Do let me know if you face any issues

Amazing! I want to make a very simple and intuitive interface only for sound effect generation (AudioGen). Should I just edit the app.py file or do I need to edit other files as well?

GrandaddyShmax commented 1 year ago

Yeah i think just editing the app.py would be enough

FurkanGozukara commented 1 year ago

Thank you very much Furka. I can't run it using the instruction from official repo but your instruction really made it work. Thanks again

ty so much for the comment

dr-dark-flames commented 1 year ago

Did you really put this behind a paywall and expect people to accept it?

Are you serious?

u r quite retarded aint ya?

rsxdalv commented 1 year ago

That what I was talking about.

The one click installer is nice, and what I look for because I throw it in my bookmarks so I can replicate it on different machines. Throwing that behind a paywall irritates me, because now I have to replicate what you've done and offer the one click installer for free.

Actually there already are one-click-installers: https://github.com/rsxdalv/one-click-installers-tts it's more than just AudioCraft, but it can be narrowed back down to only audiocraft.

deffcolony commented 6 months ago

@X13X I just released my own version of the launcher for free with a friendly menu to install, update, run, and uninstall... no need to worry about python versions since it will use a conda env to isolate everything. I am planning to create another launcher for audiocraft-plus aswell

https://github.com/deffcolony/ai-toolbox/tree/main/audiocraft

image