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

由于comfy-ui刚入门,无法用这个v2v搭建一条webcam2video的工作流,求助大佬 #3

Open
zhou311113 opened this issue Jul 15, 2024 · 4 comments

Comments

@zhou311113
Copy link

从原作者那的原streamv2v找的您这个在comfyui上搭建的,但是想不出来怎么搭建出一条webcam2video的工作流,求助大佬指点一二,谢谢您!!!真心想学习,望帮助!!!

@smthemex
Copy link
Owner

这个还暂时没有空整呢,下旬吧,最近忙。

@zhou311113
Copy link
Author

打扰了,不好意思

Error occurred when executing Load_Stream:

name 'logging' is not defined

File "D:\Ai\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\Ai\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\Ai\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\Ai\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Streamv2v_Plus\streamv2v_node.py", line 230, in load_stream
stream = StreamV2VWrapper(
File "D:\Ai\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Streamv2v_Plus\utils\wrapper.py", line 190, in init
self.stream: StreamV2V = self._load_model(
File "D:\Ai\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Streamv2v_Plus\utils\wrapper.py", line 467, in _load_model
logging.error(f"Unexpected error occurred: {e}"

主要是不懂为什么跑不了load stream这个节点

@smthemex
Copy link
Owner

漏写了个logging 我改一下吧。

@zhou311113
Copy link
Author

漏写了个logging 我改一下吧。

好的谢谢!我还是等您有空的时候整一下吧,自己还是搞不出来QAQ

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

2 participants