add wildcards to image metadata and note separate template from prompt field

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-19 09:45:18 +02:00
parent 46f37232b3
commit a56d1d299e
23 changed files with 138 additions and 57 deletions
+2
View File
@@ -579,6 +579,8 @@ class StableDiffusionProcessing:
self.negative_prompts = []
self.all_prompts = []
self.all_negative_prompts = []
self.all_templates = []
self.all_negative_templates = []
self.seeds = []
self.subseeds = []
self.all_seeds = []