Skip to content

Commit

Permalink
Add Stable Diffusion with KerasCV and OpenVINO notebook (openvinotool…
Browse files Browse the repository at this point in the history
…kit#1836)

Ticket: CVS-133140
  • Loading branch information
as-suvorov authored Mar 25, 2024
1 parent dfea613 commit 2d2ab8f
Show file tree
Hide file tree
Showing 10 changed files with 1,830 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/ignore_pip_conflicts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ notebooks/273-stable-zephyr-3b-chatbot/273-stable-zephyr-3b-chatbot.ipynb # inst
notebooks/279-mobilevlm-language-assistant/279-mobilevlm-language-assistant.ipynb # transformers<4.35
notebooks/280-depth-anything/280-depth-anything.ipynb # install requirements.txt after clone repo
notebooks/285-surya-line-level-text-detection/285-surya-line-level-text-detection.ipynb # requires python >=3.9
notebooks/289-mobileclip-video-search/289-mobileclip-video-search.ipynb # install requirements.txt inside
notebooks/289-mobileclip-video-search/289-mobileclip-video-search.ipynb # install requirements.txt inside
notebooks/290-stable-diffusion-keras-cv/290-stable-diffusion-keras-cv.ipynb # requires python >=3.9
1 change: 1 addition & 0 deletions .ci/ignore_treon_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
284-openvoice
285-surya-line-level-text-detection
286-instant-id
290-stable-diffusion-keras-cv
301-tensorflow-training-openvino
305-tensorflow-quantization-aware-training
404-style-transfer-webcam
1 change: 1 addition & 0 deletions .ci/ignore_treon_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@
284-openvoice
285-surya-line-level-text-detection
286-instant-id
290-stable-diffusion-keras-cv
404-style-transfer-webcam
1 change: 1 addition & 0 deletions .ci/ignore_treon_mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@
285-surya-line-level-text-detection
286-instant-id
288-grounded-segment-anything
290-stable-diffusion-keras-cv
404-style-transfer-webcam
1 change: 1 addition & 0 deletions .ci/ignore_treon_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@
284-openvoice
285-surya-line-level-text-detection
286-instant-id
290-stable-diffusion-keras-cv
1 change: 1 addition & 0 deletions .ci/spellcheck/.pyspelling.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ Kalman
kbps
KD
keras
KerasCV
keypoint
keypoints
KiTS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/treon_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
python: ["3.8", "3.9", "3.10"]
python: ["3.10", "3.9", "3.8"]
steps:

#### Installation/preparation ####
Expand Down
Loading

0 comments on commit 2d2ab8f

Please sign in to comment.