AUTOMATIC1111 / stable-diffusion-webui-extensions

Extension index for stable-diffusion-webui
502 stars 266 forks source link

add sd-queue #349

Closed nmygle closed 3 months ago

nmygle commented 3 months ago

Info

This is an extension that adds an API for queuing tasks. https://github.com/nmygle/sd-queue

Checklist:

w-e-w commented 3 months ago

nice, tested and working I assume that you will be implementing img2img reading your code briefly it should be trivial to implement img2img


you extention seems to solve this Feature Request

they asked the ability to be able to cancel generation tasks


you had an extra comma in json

{
    "name": "sd-queue",
    "url": "https://github.com/nmygle/sd-queue.git",
    "description": "It is an extension that provides an API primarily for queuing tasks, using a simple task manager created with Pure Python's deque and threading.",
    "tags": [
        "script",     <----
    ]
}
nmygle commented 3 months ago

Thanks for the great job and corrections!