-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more fal.ai models #1139
add more fal.ai models #1139
Conversation
@@ -23,5 +25,7 @@ export const FAL_AI_SUPPORTED_MODEL_IDS: ProviderMapping<FalAiId> = { | |||
"text-to-video": { | |||
"genmo/mochi-1-preview": "fal-ai/mochi-v1", | |||
"tencent/HunyuanVideo": "fal-ai/hunyuan-video", | |||
"THUDM/CogVideoX-5b": "fal-ai/cogvideox-5b", | |||
"Lightricks/LTX-Video": "fal-ai/ltx-video", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is nice bc it's super fast IIRC cc @SBrandeis ^
Nice! You can take inspiration from the other text-to-video tests here: huggingface.js/packages/inference/test/HfInference.spec.ts Lines 804 to 831 in 284b28e
|
I added the tests. ✅ |
@@ -816,7 +816,7 @@ describe.concurrent("HfInference", () => { | |||
|
|||
it("textToVideo - HunyuanVideo", async () => { | |||
const res = await textToVideo({ | |||
model: "genmo/mochi-1-preview", | |||
model: "tencent/HunyuanVideo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @gokayfem and @aykutkardas !
adds more fal.ai models