psychedelicious

Results 402 comments of psychedelicious

@lstein Sure thing. After thinking about it more, I'm leaning towards: - If `watermark` is enabled in config, watermark every image. This is a already done in the PR. As...

After thinking through things, this approach isn't viable. We need NSFW and watermark to be user-configurable via the UI, it cannot be something that is set in the config file....

Another approach might be to allow grouping the inputs. Sometimes related inputs are from different nodes. One simple improvement would be to improve the styling on the boxes to be...

I agree that there should be a prominent line in the docs noting that `openapi-typescript` tries to be conservative in its schema interpretation, and it's expected that you may need...

Invoke has had a REST API for quite a while. A maintainer provided the URL to the autodoc for it about a year ago. I've just replied to the linked...

Sorry, to be clear, I am also a maintainer for Invoke. Indeed, integrating it into this project would be rather complicated. Besides constructing a valid graph, you'd need a socket.io...

Yikes. @Millu , let's add a warning in the docs about potential python 3.11 issues on Ubuntu LTS (22.04). Here's a recipe from @gogurtenjoyer to build python on linux: https://discord.com/channels/1020123559063990373/1049495067846524939/1134255238963011644...

This seems to be dependent on the python version installed. You can try installing the latest python using `pyenv` or building yourself a fresh python.

@arigbs that's a good catch. Some of the users who have this error had successfully compiled patchmatch. You'll see in the startup logs.

Yikes, sorry about this. It's the same root cause as #6103.