ewrfcas / LeftRefill

LeftRefill: Filling Right Canvas based on Left Reference through Generalized Text-to-Image Diffusion Model (CVPR2024)
Apache License 2.0
56 stars 2 forks source link

Problems with running ref_inpainting_gradio.py #6

Closed YouXMu closed 2 months ago

YouXMu commented 3 months ago

Hello! when I want to run the ref_inpainting_gradio.py file, I get the following error, as I am using the gradio library for the first time, can you give me some advices for this problem? I am using xshell to connect to the remote server to run this .py file. image

ewrfcas commented 3 months ago

This should be the timeout issue. Please see https://hf-mirror.com/ for more helps.

YouXMu commented 3 months ago

Thank you for your reply, I changed the version of gradio I downloaded and eventually solved the problem. Inpainting looks good. Thanks a lot!