Skip to content

Commit

Permalink
Update docs/source/guides/models.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Benayoun <[email protected]>
  • Loading branch information
JingyaHuang and michaelbenayoun authored Sep 21, 2023
1 parent a97552e commit f6c6e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6c6e2f

Please sign in to comment.