From d383d99c1c2f437a7d37f6527eca2f61e1d0ffe5 Mon Sep 17 00:00:00 2001 From: co63oc Date: Sat, 18 Nov 2023 07:24:50 +0800 Subject: [PATCH] Update README.md --- examples/community/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/community/README.md b/examples/community/README.md index 3858f25d39ca..cd557d0cb57b 100755 --- a/examples/community/README.md +++ b/examples/community/README.md @@ -2051,7 +2051,7 @@ import torch from PIL import Image from io import BytesIO -from diffusers import Diffusionpipeline +from diffusers import DiffusionPipeline # load the pipeline # make sure you're logged in with `huggingface-cli login`