MCPcopy Create free account
hub / github.com/TencentARC/BrushNet / OptionalDependencyNotAvailable

Class OptionalDependencyNotAvailable

src/diffusers/utils/import_utils.py:665–666  ·  view source on GitHub ↗

An error indicating that an optional dependency of Diffusers was not found in the environment.

Source from the content-addressed store, hash-verified

663
664
665class OptionalDependencyNotAvailable(BaseException):
666 """An error indicating that an optional dependency of Diffusers was not found in the environment."""
667
668
669class _LazyModule(ModuleType):

Callers 15

__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85
__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected