{% extends "layout.html" %} {% block content %}
0%
Generator Settings
Listing models from Illustrious/ folder
{% set mix_categories = [ ('Actions', 'action', actions, 'action_slugs'), ('Outfits', 'outfit', outfits, 'outfit_slugs'), ('Scenes', 'scene', scenes, 'scene_slugs'), ('Styles', 'style', styles, 'style_slugs'), ('Detailers', 'detailer', detailers, 'detailer_slugs'), ] %} {% for cat_label, cat_key, cat_items, field_name in mix_categories %}

{% for item in cat_items %} {% else %}

No {{ cat_label | lower }} found.

{% endfor %}
{% endfor %}
×
Result
{% if generated_image %}
Generated Result
{% else %}

Select settings and click Generate

Generated Result
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}