baaivision / Emu

Emu Series: Generative Multimodal Models from BAAI
https://baaivision.github.io/emu2/
Apache License 2.0
1.66k stars 86 forks source link

Emu models weights is not downloading #76

Open ashutoshbk opened 10 months ago

ashutoshbk commented 10 months ago

The link to download the emu model weights on huggingface is redirecting to huggingface only not downloading ai model.

ryanzhangfan commented 10 months ago

Our models were uploaded to huggingface model hub. The links on demo or project page are only directing to the corresponding huggingface model hub pages. Since the weight is split to multiple files, there is no link available for one-click downloading of all these files. One need to follow huggingface-supported methods to download the models. e.g.

  1. git clone image

  2. transformers or diffusers' auto downloading For Emu2 or Emu2-Chat image For Emu2-Gen image

  3. manually download One can download all files one by one by clicking the download button in model hub pages. image

ashutoshbk commented 10 months ago

Thank you for reply,