Skip to content
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

feat: add audio_to_audio_batch streamlit page #75

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 8, 2023

  1. feat: add audio_to_audio_batch streamlit page

    summary:
    - allows users to generate batches of samples from an original audio segment
    - attempts to follow conventions and flow from audio_to_audio page
    
    features:
    - user uploads original source audio file which is sliced to a length specified in first options set
    - user can preview slice audio and spectrogram using dropdown
    - user specifies standard stablediffusion inputs and an integer for batch size
    - on submit loops for the specified number of batches, using a random seed each loop
    - batch outputs to a container displaying the seed used, riffed output, and differential
    
    misc:
    - adds gitignore line for jetbrains ide
    prescience-data committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    bf44fff View commit details
    Browse the repository at this point in the history
  2. docs: add additional windows installation lines

    - for windows hosts, some dependencies may need to be manually installed
    prescience-data committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    2afd272 View commit details
    Browse the repository at this point in the history