Lower default guidance scale from 2.5 to 1.2 0d920e8 someone-in-the-world Claude Sonnet 5 commited on 3 days ago
Fix negative prompt having no effect at default guidance scale b2fbe5d someone-in-the-world Claude Sonnet 5 commited on 3 days ago
Sync develop into main (#52) 8c202fb unverified someone-in-the-world Claude Sonnet 5 commited on 14 days ago
Split app.py into cohesive modules (#17) 63be854 unverified someone-in-the-world Claude Sonnet 5 commited on 21 days ago
Pad declared ZeroGPU duration with a cold-start buffer 8ec79ca someone-in-the-world Claude Sonnet 5 commited on Jul 21
Fix step-done log ordering vs text_encoder offload/pre-VAE-decode 1a04070 someone-in-the-world Claude Sonnet 5 commited on Jul 20
Reduce default GPU duration for Fast mode from 30s to 15s 8a3b1b0 someone-in-the-world Claude Sonnet 5 commited on Jul 20
Add VAE decode logging: pre-decode mem snapshot, tiling prediction, peak reset a1fde2a someone-in-the-world Claude Sonnet 4.6 commited on Jul 20
Raise VAE tile threshold to HIGH_DETAIL.max_dim (2048px) to skip tiling 2f7a843 someone-in-the-world Claude Sonnet 4.6 commited on Jul 20
Load text_encoder as int8 (bitsandbytes) when TEXT_ENCODER_INT8_REPO is set ae1d43b someone-in-the-world Claude Sonnet 5 commited on Jul 20
Skip text_encoder CPU offload in fast mode; type mode as an enum 39867e3 someone-in-the-world Claude Sonnet 5 commited on Jul 20
Add per-phase timing to pipeline call and text_encoder offload f30b43a someone-in-the-world commited on Jul 20
Speed up fast mode: lower resolution cap, skip needless VAE tiling, fewer steps 9fcf338 someone-in-the-world Claude Sonnet 5 commited on Jul 20
Log exception type/repr and traceback in infer() error path 1f6b940 someone-in-the-world Claude Sonnet 5 commited on Jul 19
Replace vllm-flash-attn3 kernel with native SDPA cuDNN backend; wire up attn processor e4b15be someone-in-the-world Claude Sonnet 4.6 commited on Jul 17
Free text encoder before VAE decode and enable VAE tiling to fix OOM 0a2678b someone-in-the-world Claude Sonnet 5 commited on Jul 17
Patch RMSNorm for fp8-resident weights; fix crash in prior fp8 commit c0f3a61 someone-in-the-world Claude Sonnet 5 commited on Jul 17
Keep transformer weights fp8-resident instead of upcasting at load 8db56cb someone-in-the-world Claude Sonnet 5 commited on Jul 17
Refactor _infer_gpu into single-responsibility helper functions d9d1b60 someone-in-the-world commited on Jul 17
Fix misleading "includes compile" log label; add first-touch instrumentation be0f671 someone-in-the-world commited on Jul 17
Revert NF4 quantization: this checkpoint's weights are stored fp8-native 1093d66 someone-in-the-world Claude Sonnet 5 commited on Jul 17
Quantize transformer to NF4 via bitsandbytes to fix root-cause OOM e809108 someone-in-the-world Claude Sonnet 5 commited on Jul 17
Gate full-GPU fast path on slice size; it OOMs on this Space's 47GB MIG 926cf86 someone-in-the-world Claude Sonnet 5 commited on Jul 17
Try full pipeline GPU residency before falling back to cpu offload 994c9a0 someone-in-the-world Claude Sonnet 5 commited on Jul 17
Use sequential CPU offload instead of moving full pipeline to GPU at once a104380 someone-in-the-world Claude Sonnet 5 commited on Jul 17
Use cudaMallocAsync allocator to fix MIG GPU CUDACachingAllocator crash 5ed2ecb someone-in-the-world Claude Sonnet 4.6 commited on Jul 17
Add startup environment diagnostics (_log_env) 9acf075 someone-in-the-world Claude Sonnet 4.6 commited on Jul 17
Load model on CPU at startup to bypass slow ZeroGPU disk packing 6c0477d someone-in-the-world Claude Sonnet 4.6 commited on Jul 17
Revert FA3 and torch.compile: incompatible with this GPU environment a05c007 someone-in-the-world Claude Sonnet 4.6 commited on Jun 4
Fix torch.compile crash on torch.device ConstantVariable bug d66060a someone-in-the-world Claude Sonnet 4.6 commited on Jun 4
Enable FA3 attention and torch.compile for faster inference 000cfc0 someone-in-the-world Claude Sonnet 4.6 commited on Jun 4
Batch log uploads to avoid HF 256-commits/hour rate limit 2f63460 someone-in-the-world Claude Sonnet 4.6 commited on Jun 1
Log gpu_duration and mode at infer start ae435f6 someone-in-the-world Claude Sonnet 4.6 commited on May 26
Add user-adjustable GPU Duration slider to Advanced Settings b36328a someone-in-the-world Claude Sonnet 4.6 commited on May 26
Raise ZeroGPU durations to 20s fast, 60s high-detail c1f861c someone-in-the-world Claude Sonnet 4.6 commited on May 22
Tighten ZeroGPU durations to p95-aligned values (10s fast, 30s high-detail) 541b505 someone-in-the-world Claude Sonnet 4.6 commited on May 22
Raise high-detail ZeroGPU duration to 90s (was 60s) f4a7c5c someone-in-the-world Claude Sonnet 4.6 commited on May 22
Use per-mode dynamic ZeroGPU duration (30s fast, 60s high-detail) 519548d someone-in-the-world Claude Sonnet 4.6 commited on May 22
Reduce ZeroGPU duration from 120s to 60s to halve quota usage e8421c5 someone-in-the-world Claude Sonnet 4.6 commited on May 22
Fix log upload dropped by moving _spawn_log outside @spaces.GPU scope 394c2c0 someone-in-the-world Claude Sonnet 4.6 commited on May 20
Reduce ZeroGPU usage by moving CPU work outside GPU scope 639aead someone-in-the-world Claude Sonnet 4.6 commited on May 19
Load mode toggle JS via demo.load instead of stripped <script> tag a3f2ffd someone-in-the-world Claude Sonnet 4.6 commited on May 19
Add Fast / High-Detail mode toggle (768px vs 2048px output) f333d01 someone-in-the-world Claude Sonnet 4.6 commited on May 19
Add heartbeat logging during model loading b8216f1 someone-in-the-world Claude Sonnet 4.6 commited on May 16
Add step-progress bar to inference loader 4382eeb someone-in-the-world Claude Sonnet 4.6 commited on May 15
Fix quick prompt buttons: HTML-escape JSON to avoid breaking onclick attribute ce260d2 someone-in-the-world Claude Sonnet 4.6 commited on May 15
Fix f-string backslash syntax error in build_suggestion_chips_html b122899 someone-in-the-world Claude Sonnet 4.6 commited on May 15
Load Quick Prompts from suggestions.json, replace artistic chips with realistic ones 62ddcce someone-in-the-world Claude Sonnet 4.6 commited on May 15
Revert 2K/4K resolution selector (4K too slow for generation) 0aa155d someone-in-the-world Claude Sonnet 4.6 commited on May 15