diffusers
diffusers copied to clipboard
StableDiffusionUpscaleLDM3DPipeline object has no attribute 'upcast_vae'
Describe the bug
miniconda3/lib/python3.12/site-packages/diffusers/configuration_utils.py:143, in ConfigMixin.getattr(self, name) 140 deprecate("direct config name access", "1.0.0", deprecation_message, standard_warn=False) 141 return self._internal_dict[name] --> 143 raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'StableDiffusionUpscaleLDM3DPipeline' object has no attribute 'upcast_vae'
Reproduction
The code has commented 'upcast_vae'
Logs
No response
System Info
0.28.0
Who can help?
No response