Using serverless to train on a face
Hello, I am trying to create a web application where people can submit a set of pictures of their face and then i can trigger a serverless request to train a stable diffusion model on their face, is this possible using serverless? I can do this pretty easily using automatic1111 and realistic vision. What would be the steps needed to accomplish this? I am completely new to this and trying to learn
1 Reply
It is possible. But for longer running tasks it would be cheaper to dynamically start and stop a pod.