How to use XunmeiLiu/VFIG-4B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("XunmeiLiu/VFIG-4B") model = AutoModelForImageTextToText.from_pretrained("XunmeiLiu/VFIG-4B")