getattr(): attribute name must be string
#2
by
akabynda
- opened
After copying the code from the card, I get the following error:
Traceback (most recent call last):
File "/Users/akabynda/myStreamlit/main.py", line 8, in
pipe = StableDiffusionPipeline.from_pretrained(pretrained_model_name_or_path="lambdalabs/sd-pokemon-diffusers", torch_dtype=torch.float16)
File "/Users/akabynda/myStreamlit/venv/lib/python3.8/site-packages/diffusers/pipeline_utils.py", line 373, in from_pretrained
load_method = getattr(class_obj, load_method_name)
TypeError: getattr(): attribute name must be string
any solution to this?
EDIT: solved by using the newest version of diffusers