You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I looked at the codebase and there isn't an import of profiler. pytorch does have a profiler available though.
https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html
For example, we can profile the time taken with cuda.
stable-diffusion-webui/modules/processing.py
Line 737 in 0cc0ee1
I was interested in profiling hires to get better performance, but it is not exactly clear where to add this profiler to the code.
Beta Was this translation helpful? Give feedback.
All reactions