Commit Graph

141 Commits

Author SHA1 Message Date
harisreedhar b2c4e38362 add metrics 2026-03-17 14:01:54 +01:00
harisreedhar 3d852b4aec add metrics 2026-03-17 14:01:54 +01:00
Henry Ruhs ba8093e844 Revisit and cleanup ffprobe integration (#1027)
* Revisit and cleanup ffprobe integration

* Revisit and cleanup ffprobe integration
2026-03-17 14:01:49 +01:00
harisreedhar fb4811a65b add missing endpoints 2026-03-17 14:01:49 +01:00
henryruhs 946a12bc0e Add process manager to the right place 2026-03-17 14:01:49 +01:00
henryruhs 79340e193e FFmpeg powered sanitization, Chunk based upload write 2026-03-17 14:01:49 +01:00
henryruhs 1fe6e2d6de Simplify testing 2026-03-17 14:01:49 +01:00
henryruhs 4ba6f7643e Revamp the upload 2026-03-17 14:01:49 +01:00
harisreedhar 37c5ad0deb upload asset endpoint 2026-03-17 14:01:49 +01:00
harisreedhar 1abe745790 upload asset endpoint 2026-03-17 14:01:49 +01:00
harisreedhar 6f66937e72 upload asset endpoint 2026-03-17 14:01:49 +01:00
henryruhs 73786a75a4 Polish asset store and helpers 2026-03-17 14:01:49 +01:00
Harisreedhar d5fb30ba65 Feat/audio metadata (#1019)
* audio metadata

* audio metadata

* audio metadata

* audio metadata

* audio metadata

* audio metadata

* audio metadata
2026-03-17 14:01:49 +01:00
harisreedhar 771ffe3081 asset store update 2026-03-17 14:01:49 +01:00
henryruhs f59bf04bc2 Minor cleanup 2026-03-17 14:01:49 +01:00
harisreedhar 5a2eb2059d state api updates 2026-03-17 14:01:49 +01:00
harisreedhar b1aff93617 state api updates 2026-03-17 14:01:49 +01:00
harisreedhar 151ec22a35 state api updates 2026-03-17 14:01:49 +01:00
harisreedhar 09d295ea31 audio to image as frames 2026-03-17 14:01:49 +01:00
harisreedhar cbf0764ad6 workflows rename 2026-03-17 14:01:49 +01:00
harisreedhar 6e1088c34a workflows rename 2026-03-17 14:01:49 +01:00
harisreedhar 8cee58b0b1 image to video as sequence 2026-03-17 14:01:49 +01:00
Henry Ruhs 3d2b0c222c feat/ping-endpoint (#1001)
* api: add WebSocket /ping endpoint and update session guard to support WebSocket subprotocol auth; add tests (test_api_ping.py)

* Initial websocket support using ping

* Initial websocket support using ping

* Initial websocket support using ping

* Combine imports
2026-03-17 14:01:49 +01:00
Henry Ruhs 38a7da5a26 Add simple path isolation (#992) 2026-03-17 14:01:49 +01:00
harisreedhar 0625e84e78 update ffmpeg.set_loop
add test

introduce spawn_frames
2026-03-17 14:01:49 +01:00
harisreedhar 518b1b98b2 changes 2026-03-17 14:01:49 +01:00
harisreedhar 6cbcd327bf Part 2 2026-03-17 14:01:49 +01:00
harisreedhar 320131772b Part 2 2026-03-17 14:01:49 +01:00
harisreedhar df70da4d96 fix 2026-03-17 14:01:49 +01:00
harisreedhar 1f485d0230 part 1 2026-03-17 14:01:49 +01:00
henryruhs 86c315bb37 Switch workflow args order in tests, Remove old choices in processors 2026-03-17 14:01:49 +01:00
henryruhs 98109f174e Switch workflow args order in tests, Remove old choices in processors 2026-03-17 14:01:49 +01:00
harisreedhar de2d5cfc7d add todo
add test

cleanup

remove -w

move --workflow position

fix test

add --worflow, audio-to-image, image-to-image, image-to-video
2026-03-17 14:01:49 +01:00
Henry Ruhs 051aed6133 Scope for Args (#988)
* Add API scopes

* Add API scopes

* Add API scopes

* Add API scopes

* Add API scopes

* Add API scopes

* Add API scopes

* Add API scopes

* Remove system memory limit (#986)

* Add session_id, make token size more reasonable (#983)

* Add session_id, make token size more reasonable

* Use more direct approach

* Fix more stuff

* Fix ignore comments

* Fix naming

* Fix lint
2026-03-17 14:01:46 +01:00
harisreedhar 5faff3b03e changes 2026-03-17 14:01:38 +01:00
harisreedhar 878c738a94 changes 2026-03-17 14:01:38 +01:00
harisreedhar 562a28c342 changes 2026-03-17 14:01:38 +01:00
harisreedhar 5ca7f3d0dc refactor temp handling from target-path to output-path 2026-03-17 14:01:38 +01:00
Henry Ruhs 74bd73f5a1 Remove system memory limit (#986) 2026-03-17 14:01:35 +01:00
Henry Ruhs dd772279ed Add session_id, make token size more reasonable (#983)
* Add session_id, make token size more reasonable

* Use more direct approach
2026-03-17 14:01:35 +01:00
Henry Ruhs 04f6a2c758 Local API (#982)
* Introduce API scelleton

* Raw impl for session

* Simple state endpoint

* Apply _body naming

* Finalize session testing and comment out tons of useless code

* Clean and refactor part1

* Clean and refactor part2

* Clean and refactor part2

* Clean and refactor part2

* Clean and refactor part2

* Refactor middleware

* Refactor middleware

* Clean and refactor part3

* TDD and 2 beers

* TDD and 2 beers

* Complete state endpoints

* You can only set what is already present

* Use only JSON as response

* Use default logger

* Improve auth extraction

* Extend api command with more args

* Adjust API messages
2026-03-17 14:01:35 +01:00
harisreedhar 820134698b remove output_path argument 2026-03-17 14:01:28 +01:00
harisreedhar 49b6acfecf remove output_path argument from merge_video() 2026-03-17 14:01:28 +01:00
harisreedhar 14c9aef764 remove output_video_fps argument from merge_video() 2026-03-17 14:01:28 +01:00
harisreedhar da42377219 fix 2026-03-17 14:01:28 +01:00
harisreedhar 0de966d794 remove same file extension constraint 2026-03-17 14:01:28 +01:00
Henry Ruhs d4f1992167 Feels so good to get rid of Gradio (#978) 2026-03-17 14:01:27 +01:00
Henry Ruhs 57fcb86b82 3.6.0 (#1062)
* mark as next

* add fran model

* add support for corridor key (#1060)

* introduce despill color

* simplify the apply dispill color

* finalize naming for both fill and despill

* follow vision_frame convension

* patch fran model

* adjust fran urls

* Feat/dynamic env setup (#1061)

* dynamic environment setup

* dynamic environment setup

* fix fran model

* prevent directml using incompatible corridor_key model

* fix environment setup for windows

* switch to corridor_key_1024 and corridor_key_2048

* switch to corridor_key_1024 and corridor_key_2048

* mark it as 3.6.0

* rename environment to conda

* rename environment to conda

* fix testing for face analyser

* some background remove cosmetics

* some background remove cosmetics

* some background remove cosmetics

* update preview

---------

Co-authored-by: harisreedhar <h4harisreedhar.s.s@gmail.com>
2026-03-16 15:08:43 +01:00
Henry Ruhs a498f3d618 Patch 3.5.4 (#1055)
* remove insecure flag from curl

* eleminate repating definitons

* limit processors and ui layouts by choices

* follow couple of v4 standards

* use more secure mkstemp

* dynamic cache path for execution providers

* fix benchmarker, prevent path traveling via job-id

* fix order in execution provider choices

* resort by prioroty

* introduce support for QNN

* close file description for Windows to stop crying

* prevent ConnectionResetError under windows

* needed for nested .caches directory as onnxruntime does not create it

* different approach to silent asyncio

* update dependencies

* simplify the name to just inference providers

* switch to trt_builder_optimization_level 4
2026-03-08 11:00:45 +01:00
Henry Ruhs c7976ec9d4 Fix list literal spacing to use [ x, y ] style (#1044)
Enforce consistent space inside square brackets for all list literals
across source and test files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-18 09:18:03 +01:00