csslc / CCSR

Official codes of CCSR: Improving the Stability of Diffusion Models for Content Consistent Super-Resolution
https://csslc.github.io/project-CCSR/
390 stars 30 forks source link

I could resolved the issue successfully by executing the following commands: #14

Closed Limbicnation closed 5 months ago

Limbicnation commented 5 months ago
          I could resolved the issue successfully by executing the following commands:

pip uninstall pytorch-lightning torch torchvision torchmetrics

pip install torch==2.0.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html pip install torchvision==0.15.2+cu118 -f https://download.pytorch.org/whl/torch_stable.html pip install torchmetrics==0.6.0 pip install pytorch-lightning==1.4.2

pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118

Originally posted by @Limbicnation in https://github.com/csslc/CCSR/issues/10#issuecomment-1911214818