mueller-franzes / medfusion

Implementation of Medfusion - A latent diffusion model for medical image synthesis.
MIT License
161 stars 32 forks source link

'pytorch_lightning.utilities.cloud_io' Not working #11

Closed stack-raghav closed 1 year ago

stack-raghav commented 1 year ago

Trying to run it on my pc but getting this error:

ModuleNotFoundError: No module named 'pytorch_lightning.utilities.cloud_io'

Pytorch Lightning is working fine but not this.

stack-raghav commented 1 year ago

I think this works for the older version of Pytorch Lightning, in the newer version, they updated this part.

mueller-franzes commented 1 year ago

Yes, there was indeed an update for PyTorch Lightning in which cloud_io was changed. Please try an older version, e.g. pip install pytorch-lightning==1.8.5.