From 4645ecc4381582d2896e19bf1921bffc61e2af6f Mon Sep 17 00:00:00 2001 From: Robin Ede <115729295+robin-ede@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:49:58 -0500 Subject: [PATCH] fix: correct spelling of 'pipline' -> 'pipeline' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 566c43d..2c59198 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Negative prompt: low-res, blurry, mutation, deformed Currently we have three examples: - `sd2/` contains a service with `txt2img/` endpoint utilizing [`stabilityai/stable-diffusion-2`](https://huggingface.co/stabilityai/stable-diffusion-2) -- `sd2_mega/` contains a service with `txt2img/` and `img2img/` endpoints utilizing [`stabilityai/stable-diffusion-2`](https://huggingface.co/stabilityai/stable-diffusion-2) and diffusers' [custom pipline](https://github.com/huggingface/diffusers/tree/main/examples/community) +- `sd2_mega/` contains a service with `txt2img/` and `img2img/` endpoints utilizing [`stabilityai/stable-diffusion-2`](https://huggingface.co/stabilityai/stable-diffusion-2) and diffusers' [custom pipeline](https://github.com/huggingface/diffusers/tree/main/examples/community) - `anything_v3/` contains a service with `txt2img/` endpoint utilizing [`Linaqruf/anything-v3.0`](https://huggingface.co/Linaqruf/anything-v3.0) ## Prepare environment