Replies: 1 comment
-
|
Because that’s how it was designed and Nerogar said no to our previous attempts to simplify the input itself. My hands are tied. There will be some automation of it via autocorrection soon but it’s not going to be perfect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is there an "Output Format" selection box, with the "Safetensors" option, but we still have to select the extension name for the model output destination filename. Have we not already set the output format? This makes no sense to me.
I expect there is a use case for manually setting the extension name, however I think the best option would be to automatically set the extension name to what the Output Format specifies it as by default. If the extension name is added, don't automate it.
I know some people might whine at me, saying, just type the extension name in, but this is more of a case of making the UI more user friendly, I find it an irritating pain to have to manually type the extension name each time.
The code for doing this should be a trivial matter of a string manipulation function.
Beta Was this translation helpful? Give feedback.
All reactions