2400 Forks
12131 Stars
12131 Watchers

diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch

How to download and setup diffusers

Open terminal and run command
git clone https://github.com/huggingface/diffusers.git
git clone is used to create a copy or clone of diffusers repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with diffusers https://github.com/huggingface/diffusers/archive/master.zip

Or simply clone diffusers with SSH
[email protected]:huggingface/diffusers.git

If you have some problems with diffusers

You may open issue on diffusers support forum (system) here: https://github.com/huggingface/diffusers/issues