Code Monkey home page Code Monkey logo

Comments (3)

Wawoul avatar Wawoul commented on July 24, 2024 3

I got this too, noticed that xformers wasn't installed in my activate animatediff environment (check by running ' python -m xformers.info ' after ' conda activate animatediff ') then if not there, install it again with ' pip install xformers==0.0.20 '

from animatediff.

song-wensong avatar song-wensong commented on July 24, 2024

loaded 3D unet's pretrained weights from models/StableDiffusion/stable-diffusion-v1-5/unet ...

missing keys: 560;

unexpected keys: 0;

What could be the reason for the presence of missing keys?

from animatediff.

Henrik-hw avatar Henrik-hw commented on July 24, 2024

(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 full path with constructor syntax. warn(f"Failed to load image Python extension: {e}") loaded temporal unet's pretrained weights from models/StableDiffusion\unet ...

missing keys: 560;

unexpected keys: 0;

Temporal Module Parameters: 417.1376 M

Traceback (most recent call last): File "C:\Users\dbodbo\miniconda3\envs\animatediff\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\dbodbo\miniconda3\envs\animatediff\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "F:\animediff\AnimateDiff\scripts\animate.py", line 159, in main(args) File "F:\animediff\AnimateDiff\scripts\animate.py", line 56, in main else: assert False AssertionError

Have you resolved this error?

from animatediff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.