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

Conversation

LastDemon99
Copy link

Description

In this pull request new features have been added to the txt2audio interface. Now users can open the interface without commands, it allows to change the model within the interface, easily remove the prompt, load data from previous generations, open the output folder and provides automatic organization of audio outputs.

Changes

  • Added txt2audio_ui.bat to start txt2audio interface without commands.
  • txt2audio_ui.bat checks previously model selected in 'config/txt2audio.json' or searches for models in it respective folder.
  • The save of sound outputs is managed, facilitating their availability and access.
  • Four buttons are implemented, one to delete the prompt, another one to insert previously generation data from uploaded audio, another to open the folder where the outputs are saved, and finally a button to updating model list
  • A drop-down list of available models is added allowing to change the selected.

Screenshots

I have attached screenshots showing what the new functionality looks like in action.

Models Dropdown
Open And Insert Generation Data

Potential impact

These enhancements of the txt2audio interface are designed to improve the usability and efficiency. I believe this will result in a better user experience and satisfaction.

- Added to start txt2audio interface without commands.
- Checks previously model selected in 'config/txt2audio.json' or searches for models in it respective folder.
- If the models folder does not exist, it will now be created.
- 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.
- 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.
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant