Commit Graph

19 Commits (ae17598a513da02a878df455280773055fc9a31c)

Author SHA1 Message Date
Adam Treat 464ba49ce6 Add a requires field for the models.json for future proofing. 1 year ago
Adam Treat 812431f78d New startup dialog features. 1 year ago
Adam Treat a6679b18bd Have to be able to change the download path from the download dialog and other fixes. 1 year ago
Adam Treat 6f94c7e84b Provide a description and make the downloader cleaner and prettier. 1 year ago
Adam Treat c6c5e0bb4f Always try and load default model first. Groovy is the default default. 1 year ago
Aaron Miller d1c69e8234 download: don't read whole file into ram to md5 it
we go to the trouble of using a tempfile and then reintroduce
a case of reading the whole file into ram again?
1 year ago
Aaron Miller 1f371be395 download: atomically move tempfile when possible
should save unnecessary time and I/O and eliminate the possibility
of the file being improperly truncated when the temp file is on
the same filesystem as the destination path
1 year ago
Adam Treat 34b7075517 Omit the debug stmt 1 year ago
Aaron Miller aa20bafc91 new settings (model path, repeat penalty) w/ tabs 1 year ago
Adam Treat ac9d9b9476 Add debugging code for ssl errors. 1 year ago
Adam Treat 2a8b126920 Always download to a local directory outside of the binary directory otherwise
models will be deleted when updates occur. Update version.
1 year ago
Adam Treat 1e60c5954a Workaround windows *sigh* because it wants to be different. 1 year ago
Adam Treat 243268b59a Disable ssl handshake for now. 1 year ago
Adam Treat 73f11a9ce2 Ssl handshake experiment. 1 year ago
Adam Treat a1446e0fa2 Fix example json. 1 year ago
Adam Treat 35e7503571 Make the download use a temp file to save ram and make it threaded. 1 year ago
Adam Treat 29685b3eab Provide a non-priviledged place for model downloads when exe is installed to root. 1 year ago
Adam Treat 33beec0cdd Display filesize info in the model downloader. 1 year ago
Adam Treat 169afbdc80 Add a new model download feature. 1 year ago