aws-samples / comfyui-on-eks

ComfyUI on AWS
MIT No Attribution
116 stars 21 forks source link

How long would it take to spin an instance? #7

Closed cian0 closed 4 months ago

cian0 commented 4 months ago

I have a setup of mine that's very manual, it takes around 3minutes time to generate an image from cold boot.

With this solution, how long would it take starting from no instance running?

Shellmode commented 4 months ago

It might take around 7~8 minutes from scratch, including the time to start the EC2 instance and pull all the models from S3 to the local instance store. This solution is not designed for rapid scaling out but rather to improve model loading and switching performance.

cian0 commented 4 months ago

Got it, thanks for clarifying!