Models#
FlashDreams supports multiple world/video model families behind one unified CLI and programmatic pipeline interface.
Running a model#
uv run flashdreams-run <MODEL_SLUG> --help
Examples:
uv run flashdreams-run self-forcing-wan2.1-t2v-1.3b-taehv --total-blocks 7
uv run flashdreams-run lingbot-world-fast --example-data True --total-blocks 21
Implemented models#
Adding your own model#
See Add a new method for model integration and registration guidance.