You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the great application. I'm enjoying using it! 😄
Package
Stable Diffusion WebUI
When did the issue occur?
Installing the Package
What GPU / hardware type are you using?
Apple M2 MAX
What happened?
Package Modification Failed occurs when installing StableDiffusionWebUI on MacOS with below message.
This message indicated that the torchvision versions were different.
Therefore, when I set torchvision==0.18.1 in Pip Overrides, the installation was successful.
I think that the cause is maybe this code.(I'm sorry if I'm wrong)
Thank you for the great application. I'm enjoying using it! 😄
Package
Stable Diffusion WebUI
When did the issue occur?
Installing the Package
What GPU / hardware type are you using?
Apple M2 MAX
What happened?
Package Modification Failed occurs when installing StableDiffusionWebUI on MacOS with below message.
This message indicated that the torchvision versions were different.
Therefore, when I set
torchvision==0.18.1
inPip Overrides
, the installation was successful.I think that the cause is maybe this code.(I'm sorry if I'm wrong)
It seems like
.WithTorchVision("==2.3.1")
is probably a mistake for.WithTorchVision("==0.18.1")
https://pytorch.org/get-started/previous-versions/#v231
Sorry, I haven't read the code in detail so I haven't made a pull request
Console output
Version
v1.10.0
What Operating System are you using?
macOS
The text was updated successfully, but these errors were encountered: