xyzgrid with control tab

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-15 14:35:27 -04:00
parent a77975165c
commit cd84cfec11
18 changed files with 243 additions and 81 deletions
+1
View File
@@ -311,6 +311,7 @@ class StableDiffusionProcessing:
self.negative_pooleds = []
self.prompt_attention_masks = []
self.negative_prompt_attention_mask = []
self.xyz = xyz
def __str__(self):
return f'{self.__class__.__name__}: {self.__dict__}'