{% 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.title') }}

{{ t('other.disabled.description') }}

{{ t('other.disabled.hint') }}

{% elif other_no_paths %}

{{ t('other.noPaths.title') }}

{% if standalone_mode %}

{{ t('other.noPaths.descriptionStandalone') }}

{% if settings_file %}

{{ settings_file }}

{% endif %}
"folder_paths": {
  "vae": ["/path/to/vae"],
  "upscale_models": ["/path/to/upscale_models"],
  "text_encoders": ["/path/to/text_encoders"],
  "clip_vision": ["/path/to/clip_vision"],
  "controlnet": ["/path/to/controlnet"]
}

{{ t('other.noPaths.hintStandalone') }}

{% else %}

{{ t('other.noPaths.descriptionComfyUI') }}

{{ t('other.noPaths.hintComfyUI') }}

{% endif %}
{% else %}
{% include 'components/controls.html' %} {% include 'components/breadcrumb.html' %}
{% include 'components/duplicates_banner.html' %} {% include 'components/folder_sidebar.html' %}
{% endif %} {% endblock %} {% block overlay %}
{% endblock %} {% block main_script %} {% if other_disabled or other_no_paths %} {% else %} {% endif %} {% endblock %}