Anmol Agarwal

Results 2 comments of Anmol Agarwal

Getting the same issue with Wan-2.1-14B, Are the Wan-2.1 docs outdated? ```import torch from diffusers.utils import export_to_video, load_video from diffusers import AutoencoderKLWan, WanVideoToVideoPipeline from diffusers.schedulers.scheduling_unipc_multistep import UniPCMultistepScheduler # Available models:...

When I try to use channels_last_3d this is the error I receive ```Traceback (most recent call last): File "/home/sky/anmol/owl-style-transfer/tests/wanv2v.py", line 43, in output = pipe( ^^^^^ File "/home/sky/miniconda3/envs/style/lib/python3.12/site-packages/torch/utils/_contextlib.py", line 120,...