kijai/ComfyUI-Marigold

Please check the contents of the error.

Opened this issue · 2 comments

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

Did you post this to right repository? That does not look like my code at all, I'm not loading it directly from hugginface, but first to local files then from there to the pipeline.

I deleted and reinstalled the comfyui and downloaded it with manager, and the problem was fixed. I think there was a problem when updating the comfyui... Thank you for your reply!