mrhan1993 / Fooocus-API

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

fix: No such file or directory: '/content/Fooocus-API/presets/default.json' #264

Closed bitsnaps closed 3 months ago

bitsnaps commented 3 months ago

I'm getting that error on colab, I fixed that by copying presets directory:

!cp -r /content/Fooocus-API/repositories/Fooocus/presets /content/Fooocus-API/

then run again.

mrhan1993 commented 3 months ago

same to #259 , already fixed by #267