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
6ba4c539
Unverified
Commit
6ba4c539
authored
Dec 01, 2023
by
Steven Liu
Committed by
GitHub
Dec 01, 2023
Browse files
[docs] Fix SVD video (#6004)
Update svd.md
parent
c1e45295
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/source/en/using-diffusers/svd.md
docs/source/en/using-diffusers/svd.md
+3
-2
No files found.
docs/source/en/using-diffusers/svd.md
View file @
6ba4c539
...
@@ -53,8 +53,9 @@ frames = pipe(image, decode_chunk_size=8, generator=generator).frames[0]
...
@@ -53,8 +53,9 @@ frames = pipe(image, decode_chunk_size=8, generator=generator).frames[0]
export_to_video
(
frames
,
"generated.mp4"
,
fps
=
7
)
export_to_video
(
frames
,
"generated.mp4"
,
fps
=
7
)
```
```
<video
width=
"1024"
height=
"576"
controls
>
<video
controls
width=
"1024"
height=
"576"
>
<source
src=
"https://i.imgur.com/jJzVDKw.mp4"
type=
"video/mp4"
>
<source
src=
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/svd/rocket_generated.webm"
type=
"video/webm"
/>
<source
src=
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/svd/rocket_generated.mp4"
type=
"video/mp4"
/>
</video>
</video>
<Tip>
<Tip>
...
...
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