Open MackinationsAi opened 4 months ago
(The first time you run_gradio.bat, you will be prompted to enter your name [you can leave it blank if you wish]. If you decide you want to change it you can open the greetings.json in the utils folder to update it with a different name or tag)
Just an opinion, but I don't feel the greeting aspect adds much value here, and I prefer fewer prompts.
Hey @strawberrymelonpanda, I'm totally fine with the greetings.json & corresponding naming function in the gradio_app.py script being removed.
I'm also working on an additional feature that allows the user to input their own keyframes w/ corresponding operation steps. That way if an actual artist uses this build, they can input there own images/sketches as keyframes to give said user a bit more control & help guide the frame interpolation in the video generation more accurately.
Removed the greetings.json & corresponding naming function in the gradio_app.py script. In addition, I added in a tab called Metadata Viewer that allows the user to drag & drop any of their initial_images key_frames or final_frames & the data will automatically appear in the DataViewer textbox.
(I also updated the README.md by removing the section related to the greetings.json & added the Metadata Viewer tab to the Tutorials section)
Updated Gradio UI, Automatic File Saving, Metadata Image Generative Data Embedding, Streamlined Installation for Windows Users & Updated README.md for the new UI / features.