Error running process #203
Unanswered
DHKnight8628
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
***Error running process: E:\sd-webui-aki-v4.1\extensions\sd-webui-regional-prompter\scripts\rp.py
Traceback (most recent call last):
File "E:\sd-webui-aki-v4.1\modules\scripts.py", line 519, in process
script. process(p, *script_args)
File "E:\sd-webui-aki-v4.1\extensions\sd-webui-regional-prompter\scripts\rp.py", line 374, in process
self. all_prompts = p.all_prompts.copy()
AttributeError: 'tuple' object has no attribute 'copy'
*** Error running process_batch: E:\sd-webui-aki-v4.1\extensions\sd-webui-regional-prompter\scripts\rp.py
Traceback (most recent call last):
File "E:\sd-webui-aki-v4.1\modules\scripts.py", line 543, in process_batch
script.process_batch(p, *script_args, **kwargs)
File "E:\sd-webui-aki-v4.1\extensions\sd-webui-regional-prompter\scripts\rp.py", line 471, in process_batch
p.all_prompts[p.iteration * p.batch_size:(p.iteration + 1) * p.batch_size] = self.all_prompts[p.iteration * p.batch_size:(p.iteration + 1) * p.batch_size]
AttributeError: 'Script' object has no attribute 'all_prompts'
It was available yesterday, and these exceptions appear today.
Help me,please.
Beta Was this translation helpful? Give feedback.
All reactions