Acly

Results 271 comments of Acly

In my case (saw the same error) it was related to incompatibility in [Comfy-WaveSpeed](https://github.com/chengzeyi/Comfy-WaveSpeed). Did you try without custom nodes? See https://github.com/chengzeyi/Comfy-WaveSpeed/blob/main/__init__.py#L15 Should probably report it there, doesn't look like...

Tried it out a bit yesterday, it looks promising. With all the quantization and optimization flux has by now it didn't actually run any faster for me though and the...

This happens only if execution is cached? Ie. trying to generate again with same parameters and same seed. It kinda looks like that from the console log, the last prompt...

The "no image" case is handled now and there's some more error reporting for spurious connection issues.

You can add most or all of these to the Style. They will be applied without always taking up space. It's 1 line because more is usually not helpful (or...

You run external ComfyUI and updated that also I guess? It should add the default for `format` automatically. Is there anything suspicious in client.log? Editing `comfy_workflow.py` to include the format...

Replace that line in your local code with the line from the link. It basically adds the `, format="PNG"` at the end. Still unclear why 1.23 works and 1.25 doesn't,...

Are you sure your mask is correct? No changes will happen in parts where mask is black.

It's probably related to some UI element showing a large item (maybe a long layer name). Can make a screenshot and try to explain how it got to the point...

I am wondering, is it possible to add only a variant of `ggml_pad` with circular padding, use that as separate operation before the convolutions, then do the convolution without padding?...