Theme Theme
{% include 'components/modals.html' %} {% include 'components/loading.html' %} {% include 'components/context_menu.html' %}
{% if is_initializing %}

Initializing Recipe Manager

Scanning and building recipe cache. This may take a few moments...

{% else %}

LoRA Recipes

{% if recipe_tags %} {% for tag in recipe_tags %}
{{ tag }}
{% endfor %} {% else %}
All
{% endif %}
{% if recipes and recipes|length > 0 %} {% for recipe in recipes %}
R
{{ recipe.title }}
{% if recipe.base_model %} {{ recipe.base_model }} {% endif %}
{% endfor %} {% else %}

No recipes found

Add recipe images to your recipes folder to see them here.

{% endif %}
{% endif %}
{% if is_initializing %} {% endif %}