{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-05981","title":"Inverting the Streaming-Diffusion Bottleneck: Video-Rate MLLM-Conditioned Edit Diffusion on a Consumer GPU","arxiv_id":"2606.05981","date":"2026-06-04","proceeding":null,"authors":["Yoshiyuki Ootani"],"abstract":"Aggressive distillation of the diffusion U-Net inverts the per-frame bottleneck of real-time text-to-image pipelines: once the denoiser is a 4-step or 1-step distilled student, the text encoder becomes the critical path. This inversion is most acute in vision-aware edit diffusion, where the encoder is a multimodal large language model (MLLM). We study a 0.39B distilled edit U-Net paired with a 2.13B MLLM text encoder (Qwen3-VL) and present a streaming pipeline for this regime built on three mechanisms that keep the encoder off the denoiser's critical path rather than shrinking the encoder: asymmetric side-stream / main-stream CUDA pipelining with batched text-encoder amortisation, a compile-friendly ControlNet-LLLite reformulation that folds the whole U-Net + adapter stack into one fused graph, and a periodic conditioning-refresh schedule with a hook subset that amortises the per-frame conditioning cost. On a single consumer RTX 3090 Ti at 512x512 this sustains 27-30 fps over a 480-frame run; at the same operating point steady-state throughput scales to 55 fps on RTX 4090 and 74 fps on RTX 5090. This shows that once distillation is aggressive enough, further gains come from encoder-side systems work rather than further denoiser compression -- the opposite lever from the one the streaming-diffusion literature has optimised to date. We report video-rate streaming throughput, not interactive low latency, and locate our numbers against same-stack StreamDiffusion re-runs as systems context, not a superiority claim. The released oil-painting adapter generalises within in-clip noise to 19 unused DAVIS-2017 sequences and 15 non-DAVIS clips from seven sources; prompt-level generalisation to unseen styles is bounded and reported separately.","url_abs":"https://arxiv.org/abs/2606.05981","url_pdf":"https://arxiv.org/pdf/2606.05981","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2606.05981","atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.05981"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/otanl/dreamlite-stream","reach":null}],"summary":{"ran":22,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":26,"ran":22,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"94ac824640f701b5","entry":"compute_temporal","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/metrics.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"94ac824640f701b5"}},{"code_sha256_prefix":"40ee5de14d92d049","entry":"encode_prompt_edit","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/pipeline_ops.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/pipeline_ops.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"40ee5de14d92d049"}},{"code_sha256_prefix":"6f2901f8591bfae4","entry":"expand_linear","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/frame_interp.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/frame_interp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6f2901f8591bfae4"}},{"code_sha256_prefix":"1fbf2c7f5df23873","entry":"expand_rife","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/frame_interp.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/frame_interp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1fbf2c7f5df23873"}},{"code_sha256_prefix":"d6aadf4c98b84266","entry":"farneback_flow","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/flow.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/flow.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d6aadf4c98b84266"}},{"code_sha256_prefix":"664ecef3a8f6336a","entry":"find_vision_tower","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/te_vit_compile.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/te_vit_compile.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"664ecef3a8f6336a"}},{"code_sha256_prefix":"131822af3020f9d5","entry":"find_visual_token_span","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/te_pruning.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/te_pruning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"131822af3020f9d5"}},{"code_sha256_prefix":"b2521292eae86efd","entry":"hf_fft_log_ratio_loss","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/distillation_losses.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/distillation_losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b2521292eae86efd"}},{"code_sha256_prefix":"f8725c10bbd1a52d","entry":"idpruner_select","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/te_pruning.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/te_pruning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f8725c10bbd1a52d"}},{"code_sha256_prefix":"e00248d7166cad7c","entry":"install_global_sdpa_patch","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/sage_attn.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/sage_attn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e00248d7166cad7c"}},{"code_sha256_prefix":"6ac440ade25a76fa","entry":"load_results","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/paper_table.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/paper_table.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6ac440ade25a76fa"}},{"code_sha256_prefix":"2f2dcbd8af52d9f0","entry":"make_main_table","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/paper_table.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/paper_table.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2f2dcbd8af52d9f0"}},{"code_sha256_prefix":"387f832f4dee3436","entry":"make_motion_table","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/paper_table.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/paper_table.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"387f832f4dee3436"}},{"code_sha256_prefix":"8c1796bb03fc6458","entry":"make_time_ids","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/pipeline_ops.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/pipeline_ops.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8c1796bb03fc6458"}},{"code_sha256_prefix":"03890a2e010a35d9","entry":"pixel_mse_loss","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/distillation_losses.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/distillation_losses.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"03890a2e010a35d9"}},{"code_sha256_prefix":"6e9846d2b9b3cb1e","entry":"prune_and_pad","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/te_pruning.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/te_pruning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6e9846d2b9b3cb1e"}},{"code_sha256_prefix":"875aed342a241567","entry":"read_video_frames","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/metrics.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"875aed342a241567"}},{"code_sha256_prefix":"71266c34bb2712c4","entry":"reference_l1","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/metrics.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"71266c34bb2712c4"}},{"code_sha256_prefix":"0bab832f9408af04","entry":"set_timesteps","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/pipeline_ops.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/pipeline_ops.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0bab832f9408af04"}},{"code_sha256_prefix":"73537ff2f1ae66bf","entry":"temporal_blend","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/frame_interp.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/frame_interp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"73537ff2f1ae66bf"}},{"code_sha256_prefix":"f35c51dfae843774","entry":"to_gray","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/flow.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/flow.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f35c51dfae843774"}},{"code_sha256_prefix":"6573d5a392a0b60b","entry":"warp_latent","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/flow.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/flow.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6573d5a392a0b60b"}},{"code_sha256_prefix":"fac55ef25434014c","entry":"compile_vision_tower","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/te_vit_compile.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/te_vit_compile.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fac55ef25434014c"}},{"code_sha256_prefix":"39a8904499b25fcd","entry":"perceptual_lpips_loss","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/distillation_losses.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/distillation_losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39a8904499b25fcd"}},{"code_sha256_prefix":"8927cc97a76a68c4","entry":"sage_sdpa","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/sage_attn.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/sage_attn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8927cc97a76a68c4"}},{"code_sha256_prefix":"825052fb031a5108","entry":"select_backend","repo":"otanl/dreamlite-stream","repo_kind":"found_in_text","path":"src/dreamlite_stream/sage_attn.py","file_url":"https://github.com/otanl/dreamlite-stream/blob/HEAD/src/dreamlite_stream/sage_attn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"825052fb031a5108"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}