{% extends "layout.html" %} {% block content %}

Edit Look: {{ look.name }}

Cancel
Basic Information
Check to link this look to characters
{% for char in characters %}
{% endfor %}
Associates this look with multiple characters for generation and LoRA suggestions.
{% set tags = look.data.tags if look.data.tags is mapping else {} %}
LoRA Settings

When Min ≠ Max, weight is randomised between them each generation.

Prompts
{% endblock %}