You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ To try out **Stable Diffusion 2**, you can run one of the Colab notebooks below.
30
30
31
31
### ⚒ Understand the theory and learn to build pipelines
32
32
33
-
- Understand the theory behind stable diffusion models and learn how to code a simple diffusion model from scratch in [this nnotebook](https://nbviewer.org/github/FilippoMB/Diffusion_models_tutorial/blob/main/diffusion_from_scratch.ipynb).
34
-
- Become familiar with the stable diffusion pipeline and the diffusers 🧨 library in [this nnotebook](https://nbviewer.org/github/FilippoMB/Diffusion_models_tutorial/blob/main/Diffusers_library.ipynb).
33
+
- Understand the theory behind stable diffusion models and learn how to code a simple diffusion model from scratch in [this notebook](https://nbviewer.org/github/FilippoMB/Diffusion_models_tutorial/blob/main/diffusion_from_scratch.ipynb).
34
+
- Become familiar with the stable diffusion pipeline and the diffusers 🧨 library in [this notebook](https://nbviewer.org/github/FilippoMB/Diffusion_models_tutorial/blob/main/Diffusers_library.ipynb).
35
35
36
-
To run the notebooks you need to have several libraries installed. You can do that by installing Anaconda (or [Miniconda]()) and then create the environment using the provided env files.
36
+
To run the notebooks you need to have several libraries installed. You can do that by installing Anaconda (or [Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/)) and then create the environment using the provided env files.
37
37
38
38
First, try to create the environment using [environment.yml](https://github.com/FilippoMB/Diffusion_models_tutorial/blob/main/environment.yml):
0 commit comments