Improved usability for txt2audio ui#96
Open
LastDemon99 wants to merge 6 commits intoStability-AI:mainfrom
Open
Improved usability for txt2audio ui#96LastDemon99 wants to merge 6 commits intoStability-AI:mainfrom
LastDemon99 wants to merge 6 commits intoStability-AI:mainfrom
Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Screenshots
I have attached screenshots showing what the new functionality looks like in action.
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.