Kyle Schouviller

Results 11 comments of Kyle Schouviller

Is there any estimate on when this might be supported? Fetching a public key using a JKU during authentication isn't great when the code has to run synchronously.

Could this maybe pull from configuration and then be imported? @lstein? The order would be important, but it would allow us to add something like "extension node directories" as a...

I've considered it 🙂. I think it would end up being a CLI that uses the web API though, otherwise we risk service conflicts in the new architecture.

I'm not sure I fully understand what problem this is solving. Is the web API just pulling in patchmatch through the config gathering before the options have been processed? If...

I did want to split out patchmatch and tile into either an infill module or their own infill modules anyway, so that would probably be fine.

@Melanpan I've got a queueing system in-place in the new API =). This is great to hear that it's quick to switch - how quick is it in practice? I...

My goal has been horizontal scalability with the API. Have been considering that different backends might want to pull from the queue based on their loaded model(s) as well ☺️....

Oh I completely agree, I didn't like having to rerun the script to switch the model, but wasn't sure how feasible it'd be to keep multiple models loaded at once,...

Is this happening with inpainting, or with new image generation on the canvas? With inpainting, this should work (I just tested it and it works, though my branch is slightly...

It's not a node, so it wouldn't necessarily lock anything up. I don't know how you'd want to signal on progress though. Mostly how the client would know to listen...