State-of-the-art diffusion models in PyTorch and JAX
Diffusers provides pretrained diffusion models across multiple modalities, such as vision and audio, and serves as a modular toolbox for inference and training of diffusion models. Includes Stable Diffusion, InstructPix2Pix, and many more.
Diffusers provides pretrained diffusion models across multiple modalities, such as vision and audio, and serves as a modular toolbox for inference and training of diffusion models. Includes Stable Diffusion, InstructPix2Pix, and many more.
To install py312-diffusers, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-diffusers
To see what files were installed by py312-diffusers, run:
port contents py312-diffusers
To later upgrade py312-diffusers, run:
sudo port selfupdate && sudo port upgrade py312-diffusers
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.