Skip to content

Commit

Permalink
updated video path
Browse files Browse the repository at this point in the history
  • Loading branch information
jahangir091 committed Nov 12, 2023
1 parent 0b47da5 commit 1feb010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Text2Video-Zero-sd-webui/scripts/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def text2video(
):
video_path = text2video_zero(prompt, t0=t0, t1=t1, video_length=video_length, fps=fps, model_name=model_name)

return {"video_url": video_path}
return {"video_url": "file=output/videoes/" + video_path}

try:
import modules.script_callbacks as script_callbacks
Expand Down

0 comments on commit 1feb010

Please sign in to comment.