11 Commits
Author SHA1 Message Date
Martin Delophyandhaixin.yang c02e6136a1 complete editor internationalization (#43)
Co-authored-by: haixin.yang <haixin.yang@weimob.com>
2026-07-23 11:03:26 +08:00
Martin Delophyandhaixin.yang 11ddf231e0 Publish Timeline Studio agent editing skill (#42)
* publish timeline agent editing skill

* install ffmpeg in CI

---------

Co-authored-by: haixin.yang <haixin.yang@weimob.com>
2026-07-22 18:47:40 +08:00
Anupam MedirattaandClaude Sonnet 4.6 d689b89687 fix: replace safetensors load with weights_only=True in audio export script
export_joyvasa_audio.py was using safetensors.torch.load_file() on a
native PyTorch checkpoint, which fails with SafetensorError. Replace with
torch.load(..., weights_only=True) and an explicit add_safe_globals
allowlist ([argparse.Namespace, PosixPath]), consistent with the other
two JoyVASA export scripts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 12:40:44 +05:30
Anupam MedirattaandClaude Sonnet 4.6 03f1cbb2c2 fix: use weights_only=True with explicit safe globals for torch.load
Replaces weights_only=False with weights_only=True and an explicit
add_safe_globals allowlist ([argparse.Namespace, PosixPath]) in both
JoyVASA export scripts. This is the sanctioned PyTorch mitigation for
the trailofbits pickles-in-pytorch semgrep pattern: only the known-safe
non-default classes are allowlisted; all others are rejected by the
restricted unpickler. Checkpoint format, SHA-256 pins, and all
downstream payload accesses are unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 12:28:28 +05:30
orbisai0security b2b3851f85 fix: trailofbits.python.pickles-in-pytorch.pickles-in-pytorch security vulnerability
Automated security fix generated by OrbisAI Security
2026-07-22 03:38:48 +00:00
haixin.yang 728720f023 Add versioned timeline command runner 2026-07-21 19:19:39 +08:00
haixin.yang fe799d322f docs: replace static star history with live links 2026-07-13 16:14:02 +08:00
haixin.yang be67fe27a2 docs: automate repository star history 2026-07-13 14:05:03 +08:00
haixin.yang e302b25288 feat: add browser LivePortrait avatar pipeline 2026-07-11 14:36:04 +08:00
haixin.yang 32e8a0fbb4 feat: enable LivePortrait WebGPU pipeline 2026-07-10 19:09:15 +08:00
haixin.yang 16c0bf7f2e feat: add browser talking avatar pipeline 2026-07-10 18:09:05 +08:00