Alternative GUI Frameworks #26
Replies: 9 comments 5 replies
-
Check this out. I think it might be just the thing. Create Great Video Content With Descript's Easy, Online Video Editor Tool. Try it for Free.youtu.beJeff HeislerOn Jul 9, 2023, at 1:34 PM, C0untFloyd ***@***.***> wrote:
I'm thinking the custom tkinter framework used by the original roop and extended by me is slowly becoming too uncomfortable and basic for future demands. As I'm a python beginner without much expertise I'm asking what else and better is there?
From my previous Bark repo I learned a lot about Gradio, which has a lot of cool stuff right out of the box but since it runs in a browser, stuff like filedialogs and modal dialogues in general are hard to do. Please surprise me with ideas 😏
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Scratch that- wrong video. I posted the right one later. Jeff HeislerOn Jul 9, 2023, at 11:06 PM, Jeffrey Heisler ***@***.***> wrote:Check this out. I think it might be just the thing. <oar2.jpg>Create Great Video Content With Descript's Easy, Online Video Editor Tool. Try it for Free.youtu.beJeff HeislerOn Jul 9, 2023, at 1:34 PM, C0untFloyd ***@***.***> wrote:
I'm thinking the custom tkinter framework used by the original roop and extended by me is slowly becoming too uncomfortable and basic for future demands. As I'm a python beginner without much expertise I'm asking what else and better is there?
From my previous Bark repo I learned a lot about Gradio, which has a lot of cool stuff right out of the box but since it runs in a browser, stuff like filedialogs and modal dialogues in general are hard to do. Please surprise me with ideas 😏
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have a working prototype now, running in Gradio. I will be creating a new branch this weekend for you all to test. |
Beta Was this translation helpful? Give feedback.
-
original roop will also go gradio |
Beta Was this translation helpful? Give feedback.
-
The new Gradio ui looks very good and the 2.71 build is very solid on my computer, even using a weak 1060 6GB Nvidia card. I have noticed it is significantly slower than the old tkinter version, at least on my humble rig. Any suggestions to improve render times? |
Beta Was this translation helpful? Give feedback.
-
Make sure it is using CUDA, play around with number of threads and perhaps check 'keep frames' as this is using the old threaded method. |
Beta Was this translation helpful? Give feedback.
-
try using one of the "nvenc" video codecs. as I'm on an older system too (i7-4770k, with rtx3060 tho) until next week, this gave me a massive speed boost. not sure how it would work out with a 1060, but worth a try. |
Beta Was this translation helpful? Give feedback.
-
Just a heads up.. I have absolutely nothing contribute to your project no ideas so take my sour opinion on the new Web UI implementation with a grain of salt. |
Beta Was this translation helpful? Give feedback.
-
This and a bunch of other reasons:
tldr; just for the main layout of 2.0.3 I needed about 2 hours of fiddling, with gradio several Tab pages can be done in minutes. I prefer the new usability and freedom of roop unleashed but each to their own and the old tkinter branch still lives on (albeit I won't be doing any fixes/updates for it). A very good alternative if you're only interested in faking videos is Rope which is actively being developed. But did you notice that the original roop also changes to Gradio? I wonder why 😏 |
Beta Was this translation helpful? Give feedback.
-
I'm thinking the custom tkinter framework used by the original roop and extended by me is slowly becoming too uncomfortable and basic for future demands. As I'm a python beginner without much expertise I'm asking what else and better is there?
From my previous Bark repo I learned a lot about Gradio, which has a lot of cool stuff right out of the box but since it runs in a browser, stuff like filedialogs and modal dialogues in general are hard to do. Please surprise me with ideas 😏
Beta Was this translation helpful? Give feedback.
All reactions