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
I'm trying to install Web UI, But I'm stuck on the following error:
from pytorch_lightning.strategies.ddp import DDPStrategy File "***stable_diffusion_ui_venv/lib/python3.8/site-packages/pytorch_lightning/strategies/ddp.py", line 65, in <module> from torch.distributed.algorithms.model_averaging.averagers import ModelAverager ModuleNotFoundError: No module named 'torch.distributed.algorithms.model_averaging'
I tried with pytorch 2.1 and now with 1.8.1+cu11.1
Which torch version is required to use the Web UI ? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install Web UI, But I'm stuck on the following error:
from pytorch_lightning.strategies.ddp import DDPStrategy File "***stable_diffusion_ui_venv/lib/python3.8/site-packages/pytorch_lightning/strategies/ddp.py", line 65, in <module> from torch.distributed.algorithms.model_averaging.averagers import ModelAverager ModuleNotFoundError: No module named 'torch.distributed.algorithms.model_averaging'
I tried with pytorch 2.1 and now with 1.8.1+cu11.1
Which torch version is required to use the Web UI ? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions