TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
376 stars 41 forks source link

Image prefix parsing doesn't seem to work #22

Closed tusharbhutt closed 1 year ago

tusharbhutt commented 1 year ago

As per the title... I used the default workflow in ComfyUI and I get an error:

image

The flow I am using is below:

image

So I figure the prefix is to be

ComfyUI-%images>samples>model>ckpt_name%

Am I doing something incorrect? Thanks for any help you can offer

TinyTerra commented 1 year ago

That's the correct formatting, but it only works with tinyterra save nodes (save image in pipeksamp for example) -

For this workflow you can replace the save image node with imageOutput from this pack and it should work then

tusharbhutt commented 1 year ago

Oh OK, thanks, good to know.