"...text-generation-inference.git" did not exist on "146e72c3be4f5bfe88b9baae4c2ff6a2ce41eda9"
Unverified Commit c674f8fa authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update README.md

parent 579210d2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
## 1. `diffusers` as a central modular diffusion and sampler library ## 1. `diffusers` as a central modular diffusion and sampler library
`diffusers` should be more modularized than `transformers` so that parts of it can be easily used in other libraries. `diffusers` should be more modularized than `transformers` so that parts of it can be easily used in other libraries.
It could become a central place for all kinds of models, samplers, training utils and processors required when using diffusion models in audio, vision, ... It could become a central place for all kinds of models, schedulers, training utils and processors required when using diffusion models in audio, vision, ...
One should be able to save both models and samplers as well as load them from the Hub. One should be able to save both models and samplers as well as load them from the Hub.
Example: Example:
......
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