Update pipeline.py
#1
by
linoyts HF Staff - opened
- pipeline.py +2 -1
pipeline.py
CHANGED
|
@@ -981,7 +981,8 @@ class LTX2AvatarPipeline(DiffusionPipeline, FromSingleFileMixin, LTXVideoLoraLoa
|
|
| 981 |
Audio for lip-sync. Can be path to audio/video file or waveform tensor.
|
| 982 |
prompt (`str` or `List[str]`, *optional*):
|
| 983 |
Text prompt. For face-swap, include "head_swap" trigger.
|
| 984 |
-
|
|
|
|
| 985 |
|
| 986 |
Returns:
|
| 987 |
[`LTX2PipelineOutput`] or `tuple`: Generated video and audio.
|
|
|
|
| 981 |
Audio for lip-sync. Can be path to audio/video file or waveform tensor.
|
| 982 |
prompt (`str` or `List[str]`, *optional*):
|
| 983 |
Text prompt. For face-swap, include "head_swap" trigger.
|
| 984 |
+
|
| 985 |
+
Examples:
|
| 986 |
|
| 987 |
Returns:
|
| 988 |
[`LTX2PipelineOutput`] or `tuple`: Generated video and audio.
|