Fix extension panel search/sort (#2041)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-24 10:51:41 -05:00
committed by GitHub
parent 5da26e917a
commit eb43234a3a
6 changed files with 41 additions and 1 deletions

View File

@@ -5351,6 +5351,14 @@
"pixels": {
"name": "像素"
},
"temporal_overlap": {
"name": "时间重叠",
"tooltip": "仅用于视频VAEs重叠的帧数。"
},
"temporal_size": {
"name": "时间尺寸",
"tooltip": "仅用于视频VAEs一次编码的帧数。"
},
"tile_size": {
"name": "瓷砖大小"
},