ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Intermediate Steps

Open guzuligo opened this issue 2 years ago • 2 comments

I'd like to see intermediate steps so I know what I'm doing. Isn't it possible to allow VAE's or KSamplers to have the ability to show a preview of what the sampler doing?

guzuligo avatar Mar 15 '23 17:03 guzuligo

Using the full VAE is not cheap, but using something like this from auto1111 could work.

https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/sd_vae_approx.py#L49-L61

Maybe have a collapsable preview section in the sampler node.

leppie avatar Mar 17 '23 07:03 leppie

I'm also requesting this. This was the first thing I was missing transitioning from a1111 to ComfyUI.

nistvan86 avatar Mar 19 '23 13:03 nistvan86

I don't know when this was added, but you can now add the --preview-method auto switch to the ComfyUI startup script and it will show a live preview in the Sampler node while rendering.

nistvan86 avatar Aug 04 '23 07:08 nistvan86

@nistvan86 Thanks for sharing! I wish it was something visible in the settings instead of being hidden in the command line.

guzuligo avatar Aug 06 '23 06:08 guzuligo