Disco Diffusion error

i tried to install Disco Diffusion inside the stable diffusion, but when i execute the the webui-user.bat, the cmd shows this message:

Installing requirements for Web UI
Launching Web UI with arguments:
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type ‘vanilla’ with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type ‘vanilla’ with 512 in_channels
Loading weights [b5453f75] from C:\Ai\stable1.5\stable-diffusion-webui\models\Stable-diffusion\Disco Diffusion style\discodiffusion.ckpt
Error verifying pickled file from C:\Ai\stable1.5\stable-diffusion-webui\models\Stable-diffusion\Disco Diffusion style\discodiffusion.ckpt:
Traceback (most recent call last):
File “C:\Ai\stable1.5\stable-diffusion-webui\modules\safe.py”, line 131, in load_with_extra
check_pt(filename, extra_handler)
File “C:\Ai\stable1.5\stable-diffusion-webui\modules\safe.py”, line 84, in check_pt
check_zip_filenames(filename, z.namelist())
File “C:\Ai\stable1.5\stable-diffusion-webui\modules\safe.py”, line 76, in check_zip_filenames
raise Exception(f"bad file inside {filename}: {name}")
Exception: bad file inside C:\Ai\stable1.5\stable-diffusion-webui\models\Stable-diffusion\Disco Diffusion style\discodiffusion.ckpt: discodiffusion/data.pkl

The file may be malicious, so the program is not going to read it.
You can skip this check with --disable-safe-unpickle commandline argument.

Traceback (most recent call last):
File “C:\Ai\stable1.5\stable-diffusion-webui\launch.py”, line 251, in
start()
File “C:\Ai\stable1.5\stable-diffusion-webui\launch.py”, line 246, in start
webui.webui()
File “C:\Ai\stable1.5\stable-diffusion-webui\webui.py”, line 150, in webui
initialize()
File “C:\Ai\stable1.5\stable-diffusion-webui\webui.py”, line 85, in initialize
modules.sd_models.load_model()
File “C:\Ai\stable1.5\stable-diffusion-webui\modules\sd_models.py”, line 248, in load_model
load_model_weights(sd_model, checkpoint_info)
File “C:\Ai\stable1.5\stable-diffusion-webui\modules\sd_models.py”, line 177, in load_model_weights
if “global_step” in pl_sd:
TypeError: argument of type ‘NoneType’ is not iterable

Does anyone know how to fix this problem