Not part of diffusers library
#80
by
AItool
- opened
/usr/local/lib/python3.12/dist-packages/diffusers/utils/import_utils.py in getattr(self, name)
944 value = getattr(module, name)
945 else:
--> 946 raise AttributeError(f"module {self.name} has no attribute {name}")
947
948 setattr(self, name, value)
AttributeError: module diffusers has no attribute ZImagePipeline