From f6c6e2fce5a04a363111ee3ca962db53e8d1e9a8 Mon Sep 17 00:00:00 2001 From: Jingya HUANG <44135271+JingyaHuang@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:04:07 +0200 Subject: [PATCH] Update docs/source/guides/models.mdx Co-authored-by: Michael Benayoun --- docs/source/guides/models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/models.mdx b/docs/source/guides/models.mdx index 1b09ad6e6..ee1f280ef 100644 --- a/docs/source/guides/models.mdx +++ b/docs/source/guides/models.mdx @@ -258,7 +258,7 @@ Now generate an image with a prompt on neuron: ### Image-to-Image -With `NeuronStableDiffusionImg2ImgPipeline` class, you can generate a new image conditioned by a text prompt and an initial image. +With the `NeuronStableDiffusionImg2ImgPipeline` class, you can generate a new image conditioned on a text prompt and an initial image. ```python import requests