Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://www.interstice.cloud
GNU General Public License v3.0
6.96k stars 342 forks source link

Genration steps showing up in selection area #1330

Closed sraney closed 3 weeks ago

sraney commented 3 weeks ago

Not sure how to even describe this but after using the auto-update today, suddenly I am seeing each step exported as an image in the selection sidebar. I do run an external server.

generation-steps-inside-bar
realjoschek commented 3 weeks ago

+1

Acly commented 3 weeks ago

Hm it's because you're using ComfyUI with --preview-method I guess? I'm not sure yet why this pops up now, I thought that was always an issue...

guzuligo commented 3 weeks ago

Hm it's because you're using ComfyUI with --preview-method I guess? I'm not sure yet why this pops up now, I thought that was always an issue...

That makes it more of a feature than an issue then 😂 It might be a good idea to add a switch to turn it off, though.

Acly commented 3 weeks ago

Eh, it's definitely not a feature.

I know why it changed: the plugin now also accepts JPEG (not just PNG) images, because technically custom workflows can send JPEG if they want.

So previously the intermediate results were filtered out because they were JPEG. I may just revert to that.

Light-light-lee commented 3 weeks ago

Is there a way to solve this problem now?

guzuligo commented 3 weeks ago

@Light-light-lee You can easily turn it off from comfy manager image

youo0o0 commented 3 weeks ago

From the Comfort Manager, @Light-light-lee easily closes it image This works, it solves my problem.

Light-light-lee commented 3 weeks ago

Thanks. It is very effective and the problem has been solved.

Acly commented 3 weeks ago

Fixed in v1.27.1

sraney commented 3 weeks ago

Fixed! thank you @Acly