AttributeError: module 'tensorflow' has no attribute 'Tensor'
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
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:
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](https://github.com/comfyanonymous/ComfyUI/issues/6154#issuecomment-2835306486)_
Contributor guide
Assessment
This issue has not been assessed yet.