aria1th / Hypernetwork-MonkeyPatch-Extension

Extension that patches Hypernetwork structures and training
116 stars 10 forks source link

Error loading script #15

Closed DeeVeeAkkun closed 1 year ago

DeeVeeAkkun commented 1 year ago

Installed the Extension using the webUI and this is what I get. Anyone got any possible solutions?

Error loading script: hypernetwork-extensions.py Traceback (most recent call last): File "D:\diffusion\stable-diffusion-webui\modules\scripts.py", line 171, in load_scripts exec(compiled, module.dict) File "D:\diffusion\stable-diffusion-webui\extensions\Hypernetwork-MonkeyPatch-Extension\scripts\hypernetwork-extensions.py", line 19, in def create_training_tab(params: script_callbacks.UiTrainTabParams = None): AttributeError: module 'modules.script_callbacks' has no attribute 'UiTrainTabParams'

aria1th commented 1 year ago

I'm not sure, I cannot reproduce the issue in main commit hash 9092e1ca7756642692197316d3dec47c23322381. Does it happen in recent webui too?