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

Improved usability for txt2audio ui #96

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

Commits on Jun 11, 2024

  1. Update .gitignore

    LastDemon99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d7d6839 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add txt2audio_ui.bat

    - Added to start txt2audio interface without commands.
    - Checks previously model selected in 'config/txt2audio.json' or searches for models in it respective folder.
    LastDemon99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d3bad42 View commit details
    Browse the repository at this point in the history
  2. Update txt2audio_ui.bat

    - If the models folder does not exist, it will now be created.
    LastDemon99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0259022 View commit details
    Browse the repository at this point in the history
  3. Add Save & Load features to txt2audio ui

    - The save of sound outputs is managed, facilitating their availability and access.
    - Three buttons are implemented, one to delete the prompt, another one to insert previously generation data from audio and finally a button to open the folder where the outputs are saved.
    LastDemon99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bdc9f68 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Add model change option to txt2audio ui

    - A drop-down list of available models is added allowing to change the selected
    - A button is added to updating model list in case are added to the respective folder.
    LastDemon99 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0e41093 View commit details
    Browse the repository at this point in the history
  2. Update open outputs folder to txt2audio ui

    - Before, when you click, the folder open only if it found recently generated images, now if it does not find recent generations it opens the folder with all generations, if they do not exist generations it will not open anything.
    LastDemon99 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    888282e View commit details
    Browse the repository at this point in the history