Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
38.83k stars 5.01k forks source link

Can I install this repo from the source code? #253

Open calmiLovesAI opened 1 year ago

calmiLovesAI commented 1 year ago

This is how I understand the installation steps in README:

  1. Install the xformers . (I got pytorch, cuda, cudnn installed on my pc already.)
  2. Run git clone https://github.com/Stability-AI/stablediffusion.git
  3. Run pip install diffusers
  4. Run pip install -r requirements.txt

Can I follow the steps above to install correctly?