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

Error with invalid directory #1

Closed
filliptm opened this issue Jun 16, 2024 · 7 comments
Closed

Error with invalid directory #1

filliptm opened this issue Jun 16, 2024 · 7 comments

Comments

@filliptm
Copy link

Getting this error when executing both nodes

Error occurred when executing DeepFuzeFaceSwap:

[WinError 267] The directory name is invalid

File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\Users\Filli\Desktop\Comfy_Version_Tests\ComfyUI_Copy\custom_nodes\ComfyUI-DeepFuze\nodes.py", line 959, in faceswampgenerate
result = subprocess.run(command,cwd="ComfyUI/custom_nodes/ComfyUI-DeepFuze",stdout=subprocess.PIPE)
File "C:\Users\Filli\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Filli\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Filli\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1438, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,

@SamKhoze
Copy link
Owner

Did you install it with the comfyui manager "Install with GIT ULR" or manually install it?

I suggest deleting the node, and installing it from your comfyui manager through "Install with GIT ULR", The comfyui manager will create the path.

@guahunyo
Copy link

loadimagepath is ok
image
but
image

@SamKhoze
Copy link
Owner

Screenshot 2024-06-19 at 11 47 59 AM I tested your workflow it is working, perhaps you did not install your deepFuze correctly

@guahunyo
Copy link

Screenshot 2024-06-19 at 11 47 59 AM I tested your workflow it is working, perhaps you did not install your deepFuze correctly

Do I have to use comfyui manager to install it? I installed it using the command line git clone -v --recursive --progress [email protected]:SamKhoze/ComfyUI-DeepFuze.git

@guahunyo
Copy link

image

@SamKhoze
Copy link
Owner

@guahunyo Please make sure not to install this node via git clone unless you are experienced and familiar with building wheels for TTS. The recommended method is to install it via comfy manager. While installing, keep an eye on your terminal to spot any errors. For example, conflicting installations of NumPy or Python could cause issues. If you encounter an error, it is generally easy to fix. I apologize for the unfriendly installation process. Face swapping, lip syncing, and voice cloning are complex installations individually. I have attempted to minimize the difficulties as much as possible, but there is still work to be done.

@guahunyo
Copy link

@guahunyo Please make sure not to install this node via git clone unless you are experienced and familiar with building wheels for TTS. The recommended method is to install it via comfy manager. While installing, keep an eye on your terminal to spot any errors. For example, conflicting installations of NumPy or Python could cause issues. If you encounter an error, it is generally easy to fix. I apologize for the unfriendly installation process. Face swapping, lip syncing, and voice cloning are complex installations individually. I have attempted to minimize the difficulties as much as possible, but there is still work to be done.

thank you

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

3 participants