You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: notebooks/stable-diffusion-text-to-image/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The following image shows an example of the input sequence and corresponding pre
26
26
27
27
## Notebook Contents
28
28
29
-
This notebook demonstrates how to convert and run stable diffusion using OpenVINO.
29
+
This notebook demonstrates how to convert and run stable diffusion using OpenVINO. For user experience simplification, we will use [Hugging Face Optimum](https://huggingface.co/docs/optimum/installation) library accelerated by OpenVINO integration for model conversion and [OpenVINO GenAI API](https://docs.openvino.ai/2024/learn-openvino/llm_inference_guide/genai-guide.html) for model inference.
30
30
31
31
Notebook contains the following parts:
32
32
1. Download the model from the Hugging Face Hub and converted to OpenVINO IR format with [Optimum Intel](https://huggingface.co/docs/optimum/intel/inference#stable-diffusion).
0 commit comments