Chaoses-Ib / ComfyScript

A Python frontend and library for ComfyUI
MIT License
389 stars 21 forks source link

Ideas for getting the image preview associated with a Lora? #45

Open ghostsquad opened 3 months ago

ghostsquad commented 3 months ago

the python enumerations are a nice touch. Though, some of the names of the loras I have are not enough for me to remember what they are going to influence. Any ideas on how to have VSCode show an image preview when looking at the enumerations?

Chaoses-Ib commented 3 months ago

Interesting, I didn't think it's supported before. It's possible to generate previews for models and then display the preview files. If I'm lucky, I can find a custom node and use it.

image