From cfa6883431980fc34786f96c0519fe2cf1bbae84 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Sun, 19 Feb 2023 13:10:02 +0100 Subject: [PATCH] docs(readme): add Diffusers (#3029) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e02f3c34e4..da54d5968b 100644 --- a/README.md +++ b/README.md @@ -710,6 +710,7 @@ Ruff is used in a number of major open-source projects, including: * [pandas](https://github.com/pandas-dev/pandas) * [FastAPI](https://github.com/tiangolo/fastapi) * [Transformers (Hugging Face)](https://github.com/huggingface/transformers) +* [Diffusers (Hugging Face)](https://github.com/huggingface/diffusers) * [Apache Airflow](https://github.com/apache/airflow) * [SciPy](https://github.com/scipy/scipy) * [Zulip](https://github.com/zulip/zulip)