You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this error each time I try to generate a heatmap:
Error running process_batch: /home/me/projects/stable-diffusion-webui/extensions/stable-diffusion-webui-daam/scripts/daam_script.py
Traceback (most recent call last):
File "/home/me/projects/stable-diffusion-webui/modules/scripts.py", line 395, in process_batch
script.process_batch(p, *script_args, **kwargs)
File "/home/me/projects/stable-diffusion-webui/extensions/stable-diffusion-webui-daam/scripts/daam_script.py", line 145, in process_batch
prompt_analyzer = utils.PromptAnalyzer(embedder, styled_prompt)
File "/home/me/projects/stable-diffusion-webui/extensions/stable-diffusion-webui-daam/scripts/daam/utils.py", line 274, in __init__
File "/home/me/projects/stable-diffusion-webui/extensions/stable-diffusion-webui-daam/scripts/daam/utils.py", line 290, in tokenize_line
def create(self, text : str):
TypeError: tokenize_line() takes 2 positional arguments but 4 were given
I see this error each time I try to generate a heatmap: