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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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