Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrolive/generative-ai-with-diffusion-models
Deep dive on diffusion models, which are a popular choice for text-to-image pipelines, disrupting several industries.
https://github.com/hrolive/generative-ai-with-diffusion-models
attention clip computer-vision deep-learning diffusion-models embeddings generative-ai jupyter-notebook python text-to-image unet
Last synced: 10 days ago
JSON representation
Deep dive on diffusion models, which are a popular choice for text-to-image pipelines, disrupting several industries.
- Host: GitHub
- URL: https://github.com/hrolive/generative-ai-with-diffusion-models
- Owner: HROlive
- Created: 2024-10-07T10:16:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-30T09:59:09.000Z (20 days ago)
- Last Synced: 2024-10-30T10:37:03.645Z (20 days ago)
- Topics: attention, clip, computer-vision, deep-learning, diffusion-models, embeddings, generative-ai, jupyter-notebook, python, text-to-image, unet
- Language: Jupyter Notebook
- Homepage:
- Size: 40.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Course](images/banner.png)
## Table of Contents
1. [Description](#description)
2. [Information](#information)
3. [Certificate](#certificate)Thanks to improvements in computing power and scientific theory, Generative AI is more accessible than ever before. Generative AI will play a significant role across industries and will gain significant importance due to its numerous applications such as Creative Content Generation, Data Augmentation, Simulation and Planning, Anomaly Detection, Drug Discovery, and Personalized Recommendations etc.
In this course we will take a deeper dive on denoising diffusion models, which are a popular choice for text-to-image pipelines, disrupting several industries.
## Information
The overall goals of this course were the following:> - Build a U-Net to generate images from pure noise;
> - Improve the quality of generated images with the Denoising Diffusion process;
> - Compare Denoising Diffusion Probabilistic Models (DDPMs) with Denoising Diffusion Implicit Models (DDIMs);
> - Control the image output with context embeddings;
> - Generate images from English text-prompts using CLIP;More detailed information and links for the course can be found on the [course website](https://www.nvidia.com/en-eu/training/instructor-led-workshops/generative-ai-with-diffusion-models/).
The certificate for the course can be found below:
- ["Generative AI with Diffusion Models" - NVIDIA Deep Learning Institute](https://learn.nvidia.com/certificates?id=Lp5VeHMnQKOLdmOZSkfWCA) (Issued On: October 2024)