Closed nmygle closed 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", <----
]
}
Thanks for the great job and corrections!
Info
This is an extension that adds an API for queuing tasks. https://github.com/nmygle/sd-queue
Checklist:
Readme.md
index.json
andextension_template.json
have not been modified.entry
is placed in theextensions
directory with the.json
file extension.