ToonCrafter / ToonCrafter

a research paper for generative cartoon interpolation
Apache License 2.0
4.73k stars 401 forks source link

How do I add --listen flag? #8

Open sbalani opened 1 month ago

sbalani commented 1 month ago

Trying to run this on Runpod as my 3090 just keeps getting Out of memory. However runpod requires this to have the --listen flag. I tried running gradio_app.py with --listen but I get the error

usage: gradio_app.py [-h]
gradio_app.py: error: unrecognized arguments: --listen
root@502fd222ada8:/workspace/ToonCrafter# 

I also tried to figure out where to add it in the python script but I can't so raising it as an issue.