Add "Hunyuan Video" to BASE_MODEL_MAPPING and create new Lora manager example workflow

This commit is contained in:
Will Miao
2025-03-05 10:18:22 +08:00
parent 4c95b5c516
commit 879df0d563
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ BASE_MODEL_MAPPING = {
"flux1": "Flux.1 D",
"flux.1 d": "Flux.1 D",
"illustrious": "IL",
"pony": "Pony"
"pony": "Pony",
"Hunyuan Video": "Hunyuan Video"
}
def determine_base_model(version_string: Optional[str]) -> str:

File diff suppressed because one or more lines are too long