Update README.md
Browse files
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)
|