Skip to content

Commit aa75156

Browse files
committed
Fix lecture 21 diffusion animations: improve visual quality to match lecture 15 gold standard
- Increase font sizes 30-50% across all 10 scenes for readability - Thicken arrows (stroke_width 2→3.5-5) with proper tip sizing - Change text colors from GREY_D to BLACK for better contrast - Fix ForwardDiffusion: reduce grid scale to create visible arrow gaps - Fix NoiseSchedule: reposition 'Linear' label to avoid curve overlap - Fix UNetArchitecture: reroute skip connections to top edges of boxes, widen encoder/decoder boxes for label readability - Fix TrainingObjective: increase arrow tip ratios for short arrows - Fix DiffusionVsTransformer: use relative label positioning - Add .gitignore entries for Manim build cache (Tex, texts, images)
1 parent eee9aed commit aa75156

187 files changed

Lines changed: 297 additions & 280 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,11 @@ slides/template_deck/slide*.png
194194
.playwright-mcp/slides/*/*.png
195195
notes/*.png
196196
notes/l16-screenshots/
197+
198+
# Manim build artifacts (regenerable cache)
199+
**/media/Tex/
200+
**/media/texts/
201+
**/media/images/
202+
203+
# Sisyphus working files
204+
.sisyphus/

0 commit comments

Comments
 (0)