Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Otherwise some files ending in `.pth` won't be downloaded.
|
|
37 |
|
38 |
By default the handler will do Text-to-Video.
|
39 |
|
40 |
-
To do Image-Text-To-Video, you need to set the environment variable `SUPPORT_INPUT_IMAGE_PROMPT` to a
|
41 |
|
42 |
It is possible to support both pipelines at the same time of you modify the `handler.py`(I did that in the past).
|
43 |
|
|
|
37 |
|
38 |
By default the handler will do Text-to-Video.
|
39 |
|
40 |
+
To do Image-Text-To-Video, you need to set the environment variable `SUPPORT_INPUT_IMAGE_PROMPT` to a trueish value (eg `1`, `True`).
|
41 |
|
42 |
It is possible to support both pipelines at the same time of you modify the `handler.py`(I did that in the past).
|
43 |
|