sagiodev / stablediffusion_webui

28 stars 13 forks source link

reactivate torchvision fix, added fix for torchmetric #3

Open abjilox opened 1 year ago

abjilox commented 1 year ago

Fixes a compatibility issue with the torchvision library by uncommenting a previously disabled fix. Also includes a version update for torchmetric to prevent an error from occurring.

andrewssdd commented 1 year ago

Thanks for the PR.

This previous fix installs an older version of pytorch and cuda. It increases start up time and is no longer necessary for the newer version of A1111.

What problem do you try to resolve?

quintendewilde commented 1 year ago

@abjilox I have this issue with pytorch.metrics how do I fix this please. Everything was working fine before I went on holiday and now I can't get it to work again.

abjilox commented 1 year ago

This PR can be deleted. I had a problem with the torchvision library. I wasn't able to start the webui due to version mismatch errors. The problem is another one. The whole automatic1111 is in my google drive, i use 'Save_In_Google_Drive: Everything' setting, dummo if it is the same for the recommended setting. Therefore it is not possible doing a checkout of the new version without having a git fetch before. Adding the git fetched fixed the issue

abjilox commented 1 year ago

@quintendewilde does my comment above solved your Problem?