We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The line needs to be updated to return [*updates,res]
return [*updates,res]
Sorry, something went wrong.
fix for #1
411889c
works for me but ok
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: