Henirk

Results 6 comments of Henirk

I have the same problem,How to solve?

You can find the path:**/home/xxf /anaconda3/envs/videocrafter/lib/python3.8/site-packages/open_clip/pretrained.py** and then find :def download_pretrained_from_hf( model_id: str, filename: str = 'open_clip_pytorch_model.bin', revision=None, cache_dir: Union[str, None] = None, ): has_hf_hub(True) **cached_file = "/home/xxf/.cache/clip/open_clip_pytorch_model.bin"** **return cached_file**...

This problem occurs when the resolution is 128 * 128. I guess it's caused by the low resolution. I can use 256 * 256 to run .

https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt here,man

> (animatediff) PS F:\animediff\AnimateDiff> python -m scripts.animate --config configs/prompts/1-ToonYou.yaml C:\Users\dbodbo\miniconda3\envs\animatediff\lib\site-packages\torchvision\io\image.py:13: UserWarning: Failed to load image Python extension: Could not find module 'C:\Users\dbodbo\miniconda3\envs\animatediff\Lib\site-packages\torchvision\image.pyd' (or one of its dependencies). Try using the...