SearchingMan commited on
Commit
9053ff0
·
verified ·
1 Parent(s): 354f1cf

Add results

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -20,6 +20,14 @@ This project proves that we can reduce VRAM usage by replacing Z-Image-Turbo's o
20
 
21
  No other optimizations are applied — the DiT transformer and VAE are unchanged. The VRAM savings come entirely from the smaller text encoder.
22
 
 
 
 
 
 
 
 
 
23
  ## Architecture
24
 
25
  ```
 
20
 
21
  No other optimizations are applied — the DiT transformer and VAE are unchanged. The VRAM savings come entirely from the smaller text encoder.
22
 
23
+
24
+ ## Results
25
+
26
+ Original | Qwen3-1.7B
27
+ :-------------------------:|:-------------------------:
28
+ ![]](assets/ref_00.png) | ![]](assets/student_00.png)
29
+
30
+
31
  ## Architecture
32
 
33
  ```