From 4a2674af34f3371ec55be99f629f3c09ef6d13e3 Mon Sep 17 00:00:00 2001 From: Tanner Kvarfordt Date: Sun, 28 May 2023 14:36:10 -0600 Subject: [PATCH] Added diffuser docs to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c60f83d..2dd95d6 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,6 @@ See the [examples](./examples) directory. - [Datasets](https://huggingface.co/datasets) - [Hugging Face Inference API](https://api-inference.huggingface.co/docs/python/html/index.html) (HF API) - [HF on GitHub](https://github.com/huggingface) + - [Diffuser Docs](https://huggingface.co/docs/diffusers/using-diffusers/pipeline_overview) - Official [Python bindings](https://github.com/huggingface/hfapi) for the HF API - Official [JavaScript bindings](https://github.com/huggingface/huggingface.js) for the HF Inference API