lllyasviel / Paints-UNDO

Understand Human Behavior to Align True Needs
Apache License 2.0
3.25k stars 287 forks source link

Upgrade for Paints-UNDO #70

Open MackinationsAi opened 1 month ago

MackinationsAi commented 1 month ago

Updated Gradio UI, Automatic File Saving, Metadata Image Generative Data Embedding, Streamlined Installation for Windows Users & Updated README.md for the new UI / features.

strawberrymelonpanda commented 1 month 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.

MackinationsAi commented 1 month ago

Hey @strawberrymelonpanda, I'm totally fine with the greetings.json & corresponding naming function in the gradio_app.py script being removed.

MackinationsAi commented 1 month ago

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.

MackinationsAi commented 1 month ago

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)