diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

StableDiffusionUpscaleLDM3DPipeline object has no attribute 'upcast_vae'

Open uwGZQ opened this issue 10 months ago • 0 comments

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

uwGZQ avatar Apr 26 '24 12:04 uwGZQ