Skip to content

Commit 2d2ab8f

Browse files
authored
Add Stable Diffusion with KerasCV and OpenVINO notebook (openvinotoolkit#1836)
Ticket: CVS-133140
1 parent dfea613 commit 2d2ab8f

10 files changed

+1830
-2
lines changed

.ci/ignore_pip_conflicts.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ notebooks/273-stable-zephyr-3b-chatbot/273-stable-zephyr-3b-chatbot.ipynb # inst
1919
notebooks/279-mobilevlm-language-assistant/279-mobilevlm-language-assistant.ipynb # transformers<4.35
2020
notebooks/280-depth-anything/280-depth-anything.ipynb # install requirements.txt after clone repo
2121
notebooks/285-surya-line-level-text-detection/285-surya-line-level-text-detection.ipynb # requires python >=3.9
22-
notebooks/289-mobileclip-video-search/289-mobileclip-video-search.ipynb # install requirements.txt inside
22+
notebooks/289-mobileclip-video-search/289-mobileclip-video-search.ipynb # install requirements.txt inside
23+
notebooks/290-stable-diffusion-keras-cv/290-stable-diffusion-keras-cv.ipynb # requires python >=3.9

.ci/ignore_treon_docker.txt

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
284-openvoice
5555
285-surya-line-level-text-detection
5656
286-instant-id
57+
290-stable-diffusion-keras-cv
5758
301-tensorflow-training-openvino
5859
305-tensorflow-quantization-aware-training
5960
404-style-transfer-webcam

.ci/ignore_treon_linux.txt

+1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@
5757
284-openvoice
5858
285-surya-line-level-text-detection
5959
286-instant-id
60+
290-stable-diffusion-keras-cv
6061
404-style-transfer-webcam

.ci/ignore_treon_mac.txt

+1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@
5757
285-surya-line-level-text-detection
5858
286-instant-id
5959
288-grounded-segment-anything
60+
290-stable-diffusion-keras-cv
6061
404-style-transfer-webcam

.ci/ignore_treon_win.txt

+1
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@
5555
284-openvoice
5656
285-surya-line-level-text-detection
5757
286-instant-id
58+
290-stable-diffusion-keras-cv

.ci/spellcheck/.pyspelling.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ Kalman
326326
kbps
327327
KD
328328
keras
329+
KerasCV
329330
keypoint
330331
keypoints
331332
KiTS

.github/workflows/treon_precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: true
3939
matrix:
4040
os: [ubuntu-20.04, windows-2019, macos-12]
41-
python: ["3.8", "3.9", "3.10"]
41+
python: ["3.10", "3.9", "3.8"]
4242
steps:
4343

4444
#### Installation/preparation ####

0 commit comments

Comments
 (0)