-
I thought launching it locally would make generation faster not slower? Can you please help me out? I really dont know what I'am doing google collab i was using: (sry for bad eng) (also i used 8GB Anything V3 ckpt file instead stable diffusion 4 ) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You simply might be getting faster GPU on colab. It's partially random, you don't always get shitty K80. 1080Ti is not really fast nowadays, so there is a decent chance GPU on colab will be faster, especially if it's A100. Can't say if T100 is faster or not, but that's probably what you randomly got assigned. And tons of other parameters, blah-blah-blah... But it doesn't seem that there is anything different in webui itself at a glance, because it's just a fork of AUTOMATIC. Except that this colab enables xformers, which you might not have done with local setup, they do add speed in lots of cases, especially on bigger generation sizes. |
Beta Was this translation helpful? Give feedback.
-
You have a 1080 in your computer, of course Colab is faster. |
Beta Was this translation helpful? Give feedback.
-
I just want to chip in that while Collab may be giving you better cards than you have on your local system (I don't know what their range is, TBH), it's always worthwhile to spend time seeing just how much you can possibly squeeze out of your setup. For instance, I have a notebook with a 4GB GTX 1650 and I've probably searched almost every instance of that card and "stable diffusion" on Google, Reddit, et al. that exist in the English language, simply to make sure I get the most I possibly can from the card. |
Beta Was this translation helpful? Give feedback.
-
If you get a tesla T4, it is 100% going to be faster. T4 has 2 things that are crucial to speed of generation that your 1080Ti (in fact, the entire 10 series) don't have:
So this is perfectly normal. |
Beta Was this translation helpful? Give feedback.
You simply might be getting faster GPU on colab. It's partially random, you don't always get shitty K80. 1080Ti is not really fast nowadays, so there is a decent chance GPU on colab will be faster, especially if it's A100. Can't say if T100 is faster or not, but that's probably what you randomly got assigned.
And tons of other parameters, blah-blah-blah... But it doesn't seem that there is anything different in webui itself at a glance, because it's just a fork of AUTOMATIC. Except that this colab enables xformers, which you might not have done with local setup, they do add speed in lots of cases, especially on bigger generation sizes.