aws-solutions-library-samples / guidance-for-asynchronous-inference-with-stable-diffusion-on-aws

Stable Diffusion is a popular Open Source project for generating images using Gen AI. Building a scalable and cost efficient inference solution is a common challenge. This project shows how to use AWS serverless and container services to build an end-to-end scalable, secure and price effecient asynchronous image generation architecture.
https://aws.amazon.com/solutions/guidance/asynchronous-image-generation-with-stable-diffusion-on-aws/
MIT No Attribution
23 stars 6 forks source link

docker image pull failed #20

Closed lgb861213 closed 3 months ago

lgb861213 commented 3 months ago

when execute the deploy.sh, and the step 3 report the fllowing error: Step 3: Creating EBS snapshot for faster launching...(This step will last for 15-30 min) 2024-06-18 09:43:21 E - Image public.ecr.aws/bingjiao/sd-on-eks/comfyui:latest pulling failed with following output: 2024-06-18 09:43:21 E - document process failed unexpectedly: document worker timed out , check [ssm-document-worker]/[ssm-session-worker] log for crash reason

and I find that the launch new instance not install cri tools

yubingjiaocn commented 3 months ago

Noted. Looks like default snapshot size is 50 GiB, which is not big enough to host larger images. Will increase default size to 100 GiB