AIGC训练营中部署Stable Diffusion启动失败原因是什么?
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
在AIGC训练营中部署Stable Diffusion时,启动失败可能由以下原因导致。以下是详细的原因分析及对应的解决方案:
Can't run without a checkpoint. Find and place a .ckpt or .safetensors file into any of those locations. The program will exit.
或
Function instance health check failed on port 7860 in 120 seconds.
.ckpt
或.safetensors
,例如从HuggingFace下载的模型后缀可能是.txt
。.ckpt
或.safetensors
。.ckpt
或.safetensors
。{"ErrorCode":"InvalidArgument","ErrorMessage":"Mount NFS:xxxxx-jlb79.cn-hangzhou.nas.aliyuncs.com:/fc-stable-diffusion-plus command failed with output = mount.nfs: Connection reset by peer\n, please make sure that the nas mount point address is correct and is accessible from the service VPC"}
Stable diffusion model failed to load, exiting
Stable diffusion model failed to load, exiting
Reserve resource exceed limit
extensions
目录。/data-{当前登录用户ID}/models/Lora
或/models/Lora
)。Running
。通过以上分析和解决方案,您可以逐一排查并解决Stable Diffusion启动失败的问题。您可以复制页面截图提供更多信息,我可以进一步帮您分析问题原因。