0

I am installing stable diffusion, in my Ubuntu , but after i cloned using this command:

git clone https://github.com/lstein/stable-diffusion.git

then used this command:

cd stable-diffusion

then i used this command:

mkdir -p models/ldm/stable-diffusion-v1/ 

after this one i tried this command :

mv ~/Downloads/sd-v1-4.ckpt models/ldm/stable-diffusion-v1/model.ckpt

but after inputting this command : i am seeing no such file or directory, then i went to this command:

conda env create -f environment.yaml

but i am seeing :

conda: command not found

is there anyway find solution for this problem

Pilot6
  • 90,100
  • 91
  • 213
  • 324
Teddy
  • 1

1 Answers1

-1

You need to install conda try this:

sudo apt install conda
Syee
  • 1
  • 1