YangLing0818 / RPG-DiffusionMaster

[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)
https://proceedings.mlr.press/v235/yang24ai.html
MIT License
1.7k stars 99 forks source link

missing openai/clip-vit-large-patch14 #46

Closed LWHYC closed 6 months ago

LWHYC commented 6 months ago

Hi, thank you for your great work! It's very impressive!

However, when I run RPG.py, it comes to an error "ValueError: With local_files_only set to True, you must first locally save the text_encoder and tokenizer in the following path: 'openai/clip-vit-large-patch14'." Do you have any idea where I should put this file in?

Thanks!

image