OpenCLIP How to use vdo/potat1-with-text-encoder-original-format with OpenCLIP:
import open_clip
model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:vdo/potat1-with-text-encoder-original-format')
tokenizer = open_clip.get_tokenizer('hf-hub:vdo/potat1-with-text-encoder-original-format')