alexopus / ComfyUI-Image-Saver

Allows you to save images with their generation metadata in ComfyUI. Compatible with Civitai. Works with png, jpeg and webp.
MIT License
31 stars 6 forks source link

[Feature Request] #4

Closed SampleTexting closed 5 months ago

SampleTexting commented 6 months ago

Please add support for a lora stack (to be more specific, the one from Efficiency Nodes), as many people tend to use that, instead.

alexopus commented 5 months ago

The lora_stack type is specific to the efficiency nodes repo, so I don't want to depend on it directly (in general efficiency is quite a special node set that does things it's own way). But I submitted a node there that would convert it to a simple string. If it is accepted, you could then use a string concatenate node of your choice to combine the prompt and the LoRAs string together and feed that to the Image Saver node. The hashes for LoRAs should still work with such output.

alexopus commented 5 months ago

The converter node has been merged to Efficiency Nodes.

If you update Efficiency and these nodes, you can now do something like this to combine lora infos with the prompt: image I use string combine from WLSH here, but I'm sure there are many other nodes like it.