diff --git a/tgbot/shit/prompting.py b/tgbot/shit/prompting.py index a7384b8..164e79e 100644 --- a/tgbot/shit/prompting.py +++ b/tgbot/shit/prompting.py @@ -92,7 +92,7 @@ async def enqueue_prompt_t2i(args: dict): async def list_models(): - url = f"https://{IMAGE_GENERATOR_API_HOST}/prompting/txt2img/" + url = f"https://{IMAGE_GENERATOR_API_HOST}/prompting/list_models/" async with aiohttp.ClientSession() as session: headers = {"Authorization": "Bearer " + IMAGE_GENERATOR_TOKEN