Add Krea2 wand atlas candidate

This commit is contained in:
2026-06-29 07:44:03 +02:00
parent 05f14cecc7
commit e028419e6d
4 changed files with 97 additions and 6 deletions
+2
View File
@@ -144,6 +144,8 @@ def atlas_coverage_summary(atlas_root: str | Path | None = None) -> dict[str, An
def _suggested_variant_key(folder_name: str) -> str:
if folder_name.lower() == "ready":
return "pov_ejaculation_aftermath_open_thigh_candidate"
normalized = "".join(char if char.isalnum() else "_" for char in folder_name.lower()).strip("_")
while "__" in normalized:
normalized = normalized.replace("__", "_")