feat: add advanced AniDoc controls in Gradio UI with documented settings for tracking, seed, sketch processing, and noise 5b4ff2c verified fffiloni commited on 17 days ago
feat: preserve input video resolution and fps by applying unified ffmpeg post-processing (scale + fps filter) 05a3f73 verified fffiloni commited on 17 days ago
feat: preserve original video fps by reusing the input fps in AniDoc generation and final resized output 9bf20a6 verified fffiloni commited on 17 days ago
fix: resize generated video back to the exact input dimensions after AniDoc inference ac52ec9 verified fffiloni commited on 18 days ago
fix: resize generated video to preserve the input aspect ratio without padding or black bars abba8ba verified fffiloni commited on 18 days ago
feat: preserve the input video aspect ratio in the final output by resizing with ffmpeg and padding to the original frame size a74d52b verified fffiloni commited on 18 days ago
refactor: make AniDoc ZeroGPU-safe by loading all runtime models directly inside @spaces.GPU to mirror the working standalone inference path d1496c7 verified fffiloni commited on 18 days ago
fix: make merged AniDoc app ZeroGPU-safe by syncing LineartDetector device state and cleaning up GPU transfers after inference 2163a07 verified fffiloni commited on 18 days ago
refactor: make merged AniDoc app ZeroGPU-safe by keeping models on CPU outside @spaces.GPU and moving them to GPU only during inference f00482d verified fffiloni commited on 18 days ago