Update README.md
Browse files
README.md
CHANGED
@@ -39,9 +39,9 @@ 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
|
43 |
|
44 |
-
|
45 |
|
46 |
|
47 |
## Credits
|
|
|
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 if you modify the `handler.py`.
|
43 |
|
44 |
+
But if you keep both pipelines active in parallel, this will consume more memory.
|
45 |
|
46 |
|
47 |
## Credits
|