Sanster / IOPaint

Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
https://www.iopaint.com/
Apache License 2.0
19.15k stars 1.96k forks source link

some errors showing #303

Closed rafstahelin closed 5 months ago

rafstahelin commented 1 year ago

A matching Triton is not available, some optimizations will not be enabled. Error caught was: No module named 'triton'

I guess this is to do with Torch. Do i need to update to 2.0, to get faster speeds? I hear Triton is included in Torch 2.0

  1. flaskwebgui - [INFO] - 127.0.0.1 - - [09/May/2023 17:44:12] "GET /favicon.ico HTTP/1.1" 404 -

something with the icon? not a big deal, but can i fix it somehow?

Sanster commented 1 year ago
  1. It's ok to not install triton, you can still gain the benefit from xformers, in my tests it had almost no effect on the inference speed of the sd model. As far as I know, the speed of sd models in torch 1.x + xformers and torch 2.0 is similar.
  2. There is currently no icon, but I can filter out this log in the next version.
rafstahelin commented 1 year ago

Cool thank you On Wed, 10 May 2023 at 02:52, Qing @.***> wrote:

  1. It's ok to not install triton, you can still gain the benefit from xformers, in my tests it had almost no effect on the inference speed of the sd model. As far as I know, the speed of sd models in torch 1.x + xformers and torch 2.0 is similar.
  2. There is currently no icon, but I can filter out this log in the next version.

— Reply to this email directly, view it on GitHub https://github.com/Sanster/lama-cleaner/issues/303#issuecomment-1541175935, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNXTFRYXUHBVMAWYF4LEIDXFLYGPANCNFSM6AAAAAAX3SAHJE . You are receiving this because you authored the thread.Message ID: @.***>

-- thanks

best regards, raf