Unverified Commit 40528e9a authored by Meatfucker's avatar Meatfucker Committed by GitHub
Browse files

Fix typos in kandinsky5 docs (#12552)

Update kandinsky5.md

Fix typos
parent dc622a95
...@@ -92,7 +92,7 @@ pipe = pipe.to("cuda") ...@@ -92,7 +92,7 @@ pipe = pipe.to("cuda")
pipe.transformer.set_attention_backend( pipe.transformer.set_attention_backend(
"flex" "flex"
) # <--- Sett attention bakend to Flex ) # <--- Set attention backend to Flex
pipe.transformer.compile( pipe.transformer.compile(
mode="max-autotune-no-cudagraphs", mode="max-autotune-no-cudagraphs",
dynamic=True dynamic=True
...@@ -115,7 +115,7 @@ export_to_video(output, "output.mp4", fps=24, quality=9) ...@@ -115,7 +115,7 @@ export_to_video(output, "output.mp4", fps=24, quality=9)
``` ```
### Diffusion Distilled model ### Diffusion Distilled model
**⚠️ Warning!** all nocfg and diffusion distilled models should be infered wothout CFG (```guidance_scale=1.0```): **⚠️ Warning!** all nocfg and diffusion distilled models should be inferred without CFG (```guidance_scale=1.0```):
```python ```python
model_id = "ai-forever/Kandinsky-5.0-T2V-Lite-distilled16steps-5s-Diffusers" model_id = "ai-forever/Kandinsky-5.0-T2V-Lite-distilled16steps-5s-Diffusers"
...@@ -146,4 +146,4 @@ export_to_video(output, "output.mp4", fps=24, quality=9) ...@@ -146,4 +146,4 @@ export_to_video(output, "output.mp4", fps=24, quality=9)
howpublished = {\url{https://github.com/ai-forever/Kandinsky-5}}, howpublished = {\url{https://github.com/ai-forever/Kandinsky-5}},
year = 2025 year = 2025
} }
``` ```
\ No newline at end of file
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