From b508309dab12526e3a5cb566f8c6bf30f6c99387 Mon Sep 17 00:00:00 2001 From: camenduru <54370274+camenduru@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:03:32 +0300 Subject: [PATCH] Updated Extensions (markdown) --- Extensions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Extensions.md b/Extensions.md index 50fc96f..6224686 100644 --- a/Extensions.md +++ b/Extensions.md @@ -214,3 +214,15 @@ https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer Adds a tab that lets you preview how CLIP model would tokenize your text. ![about](https://user-images.githubusercontent.com/20920490/200113798-50b55f5a-45db-4b6f-93c0-ae6be75e5788.png) + +## Push Folder to 🤗 Hugging Face + +https://github.com/camenduru/stable-diffusion-webui-huggingface + +![Push Folder to Hugging Face](https://user-images.githubusercontent.com/54370274/206870375-1fed697c-ae29-4b64-92fd-b624a690eac7.jpg) + +To install it, clone the repo into the `extensions` directory and restart the web ui: + +`git clone https://github.com/camenduru/stable-diffusion-webui-huggingface` + +`pip install huggingface-hub`