MCPcopy Create free account

hub / github.com/SipherAGI/sd-webui-agent-scheduler / functions

Functions700 in github.com/SipherAGI/sd-webui-agent-scheduler

FunctionCp
(n,t)
javascript/agent-scheduler.iife.js:22
FunctionEp
(n)
javascript/agent-scheduler.iife.js:22
FunctionF
(n,t,e)
javascript/agent-scheduler.iife.js:22
FunctionGc
(n,t,e)
javascript/agent-scheduler.iife.js:22
FunctionHc
(n,t)
javascript/agent-scheduler.iife.js:22
FunctionIc
(n)
javascript/agent-scheduler.iife.js:22
FunctionJc
(n)
javascript/agent-scheduler.iife.js:22
FunctionJp
(n,t,e,r,o)
javascript/agent-scheduler.iife.js:25
FunctionNc
(n,t)
javascript/agent-scheduler.iife.js:22
FunctionNotyfArrayEvent
()
javascript/agent-scheduler.iife.js:355
FunctionNotyfEvent
()
javascript/agent-scheduler.iife.js:355
FunctionOc
()
javascript/agent-scheduler.iife.js:7
FunctionOp
(n)
javascript/agent-scheduler.iife.js:22
FunctionR
(A)
javascript/agent-scheduler.iife.js:22
FunctionRc
()
javascript/agent-scheduler.iife.js:7
FunctionRp
(n,t,e)
javascript/agent-scheduler.iife.js:22
FunctionSe
(n,t,e)
javascript/agent-scheduler.iife.js:22
FunctionUp
(n,t)
javascript/agent-scheduler.iife.js:25
FunctionVc
(n)
javascript/agent-scheduler.iife.js:22
FunctionXc
(n)
javascript/agent-scheduler.iife.js:22
FunctionYt
(n,t)
javascript/agent-scheduler.iife.js:252
Method__call__
Call method for the singleton metaclass.
agent_scheduler/helpers.py:63
Method__init__
(self)
scripts/task_scheduler.py:73
Method__init__
(self, message="CUDA out of memory")
agent_scheduler/task_runner.py:49
Method__init__
(self, username: str = None)
agent_scheduler/task_runner.py:55
Method__init__
(self, **kwargs)
agent_scheduler/db/task.py:54
Method__init__
(self, engine = None)
agent_scheduler/db/base.py:26
Method__init__
(self, key: str, value: str)
agent_scheduler/db/app_state.py:16
Method__on_image_saved
(self, data: script_callbacks.ImageSaveParams)
agent_scheduler/task_runner.py:531
Method__repr__
(self)
agent_scheduler/db/task.py:155
Method__repr__
(self)
agent_scheduler/db/app_state.py:34
Function_p
(n,t)
javascript/agent-scheduler.iife.js:22
Methodadd_enqueue_row
(elem_id)
scripts/task_scheduler.py:98
Methodafter_component
(self, component, **_kwargs)
scripts/task_scheduler.py:91
Functionauth
(credentials: HTTPBasicCredentials = Depends(HTTPBasic()))
agent_scheduler/api.py:85
Functionbp
(n,t)
javascript/agent-scheduler.iife.js:25
Functionclear_history
()
agent_scheduler/api.py:504
Functionclear_queue
()
agent_scheduler/api.py:499
Functionconvert_datetime_to_iso_8601_with_z_suffix
(dt: datetime)
agent_scheduler/models.py:12
Methodcurrent_task_id
(self)
agent_scheduler/task_runner.py:96
Functiondelete_task
(id: str)
agent_scheduler/api.py:372
Methoddelete_value
(self, key: str)
agent_scheduler/db/app_state.py:69
Functionenqueue_keyboard_shortcut
(disabled: bool, modifiers, key_code: str)
scripts/task_scheduler.py:678
Functionenqueue_keyboard_shortcut_ui
(**_kwargs)
scripts/task_scheduler.py:690
Functionep
(n,t)
javascript/agent-scheduler.iife.js:22
Methodexecute_task
(self, task: Task, get_next_task: Callable[[], Task])
agent_scheduler/task_runner.py:327
Functionexport_queue
(limit: int = 1000, offset: int = 0)
agent_scheduler/api.py:198
Methodf
(request: gr.Request, *args)
scripts/task_scheduler.py:196
Methodformat
(self, record)
agent_scheduler/helpers.py:32
Methodfrom_table
(table: "AppStateTable")
agent_scheduler/db/app_state.py:21
Methodget_engine
(self)
agent_scheduler/db/base.py:34
Functionget_samplers
()
agent_scheduler/api.py:106
Functionget_sd_models
()
agent_scheduler/api.py:110
Functionget_task
(id: str)
agent_scheduler/api.py:261
Functionget_task_position
(id: str)
agent_scheduler/api.py:277
Functionget_task_results
(id: str, zip: Optional[bool] = False)
agent_scheduler/api.py:437
FunctionhandleShortcut
(e: KeyboardEvent)
ui/src/extension/index.ts:423
Functionhistory_api
(status: str = None, limit: int = 20, offset: int = 0)
agent_scheduler/api.py:231
Functionimport_queue
(queue: StringRequestBody)
agent_scheduler/api.py:207
Functioninit
()
agent_scheduler/db/__init__.py:14
Methodis_executing_task
(self)
agent_scheduler/task_runner.py:100
Functionmap_ui_task_args_to_api_task_args
(named_args: Dict, script_args: List, is_img2img: bool)
agent_scheduler/task_helpers.py:338
Functionmc
(n,t,e)
javascript/agent-scheduler.iife.js:5
Functionmove_task
(id: str, over_id: str)
agent_scheduler/api.py:383
Functionmp
(n,t)
javascript/agent-scheduler.iife.js:22
Functionon_app_started
(block: gr.Blocks, app)
scripts/task_scheduler.py:764
Functionon_before_reload
()
agent_scheduler/task_runner.py:640
Methodon_checkpoint_changed
(self, checkpoint)
scripts/task_scheduler.py:88
Functionon_task_finished
( task_id: str, task: Task, status: TaskStatus = None, result: dict = None, **_, )
agent_scheduler/api.py:60
Methodon_task_registered
Callback when a task is registered Callback signature: callback(task_id: str, is_img2img: bool, is_ui: bool, args: Dict)
agent_scheduler/task_runner.py:591
Methodon_task_started
Callback when a task is started Callback signature: callback(task_id: str, is_img2img: bool, is_ui: bool)
agent_scheduler/task_runner.py:599
Functionon_ui_settings
()
scripts/task_scheduler.py:593
Functionpause_queue
()
agent_scheduler/api.py:487
Methodpaused
(self)
agent_scheduler/task_runner.py:104
Functionpin_task
(id: str)
agent_scheduler/api.py:404
Functionpreload
(parser)
preload.py:2
Methodprocess_bind_param
(self, value: Optional[datetime], _)
agent_scheduler/db/task.py:29
Methodprocess_result_value
(self, value: Optional[datetime], _)
agent_scheduler/db/task.py:34
Functionqueue_img2img
(body: Img2ImgApiTaskArgs)
agent_scheduler/api.py:137
Functionqueue_status_api
(limit: int = 20, offset: int = 0)
agent_scheduler/api.py:173
Functionqueue_txt2img
(body: Txt2ImgApiTaskArgs)
agent_scheduler/api.py:114
Methodquit
(self)
agent_scheduler/db/base.py:38
Functionrename_task
(id: str, name: str)
agent_scheduler/api.py:426
Functionrequeue_failed_tasks
()
agent_scheduler/api.py:357
Functionrequeue_task
(id: str)
agent_scheduler/api.py:341
Functionresume_queue
()
agent_scheduler/api.py:493
Functionrun_task
(id: str)
agent_scheduler/api.py:313
Methodschema_extra
(schema: Dict[str, Any], model)
agent_scheduler/models.py:73
Methodschema_extra
(schema: Dict[str, Any], model)
agent_scheduler/models.py:99
Functionset_dict_attribute
Set an attribute to a dictionary using dot notation. If the attribute does not already exist, it will create a nested dictionary. Parame
agent_scheduler/helpers.py:138
Methodshow
(self, is_img2img)
scripts/task_scheduler.py:85
Methodto_table
(self)
agent_scheduler/db/app_state.py:24
Functiontp
(n)
javascript/agent-scheduler.iife.js:22
Functiontransform_to_utc_datetime
(dt: datetime)
agent_scheduler/models.py:16
Functionunpin_task
(id: str)
agent_scheduler/api.py:415
Functionupdate_task
(id: str, body: UpdateTaskArgs)
agent_scheduler/api.py:286
Functionva
(n,t,e)
javascript/agent-scheduler.iife.js:22
Functionxc
(n,t)
javascript/agent-scheduler.iife.js:22
Functionyc
(n)
javascript/agent-scheduler.iife.js:5
Functionyp
(n)
javascript/agent-scheduler.iife.js:22
← previous601–700 of 700, ranked by callers