After upgrading the webui to the latest version with pytorch v2, the performance is great for the first image, then drops to really slow values #10096
honzajavorek
started this conversation in
Optimization
Replies: 2 comments 1 reply
-
Okay so right after writing all this, I went to experiment further and just commented out my changes to |
Beta Was this translation helpful? Give feedback.
0 replies
-
me too........m2 MacBook Air |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the webui on a M1 MacBook with the following commands:
These ensured the best performance I was able to achieve. It was slow, but consistently slow, generating an image in a minute or a few. I was okay with it, because I just don't have better device 😄
Anyway. With the release of the v1.1.0 of the webui, I went to the project directory, git-pulled the latest commits, updated the dependencies. Now when I run the
./webui.sh
, it:3.19s/it
31.05s/it
, but even hundreds.With the same prompt, same model, same all settings, if I restart the
./webui.sh
, it gives me the fast performance again. With the same prompt, same model, same all settings, the second image is slow. I don't know what to do now.Obvious workaround is that I could restart the webui process after each image, but that's a really shitty workaround. Also I'm not entirely sure how to downgrade back in case I'd want my old slowish-but-not-so-bad-and-consistent performance back. Any ideas? Anyone else experience this? I searched through issues, but with no luck.
Beta Was this translation helpful? Give feedback.
All reactions