Add Krea2 wand atlas candidate
This commit is contained in:
@@ -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("__", "_")
|
||||
|
||||
Reference in New Issue
Block a user