adieyal / sd-dynamic-prompts

A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generation
MIT License
2.02k stars 261 forks source link

not working with a1111 1.9-rc dev bruch #754

Closed githabtane closed 5 months ago

githabtane commented 5 months ago

** Error running process: E:\StabilityMatrix\Data\Packages\Stable Diffusion WebUI19RC\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py Traceback (most recent call last): File "E:\StabilityMatrix\Data\Packages\Stable Diffusion WebUI19RC\modules\scripts.py", line 820, in process script.process(p, script_args) File "E:\StabilityMatrix\Data\Packages\Stable Diffusion WebUI19RC\extensions\sd-dynamic-prompts\sd_dynamic_prompts\dynamic_prompting.py", line 372, in process ignore_whitespace = opts.dp_ignore_whitespace File "E:\StabilityMatrix\Data\Packages\Stable Diffusion WebUI19RC\modules\options.py", line 142, in getattr return super(Options, self).getattribute(item) AttributeError: 'Options' object has no attribute 'dp_ignore_whitespace'

It doesn't show up in the settings tab

Baysul commented 5 months ago

Yep. I'm getting the exact same error on the dev branch. Not sure if this issue will be addressed until after the release is finalized though.

akx commented 5 months ago

Right, confirmed this is a bug with fresh installs. Will look into it.

akx commented 5 months ago

@githabtane Can you pull the newest main of this extension and retry?

githabtane commented 5 months ago

I got the latest version of this extension and tried again and it worked fine

akx commented 5 months ago

Closing as fixed, then!