antis0007 / sd-webui-multiple-hypernetworks

GNU General Public License v3.0
97 stars 12 forks source link

Can't Load Script #13

Closed Grokstreet closed 1 year ago

Grokstreet commented 1 year ago

Apologies if this is something really dumb, but I get this error when installing + running with Automatic1111

Error loading script: multiple_hypernetworks.py Traceback (most recent call last): File "F:\Stable Diffusion\stable-diffusion-webui\modules\scripts.py", line 195, in load_scripts module = script_loading.load_module(scriptfile.path) File "F:\Stable Diffusion\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module compiled = compile(text, path, 'exec') File "F:\Stable Diffusion\stable-diffusion-webui\scripts\multiple_hypernetworks.py", line 71

sd-webui-multiple-hypernetworks/multiple_hypernetworks.py at main · antis0007/sd-webui-multiple-hypernetworks · GitHub
                                                                         ^

SyntaxError: invalid character '·' (U+00B7)

antis0007 commented 1 year ago

@Grokstreet It looks like your multiple_hypernetworks.py file contains a line that shouldn't be there. Not sure how you ended up with html code in the python file, but try cloning from the repo again and replacing your script file.

Grokstreet commented 1 year ago

Fixed! Thank you!