MCPcopy Create free account
hub / github.com/lllyasviel/Fooocus / script.js

File script.js

javascript/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// based on https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/v1.6.0/script.js
2function gradioApp() {
3 const elems = document.getElementsByTagName('gradio-app');
4 const elem = elems.length == 0 ? document : elems[0];

Callers

nothing calls this directly

Calls 6

gradioAppFunction · 0.85
executeCallbacksFunction · 0.85
get_uiCurrentTabFunction · 0.85
initStylePreviewOverlayFunction · 0.85

Tested by

no test coverage detected