Fix NODE_DEFAULT_SHAPE in color palette (#2033)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-23 20:44:52 -05:00
committed by GitHub
parent 3b9a5a61b2
commit e2bbfe7d80
15 changed files with 70 additions and 13 deletions

View File

@@ -5287,6 +5287,14 @@
"samples": {
"name": "样本"
},
"temporal_overlap": {
"name": "时间重叠",
"tooltip": "仅用于视频VAEs重叠的帧数。"
},
"temporal_size": {
"name": "时间尺寸",
"tooltip": "仅用于视频VAEs一次解码的帧数。"
},
"tile_size": {
"name": "瓷砖大小"
},