WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

How can I use the cache? #99

Closed zhs007 closed 1 year ago

zhs007 commented 1 year ago

Can you give me an example?

WASasquatch commented 1 year ago

It's very limited. You just give it a name, and save it. Then you can load it via that name with the load cache. It probably should handle a full path instead of filenames.

zhs007 commented 1 year ago

However, when I read it and connect it to another node, after run it, it will notice a 'invalid node' message box, I have tested 3 types of cache.

WASasquatch commented 1 year ago

You can only cache the 3 types it allows, Image, Latent, and Conditioning. I've updated these nodes to allow for full path and filename suffix (which is actually prefix but forgot to rename)