mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
567 stars 152 forks source link

Access the gradio version? #304

Closed kexul closed 5 months ago

kexul commented 5 months ago

Hi, thanks for your great work! Beside acess fooocus from API, sometimes I'd like to access it from gradio version, so I can modify some parameter and check the result in detail. Is it possible to access the fooocus gradio if only this repo is installed? Or maybe I need to install the original version of fooocus?

mrhan1993 commented 5 months ago

From version 0.4.0.0, you need to install a stand alone Fooocus. Before that , you can starup Fooocus in repositories/Fooocus directory

kexul commented 5 months ago

Thanks!