CoolFace
Modelpublic

VARGPT-family/VARGPT-v1.1-edit

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes18downloads
Model Card

<h3>VARGPT-v1.1: Improve Visual Autoregressive Large Unified Model via Iterative Instruction Tuning and Reinforcement Learning</h3>

This model was presented in the paper VARGPT-v1.1: Improve Visual Autoregressive Large Unified Model via Iterative Instruction Tuning and Reinforcement Learning. The project page can be found here: https://vargpt1-1.github.io/

VARGPT-v1.1 (7B+2B) modeling understanding and generation as two distinct paradigms within a unified model: predicting the next token for visual understanding and predicting the next scale for visual generation.

We provide the simple generation process for using our model. For more details, you could refer to Github: VARGPT-v1.1.

Visual Editing

  • —You can perform batch evaluations, including evaluations of image generation and image editing:
shell
cd VARGPT-family-training
bash run_scripts/run_eval_vargpt_v1_1_edit.sh

For more details, you could refer to Github: VARGPT-v1.1.