You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like an option to skip downloading models when the api server starts, for the use case of only running custom models. something like a launch flag --skip-download or respecting Fooocus's launch flag --disable-preset-download.
On the reverse side of that, I would also like a launch flag for only downloading models at launch, and then exiting rather than starting the server. This would facilitate building a docker image that has all of the models preloaded. Something like --download-only as a launch argument.
The text was updated successfully, but these errors were encountered:
I would like an option to skip downloading models when the api server starts, for the use case of only running custom models. something like a launch flag
--skip-download
or respecting Fooocus's launch flag--disable-preset-download
.On the reverse side of that, I would also like a launch flag for only downloading models at launch, and then exiting rather than starting the server. This would facilitate building a docker image that has all of the models preloaded. Something like
--download-only
as a launch argument.The text was updated successfully, but these errors were encountered: