CiaraRowles
commited on
Commit
•
287902a
1
Parent(s):
b20addd
Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ inference: true
|
|
13 |
|
14 |
# TemporalNetXL
|
15 |
|
16 |
-
This is TemporalNet1XL, it is a
|
17 |
|
18 |
-
This does not use the control mechanism of TemporalNet2 as it would require some additional work to adapt the diffusers pipeline to work with a 6
|
19 |
|
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 |
|
@@ -27,4 +27,4 @@ In order to run, simply use the script "runtemporalnetxl.py" after installing th
|
|
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
|
|
|
13 |
|
14 |
# TemporalNetXL
|
15 |
|
16 |
+
This is TemporalNet1XL, it is a re-train of the controlnet TemporalNet1 with Stable Diffusion XL.
|
17 |
|
18 |
+
This does not use the control mechanism of TemporalNet2 as it would require some additional work to adapt the diffusers pipeline to work with a 6-channel input.
|
19 |
|
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 |
|
|
|
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 recommended)
|