Instructions to use fusing/vqgan-f4-8192 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/vqgan-f4-8192 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/vqgan-f4-8192", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Question regarding Pre-training Date Set
#1
by LeoLearntoCode - opened
Hi, thank you for releasing this VQGAN model. I'm wondering on which data set is this model pre-trained. Besides, I will really appreciate it if you could kindly provide a JAX VQGAN_f4 model and its code. Thank you very much for your time and help.
LeoLearntoCode changed discussion status to closed