You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* support wan2.6 video generation
* support wan2.6 video generation
* support wan2.6 video generation
---------
Co-authored-by: mose-x.zm <[email protected]>
template (str): LoRa input, such as gufeng, katong, etc.
59
61
img_url (str): The input image url, Generate the URL of the image referenced by the video.
60
62
audio_url (str): The input audio url
63
+
reference_video_urls (List[str]): list of character reference video file urls uploaded by the user
64
+
reference_video_description (List[str]): For the description information of the picture and sound of the reference video, corresponding to ref video, it needs to be in the order of the url. If the quantity is different, an error will be reported
61
65
api_key (str, optional): The api api_key. Defaults to None.
# """@deprecated, use prompt_extend in parameters """
189
212
extend_prompt: bool=True,
190
213
negative_prompt: str=None,
@@ -208,6 +231,8 @@ def async_call(cls,
208
231
template (str): LoRa input, such as gufeng, katong, etc.
209
232
img_url (str): The input image url, Generate the URL of the image referenced by the video.
210
233
audio_url (str): The input audio url.
234
+
reference_video_urls (List[str]): list of character reference video file urls uploaded by the user
235
+
reference_video_description (List[str]): For the description information of the picture and sound of the reference video, corresponding to ref video, it needs to be in the order of the url. If the quantity is different, an error will be reported
211
236
api_key (str, optional): The api api_key. Defaults to None.
# """@deprecated, use prompt_extend in parameters """
358
386
extend_prompt: bool=True,
359
387
negative_prompt: str=None,
@@ -377,6 +405,8 @@ async def call(cls,
377
405
template (str): LoRa input, such as gufeng, katong, etc.
378
406
img_url (str): The input image url, Generate the URL of the image referenced by the video.
379
407
audio_url (str): The input audio url.
408
+
reference_video_urls (List[str]): list of character reference video file urls uploaded by the user
409
+
reference_video_description (List[str]): For the description information of the picture and sound of the reference video, corresponding to ref video, it needs to be in the order of the url. If the quantity is different, an error will be reported
380
410
api_key (str, optional): The api api_key. Defaults to None.
# """@deprecated, use prompt_extend in parameters """
412
445
extend_prompt: bool=True,
413
446
negative_prompt: str=None,
@@ -431,6 +464,8 @@ async def async_call(cls,
431
464
template (str): LoRa input, such as gufeng, katong, etc.
432
465
img_url (str): The input image url, Generate the URL of the image referenced by the video.
433
466
audio_url (str): The input audio url.
467
+
reference_video_urls (List[str]): list of character reference video file urls uploaded by the user
468
+
reference_video_description (List[str]): For the description information of the picture and sound of the reference video, corresponding to ref video, it needs to be in the order of the url. If the quantity is different, an error will be reported
434
469
api_key (str, optional): The api api_key. Defaults to None.
0 commit comments