Skip to content

Commit b9db935

Browse files
committed
feedback
1 parent c07fc16 commit b9db935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/stable_diffusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License.
1616

1717
Diffusion is a random process that is computationally demanding. You may need to run the [`DiffusionPipeline`] several times before getting a desired output. That's why it's important to carefully balance generation speed and memory usage in order to iterate faster,
1818

19-
This guide recommends some basic performance tips for using the [`DiffusionPipeline`]. Refer to the Inference Optimization section for more detailed performance guides.
19+
This guide recommends some basic performance tips for using the [`DiffusionPipeline`]. Refer to the Inference Optimization section docs such as [Accelerate inference](./optimization/fp16) or [Reduce memory usage](./optimization/memory) for more detailed performance guides.
2020

2121
## Memory usage
2222

0 commit comments

Comments
 (0)