sayakpaul HF staff commited on
Commit
740a5c5
1 Parent(s): 081fa7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -35,6 +35,11 @@ the models before using the params commercially.
35
  </tbody>
36
  </table>
37
 
 
 
 
 
 
38
  ## Sub-memory-efficient merging code
39
 
40
  ```python
 
35
  </tbody>
36
  </table>
37
 
38
+ The objectives of this merged checkpoint is to provide benefits of both worlds:
39
+
40
+ * The timestep-distilled model (schnell) is extremely being capable of generating good-quality outputs in few steps.
41
+ * The guidance-distilled model (dev) is significantly better quality than schnell but takes longer to generate good outputs.
42
+
43
  ## Sub-memory-efficient merging code
44
 
45
  ```python