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