[Community Pipeline] Speech to Image
See original GitHub issueIntro
Community Pipelines are introduced in diffusers==0.4.0
with the idea of allowing the community to quickly add, integrate, and share their custom pipelines on top of diffusers
.
You can find a guide about Community Pipelines here. You can also find all the community examples under examples/community/
. If you have questions about the Community Pipelines feature, please head to the parent issue.
Idea: Speech to Image
You can use a transformer
automatic-speech-recognition
such as OpenAI whisper
to transcribe the text, and pass that to Stable Diffusion. Together, this would create a nice speech-to-image
pipeline.
Resources
Issue Analytics
- State:
- Created a year ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Speech to Diffusion • Community Pipeline - Hugging Face
Speech to Diffusion • Community Pipeline. This demo can generate an image from an audio sample using pre-trained OpenAI whisper-small and Stable Diffusion....
Read more >Speech-to-Image Creation Using Jina | Jina AI
Use Jina, Whisper and Stable Diffusion to build a cloud-native application for generating images using your speech.
Read more >[ML-News] Speech To Image • Community pipeline - a Hugging ...
fffiloni「We @_akhaliq and i just finished to build a @Gradio demo on @huggingface for Speech to image community pipeline which was initially proposed...
Read more >Image2speech: Automatically generating audio descriptions of ...
Experiments reported in this paper convert image feature vectors into speech unit sequences. In order to implement this pipeline, four types of standard ......
Read more >ASR and TTS API Deployment Guide - Vakyansh
Jenkins can be set up optionally as a deployment pipeline of CI/CD and ... True --image-name gcr.io/ekstepspeechrecognition/speech_recognition_model_api ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
📌 gradio demo is available here: https://huggingface.co/spaces/fffiloni/speech-to-image
Hi @osanseviero, I opened a PR for this issue. For the moment, I have tested my pipeline for whisper and it works pretty well. I’m waiting for your suggestions (maybe making the pipeline more generic so that we can use other speech-recognition models ?)