RunPod-Fooocus-API icon indicating copy to clipboard operation
RunPod-Fooocus-API copied to clipboard

RunPod serverless worker for Fooocus-API. Standalone or with network volume

Results 7 RunPod-Fooocus-API issues
Sort by recently updated
recently updated
newest added

i am trying this :- input={ "api_name":"upscale-vary", "prompt":f"{request_data.prompt}, beautiful eyes, perfect eyes, perfect fingers", "negative_prompt":f"{request_data.negative}", "performance_selection":"Speed", "cn_img1":f"{image_url}", "cn_weight1":"1", "cn_stop1":"1", "cn_type1":"FaceSwap", "input_image":f"{image_url}", "uov_method": "Upscale (1.5x)", "advanced_params": "{'mixing_image_prompt_and_vary_upscale':'true'}", "require_base64": "true" } what...

Fooocus-API

Mrhan started working on his own [refractored version](https://github.com/mrhan1993/FooocusAPI) some time ago, implementing the FastAPI right into the Fooocus, not as a wrapper around it. The future of the current Fooocus-API...

enhancement
good first issue

RunPod's new [Generator Handler](https://docs.runpod.io/serverless/workers/handlers/handler-generator) allows fetching `/stream` endpoint to get continuous updates on a job without the need for RunPod to send updates to your server as it had to...

optimization
good first issue

We are experiencing issues while testing the POST request to the `https://api.runpod.ai/v2/secret_key/runsync` endpoint. Our serverless setup utilizes the `3wad/runpod-fooocus-api:0.4.1.0-standalone` image, and despite successfully completing the request, we are not receiving...

info needed

Hello! About once every 2 weeks the following errors appear for a few hours and then it fixes itself: CUDA kernel errors might be asynchronously reported at some other API...

info needed

My endpoint on the Runpad is working correctly, but after a certain period of time and several generations during it, I often start getting this error: ```qw2kmmdraszo23[error][2025-05-22 08:36:54] ERROR ...

I have an endpoint with a custom docker image and I use it to generate images using the Fooocus API. Loras, checkpoints, and so on are installed in this docker...