open-mmlab / PowerPaint

[ECCV 2024] PowerPaint, a versatile image inpainting model that supports text-guided object inpainting, object removal, image outpainting and shape-guided object inpainting with only a single model. 一个高质量多功能的图像修补模型,可以同时支持插入物体、移除物体、图像扩展、形状可控的物体生成,只需要一个模型
https://powerpaint.github.io/
MIT License
648 stars 41 forks source link

Error in Gradio App #93

Closed kevnantony closed 1 month ago

kevnantony commented 1 month ago

Hi Team,

When I am trying to use Text Guided Object Inpainting, I am getting the following error on my Gradio app. This is often before the loading bar hits 100% in my terminal. I can't find the error on my terminal either.

{8F8876D3-4F14-40D1-B7CF-CEB43A4E5514}

{735D2D53-08C6-499E-A7BC-FC7263F4CE28}

zengyh1900 commented 1 month ago

hi @kevnantony please make sure there is no internet error. Is it normal to run other gradio apps? Or you can save the results locally to check the results.

gozeon commented 1 month ago

see https://github.com/open-mmlab/PowerPaint/issues/90

kevnantony commented 1 month ago

Worked! Thank you @gozeon @zengyh1900.