Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Releases: davefojtik/RunPod-Fooocus-API

v0.4.1.0-Standalone

Choose a tag to compare

@davefojtik davefojtik released this 29 Jun 17:01

Update Release compatible with Fooocus-API v0.4.1.0

Changelog:

  • Fixed error returns #27
    • RunPod now returns {"delayTime": 0, "error": "message", "executionTime": 0, "id": "runpod-job-id", "status": "FAILED"} on handler (wrong params, images etc.) errors.
  • Updated containers and software versions
  • The new NSFW filter is tested and working. Try it with "advanced_params": {"black_out_nsfw": true}
    See also Fooocus-API changelog to find out what's new in the API code and Fooocus changelog to see what's new in the included Fooocus version.

Breaking change:

  • This new release introduced two new models: sdxl_hyper_lora and nsfw-checker (~2GB), so the higher 0,12$/hr CPU pod has to be used for network installation since it's more than 20GB total. Standalone is unaffected.
  • CUDA version has been updated to 12.1. To prevent unexpected errors, we recommend setting "Allowed CUDA Versions" in your Advanced RunPod endpoint settings to 12.1 and higher

v0.4.1.0-NetworkVolume

Choose a tag to compare

@davefojtik davefojtik released this 29 Jun 17:01

Update Release compatible with Fooocus-API v0.4.1.0

Changelog:

  • Fixed error returns #27
    • RunPod now returns {"delayTime": 0, "error": "message", "executionTime": 0, "id": "runpod-job-id", "status": "FAILED"} on handler (wrong params, images etc.) errors.
  • Updated containers and software versions
  • The new NSFW filter is tested and working. Try it with "advanced_params": {"black_out_nsfw": true}
    See also Fooocus-API changelog to find out what's new in the API code and Fooocus changelog to see what's new in the included Fooocus version.

Breaking change:

  • This new release introduced two new models: sdxl_hyper_lora and nsfw-checker (~2GB), so the higher 0,12$/hr CPU pod has to be used for network installation since it's more than 20GB total. Standalone is unaffected.
  • CUDA version has been updated to 12.1. To prevent unexpected errors, we recommend setting "Allowed CUDA Versions" in your Advanced RunPod endpoint settings to 12.1 and higher

v0.4.0.6-Standalone

Choose a tag to compare

@davefojtik davefojtik released this 28 Apr 10:31

Update Release compatible with Fooocus-API v0.4.0.6

Changelog:

  • Fixed preview_stream and inpaint_preset for V1 endpoints
  • Updated and refractored code
  • Updated docs and added license
    See also Fooocus-API changelog to find out what's new in the API code and Fooocus changelog to see what's new in the included Fooocus version.

This release is breaking some speed records on both cached and non-cached runs, surely give it it a try!

v0.4.0.6-NetworkVolume

Choose a tag to compare

@davefojtik davefojtik released this 28 Apr 10:30

Update Release compatible with Fooocus-API v0.4.0.6

Changelog:

  • Fixed preview_stream and inpaint_preset for V1 endpoints
  • Updated and refractored code
  • Updated docs and added license
    See also Fooocus-API changelog to find out what's new in the API code and Fooocus changelog to see what's new in the included Fooocus version.

This release is breaking some speed records on both cached and non-cached runs, surely give it it a try!

v0.3.33-Standalone

Choose a tag to compare

@davefojtik davefojtik released this 08 Apr 22:27

Update Release compatible with Fooocus-API v0.3.33
Changelog:

  • Added preview streaming based on #11
  • Added inpainting methods based on #13
  • Updated and refractored code
  • Changed used model to Juggernaut V8

See request_examples.js to learn how to use the new params

v0.3.33-NetworkVolume

Choose a tag to compare

@davefojtik davefojtik released this 08 Apr 22:25

Update Release compatible with Fooocus-API v0.3.33
Changelog:

  • Added preview streaming based on #11
  • Added inpainting methods based on #13
  • Updated and refractored code
  • Changed used model to Juggernaut V8

See request_examples.js to learn how to use the new params

v0.3.30-Standalone

Choose a tag to compare

@davefojtik davefojtik released this 13 Feb 03:53
  • Updated to Fooocus-API v0.3.30
    • Fixed typo in inpaint endpoint (no need to change requests, this is internal)
    • img2img V1 endpoint now works
  • Changed the network setup flow. Now uses custom CPU Pod setup image that prepares everything for you.
  • Introducing "Standalone" branch and image that has all the models and files baked in, and thus can be used without network volume.

v0.3.30-NetworkVolume

Choose a tag to compare

@davefojtik davefojtik released this 13 Feb 03:51
268fc9b
  • Updated to Fooocus-API v0.3.30
    • Fixed typo in inpaint endpoint (no need to change requests, this is internal)
    • img2img V1 endpoint now works
  • Changed the network setup flow. Now uses custom CPU Pod setup image that prepares everything for you.
  • Introducing "Standalone" branch and image that has all the models and files baked in, and thus can be used without network volume.

v0.3.29

Choose a tag to compare

@davefojtik davefojtik released this 21 Jan 03:17

Hello!

I am happy to introduce the first full release, covering 100% tested functionality of the current Fooocus-API v0.3.29 as well as fully documented example requests. Also from now on, the prebuild docker image and release versions are the same as Fooocus-API versions for clarity.

Enjoy!