ShihaoZhaoZSH / Uni-ControlNet

[NeurIPS 2023] Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models
MIT License
574 stars 41 forks source link

How to open the api for test? #25

Closed Leo-student closed 1 month ago

Leo-student commented 1 month ago

Dear authors, Thanks for the great work you have done! I encountered a problem when I tested the pre-trained model, how can I launch the localhost, but nothing shows up, is there any possible reason and solution for it ? Thanks very much for early reply ! image

Leo-student commented 1 month ago

gradio==3.16.2 is too old for my environment, the latest version is not compatible with the latest gradio-client, finally , I got the pip install gradio==3.39.0 gradio-client==0.17.0 to show the interface.