MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / webui_post

Function webui_post

ui/easydiffusion/backends/webui_common.py:535–537  ·  view source on GitHub ↗
(uri, *args, **kwargs)

Source from the content-addressed store, hash-verified

533
534
535def webui_post(uri, *args, **kwargs):
536 url = f"http://{WEBUI_HOST}:{WEBUI_PORT}{WEBUI_API_PREFIX}{uri}"
537 return requests.post(url, *args, **kwargs)
538
539
540def print_request(operation_to_apply, args):

Callers 9

set_optionsFunction · 0.85
pingFunction · 0.85
flush_model_changesFunction · 0.85
generate_imagesFunction · 0.85
stop_renderingFunction · 0.85
make_refresh_callFunction · 0.85
controlnet_filterFunction · 0.85
image_progress_threadFunction · 0.85
extra_batch_imagesFunction · 0.85

Calls 1

postMethod · 0.45

Tested by

no test coverage detected