You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
## 1. `diffusers` as a central modular diffusion and sampler library
22
22
23
23
`diffusers` should be more modularized than `transformers` so that parts of it can be easily used in other libraries.
24
-
It could become a central place for all kinds of models, samplers, training utils and processors required when using diffusion models in audio, vision, ...
24
+
It could become a central place for all kinds of models, schedulers, training utils and processors required when using diffusion models in audio, vision, ...
25
25
One should be able to save both models and samplers as well as load them from the Hub.
0 commit comments