Skip to content

Commit cd0934d

Browse files
committed
Merge branch 'new-image-text-tasks' of https://github.com/huggingface/huggingface.js into new-image-text-tasks
2 parents 7dbfd4b + 0a2d889 commit cd0934d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/tasks/src/tasks/image-text-to-video/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Image-text-to-video models can be used to animate still images based on text des
66

77
### Dynamic Content Creation
88

9-
Transform static images into dynamic video content by adding motion, transformations, or effects described in text prompts. This is useful for creating engaging social media content, presentations, or marketing materials.
9+
Transform images into video by adding motion, transformations, or effects described in text prompts. This is useful for creating engaging social media content, presentations, or marketing materials.
1010

1111
### Guided Video Generation
1212

13-
Use a reference image along with text prompts to guide the video generation process. This provides more control over the visual style and composition compared to text-to-video models alone.
13+
Use a reference image with text prompts to guide the video generation process. This provides more control over the visual style and composition compared to text-to-video models alone.
1414

1515
### Story Visualization
1616

@@ -36,7 +36,7 @@ Models that perform specific video transformations based on text conditions, suc
3636

3737
## Inference
3838

39-
You can use the Diffusers library to interact with image-text-to-video models.
39+
You can use the Diffusers library to interact with image-text-to-video models. Here's example snippet to use `LTXImageToVideoPipeline`.
4040

4141
```python
4242
import torch

packages/tasks/src/tasks/image-text-to-video/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const taskData: TaskDataCustom = {
4646
},
4747
],
4848
summary:
49-
"Image-text-to-video models take an image and a text prompt as input and generate a video based on the reference image and text instructions. These models are useful for animating still images, creating dynamic content from static references, and generating videos with specific motion or transformation guidance.",
49+
"Image-text-to-video models take an reference image and a text instructions as and generate a video based on them. These models are useful for animating still images, creating dynamic content from static references, and generating videos with specific motion or transformation guidance.",
5050
widgetModels: ["Lightricks/LTX-Video"],
5151
youtubeId: undefined,
5252
};

0 commit comments

Comments
 (0)