refactor: server api
- Introduced `image_utils.py` with functions to check, extract, and save base64-encoded images. - Updated `TaskRequest` schema to accept base64 images or URLs in `image_path`. - Modified `VideoGenerationService` to handle base64 images, saving them appropriately. - Updated scripts to convert local image paths to base64 before sending requests.
Showing
lightx2v/server/README.md
0 → 100644
lightx2v/server/config.py
0 → 100644
lightx2v/server/main.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment