From 66dde8da135593eccef7bbb3a329ccf7bb1724d3 Mon Sep 17 00:00:00 2001 From: Yaroslav Spirin Date: Fri, 16 Dec 2022 00:23:41 +0000 Subject: [PATCH] Update README.md (#66) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 671e08f..1f04efc 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