From 2532668363011a9a0c04a28372f7d5a3c976da4c Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Fri, 5 Dec 2025 21:47:31 +0700 Subject: [PATCH] up --- docs/source/en/api/pipelines/kandinsky5_image.md | 6 +++++- docs/source/en/api/pipelines/kandinsky5_video.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/en/api/pipelines/kandinsky5_image.md b/docs/source/en/api/pipelines/kandinsky5_image.md index e30a1e3ee529..1125e1594b03 100644 --- a/docs/source/en/api/pipelines/kandinsky5_image.md +++ b/docs/source/en/api/pipelines/kandinsky5_image.md @@ -11,7 +11,7 @@ specific language governing permissions and limitations under the License. [Kandinsky 5.0](https://arxiv.org/abs/2511.14993) is a family of diffusion models for Video & Image generation. -Kandinsky 5.0 Image Lite is a lightweight image generation model (6B parameters) +Kandinsky 5.0 Image Lite is a lightweight image generation model (6B parameters). The model introduces several key innovations: - **Latent diffusion pipeline** with **Flow Matching** for improved training stability @@ -21,10 +21,14 @@ The model introduces several key innovations: The original codebase can be found at [kandinskylab/Kandinsky-5](https://github.com/kandinskylab/Kandinsky-5). +> [!TIP] +> Check out the [Kandinsky Lab](https://huggingface.co/kandinskylab) organization on the Hub for the official model checkpoints for text-to-video generation, including pretrained, SFT, no-CFG, and distilled variants. + ## Available Models Kandinsky 5.0 Image Lite: + | model_id | Description | Use Cases | |------------|-------------|-----------| | [**kandinskylab/Kandinsky-5.0-T2I-Lite-sft-Diffusers**](https://huggingface.co/kandinskylab/Kandinsky-5.0-T2I-Lite-sft-Diffusers) | 6B image Supervised Fine-Tuned model | Highest generation quality | diff --git a/docs/source/en/api/pipelines/kandinsky5_video.md b/docs/source/en/api/pipelines/kandinsky5_video.md index d7bc76c9bfbe..733e2481732a 100644 --- a/docs/source/en/api/pipelines/kandinsky5_video.md +++ b/docs/source/en/api/pipelines/kandinsky5_video.md @@ -30,6 +30,7 @@ The original codebase can be found at [kandinskylab/Kandinsky-5](https://github. ## Available Models Kandinsky 5.0 T2V Pro: + | model_id | Description | Use Cases | |------------|-------------|-----------| | **kandinskylab/Kandinsky-5.0-T2V-Pro-sft-5s-Diffusers** | 5 second Text-to-Video Pro model | High-quality text-to-video generation |