Evan Stoll

Results 78 comments of Evan Stoll

> For what its worth, my PR covers the full rust-url repo (but not dependencies). Yup. Just looked through it a minute ago and realized it was comprehensive. Regardless, I'll...

I am seeing the same thing trying to package [hydrus](https://github.com/hydrusnetwork/hydrus). nix/sources.nix ``` nix # This file has been generated by Niv. let # # The fetchers. fetch_ fetches specs of...

I did see #132 but this continues to occur after #141. In terms of debugging, I got as far as: ``` trace: Entries must contain more than 0 elements error:...

Oops. Did not see https://github.com/serokell/nix-npm-buildpackage/pull/34. It doesn't seem to work with the PR just yet, however.

How would this handle prompt interpolation, if at all? e.g. if I have: Prompt: `a mountain` Style 1: `{prompt} in the winter` Style 2: `an oil painting of a {prompt}`...

Really appreciate this PR, thank you! #930 was a bit limited for me as I now have at least a dozen or two styles that utilize `{prompt}` Using this PR,...

Do also consider opening settings and checking `Directory name pattern` under `Saving to a directory` if you haven't already. This can help group outputs together based on certain criteria to...

Related discussion: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/2028 (Custom scripts -> plugin API) I would also like to see composable scripts like this, but as @amotile says, what that means is not certain right now.

If this is the same issue as #232, it should also be resolved with https://github.com/gradio-app/gradio/pull/2265 as mentioned [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/232#issuecomment-1271704443).

Yeah, I'm with dfaker, web services are almost always bad to run as root. That's not trying to downplay your contribution or anything, it's just a best practice/rule of thumb....