CiaraRowles
commited on
Commit
•
b20addd
1
Parent(s):
63c1aee
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,11 @@ This does not use the control mechanism of TemporalNet2 as it would require some
|
|
20 |
In order to run, simply use the script "runtemporalnetxl.py" after installing the normal diffusers requirements and specify the following command line arguments:
|
21 |
|
22 |
--prompt does what it says on the tin
|
|
|
23 |
--video_path the path to your input video, this will split the frames out if the frames are not already there, if you want a different resolution or frame rate, you'll want to preprocess them and put them into the ./frames folder
|
|
|
24 |
--frames_dir (optional) if you want a different path for the frames input
|
|
|
25 |
--output_frames_dir (optional) the output directory
|
|
|
26 |
--init_image_path (optional) it is recommended you get the first frame, modify it to a good starting look with stable diffusion, and use that as the first generated frame, if unspecified it will use the first video frame (not reccomened)
|
|
|
20 |
In order to run, simply use the script "runtemporalnetxl.py" after installing the normal diffusers requirements and specify the following command line arguments:
|
21 |
|
22 |
--prompt does what it says on the tin
|
23 |
+
|
24 |
--video_path the path to your input video, this will split the frames out if the frames are not already there, if you want a different resolution or frame rate, you'll want to preprocess them and put them into the ./frames folder
|
25 |
+
|
26 |
--frames_dir (optional) if you want a different path for the frames input
|
27 |
+
|
28 |
--output_frames_dir (optional) the output directory
|
29 |
+
|
30 |
--init_image_path (optional) it is recommended you get the first frame, modify it to a good starting look with stable diffusion, and use that as the first generated frame, if unspecified it will use the first video frame (not reccomened)
|