File "D:\WEBUI0.55.2\stable-diffusion-webui\modules\ui.py", line 221, in f

    res = list(func(*args, **kwargs))

  File "D:\WEBUI0.55.2\stable-diffusion-webui\webui.py", line 63, in f

    res = func(*args, **kwargs)

  File "D:\WEBUI0.55.2\stable-diffusion-webui\modules\hypernetworks\ui.py", line 47, in train_hypernetwork

    hypernetwork, filename = modules.hypernetworks.hypernetwork.train_hypernetwork(*args)

  File "D:\WEBUI0.55.2\stable-diffusion-webui\modules\hypernetworks\hypernetwork.py", line 452, in train_hypernetwork

    processed = processing.process_images(p)

  File "D:\WEBUI0.55.2\stable-diffusion-webui\modules\processing.py", line 404, in process_images

    with torch.no_grad(), p.sd_model.ema_scope():

  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\contextlib.py", line 135, in __enter__

    return next(self.gen)

  File "D:\WEBUI0.55.2\stable-diffusion-webui\repositories\stable-diffusion\ldm\models\diffusion\ddpm.py", line 175, in ema_scope

    self.model_ema.copy_to(self.model)

  File "D:\WEBUI0.55.2\stable-diffusion-webui\repositories\stable-diffusion\ldm\modules\ema.py", line 51, in copy_to

    m_param[key].data.copy_(shadow_params[self.m_name2s_name[key]].data)

KeyError: 'diffusion_model.input_blocks.1.1.transformer_blocks.0.attn1.hyper_k.linear.0.weight'


AI챈에서 하라는대로 했는데 자꾸 오류남 ㅠㅠ