Instructions to use Jiahao-Wang/lingbot-va-robotwin-2task-to-8task-full-step10000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jiahao-Wang/lingbot-va-robotwin-2task-to-8task-full-step10000 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Jiahao-Wang/lingbot-va-robotwin-2task-to-8task-full-step10000", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Jiahao-Wang/lingbot-va-robotwin-2task-to-8task-full-step10000", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
LingBot-VA RoboTwin 2-Task-to-8-Task Full Fine-Tune Step 10000
This is a LingBot-VA inference bundle trained in two stages:
- Full post-training on RoboTwin 2.0
blocks_ranking_rgbandstamp_sealfor 5000 steps. - Continued full post-training on eight RoboTwin 2.0 tasks for 10000 steps.
The eight-task continuation used the default full post-training method, not LoRA.
Training tasks for the continuation stage:
click_alarmclockstack_blocks_twohandover_blockplace_object_basketpick_dual_bottlesshake_bottleturn_switchbeat_block_hammer
The bundle contains tokenizer/, text_encoder/, vae/, and the final merged transformer/.
It can be used directly with wan_va_server.py --pretrained-model-path.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support