Change8

v0.34.4

📦 huggingface-hubView on GitHub →
7 features🐛 1 fixes🔧 4 symbols

Summary

This release introduces support for the Image-To-Video inference task using Fal AI and includes several quality-of-life improvements across job handling, environment dumping, and repository uploads.

Migration Steps

  1. If using the InferenceClient for image-to-video tasks, update your code to use the new client method, as shown in the example: client.image_to_video("cat.jpg", model="Wan-AI/Wan2.2-I2V-A14B", prompt="turn the cat into a tiger").

✨ New Features

  • Support for the Image-To-Video task via the Fal AI inference provider.
  • Added type information to the job owner field.
  • Included the HF_HUB_DISABLE_XET environment variable in the environment dump.
  • The 'whoami' command now only displays a custom message when unauthorized.
  • Added validation warnings for repository limits when using upload_large_folder.
  • Added timeout information to the Jobs guide documentation.
  • Jobs now use the current or stored token in Job secrets.

🐛 Bug Fixes

  • Fixed bash history expansion issue in hf jobs example.

Affected Symbols