unsloth/studio/frontend/src/features
Daniel Han 6e2e8c846c Harden video diffusion cache, CFG-parallel replica, and layerwise-fp8 rollback
- diffusion_attention: clear the HunyuanVideo-1.5 null-mask flag with an always_call
  post-hook so it is scoped to one hooked forward and never latches across an
  exception; add attention_backend_supported_on_device to arch-gate an
  already-resolved backend on a specific (heterogeneous) CUDA device.
- video: make the explicit MagCache resize transactional via _step_cache_all_or_none
  (refuse to stack a fresh cache over one that could not be disabled; roll a mixed
  resize back and report the true state); raise on a failed all-or-none rollback
  instead of falsely reporting an uncached pipeline.
- diffusion_cfg_parallel: re-validate the attention backend on the replica device
  and pin native there when unsupported; mirror the primary's max tier on the
  replica (max-autotune compile + direct QKV fusion) via a new speed_mode arg;
  prefer a viable heterogeneous secondary GPU over an unusable identical one; clear
  the const cache at each plan_generation.
- diffusion_vae_quant / diffusion_precision: detect a partial diffusers
  layerwise-fp8 mutation (leftover casting hooks the torchao detector cannot see)
  and fail the load closed, while a clean failure still falls back to dense.
- video_speedmem_bench: engage the dual-expert cache all-or-none like the loader.
- frontend video api: add text_encoder_quant / vae_quant and the auto/off literals
  to VideoLoadRequest so typed callers match the backend contract.
2026-07-13 01:30:22 +00:00
..
auth studio: let users change their password from Settings (#6520) 2026-06-22 07:49:13 -07:00
chat Tighten comments in the image and video frontend 2026-07-12 12:15:36 +00:00
data-recipes Fix recent trainings scope (#6571) 2026-06-22 06:24:04 -07:00
export Studio: multi-select export formats, portable FP8/INT8, GGUF LoRA, and source parity (#6767) 2026-07-03 08:25:10 -07:00
hub Merge remote-tracking branch 'origin/main' into fold-integration 2026-07-07 01:46:07 +00:00
images Merge branch 'image-generation' into video-diffusion-improvements 2026-07-12 13:59:40 +00:00
native-intents studio: let users change their password from Settings (#6520) 2026-06-22 07:49:13 -07:00
onboarding studio: label RAM and VRAM readouts as GiB not GB (#6895) 2026-07-06 08:27:26 -07:00
profile studio: persist personalization (profile, avatar, theme) server-side (#6516) 2026-06-22 04:09:48 -07:00
rag Whole-document context for RAG chat attachments (#6693) 2026-06-30 15:55:23 +02:00
recipe-studio Fix per-block ID collisions and add block cleanup for unstructured uploads (#6944) 2026-07-08 20:03:03 -07:00
security Studio: persistent per-user trust_remote_code approval cache (#6551) 2026-06-22 05:12:49 -07:00
settings Stabilize floating monitor drag (#6984) 2026-07-09 00:16:05 -07:00
studio studio: label RAM and VRAM readouts as GiB not GB (#6895) 2026-07-06 08:27:26 -07:00
tour Studio: unify shadows, backgrounds and dark mode consistency in chat UI (#6116) 2026-06-10 03:09:37 -07:00
training (feat) Add project names to studio training runs (#6512) 2026-06-29 16:06:36 +02:00
video Harden video diffusion cache, CFG-parallel replica, and layerwise-fp8 rollback 2026-07-13 01:30:22 +00:00