"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "2f85d781496b43bb04b58f2b82a96e5f516bf253"
Unverified Commit ed41db85 authored by Adrien B's avatar Adrien B Committed by GitHub
Browse files

Update autoencoderkl_allegro.md (#11303)

Correction typo
parent ec0b2b39
...@@ -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 = AutoencoderKLCogVideoX.from_pretrained("rhymes-ai/Allegro", subfolder="vae", torch_dtype=torch.float32).to("cuda") vae = AutoencoderKLAllegro.from_pretrained("rhymes-ai/Allegro", subfolder="vae", torch_dtype=torch.float32).to("cuda")
``` ```
## AutoencoderKLAllegro ## AutoencoderKLAllegro
......
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