Update README.md
Browse files
README.md
CHANGED
|
@@ -63,4 +63,9 @@ def inference(model: DiT, device=None, steps=50):
|
|
| 63 |
rgb = color.lab2rgb(np.stack([L, a, b], axis=-1)) * 255.0
|
| 64 |
|
| 65 |
return Image.fromarray(rgb.astype(np.uint8))
|
| 66 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
rgb = color.lab2rgb(np.stack([L, a, b], axis=-1)) * 255.0
|
| 64 |
|
| 65 |
return Image.fromarray(rgb.astype(np.uint8))
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
## References
|
| 69 |
+
|
| 70 |
+
- 3588028.3603685
|
| 71 |
+
- 2503.16397
|