Skip to content
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

translation cannot run ,Where can the manually downloaded model be placed? #20

Open
cardenluo opened this issue Oct 21, 2024 · 0 comments

Comments

@cardenluo
Copy link

File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in map_node_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes\translation.py", line 74, in translate
return (translate(text),)
^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes\translation.py", line 60, in translate
chunks = Chunk.parse(text)
^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes\translation.py", line 86, in parse
languages = [code for code, name in available_languages()] + ["en"]
^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes\translation.py", line 21, in available_languages
list = get_available_packages()
^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\argostranslate\package.py", line 374, in get_available_packages
return get_available_packages()
^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\argostranslate\package.py", line 374, in get_available_packages
return get_available_packages()
^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\argostranslate\package.py", line 374, in get_available_packages
return get_available_packages()
^^^^^^^^^^^^^^^^^^^^^^^^
[Previous line repeated 2968 more times]
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\argostranslate\package.py", line 373, in get_available_packages
update_package_index()
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\argostranslate\package.py", line 337, in update_package_index
error(err)
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\argostranslate\utils.py", line 22, in error
logger.error(str(argv))
File "logging_init
.py", line 1518, in error
File "logging_init_.py", line 1634, in log
File "logging_init
.py", line 1644, in handle
File "logging_init_.py", line 1706, in callHandlers
File "logging_init_.py", line 978, in handle
File "logging_init_.py", line 1110, in emit
File "logging_init_.py", line 953, in format
File "logging_init_.py", line 688, in format
File "logging_init_.py", line 656, in usesTime
File "logging_init_.py", line 433, in usesTime
RecursionError: maximum recursion depth exceeded while calling a Python object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant