Local Ai
Comfyui error Missing Models (1)AttributeError: module 'tensorflow' has no attribute 'Tensor'
This error in ComfyUI occurs when the einops library encounters a broken TensorFlow installation while performing multi-backend type checks, even though ComfyUI itself is PyTorch-based. The primary so
This error in ComfyUI occurs when the einops library encounters a broken TensorFlow installation while performing multi-backend type checks, even though ComfyUI itself is PyTorch-based. The primary solution is to uninstall TensorFlow from ComfyUI's embedded Python environment. Root causes include partial TensorFlow installation, version conflicts between tensorflow and related packages, or a module shadowing the actual TensorFlow import.
Source: r/StableDiffusion | 2026-05-14