JustinMeans

Results 6 comments of JustinMeans

I just opened a PR with the Swift implementation. See: #61

@GuiyeC has an implementation over on the https://github.com/guernikacore/schedulers repo which may help https://github.com/GuernikaCore/Schedulers/blob/main/Sources/Schedulers/LCMScheduler.swift

I had a similar issue using stabilityai/stable-diffusion-2-1 and then realized you need to use the base version. Using stabilityai/stable-diffusion-2-1-base similar to how @ynagatomo suggests works fine on my MacBook Pro...

Should `generateImages()` be made async? If so we can `Task.checkCancellation()` on each iteration.

Thank you @littleowl for the helpful insight! This gives me a great footing. I'll try to tackle some of these items and contribute if all goes well. Dynamic input size...

In-painting and depth map inputs are now both supported by ControlNet with this repository. This issue was opened before ControlNet was released and references the in-painting and depth models such...