matfuse-sd icon indicating copy to clipboard operation
matfuse-sd copied to clipboard

Get error when running inference code

Open xilongzhou opened this issue 1 year ago • 2 comments

Hi,

Thanks for your fantastic work and it's very interesting! I want to run inference code to generate materials from text prompts. I tried the interface inference using gradio_app.py but got error in the output tab as this:

image

Could you please help me with this?

Thanks!

xilongzhou avatar Sep 30 '24 19:09 xilongzhou

Hi, thank you for your interest in our work!

It is likely a problem with gradio 3.42, even if it worked some time ago. I upgraded the app to run with gradio 4.36 in 71faec8 and now it should be working.

rensortino avatar Oct 07 '24 13:10 rensortino

After I git pull new code and upgrade gradio version, it works now. Thanks! @giuvecchio @rensortino

xilongzhou avatar Oct 08 '24 11:10 xilongzhou