Commit History

return final_output[1], final_output[1]
d3570dd
verified

Fabrice-TIERCELIN commited on

print("Video exported: " + str(final_output))
759c2b8
verified

Fabrice-TIERCELIN commited on

set_mp4_comments_imageio_ffmpeg(final_output, f"Prompt: {example_inputs['prompt']} | Negative Prompt: {example_inputs['negative_prompt']}");
14e15f5
verified

Fabrice-TIERCELIN commited on

Save the prompt in the metadata
022fa80
verified

Fabrice-TIERCELIN commited on

No GPU is currently available for you after 60s
0ef866e
verified

Fabrice-TIERCELIN commited on

model_name = os.environ.get('MODEL_NAME')
e97923b
verified

Fabrice-TIERCELIN commited on

async for output in _on_generate(mode_name=mode_name, progress=gr.Progress(), **example_inputs):
7735dde
verified

Fabrice-TIERCELIN commited on

input_image_debug = gr.Image(type="filepath", label="Image Debug")
0746d82
verified

Fabrice-TIERCELIN commited on

"prompt": inputs.get("prompt", ""),
edf280d
verified

Fabrice-TIERCELIN commited on

print("preset:" + str(inputs.get("preset", "Balanced")).lower())
5b72522
verified

Fabrice-TIERCELIN commited on

print("prompt:" + str(inputs.get("prompt", "")))
b7d7c2d
verified

Fabrice-TIERCELIN commited on

async for output in _on_generate(mode_name="t2v", progress=gr.Progress(), **example_inputs):
004eaac
verified

Fabrice-TIERCELIN commited on