Add Krea2 formatting and scalable scene pools

This commit is contained in:
2026-06-24 10:23:24 +02:00
parent 00ac8be640
commit 89af926a5a
9 changed files with 1191 additions and 23 deletions
+2 -1
View File
@@ -1331,9 +1331,10 @@ def _expand_scenes() -> list[tuple[str, str]]:
additions: list[tuple[str, str]] = []
for base_slug, base_description in bases:
for mood_slug, mood_description in moods:
separator = ", " if mood_description.startswith("with ") else " "
additions.append((
_scene_slug(f"{base_slug}_{mood_slug}"),
f"{base_description} {mood_description}",
f"{base_description}{separator}{mood_description}",
))
additions.extend(
[