Skip to content

Commit

Permalink
Move stable-diffusion-text-to-image to optimum intel (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalandi committed Jun 14, 2024
1 parent 081ce1d commit 575f638
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 1,352 deletions.
9 changes: 5 additions & 4 deletions notebooks/stable-diffusion-text-to-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ The following image shows an example of the input sequence and corresponding pre

This notebook demonstrates how to convert and run stable diffusion using OpenVINO.

Notebook contains the following steps:
1. Create PyTorch models pipeline using Diffusers library.
2. Convert models to OpenVINO IR format, using model conversion API.
3. Run Stable Diffusion pipeline with OpenVINO.
Notebook contains the following parts:
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).
2. Prepare text-to-image inference pipeline and demonstrate generation with a demo.
3. Prepare image-to-image inference pipeline and demonstrate generation with a demo.


## Installation Instructions

Expand Down
Loading

0 comments on commit 575f638

Please sign in to comment.