Skip to content

Commit b4a0791

Browse files
authored
remove softvc notebook (#2748)
SoftVC project was archived 1.5 years ago and no longer maintained. There is incompatibility with torch 2.6 that can not be resolved without project code modification. CVS-162158
1 parent b969bc4 commit b4a0791

8 files changed

+0
-625
lines changed

.ci/heavy_ubuntu_gpu.txt

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ notebooks/mms-massively-multilingual-speech/mms-massively-multilingual-speech.ip
99
notebooks/qrcode-monster/qrcode-monster.ipynb
1010
notebooks/quantizing-model-with-accuracy-control/speech-recognition-quantization-wav2vec2.ipynb
1111
notebooks/quantizing-model-with-accuracy-control/yolov11-quantization-with-accuracy-control.ipynb
12-
notebooks/softvc-voice-conversion/softvc-voice-conversion.ipynb
1312
notebooks/speech-recognition-quantization/speech-recognition-quantization-wav2vec2.ipynb
1413
notebooks/stable-diffusion-v2/stable-diffusion-v2-text-to-image.ipynb
1514
notebooks/style-transfer-webcam/style-transfer.ipynb

.ci/ignore_convert_execution.txt

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ notebooks/bark-text-to-audio/bark-text-to-audio.ipynb
3434
notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot-genai.ipynb
3535
notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot-optimum.ipynb
3636
notebooks/pix2struct-docvqa/pix2struct-docvqa.ipynb
37-
notebooks/softvc-voice-conversion/softvc-voice-conversion.ipynb
3837
notebooks/latent-consistency-models-image-generation/latent-consistency-models-image-generation.ipynb
3938
notebooks/latent-consistency-models-image-generation/lcm-lora-controlnet.ipynb
4039
notebooks/qrcode-monster/qrcode-monster.ipynb

.ci/ignore_treon_docker.txt

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot-optimum.ipynb
2929
notebooks/decidiffusion-image-generation/decidiffusion-image-generation.ipynb
3030
notebooks/pix2struct-docvqa/pix2struct-docvqa.ipynb
3131
notebooks/fast-segment-anything/fast-segment-anything.ipynb
32-
notebooks/softvc-voice-conversion/softvc-voice-conversion.ipynb
3332
notebooks/latent-consistency-models-image-generation/latent-consistency-models-image-generation.ipynb
3433
notebooks/latent-consistency-models-image-generation/lcm-lora-controlnet.ipynb
3534
notebooks/latent-consistency-models-image-generation/latent-consistency-models-optimum-demo.ipynb

.ci/skipped_notebooks.yml

-7
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,6 @@
215215
- ubuntu-20.04
216216
- ubuntu-22.04
217217
- windows-2019
218-
- notebook: notebooks/softvc-voice-conversion/softvc-voice-conversion.ipynb
219-
skips:
220-
- os:
221-
- macos-13
222-
- ubuntu-20.04
223-
- ubuntu-22.04
224-
- windows-2019
225218
- notebook: notebooks/latent-consistency-models-image-generation/latent-consistency-models-image-generation.ipynb
226219
skips:
227220
- os:

notebooks/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- [Image generation with Stable Cascade and OpenVINO](./stable-cascade-image-generation/stable-cascade-image-generation.ipynb)
3333
- [Sound Generation with Stable Audio Open and OpenVINO™](./stable-audio/stable-audio.ipynb)
3434
- [Sound Generation with AudioLDM2 and OpenVINO™](./sound-generation-audioldm2/sound-generation-audioldm2.ipynb)
35-
- [SoftVC VITS Singing Voice Conversion and OpenVINO™](./softvc-voice-conversion/softvc-voice-conversion.ipynb)
3635
- [Object masks from prompts with SAM and OpenVINO](./segment-anything/segment-anything.ipynb)
3736
- [Single step image generation using SDXL-turbo and OpenVINO](./sdxl-turbo/sdxl-turbo.ipynb)
3837
- [Image generation with Sana and OpenVINO](./sana-image-generation/sana-image-generation.ipynb)
@@ -212,7 +211,6 @@
212211
- [Sound Generation with Stable Audio Open and OpenVINO™](./stable-audio/stable-audio.ipynb)
213212
- [Text Generation via Speculative Decoding using FastDraft and OpenVINO™](./speculative-sampling/speculative-sampling.ipynb)
214213
- [Sound Generation with AudioLDM2 and OpenVINO™](./sound-generation-audioldm2/sound-generation-audioldm2.ipynb)
215-
- [SoftVC VITS Singing Voice Conversion and OpenVINO™](./softvc-voice-conversion/softvc-voice-conversion.ipynb)
216214
- [One Step Sketch to Image translation with pix2pix-turbo and OpenVINO](./sketch-to-image-pix2pix-turbo/sketch-to-image-pix2pix-turbo.ipynb)
217215
- [Zero-shot Image Classification with SigLIP](./siglip-zero-shot-image-classification/siglip-zero-shot-image-classification.ipynb)
218216
- [Object masks from prompts with SAM and OpenVINO](./segment-anything/segment-anything.ipynb)

notebooks/softvc-voice-conversion/README.md

-25
This file was deleted.

notebooks/softvc-voice-conversion/gradio_helper.py

-33
This file was deleted.

0 commit comments

Comments
 (0)