nebulette commited on
Commit
98ea8d4
·
verified ·
1 Parent(s): fed31c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -25,6 +25,8 @@ Read the [blog](https://ruwwww.github.io/al-folio/blog/2026/waifu-diffusion/) ab
25
 
26
  ## Training
27
 
 
 
28
  ```python
29
  noisy = noise * (1 - t) + pixel_values * t
30
  v_pred = model.forward(noisy, t, ctx)
 
25
 
26
  ## Training
27
 
28
+ Despite its size, the model took hours to bake instead of [days](https://huggingface.co/kaupane/DiT-Wikiart-Base).
29
+
30
  ```python
31
  noisy = noise * (1 - t) + pixel_values * t
32
  v_pred = model.forward(noisy, t, ctx)