forked from huggingface/diffusers
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When executing the file, save_onnx.py, I encountered this error
Traceback (most recent call last):
File "C:\Users\jpyea\Desktop\For fun\Stable Diffuse\diffusers\examples\inference\save_onnx.py", line 16, in <module>
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", scheduler=lms, use_auth_token=True)
File "C:\Users\jpyea\Desktop\For fun\Stable Diffuse\diffusers\src\diffusers\pipeline_utils.py", line 240, in from_pretrained
load_method = getattr(class_obj, load_method_name)
TypeError: getattr(): attribute name must be string
Reproduction
Logs
No response
System Info
Python 3.10.6
Diffuser version: 1.4don-vip
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working