[X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
Have you read FAQ on README?
[X] I have updated WebUI and this extension to the latest version
What happened?
webui using animatediff ,something happend Error running before_process: D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "D:\stableDiffusion\sd-webui-aki-v4.5\modules\scripts.py", line 611, in before_process
script.before_process(p, *script_args)
File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff.py", line 63, in before_process
motion_module.inject(p.sd_model, params.model)
File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 112, in inject
self._set_ddim_alpha(sd_model)
File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 178, in _set_ddim_alpha
self.prev_alpha_cumprod_original = sd_model.alphas_cumprod_original
File "D:\stableDiffusion\sd-webui-aki-v4.5\python\lib\site-packages\torch\nn\modules\module.py", line 1695, in getattr
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'LatentDiffusion' object has no attribute 'alphas_cumprod_original'
Error executing callback cfg_denoiser_callback for D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "D:\stableDiffusion\sd-webui-aki-v4.5\modules\script_callbacks.py", line 216, in cfg_denoiser_callback
c.callback(params)
File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff_infv2v.py", line 87, in animatediff_on_cfg_denoiser
if cfg_params.denoiser.step == 0 and getattr(ad_params, "step", -1) != 0:
AttributeError: 'CFGDenoiserParams' object has no attribute 'denoiser'
Is there an existing issue for this?
Have you read FAQ on README?
What happened?
webui using animatediff ,something happend Error running before_process: D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff.py Traceback (most recent call last): File "D:\stableDiffusion\sd-webui-aki-v4.5\modules\scripts.py", line 611, in before_process script.before_process(p, *script_args) File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff.py", line 63, in before_process motion_module.inject(p.sd_model, params.model) File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 112, in inject self._set_ddim_alpha(sd_model) File "D:\stableDiffusion\sd-webui-aki-v4.5\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 178, in _set_ddim_alpha self.prev_alpha_cumprod_original = sd_model.alphas_cumprod_original File "D:\stableDiffusion\sd-webui-aki-v4.5\python\lib\site-packages\torch\nn\modules\module.py", line 1695, in getattr raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'") AttributeError: 'LatentDiffusion' object has no attribute 'alphas_cumprod_original'
Steps to reproduce the problem
What should have happened?
run normally
Commit where the problem happens
webui: newest extension: animatediff
What browsers do you use to access the UI ?
No response
Command Line Arguments
Console logs
Additional information
No response