Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SipherAGI/sd-webui-agent-scheduler
/ functions
Functions
700 in github.com/SipherAGI/sd-webui-agent-scheduler
⨍
Functions
700
◇
Types & classes
31
↳
Endpoints
24
Function
Cp
(n,t)
javascript/agent-scheduler.iife.js:22
Function
Ep
(n)
javascript/agent-scheduler.iife.js:22
Function
F
(n,t,e)
javascript/agent-scheduler.iife.js:22
Function
Gc
(n,t,e)
javascript/agent-scheduler.iife.js:22
Function
Hc
(n,t)
javascript/agent-scheduler.iife.js:22
Function
Ic
(n)
javascript/agent-scheduler.iife.js:22
Function
Jc
(n)
javascript/agent-scheduler.iife.js:22
Function
Jp
(n,t,e,r,o)
javascript/agent-scheduler.iife.js:25
Function
Nc
(n,t)
javascript/agent-scheduler.iife.js:22
Function
NotyfArrayEvent
()
javascript/agent-scheduler.iife.js:355
Function
NotyfEvent
()
javascript/agent-scheduler.iife.js:355
Function
Oc
()
javascript/agent-scheduler.iife.js:7
Function
Op
(n)
javascript/agent-scheduler.iife.js:22
Function
R
(A)
javascript/agent-scheduler.iife.js:22
Function
Rc
()
javascript/agent-scheduler.iife.js:7
Function
Rp
(n,t,e)
javascript/agent-scheduler.iife.js:22
Function
Se
(n,t,e)
javascript/agent-scheduler.iife.js:22
Function
Up
(n,t)
javascript/agent-scheduler.iife.js:25
Function
Vc
(n)
javascript/agent-scheduler.iife.js:22
Function
Xc
(n)
javascript/agent-scheduler.iife.js:22
Function
Yt
(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
Method
add_enqueue_row
(elem_id)
scripts/task_scheduler.py:98
Method
after_component
(self, component, **_kwargs)
scripts/task_scheduler.py:91
Function
auth
(credentials: HTTPBasicCredentials = Depends(HTTPBasic()))
agent_scheduler/api.py:85
Function
bp
(n,t)
javascript/agent-scheduler.iife.js:25
Function
clear_history
()
agent_scheduler/api.py:504
Function
clear_queue
()
agent_scheduler/api.py:499
Function
convert_datetime_to_iso_8601_with_z_suffix
(dt: datetime)
agent_scheduler/models.py:12
Method
current_task_id
(self)
agent_scheduler/task_runner.py:96
Function
delete_task
(id: str)
agent_scheduler/api.py:372
Method
delete_value
(self, key: str)
agent_scheduler/db/app_state.py:69
Function
enqueue_keyboard_shortcut
(disabled: bool, modifiers, key_code: str)
scripts/task_scheduler.py:678
Function
enqueue_keyboard_shortcut_ui
(**_kwargs)
scripts/task_scheduler.py:690
Function
ep
(n,t)
javascript/agent-scheduler.iife.js:22
Method
execute_task
(self, task: Task, get_next_task: Callable[[], Task])
agent_scheduler/task_runner.py:327
Function
export_queue
(limit: int = 1000, offset: int = 0)
agent_scheduler/api.py:198
Method
f
(request: gr.Request, *args)
scripts/task_scheduler.py:196
Method
format
(self, record)
agent_scheduler/helpers.py:32
Method
from_table
(table: "AppStateTable")
agent_scheduler/db/app_state.py:21
Method
get_engine
(self)
agent_scheduler/db/base.py:34
Function
get_samplers
()
agent_scheduler/api.py:106
Function
get_sd_models
()
agent_scheduler/api.py:110
Function
get_task
(id: str)
agent_scheduler/api.py:261
Function
get_task_position
(id: str)
agent_scheduler/api.py:277
Function
get_task_results
(id: str, zip: Optional[bool] = False)
agent_scheduler/api.py:437
Function
handleShortcut
(e: KeyboardEvent)
ui/src/extension/index.ts:423
Function
history_api
(status: str = None, limit: int = 20, offset: int = 0)
agent_scheduler/api.py:231
Function
import_queue
(queue: StringRequestBody)
agent_scheduler/api.py:207
Function
init
()
agent_scheduler/db/__init__.py:14
Method
is_executing_task
(self)
agent_scheduler/task_runner.py:100
Function
map_ui_task_args_to_api_task_args
(named_args: Dict, script_args: List, is_img2img: bool)
agent_scheduler/task_helpers.py:338
Function
mc
(n,t,e)
javascript/agent-scheduler.iife.js:5
Function
move_task
(id: str, over_id: str)
agent_scheduler/api.py:383
Function
mp
(n,t)
javascript/agent-scheduler.iife.js:22
Function
on_app_started
(block: gr.Blocks, app)
scripts/task_scheduler.py:764
Function
on_before_reload
()
agent_scheduler/task_runner.py:640
Method
on_checkpoint_changed
(self, checkpoint)
scripts/task_scheduler.py:88
Function
on_task_finished
( task_id: str, task: Task, status: TaskStatus = None, result: dict = None, **_, )
agent_scheduler/api.py:60
Method
on_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
Method
on_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
Function
on_ui_settings
()
scripts/task_scheduler.py:593
Function
pause_queue
()
agent_scheduler/api.py:487
Method
paused
(self)
agent_scheduler/task_runner.py:104
Function
pin_task
(id: str)
agent_scheduler/api.py:404
Function
preload
(parser)
preload.py:2
Method
process_bind_param
(self, value: Optional[datetime], _)
agent_scheduler/db/task.py:29
Method
process_result_value
(self, value: Optional[datetime], _)
agent_scheduler/db/task.py:34
Function
queue_img2img
(body: Img2ImgApiTaskArgs)
agent_scheduler/api.py:137
Function
queue_status_api
(limit: int = 20, offset: int = 0)
agent_scheduler/api.py:173
Function
queue_txt2img
(body: Txt2ImgApiTaskArgs)
agent_scheduler/api.py:114
Method
quit
(self)
agent_scheduler/db/base.py:38
Function
rename_task
(id: str, name: str)
agent_scheduler/api.py:426
Function
requeue_failed_tasks
()
agent_scheduler/api.py:357
Function
requeue_task
(id: str)
agent_scheduler/api.py:341
Function
resume_queue
()
agent_scheduler/api.py:493
Function
run_task
(id: str)
agent_scheduler/api.py:313
Method
schema_extra
(schema: Dict[str, Any], model)
agent_scheduler/models.py:73
Method
schema_extra
(schema: Dict[str, Any], model)
agent_scheduler/models.py:99
Function
set_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
Method
show
(self, is_img2img)
scripts/task_scheduler.py:85
Method
to_table
(self)
agent_scheduler/db/app_state.py:24
Function
tp
(n)
javascript/agent-scheduler.iife.js:22
Function
transform_to_utc_datetime
(dt: datetime)
agent_scheduler/models.py:16
Function
unpin_task
(id: str)
agent_scheduler/api.py:415
Function
update_task
(id: str, body: UpdateTaskArgs)
agent_scheduler/api.py:286
Function
va
(n,t,e)
javascript/agent-scheduler.iife.js:22
Function
xc
(n,t)
javascript/agent-scheduler.iife.js:22
Function
yc
(n)
javascript/agent-scheduler.iife.js:5
Function
yp
(n)
javascript/agent-scheduler.iife.js:22
← previous
601–700 of 700, ranked by callers