JasonS09 / comfy_sd_krita_plugin

Make AI art between canvas and nodes with Krita.
MIT License
148 stars 7 forks source link

Add Lora text to prompt info #16

Closed ElliottLester closed 1 year ago

ElliottLester commented 1 year ago

Issue: The text that is saved to the layer name has the lora removed

Fix: Walk the API request and re-add the lora to the positive prompt. I am choosing to get the loras from the history to avoid misleading if the lora wasn't used in generation.

Notes: In the future I would like to add a button to "load prompt from layer" for all the SDImgPageBase. To do this I may need to change the layer text to be something more parseable (json,XML)