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
ed41db85
"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "2f85d781496b43bb04b58f2b82a96e5f516bf253"
Unverified
Commit
ed41db85
authored
Apr 13, 2025
by
Adrien B
Committed by
GitHub
Apr 13, 2025
Browse files
Update autoencoderkl_allegro.md (#11303)
Correction typo
parent
ec0b2b39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/api/models/autoencoderkl_allegro.md
docs/source/en/api/models/autoencoderkl_allegro.md
+1
-1
No files found.
docs/source/en/api/models/autoencoderkl_allegro.md
View file @
ed41db85
...
@@ -18,7 +18,7 @@ The model can be loaded with the following code snippet.
...
@@ -18,7 +18,7 @@ The model can be loaded with the following code snippet.
```
python
```
python
from
diffusers
import
AutoencoderKLAllegro
from
diffusers
import
AutoencoderKLAllegro
vae
=
AutoencoderKL
CogVideoX
.
from_pretrained
(
"rhymes-ai/Allegro"
,
subfolder
=
"vae"
,
torch_dtype
=
torch
.
float32
).
to
(
"cuda"
)
vae
=
AutoencoderKL
Allegro
.
from_pretrained
(
"rhymes-ai/Allegro"
,
subfolder
=
"vae"
,
torch_dtype
=
torch
.
float32
).
to
(
"cuda"
)
```
```
## AutoencoderKLAllegro
## AutoencoderKLAllegro
...
...
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