The CLI is published from this repo. LightX2V-Deploy is internal and not required.
- Python 3.10+
piporpipx
curl -fsSL https://raw.githubusercontent.com/ModelTC/lightx2v-studio-cli/main/install.sh | shpip install --upgrade pip
pip install "git+https://github.com/ModelTC/lightx2v-studio-cli.git"With pipx (isolated env):
pipx install "git+https://github.com/ModelTC/lightx2v-studio-cli.git"git clone https://github.com/ModelTC/lightx2v-studio-cli.git
cd lightx2v-studio-cli
pip install -e .lightx2v loginOr environment variables:
export LIGHTX2V_BASE_URL="https://x2v.light-ai.top"
export LIGHTX2V_API_KEY="apikey_xxxxxxxx"Get an API key at https://x2v.light-ai.top (user menu → API Key).
lightx2v --help
lightx2v modelseval "$(lightx2v completion bash)"
eval "$(lightx2v completion zsh)"