SUPIR / app.py

Commit History

return [video_path, gr.update(value = video_path, visible = True, interactive = True), current_seed, gr.update(value = information, visible = True), gr.update(interactive = False)]
88f22ef
verified

Fabrice-TIERCELIN commited on

download_button = gr.DownloadButton(elem_id="download_btn", visible = True, interactive = True)
86eb2cd
verified

Fabrice-TIERCELIN commited on

demo.queue().launch(allowed_paths=["/home/omnivoice/samples"])
87b581d
verified

Fabrice-TIERCELIN commited on

download_button = gr.DownloadButton(elem_id="download_btn", visible = True, interactive = True)
d2c3b42
verified

Fabrice-TIERCELIN commited on

Using small images allows you to generate longer videos in the same time
3f9e1fe
verified

Fabrice-TIERCELIN commited on

To sequence the actions, I advise the pattern "The girl does this. After that the girl has done this, the girl does that."
86253d1
verified

Fabrice-TIERCELIN commited on

yoiink/gemma-3-12b-it-qat-q4_0-unquantized
37843dd
verified

Fabrice-TIERCELIN commited on

ltx-2.3-spatial-upscaler-x2-1.0.safetensors
6f28b59
verified

Fabrice-TIERCELIN commited on

if not str(err.message if err is not None and hasattr(err, 'message') else '').startswith("No GPU is currently available for you after 60s"):
9be7a0a
verified

Fabrice-TIERCELIN commited on

return [seed, [], zip_path, "Done!"]
34744f9
verified

Fabrice-TIERCELIN commited on

print('ZIP path: ' + str(zip_path))
14ac2d1
verified

Fabrice-TIERCELIN commited on

print('Error: ' + e.message if e is not None and hasattr(e, 'message') else '')
696486d
verified

Fabrice-TIERCELIN commited on