Replies: 1 comment 1 reply
-
sorry about that, fixed now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Probably already being looked at, but just in case. Clicking the save button on the "From Text" tab throws an error and doesn't save the image.
Commit hash c45ac96
11:28:33-168837 ERROR gradio call: TypeError
╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ /home/afbag/sdnext/modules/call_queue.py:58 in f │
│ │
│ 57 │ │ │ │ pr.enable() │
│ ❱ 58 │ │ │ res = func(*args, **kwargs) │
│ 59 │ │ │ if res is None: │
│ │
│ /home/afbag/sdnext/modules/ui_common.py:113 in save_files │
│ │
│ 112 │ │ │ if shared.opts.use_save_to_dirs_for_ui: │
│ ❱ 113 │ │ │ │ namegen = modules.images.FilenameGenerator(p, seed=p.all_seeds[i], promp │
│ 114 │ │ │ │ dirname = namegen.apply(shared.opts.directories_filename_pattern or "[pr │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
TypeError: FilenameGenerator.init() missing 1 required positional argument: 'index'
Beta Was this translation helpful? Give feedback.
All reactions