CiaraRowles commited on
Commit
c73bb85
1 Parent(s): 0e7144e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -3,21 +3,23 @@ license: openrail
3
  ---
4
  Introducing the Beta Version of TemporalNet
5
 
6
- 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.
7
 
8
  Instructions for Use:
9
 
10
- 1) Create a folder that contains:
 
 
11
 
12
  - A subfolder named "Input_Images" with the input frames
13
  - A PNG file called "init.png" that is pre-stylized in your desired style
14
  - The "temporalvideo.py" script
15
 
16
- 2) Customize the "temporalvideo.py" script according to your preferences, such as the image resolution, prompt, and control net settings.
17
 
18
- 3) Launch Automatic1111's Web UI with the --api setting enabled.
19
 
20
- 4) Execute the Python script.
21
 
22
  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.
23
 
 
3
  ---
4
  Introducing the Beta Version of TemporalNet
5
 
6
+ TemporalNet is a ControlNet model 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.
7
 
8
  Instructions for Use:
9
 
10
+ 1) Add the model to your models folder in the ControlNet extension in Automatic1111's Web UI.
11
+
12
+ 2) Create a folder that contains:
13
 
14
  - A subfolder named "Input_Images" with the input frames
15
  - A PNG file called "init.png" that is pre-stylized in your desired style
16
  - The "temporalvideo.py" script
17
 
18
+ 3) Customize the "temporalvideo.py" script according to your preferences, such as the image resolution, prompt, and control net settings.
19
 
20
+ 4) Launch Automatic1111's Web UI with the --api setting enabled.
21
 
22
+ 5) Execute the Python script.
23
 
24
  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.
25