Guest User

Conceptmod windows setup

a guest
May 4th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. conda create --name conceptmod python=3.10
  2. conda activate conceptmod
  3. pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  4. pip install pytorch_lightning==1.7.7
  5. pip install omegaconf einops scipy scikit-image scikit-learn lmdb
  6. pip install taming-transformers-rom1504 'git+https://github.com/openai/CLIP.git@main#egg=clip' image-reward safetensors datasets matplotlib diffusers kornia
  7. conda install huggingface_hub
Advertisement
Add Comment
Please, Sign In to add comment