mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
refactor(preload): remove unnecessary preload blocks from multiple templates
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
{% block title %}{{ t('header.appTitle') }}{% endblock %}
|
||||
{% block page_id %}loras{% endblock %}
|
||||
|
||||
{% block preload %}
|
||||
{% if not is_initializing %}
|
||||
<link rel="preload" href="/loras_static/js/loras.js" as="script" crossorigin="anonymous">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block init_title %}{{ t('initialization.loras.title') }}{% endblock %}
|
||||
{% block init_message %}{{ t('initialization.loras.message') }}{% endblock %}
|
||||
{% block init_check_url %}/api/loras/list?page=1&page_size=1{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user