lkwq007 / stablediffusion-infinity

Outpainting with Stable Diffusion on an infinite canvas
Apache License 2.0
3.85k stars 304 forks source link

[Bug] Unable to install conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch #125

Open TheMindExpansionNetwork opened 1 year ago

TheMindExpansionNetwork commented 1 year ago

Describe the bug Trying to install the infinity locally and following the instructions

conda create -n sd-inf python=3.10 conda activate sd-inf conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch conda install scipy scikit-image conda install -c conda-forge diffusers transformers ftfy pip install opencv-python pip install gradio==3.6 pip install pytorch-lightning==1.7.7 einops==0.4.1 omegaconf==2.2.3 pip install timm

To Reproduce Steps to reproduce the behavior: 1.able to create enviroment

  1. able to activate environment.
  2. conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch'
  3. Then get this error (sd-inf) C:\Users\WeThe>conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch Collecting package metadata (current_repodata.json): failed

CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue.

Exception: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /pytorch/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

Expected behavior Should install needed stuff.

Screenshots image

Desktop (please complete the following information): -window 10

Additional context Installed the openSSL looks like a error went away now have this.

Anyone know what could be causing this.