[GH-ISSUE #8273] Is a Video Generation Pipeline Possible? #15063

Closed
opened 2026-04-19 21:21:28 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @scooter7 on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8273

Hi @tjbck ,

I am trying to replicate a streamlit app that I have running successfully by creating a pipeline for Open WebUI. In streamlit:

  • User describes a topic
  • OpenAI creates a script
  • The script is transformed into an audio file using ElevenLabs text-to-speech
  • Images are created to constitute the video layer
  • The app combines the audio and images into a downloadable mp4 file

I have attached my current attempt at translating this streamlit app into a pipeline file that is not working.

Is what I am trying to accomplish currently possible as a pipeline? If so, any ideas on what I'm doing wrong?

Thanks!
pipeline attempt.txt

Originally created by @scooter7 on GitHub (Jan 2, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8273 Hi @tjbck , I am trying to replicate a streamlit app that I have running successfully by creating a pipeline for Open WebUI. In streamlit: - User describes a topic - OpenAI creates a script - The script is transformed into an audio file using ElevenLabs text-to-speech - Images are created to constitute the video layer - The app combines the audio and images into a downloadable mp4 file I have attached my current attempt at translating this streamlit app into a pipeline file that is not working. Is what I am trying to accomplish currently possible as a pipeline? If so, any ideas on what I'm doing wrong? Thanks! [pipeline attempt.txt](https://github.com/user-attachments/files/18293181/pipeline.attempt.txt)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15063