From 3b254fcd698c91b46c2b5e57e2c846afeb6b4c77 Mon Sep 17 00:00:00 2001 From: Yaroslav Spirin Date: Thu, 15 Dec 2022 23:51:50 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 671e08fa..1f04efcb 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ let pipeline = try StableDiffusionPipeline(resourcesAt: resourceURL) pipeline.loadResources() let image = try pipeline.generateImages(prompt: prompt, seed: seed).first ``` -On iOS, the `reduceMemory` option should bet set to `true` when constructing `StableDiffusionPipeline` +On iOS, the `reduceMemory` option should be set to `true` when constructing `StableDiffusionPipeline` ### Swift Package Details