ComfyUI
ComfyUI copied to clipboard
AttributeError: module 'tensorflow' has no attribute 'Tensor'
trafficstars
AttributeError: module 'tensorflow' has no attribute 'Tensor'
Solution success:
def is_appropriate_type(self, tensor): return False
It works, but now appears follow message after rendering:
Prompt executed in 75.37 seconds Exception in callback _ProactorBasePipeTransport._call_connection_lost(None) handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)> Traceback (most recent call last): File "asyncio\events.py", line 84, in _run File "asyncio\proactor_events.py", line 165, in _call_connection_lost ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen
Any ideas for solve?
Originally posted by @HeinzZysset in #6154