MCPcopy Create free account

hub / github.com/Haidra-Org/AI-Horde / functions

Functions1,285 in github.com/Haidra-Org/AI-Horde

Functioncount_skipped_image_wp
(worker, models_list=None, blacklist=None, priority_user_ids=None)
horde/database/functions.py:1021
Functioncount_waiting_interrogations
(user)
horde/database/functions.py:623
Functioncount_waiting_requests
(user, models=None, request_type="image")
horde/database/functions.py:576
Functioncount_workers_in_ipaddr
(ipaddr)
horde/database/functions.py:138
Methodcreate
(self, **kwargs)
horde/classes/base/worker.py:181
Functioncreate_server
(*args, **kwargs)
server.py:75
Functioncreate_test_user_for_local_testing
Create or refresh a local test user and return a plaintext API key. This endpoint is intended for CI/local integration testing only and is
horde/routes.py:320
Methodcustomizer
(self)
horde/classes/base/user.py:356
Functiondb_session
Per-test ORM session. Truncates all tables after each test. Tests are free to call ``db.session.commit()``. The truncation runs unconditional
tests/unit/conftest.py:79
Methoddefault_converter
(o)
horde/horde_redis.py:77
Methoddelete
(self)
horde/classes/stable/interrogation.py:170
Methoddelete
(self)
horde/classes/base/style.py:85
Methoddelete
(self)
horde/classes/base/processing_generation.py:232
Methoddelete
(self)
horde/classes/base/worker.py:447
Methoddelete
(self)
horde/classes/base/waiting_prompt.py:504
Methoddelete
Deletes an image style example.
horde/apis/v2/stable_styles.py:438
Methoddelete
Delete the worker entry This will delete the worker and their statistics. Will not affect the kudos generated by that worker for their owner.
horde/apis/v2/base.py:1321
Methoddelete
Delete the team entry Only the team's creator or a horde moderator can use this endpoint. This action is unrecoverable!
horde/apis/v2/base.py:2399
Methoddelete
Remove an IP from timeout. Only usable by horde moderators
horde/apis/v2/base.py:2509
Methoddelete
Remove a worker's IP block. Only usable by horde moderators
horde/apis/v2/base.py:2628
Methoddelete
Moderator Only: Delete a regex filter
horde/apis/v2/base.py:2974
Methoddelete
Delete an existing SharedKey for this user
horde/apis/v2/base.py:3275
Methoddelete
Delete a Worker Message
horde/apis/v2/base.py:3631
Methoddelete
(self, style_id)
horde/apis/v2/styles.py:166
Methoddelete
Deletes a text style.
horde/apis/v2/kobold_styles.py:238
Methoddelete
Cancel an unfinished interrogation request. This request will return all already interrogated image results.
horde/apis/v2/stable.py:1084
Functiondelete_procgen_image
(procgen_id)
horde/r2.py:96
Methoddeleted
(self)
horde/classes/base/user.py:447
Functiondiscord_login
(return_to)
horde/routes.py:460
Methoddowngrade
Ensures this WP requirements are not exceeding upfront kudos requirements
horde/classes/stable/waiting_prompt.py:464
Methodeducation
(self)
horde/classes/base/user.py:410
Methodempty_prompt
(self)
tests/stress/locustsuite/users/misuse.py:74
Methodextract_params
(self)
horde/classes/stable/waiting_prompt.py:84
Methodextract_params
(self, **kwargs)
horde/classes/kobold/waiting_prompt.py:43
Methodextrapolate_dry_run_kudos
(self)
horde/classes/stable/waiting_prompt.py:557
Methodextrapolate_dry_run_kudos
(self)
horde/classes/base/waiting_prompt.py:493
Functionfake_clients
(monkeypatch)
tests/unit/test_r2.py:34
Functionfake_redis
Replace ``horde.horde_redis.horde_redis`` connections with fakeredis. Yields the ``HordeRedis`` instance with its ``horde_r``, ``horde_local_r``,
tests/unit/conftest.py:100
Functionfake_start_managed_object_store
(runtime: HordeTestRuntime)
tests/unit/test_dependency_runtime.py:22
Functionfile_exists
(client, bucket, filename)
horde/r2.py:229
Functionfind_nul_byte_location
Return a dotted path to the first NUL-containing string in a parsed JSON value, or ``None``. Used only on the error path to enrich logging, never
horde/exceptions.py:618
Functionfind_user_by_id
(user_id)
horde/database/functions.py:205
Functionfind_user_by_oauth_id
(oauth_id)
horde/database/functions.py:188
Functionfind_user_by_sharedkey
(shared_key)
horde/database/functions.py:229
Methodfind_user_self
Hot path: identity lookup with a valid key.
tests/stress/locustsuite/users/meta.py:115
Functionfind_worker_by_id
(worker_id)
horde/database/functions.py:271
Functionfind_worker_by_name
(worker_name, worker_class=ImageWorker)
horde/database/functions.py:251
Functionfind_worker_id_by_name
(worker_name)
horde/database/functions.py:256
Functionfinish_dance
()
horde/routes.py:481
Methodflagged
(self)
horde/classes/base/user.py:320
Functionfrozen_time
Yield ``freezegun.freeze_time`` so tests can pin or advance the clock.
tests/unit/conftest.py:118
Methodgenerate_large
High-res request: tests resolution-based cost calculations.
tests/stress/locustsuite/users/image.py:317
Methodgenerate_multi_model
Multi-model request: broader candidate evaluation.
tests/stress/locustsuite/users/image.py:340
Methodgenerate_simple
Basic txt2img: exercises prompt detection + WP pipeline.
tests/stress/locustsuite/users/image.py:294
Functiongenerate_uuid_img_download_url
(img_uuid, imgtype)
horde/r2.py:214
Functiongenerate_uuid_img_upload_url
(img_uuid, imgtype)
horde/r2.py:210
Methodget
Retrieves information about all image styles Can be filtered based on model or tags
horde/apis/v2/stable_styles.py:78
Methodget
Displays information about an image style.
horde/apis/v2/stable_styles.py:182
Methodget
Seeks an image style by name and displays its information.
horde/apis/v2/stable_styles.py:254
Methodget
A List with the details of all registered and active workers
horde/apis/v2/base.py:1005
Methodget
Details of a registered worker Can retrieve the details of a worker even if inactive (A worker is considered inactive if it has not
horde/apis/v2/base.py:1105
Methodget
Details of a registered worker Can retrieve the details of a worker even if inactive (A worker is considered inactive if it has not
horde/apis/v2/base.py:1145
Methodget
Details and statistics about a specific user
horde/apis/v2/base.py:1448
Methodget
Lookup user details based on their API key This can be used to verify a user exists
horde/apis/v2/base.py:1859
Methodget
Returns a list of models active currently in this horde
horde/apis/v2/base.py:1951
Methodget
Returns all the statistics of a specific model in this horde
horde/apis/v2/base.py:1985
Methodget
Details about the current performance of this Horde
horde/apis/v2/base.py:2010
Methodget
Read the latest happenings on the horde
horde/apis/v2/base.py:2051
Methodget
Horde Maintenance Mode Status Use this endpoint to quicky determine if this horde is in maintenance, invite_only or raid mode.
horde/apis/v2/base.py:2077
Methodget
A List with the details of all teams
horde/apis/v2/base.py:2198
Methodget
Details of a worker Team
horde/apis/v2/base.py:2298
Methodget
Return all existing IP Block timeouts.
horde/apis/v2/base.py:2444
Methodget
Check if an IP or CIDR is in timeout.
horde/apis/v2/base.py:2546
Methodget
Moderator Only: A List all filters, or filtered by the query
horde/apis/v2/base.py:2685
Methodget
Moderator Only: A List all filters, or filtered by the query
horde/apis/v2/base.py:2829
Methodget
Moderator Only: Display a single filter
horde/apis/v2/base.py:2876
Methodget
If this loads, this node is available Includes some other metrics to gauge the health of this node
horde/apis/v2/base.py:3001
Methodget
Get details about an existing Shared Key
horde/apis/v2/base.py:3145
Methodget
Terms and Conditions
horde/apis/v2/base.py:3322
Methodget
Privacy Policy
horde/apis/v2/base.py:3366
Methodget
Sponsors
horde/apis/v2/base.py:3410
Methodget
List Worker Messages
horde/apis/v2/base.py:3481
Methodget
Display a Worker Message
horde/apis/v2/base.py:3606
Methodget
(self)
horde/apis/v2/styles.py:24
Methodget
Displays all existing collections. Can filter by type
horde/apis/v2/styles.py:232
Methodget
Displays information about a single style collection.
horde/apis/v2/styles.py:371
Methodget
Seeks an style collection by name and displays its information.
horde/apis/v2/styles.py:526
Methodget
Details how many texts have been generated in the past minux,hour,day,month and total Also shows the amount of pixelsteps for the same timefr
horde/apis/v2/kobold.py:394
Methodget
Details how many texts were generated per model for the past day, month and total
horde/apis/v2/kobold.py:420
Methodget
Retrieves information about all text styles Can be filtered based on model or tags
horde/apis/v2/kobold_styles.py:80
Methodget
Displays information about a single text style.
horde/apis/v2/kobold_styles.py:184
Methodget
Seeks a text style by name and displays its information.
horde/apis/v2/kobold_styles.py:255
Methodget
Retrieve the full status of an Asynchronous generation request. This request will include all already generated images in download URL or bas
horde/apis/v2/stable.py:460
Methodget
Retrieve the full status of an interrogation request. This request will include all already generated images. As such, you are reque
horde/apis/v2/stable.py:1050
Methodget
Details how many images have been generated in the past minux,hour,day,month and total Also shows the amount of pixelsteps for the same timef
horde/apis/v2/stable.py:1370
Methodget
Details how many images were generated per model for the past day, month and total
horde/apis/v2/stable.py:1409
Functionget_all_active_worker_messages
(worker_id)
horde/database/functions.py:1826
Functionget_all_active_wps
()
horde/database/functions.py:1459
Functionget_all_text_wps
()
horde/database/text_functions.py:140
Functionget_all_users
(sort="kudos", offset=0)
horde/database/functions.py:1718
← previousnext →701–800 of 1,285, ranked by callers