|
--- |
|
license: openrail |
|
--- |
|
Introducing the Beta Version of TemporalNet |
|
|
|
TemporalNet is designed to enhance the temporal consistency of generated outputs, as demonstrated in this example: https://twitter.com/CiaraRowles1/status/1637486561917906944. While it does not eliminate all flickering, it significantly reduces it, particularly at higher denoise levels. For optimal results, it is recommended to use TemporalNet in combination with other methods. |
|
|
|
Instructions for Use: |
|
|
|
1) Create a folder that contains: |
|
|
|
- A subfolder named "Input_Images" with the input frames |
|
- A PNG file called "init.png" that is pre-stylized in your desired style |
|
- The "temporalvideo.py" script |
|
|
|
2) Customize the "temporalvideo.py" script according to your preferences, such as the image resolution, prompt, and control net settings. |
|
|
|
3) Launch Automatic1111's Web UI with the --api setting enabled. |
|
|
|
4) Execute the Python script. |
|
|
|
Please note that the "init.png" image will not significantly influence the style of the output video. Its primary purpose is to prevent a drastic change in aesthetics during the first few frames. |
|
|
|
ToDo: |
|
|
|
Write an Extension for the web ui. |
|
|
|
Write a feature that automatically generates an "init.png" image if none is provided. |
|
|
|
Change the extension to .safetensors and investigate compression. |