transformers library version
lionalion opened this issue · comments
----> 7 ldm_stable = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4")
--> 373 load_method = getattr(class_obj, load_method_name)
TypeError: getattr(): attribute name must be string
diffusers==0.3.0
transformers==4.24.0