Unverified Commit 8430ac2a authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[docs] minor fixes to kandinsky docs (#12797)

up
parent bb9e713d
...@@ -11,7 +11,7 @@ specific language governing permissions and limitations under the License. ...@@ -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](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: The model introduces several key innovations:
- **Latent diffusion pipeline** with **Flow Matching** for improved training stability - **Latent diffusion pipeline** with **Flow Matching** for improved training stability
...@@ -21,10 +21,14 @@ The model introduces several key innovations: ...@@ -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). 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 ## Available Models
Kandinsky 5.0 Image Lite: Kandinsky 5.0 Image Lite:
| model_id | Description | Use Cases | | 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 | | [**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 |
......
...@@ -30,6 +30,7 @@ The original codebase can be found at [kandinskylab/Kandinsky-5](https://github. ...@@ -30,6 +30,7 @@ The original codebase can be found at [kandinskylab/Kandinsky-5](https://github.
## Available Models ## Available Models
Kandinsky 5.0 T2V Pro: Kandinsky 5.0 T2V Pro:
| model_id | Description | Use Cases | | 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 | | **kandinskylab/Kandinsky-5.0-T2V-Pro-sft-5s-Diffusers** | 5 second Text-to-Video Pro model | High-quality text-to-video generation |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment