kijai / ComfyUI-Marigold

Marigold depth estimation in ComfyUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I downloaded the necessary models and nodes but Marigold is not available. What could be the cause?

M4gu opened this issue · comments

commented

I downloaded the necessary models and nodes but Marigold is not available. What could be the cause?

スクリーンショット (464)
スクリーンショット (465)

Screenshot 2024-02-27 112954
also having issues with marigold not being able to run for a couple weeks now

I'm going to need to see the error in your startup log, preferably the whole log.

Log.txt

Diffusers version seems to be too old. If you open a command prompt in your folder: F:\StableDiffusion\ComfyUI_windows_portable
and run this command:
python_embeded\python.exe -m pip list
You'll see all package versions to confirm the issue.

Installing the minimum working diffusers would be:
python_embeded\python.exe -m pip install diffusers==0.20.1

Log.txt

Diffusers version seems to be too old. If you open a command prompt in your folder: F:\StableDiffusion\ComfyUI_windows_portable and run this command: python_embeded\python.exe -m pip list You'll see all package versions to confirm the issue.

Installing the minimum working diffusers would be: python_embeded\python.exe -m pip install diffusers==0.20.1

It works! Thank you!