FalImageGenService: load image async to not block the event loop

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-14 15:42:05 -08:00
parent 67da745bb3
commit 633a4d4c58
2 changed files with 12 additions and 5 deletions

View File

@@ -105,6 +105,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `FalImageGenService` issue that was causing the event loop to be
blocked while loading the downloadded image.
- Fixed a `CartesiaTTSService` service issue that would cause audio overlapping
in some cases.