Thank you for the great application. I'm enjoying using it! :smile:
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)
TorchIndex.Mps
=> new PipInstallArgs()
.WithTorch("==2.3.1")
.WithTorchVision("==2.3.1")
Thank you for the great application. I'm enjoying using it! :smile:
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/#v231Sorry, 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