Skip to content

Collection of tutorials designed to help you explore and understand the diffusers library to obtain great results.

Notifications You must be signed in to change notification settings

vroger11/diffusers-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffusers tutorials

Welcome to the Diffusers Tutorials repository by vroger11! This collection of tutorials is designed to help you explore and understand the diffusers library by reproducing some exercises from the deeplearning.ai course and beyond (coming soon).

Installation

To get started, you’ll need to install the necessary dependencies. We recommend using Poetry to manage the project environment:

  1. Ensure you have Poetry installed. If not, you can follow the installation guide.

  2. Install the dependencies by running the following command:

    poetry install

This will set up a virtual environment and install all the required packages specified in the pyproject.toml file. Then, you can use vscode to use this environment and run the notebooks.

Tutorials

All tutorials can be found in the tutorials folder. Each tutorial is paired with an in-depth blog post for further learning and context.

Associated blog posts

  1. Unconditional model: Learn how to build an unconditional diffusion model using the diffusers library.
  2. Conditional model: Dive into creating a conditional diffusion model using the diffusers library.
  3. Improve the conditional model: improve the results from the previous tutorial.

About

Collection of tutorials designed to help you explore and understand the diffusers library to obtain great results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published