Spaces:
Running
Running
Update constants.py
Browse files- constants.py +3 -2
constants.py
CHANGED
@@ -44,7 +44,8 @@ TASK_INFO = [
|
|
44 |
"scene",
|
45 |
"appearance style",
|
46 |
"temporal style",
|
47 |
-
"overall consistency"
|
|
|
48 |
|
49 |
DEFAULT_INFO = [
|
50 |
"subject consistency",
|
@@ -106,7 +107,7 @@ I2V_QUALITY_LIST = [
|
|
106 |
"Dynamic Degree",
|
107 |
"Aesthetic Quality",
|
108 |
"Imaging Quality",
|
109 |
-
"Temporal Flickering"
|
110 |
]
|
111 |
|
112 |
I2V_TAB = [
|
|
|
44 |
"scene",
|
45 |
"appearance style",
|
46 |
"temporal style",
|
47 |
+
"overall consistency"
|
48 |
+
]
|
49 |
|
50 |
DEFAULT_INFO = [
|
51 |
"subject consistency",
|
|
|
107 |
"Dynamic Degree",
|
108 |
"Aesthetic Quality",
|
109 |
"Imaging Quality",
|
110 |
+
# "Temporal Flickering"
|
111 |
]
|
112 |
|
113 |
I2V_TAB = [
|