Martin Lexow
Martin Lexow
It seems there’s no need to unregister a hot key: > You don’t need to think about when handlers are registered and unregistered. This all happens automatically based on the...
Actually this was intentional! »Detalis« because »God is in the details«! Is my humor weird? 🙃
Same here. > Apple M1 Pro > 16 GB RAM > macOS 13.0.1 (22A400) Edit: After some investigation it seems like my Mac ran out of memory. It worked well...
Same warning message here.
In case it’s helpful, here’s the error log → [errorlog.txt](https://github.com/apple/ml-stable-diffusion/files/10147299/errorlog.txt)
And here’s how it looks in Instruments.
I am hearing this from a few users of mine too.
@ynagatomo Thanks so much for your example code! Could you point us to the right direction in which place you have implemented the preview method? I wasn’t able to find...
@EthanSK I don’t think you will get the framework to work on your iPhone XS since minimum system requirements say you’ll need at least a iPhone 12 Pro with 6GB+...
When I set `modelConfig.computeUnits = .cpuOnly` it seems to work at first but crashes later due to memory issues. How can I know on which device I have to use...