Nanao Ei

Results 4 comments of Nanao Ei

I couldn't quite get your fork to work @magnusviri, but based on most of @filipux's suggestions, I was able to install and generate samples on my M2 machine using https://github.com/einanao/stable-diffusion/tree/apple-silicon

Pretty sure my version is redundant (I also added a downstream call to .contiguous(), but forgot to remove this one) On Sun, Aug 21, 2022 at 1:49 AM, James Reynolds...

It takes me 1.5 minutes to generate 1 sample on a 13 inch M2 2022

Yes, see @filipux's earlier comment: > in layer_norm() in functional.py (part of pytorch I guess), change to return torch.layer_norm(input.contiguous(), ...