Skip to content

Commit

Permalink
Runway Gen-3 has disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Nov 25, 2024
1 parent 2aa5584 commit b5cd0d0
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,27 @@ export const defaultWorkflows: ClapWorkflow[] = [
[genericPrompt.id]: genericPrompt.defaultValue,
},
},
{
id: 'falai://fal-ai/kling-video/v1/standard/text-to-video',
label: 'Kling 1.0',
description: '',
tags: ['video generation'],
author: '',
thumbnailUrl: '',
nonCommercial: false,

engine: ClapWorkflowEngine.REST_API,
provider: ClapWorkflowProvider.FALAI,
category: ClapWorkflowCategory.VIDEO_GENERATION,
data: 'fal-ai/kling-video/v1/standard/text-to-video',
schema: '',
inputFields: [genericPrompt],
inputValues: {
[genericPrompt.id]: genericPrompt.defaultValue,
},
},
// removed by Runway
/*
{
id: 'falai://fal-ai/runway-gen3/turbo/image-to-video',
label: 'RunwayML Gen 3',
Expand All @@ -86,6 +107,7 @@ export const defaultWorkflows: ClapWorkflow[] = [
[genericImageUrl.id]: genericImageUrl.defaultValue,
},
},
*/
{
id: 'falai://fal-ai/cogvideox-5b',
label: 'CogVideoX-5b',
Expand Down

0 comments on commit b5cd0d0

Please sign in to comment.