forked from alemelis/sd-webui-ar
-
Notifications
You must be signed in to change notification settings - Fork 8
ValueError: not enough values to unpack (expected 3, got 1) #31
Copy link
Copy link
Open
Description
I simply changed the 2048 res for 896 but now I'm getting this error? Of course I have 3 values here as the rest of the lines!
line 263, in read_resolutions
self.res_labels, res, self.res_comments = parse_resolutions_file("resolutions.txt")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/extensions/--sd-webui-ar-plusplus/scripts/sd-webui-ar-plusplus.py", line 200, in parse_resolutions_file
label, width, height = line.strip().split(",")
^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 3, got 1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels