Skip to content

Commit f5b7fa9

Browse files
committed
fix readme
1 parent f413294 commit f5b7fa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ To try out **Stable Diffusion 2**, you can run one of the Colab notebooks below.
3030

3131
### ⚒ Understand the theory and learn to build pipelines
3232

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).
3535

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.
3737

3838
First, try to create the environment using [environment.yml](https://github.com/FilippoMB/Diffusion_models_tutorial/blob/main/environment.yml):
3939

0 commit comments

Comments
 (0)