s9roll7 / ebsynth_utility

AUTOMATIC1111 UI extension for creating videos using img2img and ebsynth.
1.25k stars 127 forks source link

Automatic running of ebs files #94

Open amarnamarpan opened 1 year ago

amarnamarpan commented 1 year ago

Firstly kudos, you built an amazingly useful extension...

Can you include some script to run the ebsynth files automatically one by one from the extension itself?

Because for a long video like a minute or two the extension generates too many ebs files (around 20-30). Running each of them manually and waiting for it to complete before I can run the next one is too time consuming. I saw an ebsynth github repo, which probably allows cli running of ebsynth.

I am not sure how it can be done though.

thisjam commented 1 year ago

https://www.bilibili.com/video/BV1kP411C7j2/

watch this.

amarnamarpan commented 1 year ago

https://www.bilibili.com/video/BV1kP411C7j2/

watch this.

Thank you for the help. The problem is I do not understand Chinese. I have seen that they use a program that accepts the ebs.exe file as well as the ebs-project files. . Could you give me the name or the link of the program that they use?

thisjam commented 1 year ago

https://www.bilibili.com/video/BV1kP411C7j2/ watch this.

Thank you for the help. The problem is I do not understand Chinese. I have seen that they use a program that accepts the ebs.exe file as well as the ebs-project files. . Could you give me the name or the link of the program that they use?

https://github.com/thisjam/ebsynth_utility_kun.git

amarnamarpan commented 1 year ago

But my problem remains. I still have to open each ebs file individually and wait for them to finish before I start the new ebs files. Automatically running the next ebs file was what I was expecting from this tool. But, it doesn't. Am I doing something wrong? Or is it just the way it is?

newwying commented 1 year ago

But my problem remains. I still have to open each ebs file individually and wait for them to finish before I start the new ebs files. Automatically running the next ebs file was what I was expecting from this tool. But, it doesn't. Am I doing something wrong? Or is it just the way it is?

I have written an open source ebsynth automation running program, which you can view from my repository.