Skip to content

Commit 0cc873f

Browse files
authored
fix ov install in openvoice notebook (openvinotoolkit#1795)
1 parent bdef6c8 commit 0cc873f

6 files changed

+24
-3
lines changed

.ci/ignore_treon_docker.txt

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
278-stable-diffusion-ip-adapter
5050
281-kosmos2-multimodal-large-language-model
5151
283-photo-maker
52+
284-openvoice
5253
285-surya-line-level-text-detection
5354
286-instant-id
5455
301-tensorflow-training-openvino

.ci/ignore_treon_linux.txt

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
278-stable-diffusion-ip-adapter
5353
281-kosmos2-multimodal-large-language-model
5454
283-photo-maker
55+
284-openvoice
5556
285-surya-line-level-text-detection
5657
286-instant-id
5758
404-style-transfer-webcam

.ci/ignore_treon_mac.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
275-llm-question-answering
4949
276-stable-diffusion-torchdynamo-backend
5050
278-stable-diffusion-ip-adapter
51-
281-kosmos2-multimodal-large-language-model
5251
279-mobilevlm-language-assistant
52+
281-kosmos2-multimodal-large-language-model
5353
283-photo-maker
5454
284-openvoice
5555
285-surya-line-level-text-detection

.ci/ignore_treon_win.txt

+1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
278-stable-diffusion-ip-adapter
5252
281-kosmos2-multimodal-large-language-model
5353
283-photo-maker
54+
284-openvoice
5455
285-surya-line-level-text-detection
5556
286-instant-id

notebooks/236-stable-diffusion-v2/236-stable-diffusion-v2-text-to-image.ipynb

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"id": "e5501f221fd5d19f",
67
"metadata": {},
@@ -38,6 +39,7 @@
3839
]
3940
},
4041
{
42+
"attachments": {},
4143
"cell_type": "markdown",
4244
"id": "e2bceddde9f8d526",
4345
"metadata": {},
@@ -62,6 +64,7 @@
6264
]
6365
},
6466
{
67+
"attachments": {},
6568
"cell_type": "markdown",
6669
"id": "1a571d16e81bf3c4",
6770
"metadata": {},
@@ -93,10 +96,11 @@
9396
],
9497
"source": [
9598
"%pip install -q \"diffusers>=0.14.0\" \"openvino>=2023.1.0\" \"datasets>=2.14.6\" \"transformers>=4.25.1\" gradio --extra-index-url https://download.pytorch.org/whl/cpu\n",
96-
"%pip install -q \"pip install git+https://github.com/openvinotoolkit/nncf@develop\""
99+
"%pip install -q \"git+https://github.com/openvinotoolkit/nncf@develop\""
97100
]
98101
},
99102
{
103+
"attachments": {},
100104
"cell_type": "markdown",
101105
"id": "3c4a678aa7817277",
102106
"metadata": {},
@@ -156,6 +160,7 @@
156160
]
157161
},
158162
{
163+
"attachments": {},
159164
"cell_type": "markdown",
160165
"id": "a636f5007c3781e",
161166
"metadata": {},
@@ -176,6 +181,7 @@
176181
]
177182
},
178183
{
184+
"attachments": {},
179185
"cell_type": "markdown",
180186
"id": "d4f14633b43a9034",
181187
"metadata": {},
@@ -280,6 +286,7 @@
280286
]
281287
},
282288
{
289+
"attachments": {},
283290
"cell_type": "markdown",
284291
"id": "ccaba8325efa1177",
285292
"metadata": {},
@@ -370,6 +377,7 @@
370377
]
371378
},
372379
{
380+
"attachments": {},
373381
"cell_type": "markdown",
374382
"id": "e52e6090fd6a87b3",
375383
"metadata": {},
@@ -493,6 +501,7 @@
493501
]
494502
},
495503
{
504+
"attachments": {},
496505
"cell_type": "markdown",
497506
"id": "2009916bbc6c3ec8",
498507
"metadata": {},
@@ -883,6 +892,7 @@
883892
]
884893
},
885894
{
895+
"attachments": {},
886896
"cell_type": "markdown",
887897
"id": "8ae7b18e9f8c995a",
888898
"metadata": {},
@@ -955,6 +965,7 @@
955965
]
956966
},
957967
{
968+
"attachments": {},
958969
"cell_type": "markdown",
959970
"id": "e0cdcdb5a1c10f1a",
960971
"metadata": {},
@@ -990,6 +1001,7 @@
9901001
]
9911002
},
9921003
{
1004+
"attachments": {},
9931005
"cell_type": "markdown",
9941006
"id": "5a5f91dfea77c91",
9951007
"metadata": {},
@@ -1072,6 +1084,7 @@
10721084
]
10731085
},
10741086
{
1087+
"attachments": {},
10751088
"cell_type": "markdown",
10761089
"id": "75734990a15dcf4b",
10771090
"metadata": {},
@@ -1147,6 +1160,7 @@
11471160
]
11481161
},
11491162
{
1163+
"attachments": {},
11501164
"cell_type": "markdown",
11511165
"id": "1a5d9c1dcbebb1a8",
11521166
"metadata": {},
@@ -1280,6 +1294,7 @@
12801294
]
12811295
},
12821296
{
1297+
"attachments": {},
12831298
"cell_type": "markdown",
12841299
"id": "73151859000e9305",
12851300
"metadata": {},
@@ -1320,6 +1335,7 @@
13201335
]
13211336
},
13221337
{
1338+
"attachments": {},
13231339
"cell_type": "markdown",
13241340
"id": "637babca1053f709",
13251341
"metadata": {},
@@ -1402,6 +1418,7 @@
14021418
]
14031419
},
14041420
{
1421+
"attachments": {},
14051422
"cell_type": "markdown",
14061423
"id": "3b7f93ec1bd55a2f",
14071424
"metadata": {},
@@ -1416,6 +1433,7 @@
14161433
]
14171434
},
14181435
{
1436+
"attachments": {},
14191437
"cell_type": "markdown",
14201438
"id": "cd89fdab77ca1f8c",
14211439
"metadata": {},

notebooks/284-openvoice/284-openvoice.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"sys.path.append(str(repo_dir))\n",
9393
"\n",
9494
"%pip install -q \"librosa>=0.8.1\" \"wavmark>=0.0.3\" \"faster-whisper>=0.9.0\" \"pydub>=0.25.1\" \"whisper-timestamped>=1.14.2\" \"tqdm\" \"inflect>=7.0.0\" \"eng_to_ipa>=0.0.2\" \"pypinyin>=0.50.0\" \\\n",
95-
"\"cn2an>=0.5.22\" \"jieba>=0.42.1\" \"langid>=1.1.6\" \"gradio>=4.15\" \"ipywebrtc\" \"anyascii\" \"openvino>-2023.3\""
95+
"\"cn2an>=0.5.22\" \"jieba>=0.42.1\" \"langid>=1.1.6\" \"gradio>=4.15\" \"ipywebrtc\" \"anyascii\" \"openvino>=2023.3\""
9696
]
9797
},
9898
{

0 commit comments

Comments
 (0)