Added support for fantasyspeaking model

This commit is contained in:
DeepBeepMeep
2025-05-04 00:10:40 +02:00
parent 4ecc866c7b
commit bc9121ffc6
13 changed files with 857 additions and 440 deletions

View File

@@ -44,6 +44,8 @@ SUPPORTED_SIZES = {
VACE_SIZE_CONFIGS = {
'480*832': (480, 832),
'832*480': (832, 480),
'720*1280': (720, 1280),
'1280*720': (1280, 720),
}
VACE_MAX_AREA_CONFIGS = {