fal.ai integration (#3)

* fal.ai image gen

* some sample and readme updates

* holy cow this is fast

* basic image-gen working

* starting audio prompt and reset

* short confirmation words

* moved fal module to pyproject.toml

---------

Co-authored-by: Moishe Lettvin <moishel@gmail.com>
This commit is contained in:
chadbailey59
2024-01-17 12:08:00 -06:00
committed by GitHub
parent b1e6a89acd
commit 6e8ebbd34c
5 changed files with 176 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ dependencies = [
"azure-cognitiveservices-speech",
"pyht",
"opentelemetry-sdk",
"aiohttp"
"aiohttp",
"fal"
]
[tool.setuptools.packages.find]