mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-08 20:34:23 +08:00
Update nodes.py
This commit is contained in:
parent
42c46b76e1
commit
0f5d67a9a9
1
nodes.py
1
nodes.py
@ -836,6 +836,7 @@ class CogVideoImageEncode:
|
|||||||
if not pipeline["cpu_offloading"]:
|
if not pipeline["cpu_offloading"]:
|
||||||
vae.to(device)
|
vae.to(device)
|
||||||
|
|
||||||
|
check_diffusers_version()
|
||||||
vae._clear_fake_context_parallel_cache()
|
vae._clear_fake_context_parallel_cache()
|
||||||
|
|
||||||
input_image = image.clone()
|
input_image = image.clone()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user