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
21.06k stars 2.17k forks source link

Can't find Seed? #156

Open bwgJohn opened 1 year ago

bwgJohn commented 1 year ago

Use MusicGen today to find that the Seed option is gone?

This old UI: image

Today UI: image

I didn't take a screenshot of the screen with the Seed option at that time, so I can't prove that there was a Seed option

GrandaddyShmax commented 1 year ago

not sure why they removed it or if its an issue, you can try using my repo, it does has the seed input and output https://github.com/GrandaddyShmax/audiocraft_plus

there is also a colab: https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_plus_colab.ipynb

rsxdalv commented 1 year ago

Audiocraft 0.0.1 can generate deterministically while audiocraft 0.0.2 can't, that's probably why it was removed. Only the first 2-3 seconds are consistent, and after that it's similar-but-random. I didn't remove the seed from my UI either.

mykeehu commented 9 months ago

not sure why they removed it or if its an issue, you can try using my repo, it does has the seed input and output https://github.com/GrandaddyShmax/audiocraft_plus

there is also a colab: https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_plus_colab.ipynb

I like your app, but it hasn't been updated in a long time. Will there be a new version in the near future with MAGNeT?

rsxdalv commented 9 months ago

not sure why they removed it or if its an issue, you can try using my repo, it does has the seed input and output https://github.com/GrandaddyShmax/audiocraft_plus

there is also a colab: https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_plus_colab.ipynb

I like your app, but it hasn't been updated in a long time. Will there be a new version in the near future with MAGNeT?

My Webui has magnet, you can use it or build off of it.

mykeehu commented 9 months ago

@rsxdalv thank you, it's great! I will use your webui more in future!