From 6a3e9d86341dfaf3f426e5da2b54daa000eca4d0 Mon Sep 17 00:00:00 2001 From: Eric Chen Date: Fri, 21 Jun 2024 16:50:59 -0400 Subject: [PATCH] Fix typo: "varient" should be "variant --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9387adf..0358e20 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ import torch # load adapter adapter = T2IAdapter.from_pretrained( - "TencentARC/t2i-adapter-lineart-sdxl-1.0", torch_dtype=torch.float16, varient="fp16" + "TencentARC/t2i-adapter-lineart-sdxl-1.0", torch_dtype=torch.float16, variant="fp16" ).to("cuda") # load euler_a scheduler