lingbot-world
Advancing Open-source World Models
File Explorer
Download Latest Version (.zip)- teaser.png
- action.npy
- ijkl_action.npy
- image.jpg
- intrinsics.npy
- poses.npy
- prompt.txt
- wasd_action.npy
- action.npy
- ijkl_action.npy
- image.jpg
- intrinsics.npy
- poses.npy
- prompt.txt
- wasd_action.npy
- action.npy
- ijkl_action.npy
- image.jpg
- intrinsics.npy
- poses.npy
- prompt.txt
- wasd_action.npy
- action.npy
- image.jpg
- intrinsics.npy
- poses.npy
- wasd_action.npy
- action.npy
- image.jpg
- intrinsics.npy
- poses.npy
- wasd_action.npy
- action.npy
- ijkl_action.npy
- image.jpg
- intrinsics.npy
- poses.npy
- prompt.txt
- wasd_action.npy
- persistent_inference.py
- __init__.py
- shared_config.py
- wan_i2v_A14B.py
- __init__.py
- fsdp.py
- sequence_parallel.py
- ulysses.py
- util.py
- __init__.py
- human_visualization.py
- pose2d.py
- pose2d_utils.py
- preprocess_data.py
- process_pipepline.py
- retarget_pose.py
- sam_utils.py
- UserGuider.md
- utils.py
- video_predictor.py
- __init__.py
- animate_utils.py
- clip.py
- face_blocks.py
- model_animate.py
- motion_encoder.py
- xlm_roberta.py
- __init__.py
- audio_encoder.py
- audio_utils.py
- auxi_blocks.py
- model_s2v.py
- motioner.py
- s2v_utils.py
- __init__.py
- attention.py
- model.py
- model_fast.py
- t5.py
- tokenizers.py
- vae2_1.py
- vae2_2.py
- __init__.py
- cam_utils.py
- fm_solvers.py
- fm_solvers_unipc.py
- qwen_vl_utils.py
- system_prompt.py
- utils.py
- vis_utils.py
- wasd_ijkl_to_c2ws.py
- __init__.py
- image2video.py
- image2video_fast.py
- .gitignore
- generate.py
- generate_fast.py
- LICENSE.txt
- LingBot_World_paper.pdf
- pyproject.toml
- README.md
- requirements.txt
- run_act2cam.sh
- run_act2cam_string.sh
- run_fast.sh
# Installation Guide
git clone https://github.com/Robbyant/lingbot-world
Downloads the entire project code from GitHub to your computer.
cd lingbot-world
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install flash-attn --no-build-isolation
Installs the package published on PyPI directly β no need to clone the source.
pip install "huggingface_hub[cli]"
Installs the package published on PyPI directly β no need to clone the source.
pip install modelscope
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install flash-attn --no-build-isolation
Installs the package published on PyPI directly β no need to clone the source.
pip install "huggingface_hub[cli]"
Installs the package published on PyPI directly β no need to clone the source.
pip install modelscope
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
