{% 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') }}
{% if settings_file %} {{ settings_file }}
"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 %}