W8Yi commited on
Commit
0ce0413
·
verified ·
1 Parent(s): e382493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,10 +16,10 @@ base_model:
16
  # W8Yi/distilled-wsi-diffusion
17
  ![Teacher vs Student](./tile.png)
18
 
19
- `distilled-wsi-diffusion` is a distilled student model derived from PixCell for
20
  UNI-conditioned histopathology image generation. It is designed to preserve the
21
  visual behavior of the PixCell teacher while enabling substantially faster
22
- sampling with fewer denoising steps, making it practical for rapid research
23
  iteration, hypothesis testing, and interpretability workflows on WSI features.
24
 
25
  ## Why Use This Model
@@ -104,13 +104,13 @@ img = decode_latents_to_images(pipeline, latents)[0]
104
  ![Teacher vs Student](./compare.png)
105
 
106
  Teacher rollout (35 steps): 0.8908s
107
- Student rollout (4 steps): 0.1137s
108
  Teacher decode: 0.0147s
109
- Student decode: 0.0145s
110
  Teacher total: 0.9055s
111
- Student total: 0.1282s
112
- Rollout speedup: 7.84x
113
- End-to-end speedup: 7.06x
114
 
115
  Use the following snippet to reproduce side-by-side image and speedup numbers:
116
 
 
16
  # W8Yi/distilled-wsi-diffusion
17
  ![Teacher vs Student](./tile.png)
18
 
19
+ `distilled-wsi-diffusion` is a distilled student model derived from **PixCell** for
20
  UNI-conditioned histopathology image generation. It is designed to preserve the
21
  visual behavior of the PixCell teacher while enabling substantially faster
22
+ sampling with fewer denoising steps(**7.06x** speed up), making it practical for rapid research
23
  iteration, hypothesis testing, and interpretability workflows on WSI features.
24
 
25
  ## Why Use This Model
 
104
  ![Teacher vs Student](./compare.png)
105
 
106
  Teacher rollout (35 steps): 0.8908s
107
+ Student rollout (4 steps): **0.1137s**
108
  Teacher decode: 0.0147s
109
+ Student decode: **0.0145s**
110
  Teacher total: 0.9055s
111
+ Student total: **0.1282s**
112
+ Rollout speedup: **7.84x**
113
+ End-to-end speedup: **7.06x**
114
 
115
  Use the following snippet to reproduce side-by-side image and speedup numbers:
116