Skip to content

Commit

Permalink
Merge pull request #1167 from eaidova/ea/win_ignre
Browse files Browse the repository at this point in the history
update ignore list for windows
  • Loading branch information
eaidova authored Jul 3, 2023
2 parents 8850800 + 632b880 commit 86ad53c
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .ci/ignore_convert_execution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ notebooks/231-instruct-pix2pix-image-editing/231-instruct-pix2pix-image-editing.
notebooks/235-controlnet-stable-diffusion/235-controlnet-stable-diffusion.ipynb
notebooks/236-stable-diffusion-v2/236-stable-diffusion-v2-infinite-zoom.ipynb
notebooks/236-stable-diffusion-v2/236-stable-diffusion-v2-text-to-image.ipynb
notebooks/236-stable-diffusion-v2/236-stable-diffusion-v2-optimum-demo-comparison.ipynb
notebooks/236-stable-diffusion-v2/236-stable-diffusion-v2-optimum-demo.ipynb
notebooks/236-stable-diffusion-v2/236-stable-diffusion-v2-text-to-image-demo.ipynb
notebooks/237-segment-anything/237-segment-anything.ipynb
notebooks/237-segment-anything/237-segment-anything-fiftyone.ipynb
notebooks/238-deeployd-if/238-deep-floyd-if.ipynb
Expand Down
4 changes: 3 additions & 1 deletion .ci/ignore_treon_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
108-gpu-device
117-model-server
111-yolov5-quantization-migration
223-text-prediction
225-stable-diffusion-text-to-image
231-instruct-pix2pix-image-editing
233-blip-visual-language-processing
Expand All @@ -11,4 +12,5 @@
238-deeployd-if
239-image-bind
240-dolly-2-instruction-following
241-riffusion-text-to-music
241-riffusion-text-to-music
242-freevc-voice-conversion

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"source": [
"Next, we will define a few key elements to create the inference pipeline, as depicted in the diagram below:\n",
"\n",
"![text2img-stable-diffusion](https://github.com/openvinotoolkit/openvino_notebooks/assets/22090501/ec454103-0d28-48e3-a18e-b55da3fab381)\r\n",
"![text2img-stable-diffusion](https://github.com/openvinotoolkit/openvino_notebooks/assets/22090501/ec454103-0d28-48e3-a18e-b55da3fab381)\n",
"\n",
"As part of the OVStableDiffusionPipeline() class:\n",
"\n",
Expand Down Expand Up @@ -408,14 +408,6 @@
"final_image.save('result.png')\n",
"final_image"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f9daec42-d2b2-46db-a563-0bb9fdf732b8",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -434,7 +426,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.8.10"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 86ad53c

Please sign in to comment.