Commit 7f92d81
Add VidTok AutoEncoders (#11261)
* add_autoencoder_vidtok
* format standardization
* remove small functions
* making the code style more diffusers-like
* Apply style fixes
* Add dummy objects for AutoencoderVidTok
* Fix AutoencoderVidTok avg_pool3d BFloat16 CPU compatibility
* skip test_layerwise_casting_training test
* Apply style fixes
---------
Co-authored-by: annitang1997 <memory97@sjtu.edu.cn>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com>1 parent bd7a7a0 commit 7f92d81
File tree
6 files changed
+1671
-0
lines changed- src/diffusers
- models
- autoencoders
- utils
- tests/models/autoencoders
6 files changed
+1671
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
978 | 979 | | |
979 | 980 | | |
980 | 981 | | |
| 982 | + | |
981 | 983 | | |
982 | 984 | | |
983 | 985 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
0 commit comments