File size: 1,303 Bytes
fdd61f4
 
 
be4b936
721d172
be4b936
721d172
 
 
be4b936
 
 
 
 
 
 
721d172
be4b936
 
 
 
 
721d172
 
be4b936
1cd3664
0e7144e
f14280e
0e7144e
f14280e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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.