mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-07-14 04:31:17 -03:00
- Merge Relink to Civitai and new Link to HuggingFace into a single 'Link Model' submenu with sub-options for each source - Add POST /api/lm/set-hf-url endpoint to associate a model with a HuggingFace repo URL, saving hf_url to .metadata.json - Add link_hf_modal.html for URL input, following relink-civitai pattern - Use update_single_model_cache instead of add_model_to_cache to prevent duplicate cache entries after linking - Remove os.path.realpath usage for consistency with relink-civitai - Raise errors instead of silently falling back to LoRA scanner when model root cannot be determined - Scope .input-group CSS rules to modal IDs to fix style conflicts with download-modal.css - Add i18n keys across all 10 locales with translations for zh-CN, zh-TW, ja, ko, de, es, fr, he, ru
17 lines
784 B
HTML
17 lines
784 B
HTML
<!-- Model details Modal -->
|
|
<div id="modelModal" class="modal"></div>
|
|
|
|
{% include 'components/modals/confirm_modals.html' %}
|
|
{% include 'components/modals/settings_modal.html' %}
|
|
{% include 'components/modals/doctor_modal.html' %}
|
|
{% include 'components/modals/support_modal.html' %}
|
|
{% include 'components/modals/update_modal.html' %}
|
|
{% include 'components/modals/help_modal.html' %}
|
|
{% include 'components/modals/relink_civitai_modal.html' %}
|
|
{% include 'components/modals/link_hf_modal.html' %}
|
|
{% include 'components/modals/example_access_modal.html' %}
|
|
{% include 'components/modals/download_modal.html' %}
|
|
{% include 'components/modals/move_modal.html' %}
|
|
{% include 'components/modals/bulk_add_tags_modal.html' %}
|
|
{% include 'components/modals/bulk_base_model_modal.html' %}
|