Instructions to use armanakbari4/g1_fdmv2_openLidPotato_500step with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use armanakbari4/g1_fdmv2_openLidPotato_500step with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("armanakbari4/g1_fdmv2_openLidPotato_500step", 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
g1_fdmv2_openLidPotato_500step โ LingBot-VA G1 post-trained transformer
Fine-tuned transformer for LingBot-VA on Unitree G1 (Dex1), task
bobchenyx/g1_dex1_open_lid_add_potato_033:
"Open the pot's lid and put the potato inside the pot."
- Base:
robbyant/lingbot-va-base - Post-training: 50 demos, single task, lr 1e-5, FDM v2 recipe โ
mutually-exclusive per-microstep regime (rank-synced coin
fdm_prob=0.5: FDM video-only L_fdm Eq.13lambda_fdm=1.0OR standard IDM L_dyn+L_inv; one forward, one backward). Optimizer step 500 of a 2000-step run (training still in progress). - This repo contains only
transformer/โvae/,text_encoder/,tokenizer/are unchanged fromrobbyant/lingbot-va-base.
Assemble an eval-ready checkpoint
hf download robbyant/lingbot-va-base --local-dir lingbot-va-base
hf download armanakbari4/g1_fdmv2_openLidPotato_500step --local-dir g1_olp_500_dl
mkdir -p g1_olp_500
ln -sf $(realpath g1_olp_500_dl/transformer) g1_olp_500/transformer
ln -sf $(realpath lingbot-va-base/vae) g1_olp_500/vae
ln -sf $(realpath lingbot-va-base/text_encoder) g1_olp_500/text_encoder
ln -sf $(realpath lingbot-va-base/tokenizer) g1_olp_500/tokenizer
Serve with CONFIG_NAME=g1_openlidpotato MODEL_PATH=g1_olp_500.
transformer/config.json has attn_mode: torch (inference-ready).
- Downloads last month
- -