Commit History

feat: add Bo Zheng homepage link
c8826ac
Running

H-Liu1997 commited on

feat: add author homepage links for Yiyi Cai, Yuhan Wu, Kunhang Li
7fe2985

H-Liu1997 commited on

fix: correct author order per paper
a30e265

H-Liu1997 commited on

feat: add FloodDiffusion title, CVPR 2026, authors, paper/code badges
b2734f9

H-Liu1997 commited on

feat: spectators see 'Take Over' button to seamlessly take control
4da9546

H-Liu1997 commited on

fix: syntax error in get_frame else branch indentation
5f2882e

H-Liu1997 commited on

feat: spectator mode - all visitors see the same streaming generation
b1e1a05

H-Liu1997 commited on

fix: move k_lens to GPU in SDPA fallback (tested locally)
7d73321

H-Liu1997 commited on

fix: build proper attention mask in SDPA fallback for text cross-attention
6c6483b

H-Liu1997 commited on

perf: increase server frame buffer target to 16 for batch fetching
7237651

H-Liu1997 commited on

revert: remove float16 override, bfloat16 is safer (float16 overflow risk)
2cefd84

H-Liu1997 commited on

perf: batch frame fetching to overcome HTTP round-trip latency
a3de023

H-Liu1997 commited on

perf: use float16 instead of bfloat16 in SDPA for T4 tensor core acceleration
80c3e53

H-Liu1997 commited on

fix: use model_manager.get_buffer_status() for config endpoint instead of model attrs
3ab7701

H-Liu1997 commited on

fix: adapt model_manager to HF model API (no schedule_config/cfg_config dicts)
47551f4

H-Liu1997 commited on

fix: cast SDPA output back to original dtype + idempotent patching
e843211

H-Liu1997 commited on

fix: patch flash_attention with SDPA fallback for T4 (no flash-attn)
bb7e158

H-Liu1997 commited on

fix: correct CUDA base image tag to 12.4.1
3042363

H-Liu1997 commited on

fix: upgrade to CUDA 12.4 + torch>=2.6 for CVE-2025-32434 compat
c5fa989

H-Liu1997 commited on

fix: pin transformers<5 for google/umt5-base compat (no model_type in config)
975c258

H-Liu1997 commited on

fix: remove pre-download step, model downloads at runtime startup
da265c6

H-Liu1997 commited on

fix: add diffusers, ftfy, regex deps from model dependency tree
e153101

H-Liu1997 commited on

fix: add omegaconf and safetensors deps required by model
21a7038

H-Liu1997 commited on

fix: add lightning dependency required by model
ff0b1d9

H-Liu1997 commited on

fix: split pip install to avoid index-url conflict for non-torch packages
c62140b

H-Liu1997 commited on

feat: initial FloodDiffusion streaming demo for HF Space
a4f8eb3

H-Liu1997 Claude Opus 4.6 (1M context) commited on

initial commit
384dead
verified

H-Liu1997 commited on