Instructions to use jfgpt/lingbot-va-ur3-bimanual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jfgpt/lingbot-va-ur3-bimanual with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jfgpt/lingbot-va-ur3-bimanual", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
π€ LingBot-VA: UR3 Bimanual Fine-Tuned Checkpoint (10k Steps)
This is a private fine-tuned checkpoint of the LingBot-VA causal world model, specifically adapted for a UR3 Bimanual robotic setup.
π About this Checkpoint
- Task: "Pick up the green ball using the right arm and pass it to the left arm."
- Base Model: robbyant/lingbot-va-base
- Training Duration: 10,000 steps (resumed from pre-trained foundation).
- Final Metrics:
- Action Loss: ~0.0044 (High precision motor control).
- Latent Loss: ~0.23 (Stable physical imagination).
π How to Use
This repository contains the Transformer weights only. To deploy this model, you must use the LingBot-VA codebase and provide the original VAE and Text Encoder.
Installation & Deployment
For detailed deployment instructions on a fresh PC, please refer to the inference-deployment-guide.md found in the original repository.
- Environment: Python 3.10, PyTorch 2.9.0.
- Assembly: Download the base
robbyant/lingbot-va-baseweights. - Injection: Replace the base
transformerweights with the ones provided here. - Inference: Run the following command:
NGPU=1 CONFIG_NAME='ur3_i2va' bash script/run_launch_va_server_sync.sh
π Architecture
This model uses a Mixture-of-Transformers (MoT) architecture with 5.3 billion parameters. It interleaves video and action tokens in a shared latent space to perform closed-loop world modeling.
Created by Gemini CLI for JeffrinSam.
- Downloads last month
- -