Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DominikDoom/a1111-sd-webui-tagcomplete
/ endpoints
Endpoints
14 in github.com/DominikDoom/a1111-sd-webui-tagcomplete
⨍
Functions
182
◇
Types & classes
26
↳
Endpoints
14
Route
api_refresh_embeddings
app.post("/tacapi/v1/refresh-embeddings")
scripts/tag_autocomplete_helper.py:None
Route
api_refresh_temp_files
app.post("/tacapi/v1/refresh-temp-files")
scripts/tag_autocomplete_helper.py:None
Route
get_all_tag_counts
app.get("/tacapi/v1/get-all-use-counts")
scripts/tag_autocomplete_helper.py:None
Route
get_lora_cached_hash
app.get("/tacapi/v1/lora-cached-hash/{lora_name}")
scripts/tag_autocomplete_helper.py:None
Route
get_lora_info
app.get("/tacapi/v1/lora-info/{lora_name}")
scripts/tag_autocomplete_helper.py:None
Route
get_lyco_info
app.get("/tacapi/v1/lyco-info/{lyco_name}")
scripts/tag_autocomplete_helper.py:None
Route
get_thumb_preview
app.get("/tacapi/v1/thumb-preview/{filename}")
scripts/tag_autocomplete_helper.py:None
Route
get_thumb_preview_blob
app.get("/tacapi/v1/thumb-preview-blob/{filename}")
scripts/tag_autocomplete_helper.py:None
Route
get_use_count
app.get("/tacapi/v1/get-use-count")
scripts/tag_autocomplete_helper.py:None
Route
get_use_count_list
app.post("/tacapi/v1/get-use-count-list")
scripts/tag_autocomplete_helper.py:None
Route
get_wildcard_contents
app.get("/tacapi/v1/wildcard-contents")
scripts/tag_autocomplete_helper.py:None
Route
increase_use_count
app.post("/tacapi/v1/increase-use-count")
scripts/tag_autocomplete_helper.py:None
Route
refresh_styles_if_changed
app.get("/tacapi/v1/refresh-styles-if-changed")
scripts/tag_autocomplete_helper.py:None
Route
reset_use_count
app.put("/tacapi/v1/reset-use-count")
scripts/tag_autocomplete_helper.py:None