Please check this error. somebody help me

#8
by ponyminnie - opened

I'm working on using Anaconda Python 3.11.7 on Windows PowerShell, but it's not downloading properly due to the error below..
(It's my first time working on this, so I'd appreciate it if you could teach me well due to my lack of knowledge.)

from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("prs-eth/marigold-v1-0")
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Administrator\anaconda3\Lib\site-packages\huggingface_hub\utils_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\anaconda3\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 671, in from_pretrained
cached_folder = cls.download(
^^^^^^^^^^^^^
File "C:\Users\Administrator\anaconda3\Lib\site-packages\huggingface_hub\utils_validators.py", line 119, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\anaconda3\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1317, in download
pipeline_class = _get_pipeline_class(
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\anaconda3\Lib\site-packages\diffusers\pipelines\pipeline_loading_utils.py", line 343, in _get_pipeline_class
pipeline_cls = getattr(diffusers_module, class_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\anaconda3\Lib\site-packages\diffusers\utils\import_utils.py", line 711, in getattr
raise AttributeError(f"module {self.name} has no attribute {name}")
AttributeError: module diffusers has no attribute MarigoldPipeline

ponyminnie changed discussion title from Please check the contents of the error. to Please check this error. somebody help me

Sign up or log in to comment