Skip to content

Commit

Permalink
[DOCS] Updated link to image generation models (#28323)
Browse files Browse the repository at this point in the history
### Details:
-They were moved in PR
openvinotoolkit/openvino.genai#1504
  • Loading branch information
ilya-lavrenov authored Jan 10, 2025
1 parent 5b397d0 commit acfde10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ generative models as it already includes all the core functionality.

``openvino_genai.Text2ImagePipeline`` class supports inference of
`Diffusers
models <https://github.com/openvinotoolkit/openvino.genai/blob/master/src/docs/SUPPORTED_MODELS.md#text-2-image-models>`__.
models <https://github.com/openvinotoolkit/openvino.genai/blob/master/SUPPORTED_MODELS.md#image-generation-models>`__.
For pipeline initialization, we should provide directory with converted
by Optimum Intel pipeline and specify inference device. Optionally, we
can provide configuration for LoRA Adapters using ``adapter_config``.
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/multilora-image-generation-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ generative models as it already includes all the core functionality.

``openvino_genai.Text2ImagePipeline`` class supports inference of
`Diffusers
models <https://github.com/openvinotoolkit/openvino.genai/blob/master/src/docs/SUPPORTED_MODELS.md#text-2-image-models>`__.
models <https://github.com/openvinotoolkit/openvino.genai/blob/master/SUPPORTED_MODELS.md#image-generation-models>`__.
For pipeline initialization, we should provide directory with converted
by Optimum Intel pipeline and specify inference device. Optionally, we
can provide configuration for LoRA Adapters using ``adapter_config``.
Expand Down

0 comments on commit acfde10

Please sign in to comment.