Skip to content

Commit 0a5c65f

Browse files
committed
add toctree
1 parent 2e1f187 commit 0a5c65f

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

_toctree.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
- title: 1. Introduction to diffusion models
2+
sections:
3+
- local: unit1/README
4+
newlocal: unit1/1
5+
title: Overview
6+
- local: unit1/01_introduction_to_diffusers
7+
newlocal: unit1/2
8+
title: Introduction to 🤗 Diffusers
9+
- local: unit1/02_diffusion_models_from_scratch
10+
newlocal: unit1/3
11+
title: Diffusion Models from Scratch
12+
13+
- title: 2. Fine-Tuning, Guidance and Conditioning
14+
sections:
15+
- local: unit2/README
16+
newlocal: unit2/1
17+
title: Overview
18+
- local: unit2/01_finetuning_and_guidance
19+
newlocal: unit2/2
20+
title: Fine-Tuning and Guidance
21+
- local: unit2/02_class_conditioned_diffusion_model_example
22+
newlocal: unit2/3
23+
title: Making a Class-Conditioned Diffusion Model
24+
25+
- title: 3. Stable Diffusion
26+
sections:
27+
- local: unit3/README
28+
newlocal: unit3/1
29+
title: Overview
30+
- local: unit3/01_stable_diffusion_introduction
31+
newlocal: unit3/2
32+
title: Stable Diffusion Introduction
33+
34+
- title: 4. Going Further with Diffusion Models
35+
sections:
36+
- local: unit4/README
37+
newlocal: unit4/1
38+
title: Overview
39+
- local: unit4/01_ddim_inversion
40+
newlocal: unit4/2
41+
title: DDIM Inversion
42+
- local: unit4/02_diffusion_for_audio
43+
newlocal: unit4/1
44+
title: Diffusion for Audio
45+
46+
- title: Events related to the course
47+
sections:
48+
- local: hackathon/README
49+
newlocal: hackathon/introduction
50+
title: Overview
51+
- local: hackathon/dreambooth
52+
title: DreamBooth Hackathon 🏆

0 commit comments

Comments
 (0)