Skip to content

Commit d2e7a19

Browse files
Remove underlines between badges (#8484)
Co-authored-by: Sayak Paul <[email protected]>
1 parent cd30820 commit d2e7a19

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,11 @@ limitations under the License.
2020
<br>
2121
<p>
2222
<p align="center">
23-
<a href="https://github.com/huggingface/diffusers/blob/main/LICENSE">
24-
<img alt="GitHub" src="https://img.shields.io/github/license/huggingface/datasets.svg?color=blue">
25-
</a>
26-
<a href="https://github.com/huggingface/diffusers/releases">
27-
<img alt="GitHub release" src="https://img.shields.io/github/release/huggingface/diffusers.svg">
28-
</a>
29-
<a href="https://pepy.tech/project/diffusers">
30-
<img alt="GitHub release" src="https://static.pepy.tech/badge/diffusers/month">
31-
</a>
32-
<a href="CODE_OF_CONDUCT.md">
33-
<img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg">
34-
</a>
35-
<a href="https://twitter.com/diffuserslib">
36-
<img alt="X account" src="https://img.shields.io/twitter/url/https/twitter.com/diffuserslib.svg?style=social&label=Follow%20%40diffuserslib">
37-
</a>
23+
<a href="https://github.com/huggingface/diffusers/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/huggingface/datasets.svg?color=blue"></a>
24+
<a href="https://github.com/huggingface/diffusers/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/huggingface/diffusers.svg"></a>
25+
<a href="https://pepy.tech/project/diffusers"><img alt="GitHub release" src="https://static.pepy.tech/badge/diffusers/month"></a>
26+
<a href="CODE_OF_CONDUCT.md"><img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg"></a>
27+
<a href="https://twitter.com/diffuserslib"><img alt="X account" src="https://img.shields.io/twitter/url/https/twitter.com/diffuserslib.svg?style=social&label=Follow%20%40diffuserslib"></a>
3828
</p>
3929

4030
🤗 Diffusers is the go-to library for state-of-the-art pretrained diffusion models for generating images, audio, and even 3D structures of molecules. Whether you're looking for a simple inference solution or training your own diffusion models, 🤗 Diffusers is a modular toolbox that supports both. Our library is designed with a focus on [usability over performance](https://huggingface.co/docs/diffusers/conceptual/philosophy#usability-over-performance), [simple over easy](https://huggingface.co/docs/diffusers/conceptual/philosophy#simple-over-easy), and [customizability over abstractions](https://huggingface.co/docs/diffusers/conceptual/philosophy#tweakable-contributorfriendly-over-abstraction).

0 commit comments

Comments
 (0)