WAS

Results 528 comments of WAS

Like this: https://github.com/WASasquatch/was-node-suite-comfyui/commit/51bb836a940425aa9307a8ff39b8689d85658c7d ![image](https://github.com/WASasquatch/was-node-suite-comfyui/assets/1151589/8d2382a4-f797-4bfa-bf05-306e97533c2c) This should accomplish the task, right?

Don't use the same venv as other software. Create a new venv for every project. On Tue, Aug 6, 2024, 5:26 PM Daniel Schöni ***@***.***> wrote: > Tried a manual...

Ah you are using the extension. That is a pretty old extension which hasn't had an update in 7mo. The thing about this is getting ConfyUI and A1111 together isn't...

> Same problem here, also either not loading comfyui in browser or refreshing causes a crash. Removing the node from the custom-node folder solves the issue. It's most certainly this...

Are you running local, or on a service? If on a service it requires the same machine to be able to increment to the next image, as the counter is...

Yeah the `IS_CHANGED` method is really weird to work with. Instead of just `True` it is changed, or `False` it isn't, it expects a hash from some data.

I'll look into it. I assume I made it always run to count, to get a new number, but failed to account for when it's fixed by, like, not having...

Has there been a change to on change method? Hex for same seed should be the same, thus match cached value.

I'll have to look into it. The reason I have that in there is because I don't rely on front end mechanics, so headless server stuff can still function. On...

Yeah I understand what's happening, but it shouldn't. The change function reduces the seed to a unique hex, basically like a seed itself. The same seed should always yield the...