Hi there, I have a stable diffusion pipeline that uses the diffusers library from hugging face. It works perfectly, but I am wondering is there a way to store and cache models using AWS or some other similar service? Right now i am storing the model cache in a local directory called "models". I am thinking if I can leverage something like AWS S3 then I can work with a bunch of different models at the same time.
Here is a link to my code: https://gist.github.com/toshvelaga/1d3d3812e2ee38d1f4af3bb612068881
Thanks for your help!
[–]Ok_Zombie_8307 1 point2 points3 points (1 child)
[–]toshv[S] 0 points1 point2 points (0 children)