Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SyntaxError: Invalid Syntax #1

Open
shinkarom opened this issue Oct 22, 2022 · 2 comments
Open

[BUG] SyntaxError: Invalid Syntax #1

shinkarom opened this issue Oct 22, 2022 · 2 comments

Comments

@shinkarom
Copy link

Error loading script: aesthetic.py
Traceback (most recent call last):
File "/content/stable-diffusion-webui/modules/scripts.py", line 157, in load_scripts
compiled = compile(text, scriptfile.path, 'exec')
File "/content/stable-diffusion-webui/extensions/aesthetic-gradients/scripts/aesthetic.py", line 72
return *updates, res
^
SyntaxError: invalid syntax

Using Colab StableDiffusionUI-Voldemort V1.2

@shinkarom
Copy link
Author

The line needs to be updated to return [*updates,res]

AUTOMATIC1111 added a commit that referenced this issue Oct 22, 2022
@AUTOMATIC1111
Copy link
Owner

works for me but ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants