runtime error
Exit code: 1. Reason: **** WARNING:root:****** For multi-user setups add the --multi-user CLI argument to enable multiple user profiles. ****** WARNING:root:________________________________________________________________________ WARNING WARNING WARNING WARNING WARNING Installed comfyui-workflow-templates version 0.11.1 is lower than the recommended version 0.11.2. Installed comfyui-embedded-docs version 0.5.6 is lower than the recommended version 0.5.7. Please install the updated requirements.txt file by running: /usr/local/bin/python -m pip install -r /app/requirements.txt If you are on the portable package you can run: update\update_comfyui.bat to solve this problem. ________________________________________________________________________ /app/custom_nodes/ComfyUI-Newbie-Nodes/comfy_newbie_gemma_chat.py:59: SyntaxWarning: invalid escape sequence '\(' 2. ESCAPE parentheses with backslash: ( becomes \( and ) becomes \) ✅ ComfyUI custom nodes and class mappings are ready. ✅ ModelManager initialized. ✅ Working directory is stable: /app Traceback (most recent call last): File "/app/app.py", line 107, in <module> main() File "/app/app.py", line 100, in main demo = build_ui(attach_event_handlers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/ui/layout.py", line 27, in build_ui ui_components.update(txt2img_ui.create_ui()) ^^^^^^^^^^^^^^^^^^^^^^ File "/app/ui/shared/txt2img_ui.py", line 42, in create_ui components.update(create_lora_settings_ui(prefix)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/ui/shared/ui_components.py", line 136, in create_lora_settings_ui with gr.Row() as row: ^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/gradio/blocks.py", line 533, in __exit__ self.fill_expected_parents() File "/usr/local/lib/python3.12/site-packages/gradio/blocks.py", line 522, in fill_expected_parents pseudo_parent.page = child.page ^^^^^^^^^^ AttributeError: 'Dropdown' object has no attribute 'page'
Container logs:
Fetching error logs...