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
Based on readme, it sounds like we have to build a separate docker image for different model type.
so if we want to support sd2+, sdxl, sd3 models, do we need to build 3 separate docker images?
The text was updated successfully, but these errors were encountered:
so if we want to support sd2+, sdxl, sd3 models, do we need to build 3 separate docker images?
Exactly, this is how it works right now. The idea was, that people can pick one of the images for their use case and use it without the worry about any other model. This makes sure, that the image sizes are "small" and only contain the things that are totally needed for the specific model.
If you want to have multiple models in one worker, you have two options:
You bake them into one image yourself
You attach a network-storage and use the base image (as it contains no models at all). On the network-storage, you can then add all the models you want.
Based on readme, it sounds like we have to build a separate docker image for different model type.
so if we want to support sd2+, sdxl, sd3 models, do we need to build 3 separate docker images?
The text was updated successfully, but these errors were encountered: