runtime error

Exit code: 1. Reason: stable-diffusion.cpp:180 - Using CPU backend stable-diffusion.cpp:202 - loading clip_l from './clip_l.safetensors' model.cpp:793 - load ./clip_l.safetensors using safetensors format model.cpp:861 - init from './clip_l.safetensors' stable-diffusion.cpp:209 - loading t5xxl from './t5xxl_fp16.safetensors' model.cpp:793 - load ./t5xxl_fp16.safetensors using safetensors format model.cpp:861 - init from './t5xxl_fp16.safetensors' stable-diffusion.cpp:216 - loading diffusion model from './midflow_fp16_low.safetensors' model.cpp:793 - load ./midflow_fp16_low.safetensors using safetensors format model.cpp:861 - init from './midflow_fp16_low.safetensors' stable-diffusion.cpp:223 - loading vae from './ae.safetensors' model.cpp:793 - load ./ae.safetensors using safetensors format model.cpp:861 - init from './ae.safetensors' stable-diffusion.cpp:231 - get sd version from file failed: '' Traceback (most recent call last): File "/home/user/app/app.py", line 29, in <module> flux_diffusion = StableDiffusion(diffusion_model_path=model_path,clip_l_path=clip_path,t5xxl_path=t5xxl_path,vae_path=vae_path,) File "/usr/local/lib/python3.10/site-packages/stable_diffusion_cpp/stable_diffusion.py", line 126, in __init__ _StableDiffusionModel( File "/usr/local/lib/python3.10/site-packages/stable_diffusion_cpp/_internals.py", line 109, in __init__ raise ValueError(f"Failed to load model from file: {model_path}") ValueError: Failed to load model from file:

Container logs:

Fetching error logs...