Giter VIP home page Giter VIP logo

Comments (4)

lixunsong avatar lixunsong commented on July 24, 2024

It seems the downloaded weights are broken

from moore-animateanyone.

zachysaur avatar zachysaur commented on July 24, 2024

how can i fix it

from moore-animateanyone.

zachysaur avatar zachysaur commented on July 24, 2024

Some weights of the model checkpoint were not used when initializing UNet2DConditionModel:
['conv_norm_out.weight, conv_norm_out.bias, conv_out.weight, conv_out.bias']
C:\Users\ggrov\anaconda3\envs\animate\lib\site-packages\torch_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
return self.fget.get(instance, owner)()
Traceback (most recent call last):
File "C:\Users\ggrov\anaconda3\envs\animate\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ggrov\anaconda3\envs\animate\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "F:\Animate\Moore-AnimateAnyone-master\scripts\pose2vid.py", line 167, in
main()
File "F:\Animate\Moore-AnimateAnyone-master\scripts\pose2vid.py", line 91, in main
torch.load(config.reference_unet_path, map_location="cpu"),
File "C:\Users\ggrov\anaconda3\envs\animate\lib\site-packages\torch\serialization.py", line 1014, in load
return _load(opened_zipfile,
File "C:\Users\ggrov\anaconda3\envs\animate\lib\site-packages\torch\serialization.py", line 1422, in _load
result = unpickler.load()
File "C:\Users\ggrov\anaconda3\envs\animate\lib\site-packages\torch\serialization.py", line 1392, in persistent_load
typed_storage = load_tensor(dtype, nbytes, key, _maybe_decode_ascii(location))
File "C:\Users\ggrov\anaconda3\envs\animate\lib\site-packages\torch\serialization.py", line 1357, in load_tensor
storage = zip_file.get_storage_from_record(name, numel, torch.UntypedStorage)._typed_storage()._untyped_storage
RuntimeError: PytorchStreamReader failed reading file data/383: invalid header or archive is corrupted

from moore-animateanyone.

lixunsong avatar lixunsong commented on July 24, 2024

There is a installation guider for windows users. You can try it: https://github.com/sdbds/Moore-AnimateAnyone-for-windows

from moore-animateanyone.

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.