Results 599 comments of Wes McNamee

I'm seeing something similar, and the commandline logs show this (as an example of txt2img) ``` To create a public link, set `share=True` in `launch()`. Startup time: 97.0s (prepare environment:...

I'm just adding SDXL to my workflow and seeing the same thing. Without any LoRAs, 23 steps, 1.82s/it, completes in 61.05 seconds (using a 3060 12GB). Adding a single SDXL...

I'm assuming you are talking about this? ![image](https://user-images.githubusercontent.com/903488/222990238-9d499311-e7f7-4da6-814d-9626bcd26042.png) It's not actually clear what this _does_. This doesn't look like a _setting_, it looks like an action. But what is it...

I'd love some engagement on this please!

Ok thanks. I guess I'll dig a bit more into the code so I can understand the CRUD operations a bit more and extend the API.

I'm not even sure where this fits on my priorities list at the moment. If anyone else wants to take a stab at it, don't let me hold you back.

@RvanderLaan would you be interested in a sponsor to get this feature over the line? I'm not sure how much I can pay, but I'm willing to financially support a...

I'm converting this to a draft... this needs some more testing

upon testing this in a different project, I've run into this error: ``` cannot unmarshal map[string]interface {} into Go value of type *orderedmap.OrderedMap[string,interface {}] ``` there's some more work to...