mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
Fix NODE_DEFAULT_SHAPE in color palette (#2033)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -5317,6 +5317,14 @@
|
||||
},
|
||||
"overlap": {
|
||||
"name": "overlap"
|
||||
},
|
||||
"temporal_size": {
|
||||
"name": "temporal_size",
|
||||
"tooltip": "Only used for video VAEs: Amount of frames to decode at a time."
|
||||
},
|
||||
"temporal_overlap": {
|
||||
"name": "temporal_overlap",
|
||||
"tooltip": "Only used for video VAEs: Amount of frames to overlap."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user