David Fojtík

Results 21 comments of David Fojtík

Unfortunately, the Fooocus-API docker images are not updated every time some fix is made and it's not the first time they contain a major bug until next version. The `img_inpaint_outpaiFnt`...

In the current and previous versions, the Fooocus repo with a specific hash is checked for and downloaded in [main.py](https://github.com/mrhan1993/Fooocus-API/blob/main/main.py). Commit is specified in [repositories_versions](https://github.com/mrhan1993/Fooocus-API/blob/main/fooocusapi/repositories_versions.py). It's placed into `/repositories/Fooocus` -...

Sure. Just launch your webui and type /docs at the end of the url. To fully use the API you should add `--api` flag into the `/webui/webui-user.bat` on line `set...

This sounds more like a problem with the specific model you're trying to use. Neither Fooocus nor Fooocus-API are censored and are generating NSFW images just fine. The screen recording...

> Replace the 9 files/folders in repositories/fooocus with the contents of the develop Fooocus branch You can't just replace the supported Fooocus with a different fork, newer version or in...

For question no.1 - Sometimes using the inpainting version of the model (if there is one) helps. But the lines are a classic problem with outpainting and always were in...

Sorry for the late reply and the wrong info. It really seems like Fooocus does not accept these inpaint models as other UIs do. Instead, you can try to play...

```javascript ['None', 'v1', 'v2.5', 'v2.6'] ``` It indeed means 'newer' but not necessarily 'better'. From my observations, it depends on the used model and other things. Worth experimenting a bit...

If you're asking if it's "_production ready_" for bigger projects then yes. We made an implementation for [RunPod serverless](https://github.com/davefojtik/RunPod-Fooocus-API) (which also solves the concurrency since it's a cluster of workers)...

I see. You mean that it runs and does not return any error but the faceswap is not there, right? This might be due to how it needs to convert...