ComfyWorkflows / ComfyUI-Launcher

Run any ComfyUI workflow w/ ZERO setup.
GNU Affero General Public License v3.0
441 stars 50 forks source link

When I create a new project, I met this issues. #27

Open huan085128 opened 4 months ago

huan085128 commented 4 months ago

When I create a new project, I met this issues.

[2024-03-19 10:01:09,076: ERROR/ForkPoolWorker-2] Task tasks.create_comfyui_project[a4e4dae1-8c69-4a66-baf2-7b1f099d1330] raised unexpected: OSError(38, 'Function not implemented')
Traceback (most recent call last):
  File "/root/miniconda3/envs/onediff/lib/python3.10/site-packages/celery/app/trace.py", line 477, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/mnt/private/fuhuan/ComfyUI/comfyui-launcher/server/server.py", line 36, in __call__
    return self.run(*args, **kwargs)
  File "/mnt/private/fuhuan/ComfyUI/comfyui-launcher/server/tasks.py", line 62, in create_comfyui_project
    create_symlink(models_folder_path, os.path.join(project_folder_path, "comfyui", "models"))
  File "/mnt/private/fuhuan/ComfyUI/comfyui-launcher/server/utils.py", line 499, in create_symlink
    os.symlink(source, target, target_is_directory=True)
OSError: [Errno 38] Function not implemented: '/mnt/private/fuhuan/ComfyUI/comfyui-launcher/server/models' -> '/mnt/private/fuhuan/ComfyUI/comfyui-launcher/server/projects/test/comfyui/models'

Operating system: Linux