What is torch used for over here? #6554
Rextoronon
started this conversation in
General
Replies: 1 comment 1 reply
-
torch is just a machine learning library. It is required to run the model. You upgrade to torch1.13.1 is not likely to bring much benefit, because the major speedup we are talking about is on torch 2.0. See #6455 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so I'm kinda new to coding and reading code and just want to know exactly how torch helps or is used when generating images (I assume it helps somewhere when generating images).
Thing is I have seen people say there is a performance boost when doing so. So decided to install (and currently have torch 1.13.1+cu117). But when generating images, its kinda the same speed as before (abt 2 mins for me with 4GBVRAM GTX 1050)
Beta Was this translation helpful? Give feedback.
All reactions