bugfix
This commit is contained in:
parent
71742ffd5c
commit
d9bcd4fe3e
@ -32,6 +32,7 @@ async def text2video(request, params_kw=None):
|
|||||||
return f'image2video():{params_kw}, llmid not found'
|
return f'image2video():{params_kw}, llmid not found'
|
||||||
|
|
||||||
params_kw.llmid = llmid
|
params_kw.llmid = llmid
|
||||||
|
debug(f'---------text2video():{params_kw=} {ret=}----------')
|
||||||
ret = ''
|
ret = ''
|
||||||
async for d in inference_generator(request, params_kw=params_kw):
|
async for d in inference_generator(request, params_kw=params_kw):
|
||||||
ret += d
|
ret += d
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user