Create .keep in new logs/models folder to enhance sorting#1210
Create .keep in new logs/models folder to enhance sorting#1210kubinka0505 wants to merge 1 commit into
.keep in new logs/models folder to enhance sorting#1210Conversation
|
How exactly does it enhance sorting? |
Currently models are loaded from logs folder, as stated in: https://github.com/IAHispano/Applio/blob/main/tabs%2Finference%2Finference.py#L100 By adding a custom directory user can move existing models with their index files so structure may now look like: logs/
models/
models_2/
model.pth
model.index
model_2/
model.pth
model.index
...
reference/
mute/
... |
|
How's having logs\models\model_1 provides better sorting than current logs\model_1 ? |
|
okay, so it makes a neat view in Windows Explorer. |
|
Basically, we’re creating an empty folder that doesn’t save anything automatically (which will be more interesting) we’re just letting know there’s an empty folder available that you can use to save models if needed that said, it may not be strictly necessary, since you can create the folder yourself if you want. |
|
Imagine an edge case where I'd like to train or download a MODEL that is called Since that already exists in the If folder already existed, then it could be moved into that |
|
yeah so this PR is missing all the real implementation to use this folder |


Description
Added
.keepin newlogs/modelsdirectory to enhance sorting for users that have many weights and not scroll in alllogsdirectoryExisting glob pattern of
.pthsearch already supports thisMotivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: