Migrate DiT to dedicated Inference Endpoint (L40S, scale-to-zero) 17fb884 claude commited on 3 days ago
pipeline_t2i: CPU text encoding (VL cannot co-reside with DiT) 7e74400 heheyas commited on 8 days ago
SDPA fallback: single-segment fast path (no mask → flash kernel) bbf55ae heheyas commited on 8 days ago
Transformer: SDPA fallback for flash_attn_varlen_func (NaviT path) 36902a3 heheyas commited on 8 days ago
Pipeline: cpu_offload_with_hook chain per block (proper offload) 2db3dad heheyas commited on 8 days ago
Pipeline: use AlignDevicesHook per transformer_block for real offload afef672 heheyas commited on 8 days ago
Pipeline: per-layer CPU offload for DiT + on-demand GPU move for VAE/TE 8159dd9 heheyas commited on 8 days ago
DiT: bypass diffusers entirely, use internal PSM pipeline byte-identically 7d5b077 heheyas commited on 8 days ago
PE: SSE streaming (/api/generate_sp/stream) + SPA live token render c425f49 heheyas commited on 8 days ago
Swap diffusers' transformer for internal modeling.qwenimage impl 1d50da1 heheyas commited on 9 days ago
DiT: compact-single-quote SP normalization on the Space side too b4dc72d heheyas commited on 9 days ago
DiT: only overlay dit_model.*, skip text_encoder (matches EvalKit) 170a63b heheyas commited on 9 days ago
PE input_template: '<prompt>' (raw), drop [width/height] suffix 8504cc2 heheyas commited on 9 days ago
Switch PE system prompt m12 → rft_iter0_v6 (adds bbox / depth / CoT) 671e116 heheyas commited on 9 days ago
PE JSON extractor: split duplicate-id dicts + json_repair fallback 3d002a9 heheyas commited on 9 days ago
SPA: null-safe getElementById wrappers for removed UI elements 6c21b93 heheyas commited on 9 days ago
Space /api/generate_sp: retry-with-backoff on endpoint 503 (cold start) db7ff81 heheyas commited on 9 days ago
Wire /api/generate_sp to HF Inference Endpoint (vLLM+Qwen3.5-35B-A3B) b9749da heheyas commited on 9 days ago
Prepend a Route('/') instead of middleware (fastapi frozen post-launch) 859009e heheyas commited on 12 days ago
Let Gradio be primary launcher; attach fastapi routes to demo.app 8e55230 heheyas commited on 12 days ago
Switch to sdk: docker (Gradio SDK monkey-patches uvicorn.run) 95df090 heheyas commited on 12 days ago