camenduru / stable-diffusion-webui-colab

stable diffusion webui colab
The Unlicense
15.67k stars 2.61k forks source link

No module named 'triton' #32

Closed etherealxx closed 1 year ago

etherealxx commented 1 year ago

2023-01-06 20_57_16-cafe_instagram_v6_webui_colab ipynb - Colaboratory

Is the 'optimization' module not that important that you didn't include it?

camenduru commented 1 year ago

please install !pip install triton then compare with not triton version, is it effecting something or not I also want to learn

camenduru commented 1 year ago

please check this for more info https://openai.com/blog/triton/

camenduru commented 1 year ago

also http://www.eecs.harvard.edu/~htk/publication/2019-mapl-tillet-kung-cox.pdf

etherealxx commented 1 year ago

I tried this !pip install triton==2.0.0.dev20221120 Basically no difference in generation time using txt2img. Idk about Training and other stuff. Also i'm not that smart to read those paper😅