Fahim Farook
Fahim Farook
I might have managed to figure out some of the logic for the Keras side, but I don't think my implementation is totally correct. Here's where my code is at,...
I get about 1.62it/s on my M1 MBP. The MPS stuff comes from Pytorch so no integration needed. Generally why it would be slow would be if you aren't using...
You do have the right Pytorch version. Anything after 20220924 is slow up to 20220930. I have not tested since then. From what I can tell from the runs you...
You are right, my GUI generates images slower with everything the same except for the Stable Diffusion engine. The same environment, same Python packages etc. Here's a comparison using the...
First, you don't need to start the server unless you need to run the image generation on a different machine — for example, because you have a more powerful graphics...
This is something that I wanted to look into at some point — just got bogged down with all the changes coming in for SD and just testing out other...
Don't worry about how good or bad the code is, just do it — you always learn from the experience 😄 On the other hand, if you'd rather not code...
Yeah, Stable Diffusion implementations that use K Diffusion are a totally other beast, sorry 🙂 My implementation is based on Hugging Face Diffusers and so has to use the pipelines...
Nothing that would work out of the box I'm afraid. Because the server expects certain parameters and the app will receive responses back from the server. So the parameters have...
> > @singerdmx Can we get this merged please? > > Please 🙏 Another vote for merging this change in. Can't use Quill on macOS at all without this fix....