Description
When running the omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf recipe,
the first frame (conditioned on first_frame.png) is visually sharp, but the
generated video becomes progressively blurrier with each autoregressive step.
By the later AR steps the output is noticeably degraded across the full frame,
not localized to edges or fast-moving regions.
Steps to Reproduce
Run the demo script with any single-view example:
torchrun --nproc_per_node=1 --no-python \
flashdreams-run \
omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf \
--hdmap-video-paths <uuid>_hdmap.mp4 \
--first-frame-paths first_frame.png \
--camera-names camera_front_wide_120fov \
--total-blocks 20 \
--output-dir ./outputs
Tested with two clips:
23599139-948f-4681-b7f4-74794113086d
2375ecb8-c232-11ee-8685-00044baf694d
Observed Behavior
- AR step 0 (first_frame-conditioned): output quality looks correct.
- AR steps 1–19: quality degrades monotonically; by step ~10 the video is clearly
blurry end-to-end.
- The degradation appears global (not limited to motion or occluded areas).
Expected Behavior
Consistent visual sharpness across all 20 AR steps.
Environment
- Recipe:
omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf
(compile + CUDA graphs on image encoder, encoder, decoder)
- Output resolution: 704 × 1280, 157 frames
- GPU memory: ~33 GiB alloc / ~39 GiB reserved
- CUDA 13.2.1

Description
When running the
omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perfrecipe,the first frame (conditioned on
first_frame.png) is visually sharp, but thegenerated video becomes progressively blurrier with each autoregressive step.
By the later AR steps the output is noticeably degraded across the full frame,
not localized to edges or fast-moving regions.
Steps to Reproduce
Run the demo script with any single-view example:
Tested with two clips:
23599139-948f-4681-b7f4-74794113086d2375ecb8-c232-11ee-8685-00044baf694dObserved Behavior
blurry end-to-end.
Expected Behavior
Consistent visual sharpness across all 20 AR steps.
Environment
omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf(compile + CUDA graphs on image encoder, encoder, decoder)