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
So it makes sense that these two won't play nice together, but I figured I'll post the error here and see if its fixable.
One button prompt is a fun prompting extension - https://github.com/AIrjen/OneButtonPrompt
When using it with model-keyword enabled I get the following in console:
Error running process: F:\SD\stable-diffusion-webui\extensions\model-keyword\scripts\model_keyword.py Traceback (most recent call last): File "F:\SD\stable-diffusion-webui\modules\scripts.py", line 451, in process script.process(p, *script_args) File "F:\SD\stable-diffusion-webui\extensions\model-keyword\scripts\model_keyword.py", line 657, in process p.prompt = new_prompt(p.prompt, kw, no_iter=True) File "F:\SD\stable-diffusion-webui\extensions\model-keyword\scripts\model_keyword.py", line 649, in new_prompt return ', '.join(arr) TypeError: sequence item 1: expected str instance, list found
Thank you for your work on this extension!
(also - please add lycrois support :) )
The text was updated successfully, but these errors were encountered:
So it makes sense that these two won't play nice together, but I figured I'll post the error here and see if its fixable.
One button prompt is a fun prompting extension - https://github.com/AIrjen/OneButtonPrompt
When using it with model-keyword enabled I get the following in console:
Error running process: F:\SD\stable-diffusion-webui\extensions\model-keyword\scripts\model_keyword.py Traceback (most recent call last): File "F:\SD\stable-diffusion-webui\modules\scripts.py", line 451, in process script.process(p, *script_args) File "F:\SD\stable-diffusion-webui\extensions\model-keyword\scripts\model_keyword.py", line 657, in process p.prompt = new_prompt(p.prompt, kw, no_iter=True) File "F:\SD\stable-diffusion-webui\extensions\model-keyword\scripts\model_keyword.py", line 649, in new_prompt return ', '.join(arr) TypeError: sequence item 1: expected str instance, list found
Thank you for your work on this extension!
(also - please add lycrois support :) )
The text was updated successfully, but these errors were encountered: