janus


conda create -n Janus python=3.10 -y
conda activate Janus
pip install -e .
pip install gradio

export HF_ENDPOINT="https://hf-mirror.com" //解决无法从hungface下载的问题
export HF_HOME=/data/fzw/Janus/

python demo/app_januspro.py


Author: CuberSugar
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source CuberSugar !
  TOC