How to use STREAM READER?
Closed this issue · 13 comments
Hello, Thank you for your response.
I did open the second option, but nothing appeared.
I have reviewed your project and tried opening the help extension, but it shows 502. I am not sure if it is related to my network environment.
But I have already opened the global settings using stash, but it doesn't work.
Hello, Thank you for your response. I did open the second option, but nothing appeared. I have reviewed your project and tried opening the help extension, but it shows 502. I am not sure if it is related to my network environment. But I have already opened the global settings using stash, but it doesn't work.
I only support ComfyUI, not wrappers around ComfyUI, so you would need to yell at whomever is hosting the other package you are using around ComfyUI (pinokio, lighting.ai, etc...)
Hello, I went to lightning.ai and created another comfyui, tried it and it still doesn't work.
<img alt="image" width="1229" src="https://private-user-
That looks like they disallow calls out to the internet as all my help is located in the github:
https://github.com/Amorano/Jovimetrix-examples
Which would also explain the problem with you attaching to system devices -- if they disallow connections to system devices. Most services do not allow you to call outside of the sandbox in their browser'd app.
我在 mac 本地建立的 comfyui 也无法使用,网络问题无所谓,主要想使用这个屏幕分享的功能。
Great! A local copy is the only place it is guaranteed to work.
Seeing as you are on a Mac, I will take a look at the library I use (mss) to make sure it is working correctly. Sorry for that!
And just to be clear, I have no Macs so this will need to be rented -- which wont happen till the weekend.
Thank you very much
I think I have a working solution. I just pushed it up (version 1.2.43).
Let me know where it breaks (hopefully it works), as I dont have many robust tools on Mac beyond use.
An error has occurred,
`[ERROR] An error occurred while retrieving information for the 'WindowCaptureNode' node.
Traceback (most recent call last):
File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 564, in get_object_info
out[x] = node_info(x)
File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
TypeError: 'dict' object is not callable
[ERROR] An error occurred while retrieving information for the 'WindowCaptureNode' node.
Traceback (most recent call last):
File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 564, in get_object_info
out[x] = node_info(x)
File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
TypeError: 'dict' object is not callable`
But I can use the full screen one
An error has occurred,
`[ERROR] An error occurred while retrieving information for the 'WindowCaptureNode' node. Traceback (most recent call last): File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 564, in get_object_info out[x] = node_info(x) File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 531, in node_info info['input'] = obj_class.INPUT_TYPES() TypeError: 'dict' object is not callable
[ERROR] An error occurred while retrieving information for the 'WindowCaptureNode' node. Traceback (most recent call last): File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 564, in get_object_info out[x] = node_info(x) File "/Users/songchao/Documents/comfyui/ComfyUI/server.py", line 531, in node_info info['input'] = obj_class.INPUT_TYPES() TypeError: 'dict' object is not callable`
But I can use the full screen one
So the only support is for Windows on Mac. Monitor capture is not something I added (Windows only)
Also not sure what the "WindowCaptureNode" is -- that isnt mine.
Going to assume this is resolved.