Installation

March 29, 2026 · View on GitHub

Environment

git clone https://github.com/ZrH42/UniX.git
cd UniX
conda create -n unix python=3.10 -y
conda activate unix
bash install.sh

Weights

ModelDownload
UniXHuggingFace
VLM (Janus-Pro-1B)HuggingFace
ViT (SigLIP)HuggingFace
VAE and VAE configOffline and Github
RadDino (optional)HuggingFace
CheXbert (optional)GitHub

Directory Structure

Place all models under weights/ directory:

weights/
├── UniX/
├── Janus-Pro-1B/
├── siglip-large-patch16-384/
├── vae/f16d16/
│         ├── kl-f16d16.ckpt
│         └── kl-f16d16.yaml
├── RadDino (optional)
└── chexbert/chexbert.pth (optional)