diff --git a/.ci/ignore_treon_docker.txt b/.ci/ignore_treon_docker.txt index 8ce648320aa..cee4a4cca86 100644 --- a/.ci/ignore_treon_docker.txt +++ b/.ci/ignore_treon_docker.txt @@ -44,8 +44,8 @@ 272-paint-by-example 273-stable-zephyr-3b-chatbot 276-stable-diffusion-torchdynamo-backend -281-photo-maker 281-kosmos2-multimodal-large-language-model +283-photo-maker 301-tensorflow-training-openvino 305-tensorflow-quantization-aware-training 404-style-transfer-webcam \ No newline at end of file diff --git a/.ci/ignore_treon_linux.txt b/.ci/ignore_treon_linux.txt index 0eca98680a0..f3d179a33c7 100644 --- a/.ci/ignore_treon_linux.txt +++ b/.ci/ignore_treon_linux.txt @@ -47,6 +47,6 @@ 272-paint-by-example 273-stable-zephyr-3b-chatbot 276-stable-diffusion-torchdynamo-backend -281-photo-maker 281-kosmos2-multimodal-large-language-model +283-photo-maker 404-style-transfer-webcam diff --git a/.ci/ignore_treon_mac.txt b/.ci/ignore_treon_mac.txt index ca2383453aa..588138742d5 100644 --- a/.ci/ignore_treon_mac.txt +++ b/.ci/ignore_treon_mac.txt @@ -46,5 +46,5 @@ 276-stable-diffusion-torchdynamo-backend 281-kosmos2-multimodal-large-language-model 279-mobilevlm-language-assistant -281-photo-maker +283-photo-maker 404-style-transfer-webcam \ No newline at end of file diff --git a/.ci/ignore_treon_win.txt b/.ci/ignore_treon_win.txt index e89164af998..fb75ac0b96d 100644 --- a/.ci/ignore_treon_win.txt +++ b/.ci/ignore_treon_win.txt @@ -46,5 +46,5 @@ 272-paint-by-example 273-stable-zephyr-3b-chatbot 276-stable-diffusion-torchdynamo-backend -281-photo-maker 281-kosmos2-multimodal-large-language-model +283-photo-maker \ No newline at end of file diff --git a/README.md b/README.md index 5cbd7dee1b0..e96c9478ba1 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Check out the latest notebooks that show how to optimize and deploy popular mode |[Stable Diffusion with IP-Adapter](notebooks/278-stable-diffusion-ip-adapter)
| Image conditioning in Stable Diffusion pipeline using IP-Adapter | | | [MobileVLM](notebooks/279-mobilevlm-language-assistant)
| Mobile language assistant with MobileVLM and OpenVINO | | | [DepthAnything](notebooks/280-depth-anything)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath=notebooks%2F280-depth-anythingh%2F280-depth-anything.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/280-depth-anything/280-depth-anything.ipynb) | Monocular Depth estimation with DepthAnything and OpenVINO | | -| [PhotoMaker](notebooks/281-photo-maker)
| Text-to-image generation using PhotoMaker and OpenVINO | | | [Kosmos-2: Grounding Multimodal Large Language Models](notebooks/281-kosmos2-multimodal-large-language-model)
| Kosmos-2: Grounding Multimodal Large Language Model and OpenVINO™ | | +| [PhotoMaker](notebooks/283-photo-maker)
| Text-to-image generation using PhotoMaker and OpenVINO | | ## Table of Contents @@ -234,9 +234,9 @@ Demos that demonstrate inference on a particular model. | [278-stable-diffusion-ip-adapter](notebooks/278-stable-diffusion-ip-adapter)
| Image conditioning in Stable Diffusion pipeline using IP-Adapter | | | [279-mobilevlm-language-assistant](notebooks/279-mobilevlm-language-assistant)
| Mobile language assistant with MobileVLM and OpenVINO | | | [280-depth-anything](notebooks/280-depth-anything)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath=notebooks%2F280-depth-anythingh%2F280-depth-anything.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/280-depth-anything/280-depth-anything.ipynb) | Monocular Depth Estimation with DepthAnything and OpenVINO | | -| [281-photo-maker](notebooks/281-photo-maker)
| Text-to-image generation using PhotoMaker and OpenVINO | | | [281-kosmos2-multimodal-large-language-model](notebooks/281-kosmos2-multimodal-large-language-model)
| Kosmos-2: Multimodal Large Language Model and OpenVINO™ | | | [282-siglip-zero-shot-image-classification](notebooks/282-siglip-zero-shot-image-classification)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/282-siglip-zero-shot-image-classification/282-siglip-zero-shot-image-classification.ipynb) | Zero-shot Image Classification with SigLIP | | +| [283-photo-maker](notebooks/283-photo-maker)
| Text-to-image generation using PhotoMaker and OpenVINO | |
diff --git a/notebooks/281-photo-maker/281-photo-maker.ipynb b/notebooks/283-photo-maker/283-photo-maker.ipynb similarity index 100% rename from notebooks/281-photo-maker/281-photo-maker.ipynb rename to notebooks/283-photo-maker/283-photo-maker.ipynb diff --git a/notebooks/281-photo-maker/README.md b/notebooks/283-photo-maker/README.md similarity index 100% rename from notebooks/281-photo-maker/README.md rename to notebooks/283-photo-maker/README.md