mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 00:37:11 +08:00
'save'
This commit is contained in:
parent
8d15d9f77e
commit
5487a54578
@ -638,7 +638,6 @@ class WanTrackToVideo:
|
|||||||
|
|
||||||
if start_image is not None:
|
if start_image is not None:
|
||||||
start_image = comfy.utils.common_upscale(start_image[:length].movedim(-1, 1), width, height, "bilinear", "center").movedim(1, -1)
|
start_image = comfy.utils.common_upscale(start_image[:length].movedim(-1, 1), width, height, "bilinear", "center").movedim(1, -1)
|
||||||
start_image = start_image * 2 - 1
|
|
||||||
lat_h = height // 8
|
lat_h = height // 8
|
||||||
lat_w = width // 8
|
lat_w = width // 8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user