JasonS09 / comfy_sd_krita_plugin

Make AI art between canvas and nodes with Krita.
MIT License
148 stars 7 forks source link

No preview displayed? #33

Closed space-nuko closed 10 months ago

space-nuko commented 10 months ago

Describe the bug As of recent ComfyUI versions there is a built-in latent preview method that works via websockets, however it seems like it doesn't show up in the Live Preview window?

Here is an example of how to implement it

https://github.com/comfyanonymous/ComfyUI/blob/e73ec8c4dad72650e94a5c9fdad574b2d2dae66f/web/scripts/api.js#L82-L107

To Reproduce Steps to reproduce the behavior:

  1. Click Start txt2img
  2. No preview displayed

Desktop (please complete the following information):

JasonS09 commented 10 months ago

Yes, Live Preview hasn't been implemented. It's nice if there is a way to implement it now, however I don't think it's a priority and honestly I don't have much interest in making it work (I'm not planning to). That said, anyone is welcome to make a PR with the proper implementation, I will gladly accept it.