ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.89k stars 507 forks source link

/bin/bash: accelerate: command not found #94

Open michaelslevy opened 2 years ago

michaelslevy commented 2 years ago

Describe the bug

!accelerate launch train_dreambooth.py \ This runs but at the end it says: /bin/bash: accelerate: command not found

Then the next cell fails: col = len(os.listdir(os.path.join(weights_folder, folders[0], "samples")))

IndexError: list index out of range

Reproduction

Run on Google Colabs Tesla T4, 15109 MiB, 15109 MiB

Logs

No response

System Info

Tesla T4, 15109 MiB, 15109 MiB

ShivamShrirao commented 2 years ago

Did u run the previous cells which installs all the packages ?