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

Create Preset

Cancel
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
New Preset
The AI will set entity IDs (specific, random, or none) and field toggles (on/off/random) based on your description.
About Presets

A preset is a saved generation recipe. It stores:

  • Entity selections — which character, action, scene, etc. to use. Set to a specific ID, Random (pick at generation time), or None.
  • Field toggles — which prompt fields to include. Each can be ON, OFF, or RNG (randomly decide each generation).

After creation you'll be taken to the edit page to review and adjust the AI's choices before generating.

{% endblock %} {% block scripts %} {% endblock %}