DrCyanide / cyanic-sd-krita

A Stable Diffusion plugin for Krita, compatible with A1111 and SD.Next
68 stars 4 forks source link

Feature request: Better grouping options #4

Open Miraihi opened 10 months ago

Miraihi commented 10 months ago

While stuck with your extension not working, I've been trying out Acly's standalone SD plugin. There are major pros and cons with this one, but what I really liked is the grouping of the new generated images by prompt. I wonder if it's possible to make the option to folder-group each prompt/seed to keep the layers hierarchy clean and organized.

DrCyanide commented 10 months ago

The code is set to group images by batch, but since I haven't added batch controls yet that's not very helpful.

I like the idea of grouping by prompt and adding to that group with each image generated, but last I checked it wasn't possible for me to save the prompt info into the layer itself. My guess is that prompts will be longer than the layer/group name can be, so it can't save it there either. That leaves having the plugin save a Group ID with the prompt, but that would get cleared each time the app opens.

It's possible this idea will come back if I implement a per-file prompt saving, but I don't think that will be soon.