Update README.md (#66)

pull/16/head
Yaroslav Spirin 1 year ago committed by GitHub
parent 21f504fc8e
commit 66dde8da13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save