ArtVentureX / sd-webui-agent-scheduler

599 stars 60 forks source link

Latest version bind_enqueue_button fails #224

Open ice-fly opened 4 months ago

ice-fly commented 4 months ago

button doesnt show, can requeue existing tasks from history. Traceback screenshot (no copy paste avail):

image

P.S. I always found enqueue button glitchy as well as the interupt/skip. perhaps there is a way to separate th thread running the queue from the thread running the porocessing.

alkomio commented 4 months ago

the issue seems to be that the ids "txt2img_actions_column" and "txt2imgtoprow" and their img2img counterparts that are used as hooks in scripts/task_scheduler.py>after_component dont exist with compact prompt mode enabled. disabling this compact setting is a functional workaround