-
Notifications
You must be signed in to change notification settings - Fork 1
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
01-日本語LLMでFlux.json SaveAnimatedWEBP #2
Comments
ComfyUIの互換性のない変更で、すべてのSwitch文が壊れています。 |
もう1台もアップデートしたところ、同じ現象が出たので |
switch構文を修正したところ、正常動作しました |
ComfyUIの 10/8 版以降では Switch ノードの修正後に保存して再読み込みした際に、再度 Switch ノードが壊れるようでしたので、10/7 版でバージョン固定するようにしました。 |
最新版では修正したものは正常に読み込める様になりました |
Comfyui最新版でも修正なしで動作するようです |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WARNING: [Errno 2] No such file or directory: 'D:\EasyForge\ComfyUI\input\0916_2036_00001_.webp'
!!! Exception during processing !!! 'int' object is not subscriptable
Traceback (most recent call last):
File "D:\EasyForge\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "D:\EasyForge\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "D:\EasyForge\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\EasyForge\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "D:\EasyForge\ComfyUI\nodes.py", line 1499, in save_images
full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
TypeError: 'int' object is not subscriptable
The text was updated successfully, but these errors were encountered: