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

The latest version of comfyui desktop, the latest macOS system, cannot use comfyui-reactor-node normally #517

Open
3 tasks done
Former-Years opened this issue Jan 4, 2025 · 1 comment
Labels
bug Something isn't working new

Comments

@Former-Years
Copy link

First, confirm

  • I have read the instruction carefully
  • I have searched the existing issues
  • I have updated the extension to the latest version

What happened?

The latest version of comfyui desktop, the latest macOS system, cannot use comfyui-reactor-node normally

Steps to reproduce the problem

The latest version of comfyui desktop, the latest macOS system, cannot use comfyui-reactor-node normally

Sysinfo

Mac Studio M1 MAX,macOS 15.2,ComfyUI Desktop (beta)

Relevant console log

[ReActor] - STATUS - Running v0.5.2-b1 in ComfyUI
Torch version: 2.6.0.dev20250104
[VideoHelperSuite] - WARNING - Failed to import imageio_ffmpeg
[VideoHelperSuite] - ERROR - No valid ffmpeg found.
### Loading: ComfyUI-Manager (V2.55.3)
### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)

Import times for custom nodes:
   0.0 seconds: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/websocket_image_save.py
   0.0 seconds: /Users/macstudio/Documents/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
   0.0 seconds: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager
   0.0 seconds: /Users/macstudio/Documents/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
   1.4 seconds: /Users/macstudio/Documents/ComfyUI/custom_nodes/comfyui-reactor-node

Starting server

To see the GUI go to: http://127.0.0.1:8000
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
FETCH DATA from: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json [DONE]
Error handling request
Traceback (most recent call last):
  File "/Users/macstudio/Documents/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/macstudio/Documents/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/web_app.py", line 569, in _handle
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/macstudio/Documents/ComfyUI/.venv/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/server.py", line 63, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/server.py", line 141, in origin_only_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/server.py", line 75, in cors_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/macstudio/Documents/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite/videohelpersuite/server.py", line 83, in view_video
    res = subprocess.run([ffmpeg_path] + in_args + ['-t', '0', '-f', 'null', '-'],
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/macstudio/Documents/ComfyUI/uv-cache/cpython-3.12.8-macos-aarch64-none/lib/python3.12/subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/macstudio/Documents/ComfyUI/uv-cache/cpython-3.12.8-macos-aarch64-none/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/Users/macstudio/Documents/ComfyUI/uv-cache/cpython-3.12.8-macos-aarch64-none/lib/python3.12/subprocess.py", line 1826, in _execute_child
    and os.path.dirname(executable)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen posixpath>", line 181, in dirname
TypeError: expected str, bytes or os.PathLike object, not NoneType
got prompt
Failed to validate prompt for output 18:
* ReActorFaceSwap 2:
  - Value not in list: swap_model: 'inswapper_128.onnx' not in []
  - Value not in list: face_restore_model: 'GPEN-BFR-512.onnx' not in ['none', 'GFPGANv1.3.pth', 'GFPGANv1.4.pth']
Output will be ignored
Failed to validate prompt for output 19:
Output will be ignored
invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}

Additional information

No response

@Former-Years Former-Years added bug Something isn't working new labels Jan 4, 2025
@Former-Years
Copy link
Author

截屏2025-01-04 21 17 54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new
Projects
None yet
Development

No branches or pull requests

1 participant