JackChen890311 / Simple-Magic-Animate

A simple magic animate pipeline including densepose inference.
35 stars 5 forks source link

Can't load tokenizer for 'pretrained_models/stable-diffusion-v1-5'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'pretrained_models/stable-diffusion-v1-5' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer. #2

Closed zsszyx closed 10 months ago

zsszyx commented 10 months ago

Can't load tokenizer for 'pretrained_models/stable-diffusion-v1-5'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'pretrained_models/stable-diffusion-v1-5' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.

JackChen890311 commented 10 months ago

Hi,

It seems like you didn't download the pretrained models. Please follow the 'Getting Started' section in Magic Animate Github to download pretrained models and put them in the corresponding directory. (See here)

Thanks!