This commit is contained in:
2026-08-06 16:44:28 +08:00
parent 0fb20777f7
commit 70f2261d68
6 changed files with 22 additions and 16 deletions
+1
View File
@@ -11,6 +11,7 @@ class CeleryQueue(str, Enum):
GEN_PRIVATE_PORTRAIT = "gen_private_portrait"
GEN_SHOT_ANALYSIS = "gen_shot_analysis"
GEN_SHOT_SPLIT = "gen_shot_split"
GEN_API_UPSCALE = "gen_api_upscale"
DEFAULT = "default"