/mnt/Samsung980Pro/WORK/AI/arch/magic-animate/magicanimate/pipelines/pipeline_animation.py:43: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead.
from diffusers.pipeline_utils import DiffusionPipeline
Traceback (most recent call last):
File "/mnt/Samsung980Pro/arch_linux_software/anaconda3/envs/manimate/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/mnt/Samsung980Pro/arch_linux_software/anaconda3/envs/manimate/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/mnt/Samsung980Pro/WORK/AI/arch/magic-animate/magicanimate/pipelines/animation.py", line 282, in <module>
run(args)
File "/mnt/Samsung980Pro/WORK/AI/arch/magic-animate/magicanimate/pipelines/animation.py", line 271, in run
main(args)
File "/mnt/Samsung980Pro/WORK/AI/arch/magic-animate/magicanimate/pipelines/animation.py", line 76, in main
text_encoder = CLIPTextModel.from_pretrained(config.pretrained_model_path, subfolder="text_encoder")
File "/mnt/Samsung980Pro/arch_linux_software/anaconda3/envs/manimate/lib/python3.8/site-packages/transformers/modeling_utils.py", line 2805, in from_pretrained
state_dict = load_state_dict(resolved_archive_file)
File "/mnt/Samsung980Pro/arch_linux_software/anaconda3/envs/manimate/lib/python3.8/site-packages/transformers/modeling_utils.py", line 458, in load_state_dict
with safe_open(checkpoint_file, framework="pt") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
Which seems to me like a problem with the hierarchy of models, however, with git cloning the models directly from hugging face, this seems to match... I don't see the issue here:
when I run the scripts I get this funny error:
Which seems to me like a problem with the hierarchy of models, however, with git cloning the models directly from hugging face, this seems to match... I don't see the issue here: