scruffynerf

Results 125 comments of scruffynerf

we added individual 'ignore auto tag' but alias matching would be a disaster: summary from discord discussion: Q: the Auto Tag feature in settings won't set the performer if the...

FYI, I've just posted code in #444 that could easily be used (and in fact, I'm using it this way), to grab images and insert into 1 or more CNs,...

> @scruffynerf So _every single script_ would need to be modified? This sounds like an **awful** idea That's not what I said. Right now, any other existing script that wants...

I'll play with this tonight... Quick take solely on looking over code: setting is most critical (and covered), but reading can also matter (ie what is the state of CN...

> One thing that I notice is that default values are duplicated a bunch of places in the code. I'm thinking of putting them in one place and override when...

Might also make sense to expose ways to get model list, resize options, etc. Anyone wanting to change those sort of values is going to need to know what's valid....

This is coming along really nicely. Will test once you feel it's gotten solid enough. I spent last night writing a quick PR for the depthmap extension (nonCN) stereo image...

Trying to use this to replace my homebrew multicn code... having lots of problems. item 1: to import external_code in my script (which lives in an extension, so it's in...

sigh, in reverting things, I was like... wait, where's my models.... there are no models... and then realized that I'd moved my existing controlnet extension out, and git cloned your...

> Is the args a tuple by default? In the api route of the webui, they create `p.script_args` as a list so I assumed it would always be a list....