{% extends "base.html" %} {% block title %}{{ t('other.title') }}{% endblock %} {% block page_id %}other{% endblock %} {% block init_title %}{{ t('initialization.other.title') }}{% endblock %} {% block init_message %}{{ t('initialization.other.message') }}{% endblock %} {% block init_check_url %}/api/other/list?page=1&page_size=1{% endblock %} {% block page_css %} {% endblock %} {% block additional_components %}
{% endblock %} {% block content %} {% if other_disabled %}{{ t('other.disabled.description') }}
{{ t('other.disabled.hint') }}
{{ t('other.noPaths.descriptionStandalone') }}
{{ t('other.noPaths.hintStandalone') }}
{% if settings_file %} {{ settings_file }}
{{ t('other.noPaths.descriptionComfyUI') }}
{{ t('other.noPaths.hintComfyUI') }}
{% endif %}