Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
40528e9a
Unverified
Commit
40528e9a
authored
Oct 28, 2025
by
Meatfucker
Committed by
GitHub
Oct 28, 2025
Browse files
Fix typos in kandinsky5 docs (#12552)
Update kandinsky5.md Fix typos
parent
dc622a95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/source/en/api/pipelines/kandinsky5.md
docs/source/en/api/pipelines/kandinsky5.md
+3
-3
No files found.
docs/source/en/api/pipelines/kandinsky5.md
View file @
40528e9a
...
...
@@ -92,7 +92,7 @@ pipe = pipe.to("cuda")
pipe
.
transformer
.
set_attention_backend
(
"flex"
)
# <--- Set
t
attention bakend to Flex
)
# <--- Set attention ba
c
kend to Flex
pipe
.
transformer
.
compile
(
mode
=
"max-autotune-no-cudagraphs"
,
dynamic
=
True
...
...
@@ -115,7 +115,7 @@ export_to_video(output, "output.mp4", fps=24, quality=9)
```
### Diffusion Distilled model
**⚠️ Warning!**
all nocfg and diffusion distilled models should be infered w
o
thout CFG (
```guidance_scale=1.0```
):
**⚠️ Warning!**
all nocfg and diffusion distilled models should be infer
r
ed w
i
thout CFG (
```guidance_scale=1.0```
):
```
python
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)
howpublished
=
{\url{https://github.com/ai-forever/Kandinsky-5}}
,
year
=
2025
}
```
\ No newline at end of file
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment