Skip to content

Commit

Permalink
fix prompts of the technical layer segments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Aug 5, 2024
1 parent 6cb2ab7 commit f004fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/assistant/updateStoryAndScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export async function updateStoryAndScene({
await clapSegmentToTimelineSegment(
newSegment({
...segmentProperties,
prompt: 'movie',
category: ClapSegmentCategory.VIDEO,
outputType: ClapOutputType.VIDEO,
})
Expand All @@ -160,6 +161,7 @@ export async function updateStoryAndScene({
await clapSegmentToTimelineSegment(
newSegment({
...segmentProperties,
prompt: 'movie still',
category: ClapSegmentCategory.STORYBOARD,
outputType: ClapOutputType.IMAGE
})
Expand Down

0 comments on commit f004fa2

Please sign in to comment.