feat: implement Actions Gallery with character integration and triple LoRA chaining

- Added Actions gallery with CRUD and JSON sync
- Implemented Triple LoRA workflow (Character -> Outfit -> Action)
- Added character-integrated previews for Actions with style matching
- Implemented granular prompt selection and default persistence for Actions
- Added detailed development guide for extending gallery features
This commit is contained in:
Aodhan Collins
2026-02-19 20:06:57 +00:00
parent a4a21051a5
commit 467c90594c
11 changed files with 1350 additions and 114 deletions

View File

@@ -20,6 +20,7 @@
<div class="d-flex">
<a href="/" class="btn btn-outline-light me-2">Characters</a>
<a href="/outfits" class="btn btn-outline-light me-2">Outfits</a>
<a href="/actions" class="btn btn-outline-light me-2">Actions</a>
<a href="/create" class="btn btn-outline-success me-2">Create Character</a>
<a href="/generator" class="btn btn-outline-light me-2">Generator</a>
<a href="/settings" class="btn btn-outline-light">Settings</a>