How to install AIDC-AI/Pixelle-Video. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
AIDC-AI/Pixelle-Video Installation Guide
How to install AIDC-AI/Pixelle-Video. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for AIDC-AI/Pixelle-Video. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i AIDC-AI/Pixelle-Videoor
Install via npx
npx @hexmos/ipm i AIDC-AI/Pixelle-VideoPrerequisites
Python
runtimeVersion: >=3.8
uv
package managerVersion: latest
ffmpeg
binaryVersion: latest
ComfyUI
runtimeVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Windows One-Click Installer (Recommended)
curl -L https://github.com/AIDC-AI/Pixelle-Video/releases/latest -o Pixelle-Video.zip
unzip Pixelle-Video.zip
cd Pixelle-Video
start.batInstall from Source (macOS/Linux)
git clone https://github.com/AIDC-AI/Pixelle-Video.git
cd Pixelle-Video
uv --version
brew install ffmpeg
sudo apt update && sudo apt install ffmpeg -y
uv run streamlit run web/app.pyPost Installation Steps
- Configure LLM and image generation services in the 'System Configuration' panel of the web interface.
- Open http://localhost:8501 in your browser after running start.bat or uv run streamlit run web/app.py.
