HuggingfaceClient.Inference.Task.ImageTextToVideo (huggingface_client v0.1.0)

Copy Markdown View Source

Image + text to video. Takes an image and a text prompt, returns a video.

Recommended model: Lightricks/LTX-Video

Summary

Functions

Runs the image-text-to-video task.

Functions

run(client, args)

@spec run(HuggingfaceClient.Client.t(), map()) ::
  {:ok, term()} | {:error, Exception.t()}

Runs the image-text-to-video task.

Returns {:ok, result} or {:error, exception}.