We present Open-MAGVIT2, a family of auto-regressive image generation models ranging from 300M to 1.5B. The Open-MAGVIT2 project produces an open-source replication of Google's MAGVIT-v2 tokenizer, a ...
conda create -n hita python=3.10 -y conda activate hita pip install --upgrade pip # enable PEP 660 support pip install -e . Install additional packages for training cases as required. Two image ...