You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot open a new issue, therefore I'm opening a discussion here.
Latest pull (33458af) throws an error on startup:
Traceback (most recent call last):
File "/home/user/Fooocus/entry_with_update.py", line 46, in <module>
from launch import *
File "/home/user/Fooocus/launch.py", line 141, in <module>
from webui import *
File "/home/user/Fooocus/webui.py", line 10, in <module>
import modules.async_worker as worker
File "/home/user/Fooocus/modules/async_worker.py", line 50
from modules.sdxl_styles import get_random_style, random_style_name, apply_style, apply_wildcards, fooocus_expansion, apply_arrays,
^
SyntaxError: trailing comma not allowed without surrounding parentheses
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Cannot open a new issue, therefore I'm opening a discussion here.
Latest pull (33458af) throws an error on startup:
https://github.com/mashb1t/Fooocus/blob/main/modules/async_worker.py#L50
solution: remove comma at the end of line
Beta Was this translation helpful? Give feedback.
All reactions