diffusion-models-class
Diffusion Model Course
A comprehensive course teaching the theory and hands-on implementation of diffusion models in image and audio generation using PyTorch.
Materials for the Hugging Face Diffusion Models Course
4k stars
97 watching
395 forks
Language: Jupyter Notebook
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
huggingface/diffusers | A PyTorch-based library for training and using state-of-the-art diffusion models to generate images, audio, and 3D structures | 26,223 |
openai/guided-diffusion | This project is a software implementation of a diffusion model architecture, allowing users to generate synthetic images based on a learned distribution. | 6,293 |
huggingface/pytorch-openai-transformer-lm | Implementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities | 1,511 |
huggingface/peft | An efficient method for fine-tuning large pre-trained models by adapting only a small fraction of their parameters | 16,505 |
huggingface/lerobot | A platform providing pre-trained models, datasets, and tools for robotics with focus on imitation learning and reinforcement learning. | 7,518 |
huggingface/transformers | A collection of pre-trained machine learning models for various natural language and computer vision tasks, enabling developers to fine-tune and deploy these models on their own projects. | 135,022 |
modelscope/diffsynth-studio | A software framework for training and utilizing various types of diffusion models. | 6,599 |
furkangozukara/stable-diffusion | Tutorials and guides for advanced techniques in using the Stable Diffusion model for image and video generation | 2,137 |
huggingface/deep-rl-class | A course repository containing teaching materials and resources for learning deep reinforcement learning | 3,909 |
birch-san/diffusers | A toolkit for creating and manipulating state-of-the-art diffusion models in PyTorch | 8 |
huggingface/datasets | A tool providing efficient data manipulation and loading for machine learning models | 19,282 |
compvis/stable-diffusion | A text-to-image model trained on images and text prompts using a diffusion process | 68,368 |
huggingface/nanotron | A library for training large language models with parallel computing and mixed precision training methods | 1,244 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,286 |
dsksd/deepnlp-models-pytorch | Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,954 |