runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/openvino/runtime/__init__.py:10: DeprecationWarning: The `openvino.runtime` module is deprecated and will be removed in the 2026.0 release. Please replace `openvino.runtime` with `openvino`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> from frontend.webui.image_variations_ui import generate_image_variations File "/home/user/app/frontend/webui/image_variations_ui.py", line 11, in <module> app_settings = get_settings() File "/home/user/app/state.py", line 25, in get_settings state.settings = AppSettings() File "/home/user/app/app_settings.py", line 20, in __init__ self._stable_diffsuion_models = get_models_from_text_file( File "/home/user/app/utils.py", line 17, in get_models_from_text_file with open(file_path, "r") as file: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/configs/stable-diffusion-models.txt'

Container logs:

Fetching error logs...