• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-02-03 21:20:31 +00:00
6e0ee65e40 Fix streaming_gpu.py to include CPU primitives
giles pushed to main at art-dag/celery 2026-02-03 21:17:29 +00:00
3116a70c3e Fix IPFS upload: sync instead of background task
giles pushed to main at art-dag/celery 2026-02-03 20:38:40 +00:00
09d5359725 Re-enable GPU queue routing after image rebuild
giles pushed to main at art-dag/celery 2026-02-03 20:25:54 +00:00
4930eb99ad Temp: disable GPU queue for testing IPFS HLS streaming
giles pushed to main at art-dag/celery 2026-02-03 20:23:21 +00:00
86830019ad Add IPFS HLS streaming and GPU optimizations
giles pushed to main at art-dag/celery 2026-02-03 00:44:54 +00:00
5bc655f8c8 Include rendering status in runs list
giles pushed to main at art-dag/celery 2026-02-03 00:41:10 +00:00
8f4d6d12bc Use fragmented mp4 for streamable output while rendering
giles pushed to main at art-dag/celery 2026-02-03 00:36:37 +00:00
82599eff1e Add fallback to format duration and debug logging for VideoSource
giles pushed to main at art-dag/celery 2026-02-03 00:27:22 +00:00
a57be27907 Add live video streaming for in-progress renders
giles pushed to main at art-dag/celery 2026-02-03 00:23:17 +00:00
9302283e86 Add admin token support to runs list endpoint
giles pushed to main at art-dag/celery 2026-02-03 00:16:51 +00:00
487acdd606 Fix global declaration placement in streaming task
giles pushed to main at art-dag/celery 2026-02-03 00:14:44 +00:00
6b2991bf24 Fix database event loop conflicts in streaming task
giles pushed to main at art-dag/celery 2026-02-03 00:07:35 +00:00
3ec045c533 Add _stream_time and skip() to CIDVideoSource
giles pushed to main at art-dag/celery 2026-02-03 00:06:11 +00:00
3bff130e57 Add path property to CIDVideoSource
giles pushed to main at art-dag/celery 2026-02-03 00:02:24 +00:00
414cbddd66 Fix VideoSource import path
giles pushed to main at art-dag/celery 2026-02-03 00:00:33 +00:00
89b2fd3d2e Add debug logging to resolve_asset
giles pushed to main at art-dag/celery 2026-02-02 23:59:40 +00:00
3d5a08a7dc Don't overwrite pre-registered primitives in _load_primitives
giles pushed to main at art-dag/celery 2026-02-02 23:56:15 +00:00
d8360e5945 Use Celery task logger for debug
giles pushed to main at art-dag/celery 2026-02-02 23:54:19 +00:00
44066e9bdd Use warnings for debug output
giles pushed to main at art-dag/celery 2026-02-02 23:51:56 +00:00
b2be9ff976 Clear Python bytecode cache on worker start