whatisgithub

What is fasteditwam?

wudongming97/fasteditwam — explained in plain English

Analysis updated 2026-05-18

7PythonAudience · researcherComplexity · 5/5Setup · hard

In one sentence

A research variant of FastWAM that predicts a single future frame with Z-Image to train robots faster on the LIBERO benchmark.

Mindmap

mindmap
  root((FastEditWAM))
    What it does
      Single frame prediction
      Faster than FastWAM
      Robot task training
    Tech stack
      Python
      Z-Image model
      Qwen3 text embeddings
      LIBERO benchmark
    Use cases
      Reproduce LIBERO results
      Train on Z-Image expert
      Extend to real robots
    Audience
      Robot learning researchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Reproduce the LIBERO benchmark comparison between FastEditWAM and the original FastWAM.

USE CASE 2

Train a robot task model that predicts a single future frame using the Z-Image component.

USE CASE 3

Precompute cached text embeddings for LIBERO tasks to speed up repeated training runs.

What is it built with?

PythonPyTorchBash

How does it compare?

wudongming97/fasteditwamalx-code/lingbot-video-1.3b-fp8andrevicencio/tmux-flash
Stars777
LanguagePythonPythonPython
Setup difficultyhardeasy
Complexity5/52/5
Audienceresearcherdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Requires a multi GPU machine, a Z-Image checkpoint, and a separate install of the official LIBERO simulator.

The README does not state a license for this project.

So what is it?

FastEditWAM is a research project for training robots to perform tasks by predicting what a scene will look like next. It is a modified, smaller version of an existing project called FastWAM, adapted to work with an image editing model named Z-Image. The people behind it noticed that predicting many future video frames during training takes a lot of time and is not actually necessary. Predicting just one frame still gives the model enough visual information to learn from, while making the training process faster. The project swaps in Z-Image as the component that handles images, adds the configuration files needed to run it in a few different sizes, and precomputes text descriptions of tasks using a language model called Qwen3 so they do not need to be recalculated every time during training. It reuses the same LIBERO benchmark testing setup that the original FastWAM project used. LIBERO is a simulated environment for testing how well a robot can complete household style tasks based on instructions. So far the project has only been tested in this LIBERO simulation, not on a physical robot, though the author believes the same approach should also work on real robots. Results shown in the README compare FastEditWAM against the original FastWAM across several LIBERO task categories, and the two perform close to each other, with FastEditWAM scoring slightly better on one category and slightly lower on the others. Getting the project running involves installing the package, downloading a specific Z-Image model checkpoint, preparing the LIBERO dataset in a particular format, and separately installing the official LIBERO simulator, which is not included in this repository. From there the README walks through precomputing text embeddings, training on a multi GPU machine, and running evaluation scripts against the trained checkpoints. This is a project for people already working in robot learning research rather than a general purpose tool, and it comes with a citation entry for anyone using it in their own work.

Copy-paste prompts

Prompt 1
Explain how FastEditWAM's single frame prediction differs from FastWAM's multi frame approach.
Prompt 2
Walk me through preparing the LIBERO dataset and checkpoint files this repo expects.
Prompt 3
Help me run scripts/precompute_zimage_text_embeds.py for the action512 task config.
Prompt 4
Explain the LIBERO evaluation results table in this README and what each column means.

Frequently asked questions

What is fasteditwam?

A research variant of FastWAM that predicts a single future frame with Z-Image to train robots faster on the LIBERO benchmark.

What language is fasteditwam written in?

Mainly Python. The stack also includes Python, PyTorch, Bash.

What license does fasteditwam use?

The README does not state a license for this project.

How hard is fasteditwam to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is fasteditwam for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.