Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Dec 29, 2024
1 parent 7615556 commit 687d13e
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 757 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ vae = AutoencoderKL.from_pretrained(

from para_attn.parallel_vae.diffusers_adapters import parallelize_vae

vae = parallelize_vae(vae)
parallelize_vae(vae)
```

## All Examples
Expand Down
Loading

0 comments on commit 687d13e

Please sign in to comment.