File tree 2 files changed +3
-3
lines changed
image_generation/stable_diffusion_1_5/cpp
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
working-directory : ${{ env.WORKING_DIRECTORY }}
63
63
run : |
64
64
source openvino_sd_cpp/bin/activate
65
- optimum-cli export openvino --model runwayml /stable-diffusion-v1-5 --task stable-diffusion models/stable_diffusion_v1_5_ov/FP16
65
+ optimum-cli export openvino --model botp /stable-diffusion-v1-5 --task stable-diffusion models/stable_diffusion_v1_5_ov/FP16
66
66
67
67
- name : Build app
68
68
working-directory : ${{ env.WORKING_DIRECTORY }}
@@ -117,7 +117,7 @@ jobs:
117
117
working-directory : ${{ env.WORKING_DIRECTORY }}
118
118
run : |
119
119
. "./openvino_sd_cpp/Scripts/Activate.ps1"
120
- optimum-cli export openvino --model runwayml /stable-diffusion-v1-5 --task stable-diffusion models/stable_diffusion_v1_5_ov/FP16
120
+ optimum-cli export openvino --model botp /stable-diffusion-v1-5 --task stable-diffusion models/stable_diffusion_v1_5_ov/FP16
121
121
122
122
- name : Build app
123
123
working-directory : ${{ env.WORKING_DIRECTORY }}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The path to the OpenVINO install directory is referred as `<INSTALL_DIR>` throug
57
57
2. Download the model from Huggingface and convert it to OpenVINO IR via [optimum-intel CLI](https://github.com/huggingface/optimum-intel).
58
58
59
59
Example models to download:
60
- - [runwayml /stable-diffusion-v1-5](https://huggingface.co/runwayml /stable-diffusion-v1-5)
60
+ - [botp /stable-diffusion-v1-5](https://huggingface.co/botp /stable-diffusion-v1-5)
61
61
- [dreamlike-art/dreamlike-anime-1.0](https://huggingface.co/dreamlike-art/dreamlike-anime-1.0)
62
62
63
63
Example command for downloading [dreamlike-art/dreamlike-anime-1.0](https://huggingface.co/dreamlike-art/dreamlike-anime-1.0) model and exporting it with FP16 precision:
You can’t perform that action at this time.
0 commit comments