Commit History

refactor: modernize type hinting by using collection ABCs and built-in generic types across the codebase
b6ba6fc

Jack Wu commited on

fix: convert all run_pipeline runtime errors to gr.Error consistently
64a0db9

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: surface mask-validation ValueError as gr.Error in run_pipeline
be10025

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: cap working fps and surface prewarm failures (critique of b859009)
89dfe5f

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: list-audit fixes β€” LaMa duration, multi-stream audio, prewarm wait
b859009

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: harden upstream-protection so the Space survives upstream deletion
5d79cd0

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: composite_and_save raises on length mismatch instead of silent truncation
777c82c

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: reject sub-32px frames in compute_crop_region
567ee3a

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 7 β€” collapse dual mask-empty check into _get_mask_from_editor
e556888

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 6 β€” drop unused list-wrapper public APIs
ee68aaa

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 5 β€” share crop/mask computation, tighten tempfile, faster PNG
1541ab3

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 4 β€” relocate composite_and_save, top-level pipeline imports
c1c738d

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 3 β€” stdout-pipe first-frame extract, _card_title, _msg helpers
f2818e6

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 2 β€” add CropRegion edge/box properties, externalise CSS
ed7d6c7

BoxOfColors Claude Opus 4.7 (1M context) commited on

refactor: round 1 β€” drop dead code, lift constants, simplify dispatch
cd42852

BoxOfColors Claude Opus 4.7 (1M context) commited on

feat: stream VACE chunks, prewarm checkpoint cache, per-chunk progress
2cab9c3

BoxOfColors Claude Opus 4.7 (1M context) commited on

feat: snap-to-rectangle button + wire LaMa to LAMA_MODEL_URL mirror
c5bf9d4

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: cap huggingface-hub <0.30 and diffusers <0.35 so gradio 4.44 oauth works
a53f2b4

BoxOfColors Claude Opus 4.7 (1M context) commited on

fix: relax huggingface-hub pin so diffusers 0.34+ can install
de643a2

BoxOfColors Claude Opus 4.7 (1M context) commited on

feat: implement VACE-14B quality mode
f6c8580

BoxOfColors Claude Opus 4.7 (1M context) commited on

feat: auto-trim long uploads and add audio re-encode fallback
48bdb38

BoxOfColors Claude Opus 4.7 (1M context) commited on

feat: add mask-clear button and reject too-small / too-large watermarks
ccd9487

BoxOfColors Claude Opus 4.7 (1M context) commited on

chore: update project dependencies in requirements.txt
f26f977

Jack Wu commited on

chore: update project dependencies in requirements.txt
2fff848

Jack Wu commited on

chore: update dependency versions in requirements.txt
7b6893a

Jack Wu commited on

chore: update python version requirement in README and dependencies
1f081e2

Jack Wu commited on

.
9a85a2a

Jack Wu commited on

feat: introduce checkpoint mirroring script, strengthen video validation, and improve pipeline robustness for masking and compositing.
ebe8a5c

Jack Wu commited on

refactor: implement streaming LaMa inpainting, optimize crop aspect ratio matching, and add support for high-frame-rate video presets
4f8616d

Jack Wu commited on

Initial pipeline upload
b1a5003

BoxOfColors Claude Opus 4.7 (1M context) commited on