-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[Examples] add speech to image pipeline example #897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Examples] add speech to image pipeline example #897
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
|
Hey @MikailINTech, The PR looks great, amazing work! :-) To increase the easy-of-use and discover-ability of your pipeline, could you add one line to this table: https://github.com/huggingface/diffusers/tree/main/examples/community#community-examples in your PR and also add one code example in a new markdown section here: https://github.com/huggingface/diffusers/tree/main/examples/community#example-usages Also happy to do it for you if you could quickly post one usage example in this PR :-) |
|
Hi @patrickvonplaten, I've added the requested examples. I hope this is what you were expecting. I'm waiting for your feedback :) |
patrickvonplaten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's perfect - thanks!
|
Thanks @patrickvonplaten , I also thought about making a gradio demo for this pipeline |
|
This would be great - cc'ing @osanseviero @apolinario here |
* First draft * created the SpeechToImagePipeline class * Corrected speech_to_image_diffusion.py style * Added safety checker * Corrected style * Adding examples to README
Solves [Community Pipeline] Speech to Image #871