Skip to content

Commit 4fa2f0a

Browse files
authored
docs(ai): add DEEPCACHE lightning/turbo warning (#572)
This commit ensures that people are aware of the limitations of the [DeepCache](https://github.com/horseee/DeepCache) optimization w.r.t. Lightning/turbo models.
1 parent 61d59fc commit 4fa2f0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ai/orchestrators/models-config.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ available:
8888
loss**. Can not be used in conjunction with `DEEPCACHE`.
8989
</ParamField>
9090

91-
#### General Pipeline Optimization
91+
#### Text-to-image pipeline Optimization
92+
93+
<Warning>**DO NOT** enable `DEEPCACHE` for Lightning/Turbo models since they're already optimized. Due to [known limitations](https://github.com/horseee/DeepCache/issues/27), it does not provide speed benefits and may significantly lower image quality.</Warning>
9294

9395
<ParamField path="DEEPCACHE" type="boolean">
9496
The `DEEPCACHE` flag enables the

0 commit comments

Comments
 (0)