-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch generation possible? #12
Comments
I saw 1aienthusiast#12 wanted batch mode, I also wanted this feature, so with the help of ChatGPT I was able to create a 'webuibatch.py' file, it is basically the same thing as webui.py but it has a "batch mode" checkbox and then an "infinite" checkbox to just keep it running... so far it is working for me in infinite mode... also I made it so it doesn't play the music when in batch mode, since you are just letting it run making music
Yes, I also wanted this feature, so with the help of ChatGPT I was able to create a 'webuibatch.py' file, it is basically the same thing as webui.py but it has a "batch mode" checkbox and then an "infinite" checkbox to just keep it running... so far it is working for me in infinite mode... also I made it so it doesn't play the music when in batch mode, since you are just letting it run making music... here it is: https://github.com/jeffdbeats/audiocraft-infinity-webui/blob/main/webuibatch.py (I am not an expert coder so it may not be super perfect, but it is working for my needs!) |
Is there a way to genrate more than 1 track a one using the same prompt an settings? Would be nice to have if not available at present. Thanks in advance
The text was updated successfully, but these errors were encountered: